@charset "UTF-8";
/* CSS Document */

body {
	font: 12px normal Arial, Helvetica, sans-serif;
	background: #7eadcf url(../images/bg_body.jpg) top left repeat-x;
}
#mainNav {
	width:980px;
	margin: 10px auto;
}
#wrap {
	width:960px;
	height: 600px;
	margin: 0 auto;
	background:#FFF;
	padding:10px;
}
#header {
	height: 200px;
}
#footer {
	width:960px;
	margin: 0 auto;
	background:#000 url(../images/bg_footer.jpg) top left repeat-x;
	color:#999999;
	font-size:10px;
	padding: 10px;
}
/* header */

#logo {
	width:210px;
	height:200px;
}
/* MAIN NAVIGATION */

ul#navlist {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	background:url(../images/bg_topnav.gif) right center no-repeat;
}
#navlist a {
	padding: 3px 15px;
	font-size:14px;
	font-weight: bold;
}
#navlist a:link, #navlist a:visited {
	color: #00FFFF;
	text-decoration: none;
}
#navlist a:hover, #navlist #current {
	color: #FFF;
	text-decoration: none;
}
/* CONTENT */

#sidebar {
	float: left;
	width:240px;
	margin: 0 40px 0 0;
}
#content {
	float: left;
	width: 680px;
	height:380px;
	margin: 20px 0 0 0;
	overflow:auto;
}
#scrolldiv {
	width: 640px;
}
#scrolldiv p {
	color:#333;
	line-height: 18px;
}
#scrolldiv ul, ol {
	margin: 10px 0;
	padding:0 0 0 35px;
	line-height: 18px;
}
/* sidebar navigation */

#sidenav {
	width: 210px;
	height:400px;
	background:#74B54A url(../images/bg_sidenav.jpg) repeat-x top left;
}
#sidenav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}
#sidenav a {
	display: block;
	padding: 3px 3px 3px 5px;
	width: 202px;
	border-bottom: 1px solid #FFF;
}
#sidenav a:link, #sidenav a:visited {
	color: #FFF;
	text-decoration: none;
}
#sidenav a:hover {
	background: #00A0AF url(../images/bg_sidenav.gif) no-repeat right 5px;
	color: #fff;
}
#sidenav #current {
	background:#00A0AF url(../images/bg_sidenav.gif) no-repeat right 5px;
}
/* FOOTER*/
#footer a {
	color: #999999;
}
/* COMMON */

a {
	color:#00A0AF;
	text-decoration:none;
}
a:hover {
	color:#33CCFF;
}
a:focus {
	outline:none;
}
a img {
	border: none;
}
h1, h2, h3 {
	color:#00A0AF;
	font-family:"Trebuchet MS", Helvetica, Arial;
	margin:0;
}
h1 {
	font-size: 26px;
	background: url(../images/bg_h1.gif) left 2px no-repeat;
	padding-left: 30px;
	border-bottom: 1px solid #00A0AF;
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	border-bottom: 1px solid #00A0AF;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	border-bottom: 1px solid #00A0AF;
	margin-top: 20px;
}
.imgfloat {
	float:left;
	margin: 0px 15px 5px 0px;
	clear: left;
}
.smalltxt {
	font:10px normal Verdana, Arial, Helvetica, sans-serif;
}
.about {
	background:url(../images/bg_about.jpg) top right no-repeat;
}
.products {
	background:url(../images/bg_products.jpg) top right no-repeat;
}
.resources {
	background:url(../images/bg_resources.jpg) top right no-repeat;
}
.requestinfo {
	background:url(../images/bg_info.jpg) top right no-repeat;
}
.contact {
	background:url(../images/bg_contact.jpg) top right no-repeat;
}
.any {
	background:url(../images/bg_header_any.jpg) top right no-repeat;
}
/* FORMS */
label {
	font-size: 10px;
}
fieldset {
	padding:10px;
	margin:0 0 1.5em 0;
	border:1px solid #bbbfbb;
}
legend {
	font-weight:bold;
	font-size:14px;
	color:#00a1b1;
}
input.text, textarea, select {
	margin:0;
	border:1px solid #bbbfbb;
	font-size:11px;
	color:#00a1b1;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #667066;
}
input.text, input.title {
	width:250px;
	padding:2px;
}
textarea {
	width:390px;
	height:150px;
	padding:5px;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background: #ffe628;
	color:#514721;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/* HOME PAGE*/
#intro {
	height: 310px;
	background:#333;
}
#lblock, #rblock {
	height: 290px;
	float: left;
}
#lblock {
	width:340px;
	background: url(../images/bg_sidenav.jpg) top left repeat-x;
}
#rblock {
	width: 550px;
	margin: 0 0 0 50px;
}
#rblock p {
	font-size:14px;
	color:#333;
	line-height: 20px;
}
#rblock h1 {
	font-size: 22px;
	background: none;
	border-bottom: 1px solid #00A0AF;
	margin: 40px 0 10px 0;
	padding:0;
}
/* tables */

.profiles {
	border-spacing: 2px;
	font-size: 11px;
	width:300px;
}
.profiles td {
	border:1px solid #CCCCCC;
	padding: 2px;
	border-collapse:collapse;
	line-height: 16px;
}
.profiles img {
	float: left;
	display:inline;
	margin-right: 10px;
	margin-bottom:10px;
}
.whitetxt {
	color: #FFFFFF;
	font-weight: bold;
}
/* PDF download div */

div.pdf {
	height:48px;
	background-image:url('../images/pdf_bg.gif');
	padding:0;
	font-weight:bold;
	line-height:18px;
	display:block;
}
div.pdf span {
	padding: 8px;
	display:block;
}
.video {
	width: 620px;
	height: 310px;
	background: #fff url(../images/house_image.jpg);
	float: left;
}