@charset "utf-8";
/* CSS Document */


/*.............Portfolio Page...................*/

h1 {
	font-size:18px;
	margin-left:10px; margin-right:10px; margin-bottom:10px;
	color:#FFF;
}

h2, h4 {
	font-size:14px;
	margin:10px;
	color:#FFF;
}

h3 {
	font-size:16px;
	margin-bottom:10px; 
	color:#FFF;
}

h4 {
	clear:left;
}



#banner_box {
	width:900px; height:60px;
	margin:30px;
	background-image:url(../images/banners/temp_aboutus.jpg);
}

.banner_text {
	float:right;
}

#banner_box img {
	float:left;
	margin-left:10px; margin-top:5px; margin-right:40px;
}


#about_box {
	width:900px; height:100%;
	margin-left:30px; margin-right:30px; margin-bottom:30px;
	float:left;
}

#about_top {
	background-image:url(../images/box/top900.png);
}

#about_content {
	width:100%; height:390px;
	background-color:#3e3e3e;
}
#values1 {
	float:left;
	width:400px;
	margin-left:50px; margin-top:25px; margin-bottom:25px;
	background-image:url(../images/Values%20List%20Bg.png);
}

#values2 {
	float:left;
	width:400px;
	margin-right:50px; margin-top:25px; margin-bottom:25px;
	background-image:url(../images/Values%20List%20Bg.png);
}

#values1 ul, #values2 ul {
	margin-left:30px; margin-right:30px;
	list-style-type:none;
}

#values1 li, #values2 li {
	margin-bottom:15px;
}

#values_header {
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

#about_bottom {
	background-image:url(../images/box/bottom900.png);
}





