body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #fff;
}

a:link, a:visited { color: #666; text-decoration: none; font-weight: normal; font-family: Arial, Helvetica, sans-serif; } 
a:active, a:hover { color: #ff0000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; }

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_14 { clear: both; width: 100%; height: 14px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_25 { clear: both; width: 100%; height: 25px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}
.margin_bottom_100 { clear: both; width: 100%; height: 100px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.fl { float: left; }
.fr { float: right; }



.button {
	padding-left: 15px;
}
.button a {
	clear: both;
	display: block;
	width: 90px;
	height: 24px;
	padding: 4px 0 0 17px;
	background: url(images/button.png) no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
.button a:hover {
	color: #F00;
}

.header_01 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #000000;
	border-bottom: #19446a solid 1px;
}

.header_02 {
	clear: both;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000;
	height: 20px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: url(images/side_header_bg.jpg) repeat-x;
}

.header_03 {
	clear: both;
	font-size: 18px;
	color: #dad021;
	font-weight: bold;	
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url(images/banner_divider.jpg) bottom repeat-x;
}

.header_04 {
	clear: both;
	font-size: 14px;
	color: #c7bb10;
	text-align: center;
	padding: 5px 10px 5px 0;
	background: url(images/footer_divider.jpg) bottom repeat-x;
}
.header_04 a {
	color: #c7bb10;
	font-weight: bold;	
	text-decoration: none;
}
.header_04 a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.header_05 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.header_06 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
.header_07 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.header_08 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-bottom: 4px;
	text-decoration: underline;
}
.header_09 {
	clear: both;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
	text-align: left;
	padding-bottom: 4px;
	text-decoration: underline;
}
#header_wrapper {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}

#header {
	width: 980px;
	margin: 0 auto;
}

#header #site_logo {
	float: left;
	width: 980px;
	height: 100px;
	font-size: 40px;
	margin-left: 28px;
	color: #ffffff;
	background:url(images/topper.gif) no-repeat;
}

/* end of header */

/* menu */
#menu_wrapper {
	clear: both;
	width: 100%;
	height: 41px;
	margin: 0 auto;
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu {
	width: 980px;
	height: 41px;
	margin: 0 auto;
}

#menu ul {
	margin: 0 0 0 28px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 22px;
	width: 128px;
	padding: 13px 0 0 0;
	background: url(images/menu.jpg) bottom no-repeat;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #000;
	background: url(images/menu_hover.jpg) bottom no-repeat;
}

/* end of menu*/

/* content */

#content_wrapper {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 5px 30px 15px 30px;
	padding: 9px;
	border: 1px solid #c3c4c5;
	background: #d8d7d7;
}

.recent_projects {
	float: left;
	width: 900px;
	height: 220px;
	margin-bottom: 10px;
	background: #215b8d;
}

.project_slideshow {
	float: left;
	width: 900px;
	height: 200px;
	padding: 10px 0 0 0;
	overflow: hidden;
	background: #215b8d url(images/slider_right_divider.jpg) right repeat-y
}

.project_content {
	float: left;
	width: 250px;
	height: 180px;
	padding: 40px 20px;
	overflow: hidden;
	background: #1d4b73;
}

.project_content p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 20px;
}

#content_panel {
	clear: both;
	width: 898px;
	border: 1px solid #c6c5c5;
	background: #ffffff;
}

