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

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #233645;
}
h1 {
	font-size:17px;
	line-height:17px;
}
#wrapper {
	width: 999px;
	margin: 0 auto;
}
#topbar {
	height: 80px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#logo {
	float: left;
	width: 258px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 80px;
}
#nav {
	float: left;
	/* width: 828px; */
	width: 741px;
	height: 80px;
}
#header {
	height: 360px;
	margin: 0 auto;
	margin-top: -1px;
}
#content {
	padding-top: 0px;
	padding: 41px 0 50px 15px;
	overflow: hidden;
}
#left {
	float: left;
	width: 620px;
}
#left2 {
	float: left;
	width: 970px;
}
#full {
	float: left;
	width: 970px;
}
#right {
	float: right;
	width: 295px;
}
.leftextbox {
	padding-left: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightimg {
	float: right;
	padding-left: 10px;
	display: block;
	clear: right;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
	clear: right;
}

#rbox {
	background-image: url(images/rbg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: -3px;
	margin-top: -6px;
}
.yellowtitle {
	font-weight: bold;
	color: #D54500;
}
#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: 184px;
}
#bottomcontent {
	width: 995px;
	margin: 0 auto;
	height: 170px;
	color: #233645;
	padding-top: 16px;
}
#b1 {
	float: left;
	width: 550px;
	padding-right: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006e91;
	height: 150px;
}
#b2 {
	float: right;
	width: 340px;
	height: 150px;
}
.bottomtext {
	color: #006e91;
}
.bluetitle {
	color: #2E8FE8;
}
.photocaption {
	color: #333;
	font-size: 12px;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	padding: 6px;
	/* border: 1px solid #fdd031; */
	width: 230px;
	margin: 5px 0 5px 0;
	/* background-color: #f0c21f; */
	color: #333333;
}
#contact label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #0F3F74;
}
#contact textarea {
	/* border: 1px solid #fdd031; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 230px;
	margin: 5px 0 5px;
	/* background-color: #f0c21f; */
	color: #333333;
}

/*------------- CONTACT FORM ----------- */

#contactbody{
	width:380px;
	height:250px;
	margin:0 auto;
	padding-top:20px;
	background:none;
	}
#contact{
	width:379px; margin:0 auto 0 auto;
	}
#contact form{
	width:378px; display:block; margin:0 auto 0 auto;
	}
#contact form label{
	margin:0 12px 0px 10px; display:block; float:left;
	width:100px;
	}
#contact form input{
	/* width:220px; height:17px; margin:0 0 8px 0; padding:0; float:left; */
	}
#contact form input.bu{
	background:url(images/submit.gif) no-repeat 0 0; width:59px; height:22px; margin:12px 7px 0 0px; float:left; border:none;
	cursor:pointer; display:block; float:left;
	}
#contact form input.re{
	background:url(images/reset.gif) no-repeat 0 0; width:52px; height:22px; margin:12px 0px 0 0px; float:left; border:none;
	cursor:pointer; display:block; float:left;
	
/*------------- END CONTACT FORM ----------- */