body{
	margin: 0px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER WRAPPER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#outer_wrapper{
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../../images/m02-01/m02_site_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#outer_header_container{
	width: 100%;
	position: relative;
	background-image: url(../../images/m02-01/m02_header_bg_drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 200;
}


#outer_content_container{
	width: 100%;
	position: relative;
	background-image: url(../../images/m02-01/m02_content_bg_drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 450px;
}

#outer_footer_container{
	width: 100%;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  INNER CONTAINER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#inner_header_container{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 340px;
	background-image: url(../../images/m02-01/newCountry-Lawyer-Header.jpg);
	background-repeat: no-repeat;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_content_3column{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/m02-01/m02_content_3c_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 450px;
}

#inner_content_2column{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/m02-01/m02_content_2c_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 450px;
}

#inner_content_1column{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	min-height: 450px;
	background-color: #FFFFFF;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#inner_footer_container{
	height: 100px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  HEADER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#search_box {
	width: 202px;
	height: 30px;
	position: absolute;
	top: 30px;
	background-image: url(../../images/m02-01/m02_searchbox_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	z-index: 2000;
	right: 30px;
}

.search_bar_field {
	position: absolute;
	left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px;
	border: 0;
	background: none;
	outline: none;
	font-size: 16px;
	color: #999999;
	width: 160px;
	top: 0px;
}

#header_logo{
	height: 150px;
	width: 500px;
	position: absolute;
	top: 125px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.04em;
	line-height: 60px;
}

#header_church_name{
	height: 100px;
	width: 700px;
	position: absolute;
	top: 125px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.04em;
	line-height: 40px;
}

#header_church_slogan{
	height: 50px;
	width: 700px;
	position: absolute;
	top: 180px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -0.04em;
	line-height: 24px;
}


/*XXXXXXXXXX HEADER TOP NAVIGATION   XXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_topnav{
	height: 35px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 266px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../../images/m02-01/m02_topnav_bg.png);
	background-repeat: repeat-x;
}

/*XXXXXXXXXX HEADER STATIC NAVIGATION   XXXXXXXXXXXXXXXXXXXXXX*/

#header_static_navigation{
	height: 30px;
	width: 370px;
	position: absolute;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	display: inline;
	left: 30px;
}

#header_static_navigation a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	width: 100%;
	text-decoration: none;
}

#header_static_navigation a:hover{
	color: #CCCCCC;
	position: relative;
	display: inline;
}



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  CONTENT STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


#column_bg {
	margin: 10px 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../../images/mb_content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*XXXXXXXXXX CONTENT LEFT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#left_column_{
	display: inline;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 185px;
	float: left;
	z-index: 100;
}

#left_column2_{
	display: inline;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 860px;
	float: left;
	z-index: 100;
}

#left_column_sidenav{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}

#left_column_news{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
}

#left_column_mini_calendar{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
}

/*XXXXXXXXXX CONTENT MIDDLE COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXX*/

#middle_column_{
	float: left;
	margin: 20px;
	padding: 0px;
	width: 410px;
	display: inline;
	position: relative;
}

* html #middle_column_{
	float: left;
	margin: 20px 15px 20px 20px;
	padding: 0px;
	width: 405px;
	display: inline;
	position: relative;
}

/*XXXXXXXXXX CONTENT RIGHT COLUMN   XXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#right_column_{
	display: inline;
	position: relative;
	color: #333;
	margin: 20px;
	padding: 0px;
	width: 185px;
	float: right;
}

*html #right_column_{
	display: inline;
	position: relative;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 180px;
	float: right;
}

#right_column2_{
	display: inline;
	position: relative;
	margin: 20px;
	padding: 0px;
	width: 635px;
	float: right;
}

* html #right_column2_{
	display: inline;
	position: relative;
	margin: 20px;
	padding: 0px;
	width: 630px;
	float: right;
}

#right_column_mini_calendar{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
}

#right_column_verse{
	padding: 0px;
	width: 185px;
	float: left;
	position: relative;
	z-index: 100;
	margin-top: 10px;
}

.clear { clear: both; background: none; }

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  FOOTER STYLING DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#footer_logo{
	height: 38px;
	width: 85px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../../images/m02-01/m02_footer_osm_bug.png);
	background-repeat: no-repeat;
}

#footer_mb_text{
	height: 30px;
	width: 200px;
	position: absolute;
	top: 28px;
	right: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: right;
}

#footer_copyright{
	height: 40px;
	width: 400px;
	position: absolute;
	left: 20px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