#column_w610 {
	float: left;
	width: 510px;
	padding: 20px 48px 65px 50px;
	background: #ffffff url(images/content_right_column_bg.jpg) right repeat-y;
}
#column_w610 p {
	font-size: 14px;
	padding-bottom: 20px;
}
#column_w610 img {
	border: 1px solid #19446a;
}
#column_w610 li {
	text-align: left;
	font-size: 14px;
	margin-left: 25px;
}
#column_w900 {
	float: left;
	width: 800px;
	padding: 20px 48px 65px 50px;
	clear: both;
	border: 1px solid #c6c5c5;
	background: #ffffff;
}
#column_w900 p {
	font-size: 12px;
	text-align: left;
}
.media {
	clear: both;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 510px;
	border-bottom: #d6d6d6 1px solid;
}
.pre {
	width: 120px;
	float: left;
	margin: 10px;
}
.pre p {
	font-size: 12px;
	color: #000;
	text-align: left;
	text-decoration: none;	
}
.pre_title {
	width: 290px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pre_title p {
	font-size: 12px;
	color: #000;
	text-align: left;
	text-decoration: none;			
}
.pre_dl {
	width: 60px;
	height: 20px;
	float: right;
}
.pre_dl a {
	font-size: 10px;
	color: #215b8d;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;			
}
.pre_dl a:hover {
	font-size: 10px;
	color: #ff0000;
	text-align: left;
	text-decoration: none;			
}
.pre_date { 
	width: 60px;
	float: left;
	margin: 10px;
}
.pre_date p {
	font-size: 12px;
	color: #000;
	text-align: left;
	text-decoration: none;	
}
.sitemap {
	text-align: left;
	font-size: 14px;
	margin-left: 25px;
	padding-bottom: 20px;
}
#column_w290 {
	float: left;
	width: 290px;
	padding: 20px 0 20px 0;
	background: #ffffff;
}

.news_section {
	clear: both;
	margin: 0 20px 20px 20px;
}

.news_section .news_date {
	float: left;
	width: 70px;
	height: 50px;
	padding: 20px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/news_date_bg.jpg) no-repeat;
}

.news_section .news_date span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

.news_section .news_content {
	float: right;
	width: 160px;
}
.news_section .contact_content {
	float: right;
	width: 150px;
}
.news_section .call {
	float: left;
	width: 90px;
	height: 66px;
	font-size: 26px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/call.jpg) center no-repeat;
}
.news_section .address {
	float: left;
	width: 90px;
	height: 66px;
	font-size: 26px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/write.jpg) center no-repeat;
}
.news_section .map {
	float: left;
	width: 90px;
	height: 66px;
	font-size: 26px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/map.jpg) center no-repeat;
}

.testimonies {
	clear: both;
	margin: 0 20px 20px 20px;
}

.testimonies .news_date {
	float: left;
	width: 70px;
	height: 50px;
	padding: 20px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/news_date_bg.jpg) no-repeat;
}
.testimonies p {
	text-decoration: none;
	font-style: italic;
	
}
.testimonies .news_date span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

.testimonies .news_content {
	float: right;
	width: 160px;
}
.scriptures {
	clear: both;
	margin: 0 20px 20px 20px;
}

.scriptures .news_date {
	float: left;
	width: 70px;
	height: 50px;
	padding: 20px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: url(images/news_date_bg.jpg) no-repeat;
}
.scriptures p {
	text-decoration: none;
}
.scriptures .news_date span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}

.scriptures .news_content {
	float: right;
	width: 160px;
}

#column_w290 .inputfield {
	height: 16px;
	width: 235px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.column_w290_content {
	margin: 0 20px;
}

.section_01 {
	clear: both;
	position: relative;
	width: 205px;
	padding: 20px 40px 20px 40px;
	margin-left: 5px;
	background: url(images/section_middle.jpg) repeat-y;
}
.section_01 h6 {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	line-height: 0.5em;
}
.section_01 .top {
	position: absolute;
	width: 280px;
	height: 22px;
	top: 0px;
	left: 0px;
	background: url(images/section_top.jpg) top left no-repeat;
}

.section_01 .bottom {
	position: absolute;
	width: 280px;
	height: 22px;
	bottom: 0px;
	left: 0px;
	background: url(images/section_bottom.jpg) bottom left no-repeat;
}

.list_with_icon {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: none;
}

.list_with_icon li {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	background: url(images/list_icon.jpg) left top no-repeat;
}

/* end of content */

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #111d28;
}

#footer {
	width: 950px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	color: #828c96;
	background: url(images/footer_bg.jpg) bottom center no-repeat
}

.section_w920 {
	text-align: center;
	width: 920px;
}
.section_w920 a {
	color: #828c96;
}
.section_w920 a:hover {
	color: #F00;
	text-decoration: underline;	
}
.section_w184 {
	float: left;
	width: 190px;
	padding: 0 40px 0 0;	
}

.section_w368 {
	float: left;
	width: 328px;
	padding: 0 40px 0 0;
}

/* end of footer */

