@charset "utf-8";
@import url('reset.css');
body {
	background:#4176aa url(i/body_bg.jpg) repeat-x;
	font: normal 14px/1.5 Papyrus, Georgia, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	vertical-align: top;
	color: #000;
}
.right {
	float: right;
	display:inline;
}
.left {
	float: left;
	display:inline;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited {
	color:#26619B;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size:1.8em;
	color:#8d2410;
	padding:15px 10px 0 10px;
	text-align:center;
}
h2 {
	font-size:1.4em;
	color:#892410;
	padding:5px 10px 5px 10px;
	text-align:center;
}
h3 {
	font-size:1.3em;
	color:#8d2410;
	padding:10px 10px 0 10px;
	text-align:center;
}
.frame {
	margin:5px 8px 20px 8px;
	padding:10px;
	background-color:#fff;
	border-right:1px solid silver;
	border-bottom: 1px solid silver;
}
div.frame {
	width:360px;
}
.frame2 {
	width: 770px;
}
div.staff {
	width:300px;
	border:solid gray 1px;
	background-color:#efefef;
	margin-left:50px;
	height:300px;
}
#container {
	width:814px;
	margin:0 auto;
	margin-top:30px;
	border:#dbe0e1 5px solid;
	border-top:none;
	position:relative;
	background-color:#fafafa;
}
#header h1 {
	text-indent:-9999px;/*Hide Text, keep for SEO*/
	margin:0 auto;
	width:814px;
	height:140px;
	padding:0;
	background:transparent url(i/home_header.gif) no-repeat scroll;
}
#header img.leftswirl {
	position:absolute;
	top:-50px;
	left:-40px;
}
.menu {
	width:814px;
	height:35px;
	background:#25609a url(i/nav_bg.jpg) repeat-x;
	border-bottom:#4176aa 5px solid;
	border-top:#4176aa 5px solid;
	position:relative;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:9px 5px
}
.menu li {
	float:left
}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#FFF;
	padding:20px;
	font-size:1.2em;
}
.menu a:hover {
	color:#ebf0e6
}
#slide {
	position:absolute;
	bottom:0;
	height:3px;
	background:#DBE0E1;
	z-index:10
}
ul#menu {
	padding-left:100px;
}
/* ----- MAIN CONTENT ----- */



#content {
/*width:814px;
min-height:450px; 
height:auto !important;  
height:450px;  
*/}
#content p, #content ul {
	color:#4176aa;
	padding:10px;
	font-size:1.2em;
}
#content p.bold {
	color:#8d2410;
	background:url(i/frame_header.jpg) repeat-y;
}
#content ul {
	list-style:disc;

	padding-left:40px;
}
#content ul li {padding-top:10px;}
#content ul.linkimg {
	list-style-image:url(i/go.gif);
}
#content div.frame p {
	color:#004b79;
}
#content div.frame ul {
	padding-left:20px;
		color:#004b79;
}
#content p.attn {
	color:#990000;
}
#content a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}
/* ----- FOOTER ----- */



#footer {
	width:814px;
	margin:0 auto;
	height:30px;
	font:12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color:#ccc;
	background:#4176aa;
}
#footer p {
	padding:0 10px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover {
	color: #fff;
}
#footer a:active {
	color: #FFF;
}
#direct {
	float:right;
	display:inline;
	width:160px;
	font:12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFCC;
	padding:5px;
	margin-top: 40px;
	border: solid 1px #26619b;
}
.section {
	background:url(i/section.png);
	height:30px;
	width:700px;
	margin:20px auto;
}
.floatl {float:left;
display:inline;}
.floatr {float:right;
display:inline;}
