/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, h1, h2, h3, h4, h5 {margin-bottom:10px;}
li {line-height:1.5em; margin-left:20px;}

a {color:#00546C; text-decoration:none; font-weight:bold;}
a:hover {color:#012E43; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {font-size:22px; line-height:22px; visibility:hidden; width:100%;}



/*   Body and Wrappers
=====================================*/
body {
	background:#012E43;
	font:75%/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:#C8DCE5;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	width:800px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	clear:both;
	padding-top:50px;
	margin-left:60px;
	width:675px;
	min-height:300px;
	_height:300px; /* for IE6 */
}
#home #content {width:375px;}
#contentSpace {
	float:right;
	width:200px;
	height:250px;
}
#pagePhoto {
	position:absolute;
	top:340px;
	right:12px;
}
#featurePage #pagePhoto,
#featurePage #contentSpace {
	display:none;
}


/*   Footer Styles
=====================================*/
#footer {
	background:#012E43 url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:130px;
	clear:both;
}
#footSpace {height:110px;}
#footSpace a {
	background:url(images/blank.gif);
	display:block;
	margin-top:35px;
	width:175px;
	height:40px;
}
#aao {float:left;}
#abo {float:right;}
#foot_info {
	color:#fff;
	margin:0px auto;
	text-align:center;
	line-height:1.5em;
	letter-spacing:-1px;
}
#foot_info a {color:#fff; font-weight:normal;}
#foot_info a:hover {color:#3d95eb;}



/*   Sitemap Styles
=====================================*/
#nav {
	padding:0px; width:225px;
}
#nav img {border:none;}
#nav li {
	list-style:none; margin:0px;
	cursor:pointer;
	width:100%;
	float:left;
	clear:left;
}
#nav li a {
	font:bold 15px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left; line-height:28px; color:#003B57;
	padding-left:20px; width:150px;
	display:block;
}
#nav li a:hover {
	color:#39468C;
}
.menuSubs {
	padding-left:5px; width:170px; overflow:hidden;
	margin-bottom:0px;
}
#nav li ul li a {
	background-image:none; text-transform:none;
	border-left:1px solid #C8DCE5;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:24px; color:#333;
}
#nav li ul li a:hover {
	border-left:1px solid #fff;
	color:#000;
}




/*   Individual Pages
=====================================*/
.staffBlock {
	padding-top:10px; margin-bottom:10px;
	min-height:225px; _height:225px;
	border-top:1px solid #ddd;
}
.staffBlock img {
	margin:0px 9px 8px 0px;
	float:left;
}

#faq {list-style:none; width:400px;}
.question {
	margin:0px 0px 5px 0px;
	cursor:pointer;
}
.faqAnswer {
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
	margin:5px 0px 10px 5px;
	padding:8px;
	width:90%;
}




/*   Forms Styles
=====================================*/
form {padding:0;margin:0;}
.text  {border:1px solid #666; width:200px;}
.error {border:1px solid #f00;background-color:#ffe0e0;}
.req {color:#999;font-size:10px;margin-left:5px;}
.req2 {color:#f00;font-weight:bold;margin-left:5px;}
.formText {text-align:right; padding-right:15px; width:33%; line-height:14px; padding-bottom:10px;}



/*   sIFR3 Styles
=====================================*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
	margin:0; /* may not be needed */
	padding:0; /* may not be needed */
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}
.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}


/*   Standard Image/Feature Styles
=====================================*/
#feature {margin:30px auto 20px auto;}
.caption {font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:1px; border:2px solid #003C58; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:1px; border:2px solid #003C58; float:left; margin:1px 9px 8px 0px;}
.photo {padding:1px; border:2px solid #003C58;}
.featureRight {border:5px solid #012E43; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #012E43; padding:2px; margin:7px auto 7px auto; }
