body {
	background:#04203a url(images/background.jpg) repeat-x;

	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}


p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #333;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:22px;
		border-bottom:1px solid #04203a ;
		padding:10px;
	}
h2 {
	font-size: bold .9ems;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#04203a ;
	position:relative;
	left:40px;
	margin-top:20px;
	line-height:18px;
    }
	
	
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#logo {
width:892px;
height:118px;
	margin: 0px auto;
	background:transparent url(images/logo.jpg) no-repeat;
}





/* ----------------- Container----------------- */


div#container {
width:892px;
	margin: 0px auto;


}
iframe.faq {
	float: left;
	margin-left: -40px;
}


/* ----------------- header----------------- */

div#header {
	width:100%;
	height:284px;
	background:transparent url(images/header.jpg) no-repeat;
	clear:both;
}


div#flash {
	float:right;
	height:100px;
	width:350px;
	position:relative;
	right:25px;
	top:100px;
}	


/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width:200px;
	text-align:center;
	float:left;
	height:280px;

	}
	
	ul#mainnav {
	height:100%;
	margin:0px  auto 0px 0px;
	padding: 0px;
	position:relative;
	left:20px;
	
	}
	
	ul#mainnav li {
	padding:5px 0px 2px 0px;
	margin:0;
	text-align:left;
	position:relative;
	list-style-type:none;
	width:100%;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:12px;
	color:#61470f;
	text-decoration:none;
	font-weight:bold;
	width:90%;
	display:block;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #04203a;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color:#fff;
	border-bottom: 1px dotted #fff;
/*	background:transparent url(images/nav-bg-active.jpg) repeat-x;*/
	}

	
	ul#mainnav a#off{border:none;}
		
/* ----------------- Content Copy and Photos ----------------- */

div#topper {
	width:100%;
	height:55px;
	background:transparent url(images/topper.jpg) no-repeat;
}

div#topper a img {border:none;
float:right;
margin-right:23px;
margin-top:1px;
}

div#content {
	width:100%;
	height:100%;
		background:transparent url(images/content-bg.jpg) repeat-y;

	padding:0;
	clear:both;
}


div#copy {
	width:550px;
	height:100%;
	float:right;
	padding:20px 40px 40px 40px;
	position:relative;
	right:30px;

}

div#copy ul{
}

div#copy ul {
list-style-type:square;

}

div#copy strong {font-size:12px;}

div#copy a{text-decoration:underline;}
div#copy a:hover
{text-decoration:none;}

div#copy p#mission{font-style:italic;}

#contrast{
	width:100%;
	height:100px;
	background:transparent url(images/contrast.jpg) no-repeat;

}
#contrast p {display:none;}

/* ----------------- sidebar ----------------- */

div#sidebar {
	float:left;
	width:215px;
	height:500px;

}



div#sidebar strong{
	color:#04203a ;
	font-size:12px;}




div#clear-content{clear:both;}




/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
		width: 892px;
		height:184px;
		margin: 0px auto;
		color:#04203a ;
		background:transparent url(images/footer.jpg) no-repeat;
		text-align:left;
		}


div#utility {
		width: 100%;
		height:30px;
		position:relative;
		top:45px;
		}
	ul#utilitynav {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	position:relative;
	left:35px;
	}
	ul#utilitynav li {
	margin: 0px auto;
		display:inline;
		}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	display:block;
		float:left;
	height:30px;
	font-size: 11px;
	text-decoration: none;
	padding:5px;
	border-right: 1px none #000;
	color:#04203a ;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear-footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:70%;
	height:50px;
	margin-top:20px;
	color:#04203a ;
	position:relative;
	left:20px;
	float:left;
	text-align:left;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#04203a ;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 100%;
		height:20px;
		clear:both;
		position:relative;
		right:15px;
		top:-35px;
}

div#owner a {
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;
background: transparent url(images/owner.gif) no-repeat;
width:125px;
height:50px;

}

div#owner a:hover {
background: transparent url(images/owner-hover.gif) no-repeat;

}

div#owner a img{border:none;}





/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img.landscape {
	
	padding: 5px;
	background: white;
	margin: 0px 0px 00px 0px;
	border: solid 1px #ccc;
}

img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}

/* ----------------- creates div for iframe on new construction page ----------------- */

div#iframediv {
	float:right;
	height: 990px;
	width: 570px;
	position:relative;
	left: -35px;
	top: -55px;
}	
