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

#nav_container {
	height: 129px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/nav_holder.png);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav_wrap {
	height: 129px;
	width: 100%;
	background-image: url(images/nav_rpt.png);
	background-repeat: repeat-x;
}
#main_container {
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/middle_holder.png);
	clear: both;
	margin-bottom: 40px;
	z-index: 2;
	position: relative;
	height: 25px;
}
#main_wrap {
	width: 100%;
	min-width: 1025px;
	overflow: auto;
	background: url(images/bg3.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
#main_wrap_test {
	width: 100%;
	min-width: 1025px;
	overflow: auto;
	background: url(images/bg3.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 400px;
	z-index: 0;
}
#main_wrap_interior {
	width: 100%;
	min-width: 1025px;
	overflow: auto;
	margin-top: -400px;
	z-index: 1;
}
#welcome_statement {
	float: left;
	height: 118px;
	width: 1025px;
	margin-top: 197px;
}
#boxes {
	float: left;
	height: 255px;
	width: 1025px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#box1 {
	float: left;
	height: 255px;
	width: 254px;
}
#box2 {
	float: left;
	height: 255px;
	width: 258px;
}
#box3 {
	float: left;
	height: 255px;
	width: 256px;
}
#box4 {
	float: left;
	height: 255px;
	width: 257px;
}
#foot1 {
	height: 62px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#foot_wrap {
	height: 122px;
	width: 100%;
	background-color: #919090;
}
#foot2 {
	height: 260px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/foot2.png);
}
#foot2_container {
	height: 260px;
	width: 100%;
	background-color: #CDCACA;
	margin-top: 0px;
}
#request_info {
	float: right;
	height: 48px;
	width: 318px;
	margin-right: 14px;
}
#navigation {
	float: left;
	height: 78px;
	margin-top: 51px;
}
#logo {
	float: left;
	height: 129px;
	width: 362px;
}
#footer_content {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}
#main_content_interior {
	float: left;
	width: 1025px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#left_col {
	float: left;
	height: 610px;
	width: 348px;
}
#right_col {
	float: right;
	width: 650px;
	margin-top: 16px;
}
#frame-map{
	border: 10px solid #FFF;
	-webkit-box-shadow: 0px 5px 10px rgba(50, 50, 50, 0.76);
	-moz-box-shadow:    0px 5px 10px rgba(50, 50, 50, 0.76);
	box-shadow:         0px 5px 10px rgba(50, 50, 50, 0.76);
}
#form-wrapper{
	position: relative;
	width: 650px;
	height: 180px;
}	
#result{
	position: absolute;
	top: -30px;
	left: 140px;
}
#searchForm label{
	text-align: left;
	font-weight: bold;
}
#searchForm input[type=text], #searchForm textarea{
	width: 500px;
	padding: 0 !important;
	border: 1px dotted #666;
	margin: 0;
	color: #0000;
}
#searchForm input[type=text]:focus, #searchForm textarea:focus{
	background: #F5F5F5;
	color: #0000;
}
#searchForm textarea{
	height: 50px;
}
.submit-button{
	width: 150px!important;
	height: 23px!important;
	border: none!important;
	background: transparent url('images/bg-submit.png') no-repeat top left;
	cursor: pointer;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 352px;
}

#frame-blog{
	background: transparent;
}
::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
}.bio_team {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding: 10px;
}
