﻿@charset "utf-8";
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	height: 70px;
	width: 898px;
	border: 1px solid #c0c0c0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
	
#navigation {
	height: 37px;
	width: 920px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
#page_content {
	width: 918px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	clear: both;
}
#page_content_fixed_height {
	width: 918px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	height: 500px;
}


.main_content img {
	float: right;
}
#environment_images {
	text-align: left;
}
#client_area_images {
	text-align: center;
}



#footer {
	height: 47px;
	width: 904px;
	background-image: url(../images/gooter_bg.gif);
	background-repeat: repeat;
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 8px;
	margin-bottom: 20px;
	vertical-align: middle;
}
#footer_left {
	float: left;
	height: 46px;
	width: 445px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	clear: none;
}

#footer_right {
	height: 46px;
	width: 420px;
	padding-right: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	text-align: right;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
}



#page_content_index {
	background-color: #CCC;
	height: 300px;
	width: 600px;
	float: left;
}
.footer a img {
	vertical-align: middle;
}

#page_content_index_topright {
	height: 150px;
	width: 298px;
	background-color: #3860B4;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#page_content_index_botright {
	background-color: #BDC1CA;
	float: right;
	height: 110px;
	width: 298px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 10px;
	text-align: center;
}
#page_content_index_bottom {
	width: 878px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20pt;
	color: #333;
	padding: 20px;
	height: 70px;
}
#page_content_left {
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#page_content_right {
	width: 278px;
	float: right;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#page_title {
	width: 100%;
	height: 30px;
	background-image: url(../images/page_title_bg.gif);
	background-repeat: repeat-x;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#about_us_bottom {
	clear: both;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
