@charset "UTF-8";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0 0 0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	margin: 0px;
	padding: 0px;
	
}td {
	padding-left: 1px;
}
fieldset,img{
	border-style:none;
	border-width:0;
	margin:0;
	padding:0;
}


address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}#navigation li ul , #navigation ul li{
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

caption,th {text-align:left;}/*h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}*/.red {
	color: #F00;
	margin: 0px;
	padding: 0px;
}
q:before,q:after{content:'';}abbr,acronym {border:0;}








/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff;
	}
	
	
	a{
	text-decoration: underline;
	color: #465769;
	font-weight: bold;
}
	a:hover{
	color: #9CBFD1;
}
	hr{display: none;
	}
	
	strong{font-weight: bold;}

	p{
	padding-bottom: 1em;
	}
	
	li{
	padding-bottom: 0.5em;
	}
	
	ul{
	padding-bottom: 0.5em;
	}
	
	h1{
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #7799AB;
	}

	
	h2{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color: #465769;
	padding-top: 1em;
	padding-bottom: 0px;
	}

	h3{
	padding-top: 0.2em;
	padding-bottom: 0em;
	color: #465769;
	font-size: 1.2em;
	line-height: 1em;
}

	/*h4{
	line-height: 1.2em;
	padding-bottom: .25em;
	}
	
	h4 a:hover{
	color: #9CBFD1;
	}
	h4 a {
	color: #52667B;
	}*/
	
	
	
	ul.borderedlist li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	}

	ul.borderedlist li a{
	display: block;
	color: #42423b;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-decoration: none;
	font-weight: normal;
	}
	ul.borderedlist li a:hover{
	background: #E5E5E4;
	color: #036;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 11px;
}

/* =LAYOUT - the main layout styles */
	.container{
	width:890px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}
	/* header layout */
	#header{
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #42423b;
	background-color: #BABABA;
	height: 215px;
	background-image: url(../images/top2_bg.gif);
	background-repeat: repeat-x;
	}
	
	
	#header .container{
	height: 215px;
}

/* logo */
	

	/* message and building pic */
	#banner{
	position: absolute;
	height: 170px;
	top: 48px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 448px;
	padding-top: 0px;
	padding-right: 438px;
	padding-bottom: 0;
	padding-left: 0px;
	}
#banner a img {
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	/* top navigation */
	
#navigation{
	position: absolute;
	right: 38px;
	top:18px;
	width: 702px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	}
	
	
	
	/* main area layout */
	#main{
	padding: 24px 0;
	}
		
	#leftcolumn{
	float: left;
	width:140px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	#center{
	float: left;
	width:440px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 30px;
}
#center ul li {
	list-style-position: outside;
}

	#center2{
	float: left;
	width:706px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
}

#map_canvas{
	position: absolute;
	height: 300px;
	width: 500px;
	left: 146px;
	top: 156px;
	}
table#checklist {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table#checklist th {
	font-size: 1em;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
	padding-top: 25px;
}
table#checklist td {
	line-height: 1.5em;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	margin: 0px;
	padding-right: 5px;
	border: 1px solid #BABABA;
}
#rightcolumn{
	float: left;
	width:230px;
	line-height: 15px;
	height: auto;
}
#rightcolumn p {
	line-height: 16px;
}

#rightcolumn h4 {
	margin: 0px;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	font-size: 1.25em;
	font-weight: normal;
}

#rightcolumn h4 a:hover{
	color: #9cbfd1;
	}
#rightcolumn h4 a {
	color: #465769;
	text-decoration: none;
	font-weight: normal;
	}




