/* YUI CSS RESET ----------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

img {display:block;}

a:link, a:visited, a:hover, a:active {
	color:#ff6600;
	text-decoration:underline;
	}
a:hover {
		text-decoration:none;
	}	

/* CLASSES ------------------------------------------------------------------------------------- */
.clear {clear:both;}

.red {color:#ff0000;}
.underlined {text-decoration:underline;}


/* STRUCTURE ----------------------------------------------------------------------------------- */
body{
	color:#437874;
	font:13px/16px Arial,Verdana,Helvetica,sans-serif;
	}
h1 {font-weight:bold; font-size:1.7em; line-height:1.2em;}
	h1 span {display:block; font-weight:normal; font-size:.8em;}
h2, h3, h4 {font-weight:bold; font-size:1.25em;}
h5, h6 {font-weight:bold;}

hr {
	display:block;
	margin:20px 30px 0 45px;
	}

strong{
	font-weight:bold;
	}

#wrap {
		background: url(../images/bg_wrap.png) 0 0 no-repeat;
		width:960px;
		margin:0 auto;
	}
	
#header {
		width:920px;
		height:118px;
		position:relative;
		top:0;
		left:0;
		margin:0 auto;
	}
	#logo {
		position:absolute;
		left:80px;
		top:14px;
	}
	
#navigation {
		width:830px;
		height:41px;
		margin:0 auto;
	}
	#navigation li{
		float:left;
		height:41px;
	}
	#navigation a {
		background: url(../images/nav_sprite.png) 0 0 no-repeat;
		float:left;
		display:block;
		height:41px;
		width:118px;
		text-indent:-9999em;
	}
	li#nav_01 a{width:120px;}
		li#nav_01 a:hover, li#nav_01 a.active{background-position:0 -41px;}
	li#nav_02 a{background-position:-120px 0;}
		li#nav_02 a:hover, li#nav_02 a.active{background-position:-120px -41px;}
	li#nav_03 a{background-position:-238px 0;}
		li#nav_03 a:hover, li#nav_03 a.active{background-position:-238px -41px;}
	li#nav_04 a{background-position:-356px 0;}
		li#nav_04 a:hover, li#nav_04 a.active{background-position:-356px -41px;}
	li#nav_05 a{background-position:-474px 0;}
		li#nav_05 a:hover, li#nav_05 a.active{background-position:-474px -41px;}
	li#nav_06 a{background-position:-592px 0;}
		li#nav_06 a:hover, li#nav_06 a.active{background-position:-592px -41px;}
	li#nav_07 a{background-position:-710px 0; width:120px;}
		li#nav_07 a:hover, li#nav_07 a.active{background-position:-710px -41px;}
		
#marquee {
		background: url(../images/marquee_bg.jpg) 0 0 no-repeat;
		width:920px;
		height:277px;
		margin:0 auto;
		position:relative;
		left:0;
		top:0;
	}
	#marquee form {
		position:absolute;
		top:39px;
		right:45px;
		width:390px;
		height:140px;
	}
		#zip {
			background:url(../images/form_input_bg.png) 0 0 no-repeat;
			position:absolute; top:84px; left:57px;
			width:147px; height:18px;
			border:none;
			text-align:center;
			font-weight:bold;
			font-size:1.25em;
			padding:10px 0;
		}
		#submit_btn5 {
			background:url(../images/form_submit_button.png) 0 0 no-repeat;
			position:absolute; top:80px; left:210px;
			width:97px; height:50px;
			border:none;
			text-align:center;
			font-weight:bold;
			font-size:1.25em;
			cursor:pointer;
		}
		.submit_hover {
			background-position:0 -50px!important;
		}
#content_wrap {
		width:920px;
		margin:0 auto;
		padding-bottom:20px;
	}
	#home_pg #content_wrap {
		padding-bottom:0;
	}
#content_left {
		width:700px;
		float:left;
		padding-bottom:20px;
	}
	#content_left h1, #content_left h2, #content_left h3, #content_left h4, #content_left h5, #content_left h6, #content_left p, #content_left ul, #content_left ol,  #content_left dl,#content_left table {
		margin:20px 30px 0 45px;
	}
		#content_left table p {
			margin:0;
		}
		#content_left table td {
			padding:3px;
		}
	#content_left blockquote {
		margin:20px 50px 0 65px;
		font-style:italic;
	}
	#content_left p {
		text-align:justify;
	}
	#content_left li, #content_left dd {
		background: url(../images/bullet.gif) 0 6px no-repeat;
		padding-left:12px;
		margin-top:5px;
	}
		#content_left li ul {
			margin:5px 0 0 25px;
		}
		#content_left li li {
			background:none;
			padding-left:0;	
		}
#content_right {
		width:220px;
		float:left;
	}
	
#disclaimer {
		font-size:.8em;
		color:#999999;
		width:920px;
		text-align:justify;
		margin:25px auto 25px;
	}

#footer {
		background-color:#e6f2ed;
		height:26px;
		width:920px;
		margin:0 auto;
		color:#666666;
	}
	#footer a {
		color:#666666;
	}
	#footer p {
		width:300px;
		line-height:26px;
	}
	#footer_link {
		float:left;
		padding-left:14px;
		width:500px!important;
	}
	#footer_copyright {
		float:right;
		padding-right:14px;
		width:300px;
		text-align:right;
	}
	
/* Listings ----------------------------------------------------------------------- */
#bwapsilisting {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	margin:20px 0 0 45px!important;
	text-align:left;
	width:auto!important;
}
