/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, h1, h2, h3, hr {margin-bottom:10px;}
ul, ol, li {line-height:1.5em; margin-left:10px;}

a:link, a:visited {color:#005164; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#5D9DA9; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
h1 {font:bold 28px/28px Verdana, Arial, Helvetica, sans-serif; width:100%; color:#7B0100;}
h2 {font:bold 20px/20px Verdana, Arial, Helvetica, sans-serif; width:100%; color:#B06667;}
h3 {font:bold 14px/14px Verdana, Arial, Helvetica, sans-serif; width:100%; color:#000;}
/*li {font-size:11px;}*/
h1 span {font-size:70%;/* font-weight:normal; color:#B06667;*/}


/*   Body and Wrappers
=====================================*/
body {
	background:#4D8F9D url(images/layout/BG.jpg) 0 0 repeat-x;
	font:72%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	width:900px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	clear:both;
	padding:200px 0 15px 0;
	margin-left:260px;
	width:525px;
	min-height:400px;
	_height:400px; /* for IE6 */
}
#pagePhoto {
	margin:0 0 10px 10px;
	border:1px solid #7B0100;
	float:right;
}
#featurePage #pagePhoto {
	display:none;
}



/*   Footer Styles
=====================================*/
#footer {
	background:#4D8F9D url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 10px/1.3em Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:180px;
	clear:both;
}
#footSpace{height:25px;}
#foot_info {
	color:#000000;
	margin:0px auto;
	text-align:center;
	line-height:1.5em;
}
#foot_info a {color:#000000; font-weight:normal;}
#foot_info a:hover {color:#01B4DC;}
#foot_info strong {color:#000; font-size:125%; font-weight:normal;}
#foot_info strong a {color:#000;} #foot_info strong a:hover {color:#01B4DC;}



/*   Navigation Styles
=====================================*/
#subNav {
	padding:0px; margin:0px; width:100%; min-height:65px; _height:65px;
}
#subNav li {
	position:relative;
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:left;
}
#subNav li a {
	font:bold 14px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:20px;
	display:block;
	padding:0px 10px;
	color:#165C68;
}
#subNav li a:hover {
	color:#9FCAD3;
}




/*   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;}
.question, .openAll {
	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%;
}
#hours table {margin-bottom:10px;}
.faqItem {padding-bottom:15px;}
.faqHover {
	padding:10px; margin-bottom:10px;
	border:1px dashed #CAE3E8;
}


/*   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;}




/*   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:1px solid #196071; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:1px; border:1px solid #196071; float:left; margin:1px 9px 8px 0px;}
.photo {padding:1px; border:1px solid #196071;}
.featureRight {border:3px solid #196071; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:3px solid #196071; padding:2px; margin:7px auto; }