/* email bar */
#emailbar {
	position: relative;
	height: auto;
	width: auto;
	bottom: 0px;
	background-color: #9CBFD1;
	clear: both;
	float: left;
	margin: 10px 0px 0px;
	padding: 0px 5px 0px 145px;
}
#emailbar form {
	height: 21px;
	width: auto;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#emailbar form label {
	color: #333;
	margin: 0px;
	width: auto;
	text-align: center;
	padding-right: 6px;
	font-size: 0.8em;
}
#emailbar form input {
	padding-right: 0px;
	padding-left: 4px;
	text-align: left;
	display: inline;
}
#center #frmContact p {
}
#center #frmContact fieldset {
	background-color: #F1F0EF;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 420px;
	margin-top: 5px;
}
#center #frmContact legend {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	background-color: #F1F0EF;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: -10px;
}
#center #frmContact input.text {
	width: 140px;
	margin: 0px;
	padding: 0px;
}

	/* bottom layout */
	#bottominfo{
		border-top: 5px solid #42423b;
		background: #f1eee7;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
	.bottomcolumn{
		float: left;
		width:288px;
		margin-right: 18px;
	}
	.bottomright{margin-right:0;}
	

	
	
/* =CONTENT - the content styles */
	/* left column */
	
	
	.leftbox{
	background: #f1f0ef;
	margin-bottom:10px;
	line-height:1.8em;
	padding: 0px;
}
	h3.leftbox{
	font-size:1.2em;
	color: #F33;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F1F0EF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1cfcd;
}
	h3.header_small{font-size:15px;font-weight: bold;background: #f1f0ef;padding:0 23px 5px 23px;}
	ul.leftbox{
	font-size: 10px;
	position: relative;
	height: auto;
	line-height: 12px;
	list-style-type: none;
}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}	
	/* center column */
	/*.article_wrapper h2{
	color: #465769;
	font-size:2.1em;
	margin:10px 0;
}*/
	.article_wrapper p{
	padding-bottom:1em;
	/*font-size:11px;
	padding-top: 0px;*/
}	

.article_wrapper a{
	color: #465769;
	font-weight:bold;
	text-decoration: underline;
}

.article_wrapper li a{
	color: #465769;
	font-weight:bold;
}
.article_wrapper table{
	border-collapse:collapse;
	border-spacing:0;
	padding: 0px;
	clear: both;
	float: none;
	margin: 0px;
}
	
.article_wrapper a:hover{
	color: #9CBFD1;
}	

	/* right column */
	.rightbox_wrapper{
	padding:5px 5px 5px 3px;
	margin-bottom: 10px;
	width:220px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #333;
	border: 1px dashed #CCC;
	}
.rightbox_wrapper2 {
	margin-bottom: 10px;
	width:220px;
	font-size:11px;
	line-height: 18px;
	color: #333;
	border: 1px dashed #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
	.rightbox{
	border: none;
	width:215px;
	overflow: hidden;
	padding-bottom:6px;
	background-color: none;
}
	.product_image{
	float: left;
	margin: 8px 6px 0 6px;
}
	.product_wrapper{
	float: right;
	width:128px;
	position: relative;
	height: auto;
	padding-left: 3px;
}
#footer_navigation li{
	font-size:1.3em;
	color: #483F3D;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
	.product_wrapper p{
	font-size:.9em;
	}
	
	.lastbox{margin:0;}

.lastbox2{
	margin:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* =BOTTOM */
	.bottomcolumn h3{
		border-bottom: 4px solid #9b968f;
		color: #5699A7; font-size:18px;padding:15px 0 5px 5px;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{background: #E9E4DE url(../images/footer_list.jpg) left top no-repeat;color: #42423b;}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
	/*#counter {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 4px;
	height: 20px;
	width: auto;
}
	*/
	
	
	
	
/* =FOOTER */
	#footer{
	height: 28px;
	font-size: 0.8em;
	line-height:1em;
	background-color: #425D73;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
	}
	#footer a{color: #A39D97;}
	
	#footer_navigation{
	list-style-type: none;
	}
	#footer_navigation li{
	float: left;
	padding-left:50px;
	font-weight: normal;
}
	#footer_navigation li a{
	text-transform:uppercase;
	color: #CCC;
	text-decoration: none;
}
	#footer_navigation li a:hover{
	color: #FFF;
	text-decoration: none;
}
#designby{
	float: left;
	height: 23px;
	margin-top: 5px;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	}
#counter {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 4px;
	height: 20px;
	width: auto;
}
.paddingRight {
	padding-right: 150px;
}

