/* end of footer */
h4 {
	font-size: 20px;
}
/*
CSS Credit: http://www.iideazonline.com
*/

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

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
} 
a:active, a:hover { color: #ffffff; text-decoration: none; }

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_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; 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_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

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

.button_01 a{
	clear: both;
	display: block;
	width: 104px;
	height: 25px;
	padding-top: 5px;
	background: url(images/readmore_button.jpg) no-repeat;
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #C90;
	background: url(images/header_underline.jpg) left bottom no-repeat;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

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


.header_03 {
	clear: both;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}
.header_033 {
	clear: both;
	font-size: 18px;
	color: #FC0;
	font-weight: bold;
	padding: 0 0 10px 20px;
	margin: 10px 0 5px 0;
}


.header_04 {
	clear: both;
	font-size: 14px;
	color: #003;
	font-weight: bolder;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}


.header_05 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.header_05 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#header_wrapper {
	width: 100%;
	height: 105px;
	margin: 0 auto;
	background: #19446a url(images/header_bg.jpg) repeat-x;
}

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

#header #site_logo {
	float: left;
	width: 650px;
	height: 95px;
	font-size: 40px;
	color: #ffffff;
	margin-left: 30px;
	background-image: url(images/head_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header #banner_r {
	float: right;
	width: 250px;
	height: 105px;
	font-size: 40px;
	color: #ffffff;
	background-repeat: no-repeat;
	text-align: right;
	margin-right: 30px;
}


/* 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 */

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

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

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


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


.project_content {
	float: left;
	width: 250px;
	height: 180px;
	padding: 10px 20px;
	overflow: hidden;
	background: #1d4b73;
}
.project_insure {
	float: left;
	width: 250px;
	height: 180px;
	overflow: hidden;
	background: #1d4b73;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}


.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: #eeeeee;
}

#column_w610 {
	float: left;
	width: 538px;
	padding: 15px 40px 20px 30px;
	background: #ffffff;
}

#column_w290 {
	float: left;
	width: 290px;
	padding: 0px 0 20px 0;
	background: #eeeeee url(images/content_right_column_bg.jpg) left repeat-y;
}

.news_section {
	margin: 0 10px 10px 20px;
}

.news_section .news_date {
	float: left;
	width: 90px;
	height: 65px;
	padding: 20px 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #FC3;
}

.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 .news_contentin {
	float: left;
	width: 200px;
	padding-left: 25px;
}

#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 .submitbutton {
	float: right;
	margin: 0px;
	padding: 2px 6px 4px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.column_w290_content {
	margin: 10px 20px;
}

#column_w610 p {
	padding-bottom: 20px;
}

.section_01 {
	position: relative;
	width: 190px;
	padding: 10px 20px 0px 40px;
	margin-bottom: 5px;
	background: url(images/section_middle.jpg) repeat-y;
	float: left;
	margin-right: 15px;
}
.section_011 {
	position: relative;
	width: 455px;
	padding: 10px 20px 0px 40px;
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}

.section_02 {
	position: relative;
	width: 450px;
	padding: 10px 20px 0px 30px;
	margin-bottom: 5px;
	background: url(images/section_middle.jpg) repeat-y;
	float: left;
	margin-right: 15px;
}


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

.section_01 .bottom {
	position: absolute;
	width: 510px;
	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: 920px;
	padding: 30px;
	margin: 0 auto;
	color: #828c96;
	background: url(images/footer_bg.jpg) bottom center no-repeat
}

.section_w920 {
	text-align: center;
	width: 920px;
}

.section_w184 {
	float: left;
	width: 180px;
	padding: 0 10px 0 0;
}

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

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

.footer_menu_list li {
	margin: 0px;
	padding: 0px;
}

.footer_menu_list li a {
	color: #828c96;
	text-decoration: none;
}

#apDiv1 {
	position:absolute;
	width:248px;
	height:101px;
	z-index:1;
	left: 810px;
	top: 28px;
}

#cp_contact_form {
	padding: 0;
	width: 400px
}
#cp_contact_form form { margin: 0px; padding: 0px; }

#cp_contact_form form .input_field { 
	width: 380px; font-size: 12px; color: #333; padding: 5px; 
	height: 20px; border: 1px solid #ccc;  background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

#cp_contact_form form label { display: block; width: 220px; margin-bottom: 5px; font-size: 12px; color: #000; }

#cp_contact_form form textarea { 
	width: 380px; height: 160px; padding: 5px; color: #333; 
	border: 1px solid #ccc;  background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	
#cp_contact_form form .submit_btn { margin: 10px 0px; padding: 5px 14px; border: 1px solid #ccc; background: #fff; }
#sideline {
	background-color: #36C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}
