/*   Globals
=====================================*/
* {margin:0px; padding:0px; border:none;}
li {line-height: 1.5em; margin-left:20px;}
p, ul, h1, h2, h3, h4, h5 {margin-bottom:10px;}
a {color:#008397; text-decoration:none; font-weight:bold;}
a:hover {color:#0E4971; text-decoration:none;}
img, table, tr, td {padding:0px; margin:0px; border:0px;}

/*   Body and Wrappers
=====================================*/
body {
	background:#000 url(images/layout/BG.jpg) 0 0 repeat-x;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:#000;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	width:900px;
}
#container {
	background:#DBDFE8 url(images/layout/headBG.jpg) 0 0 repeat-x;
	position:relative;
	overflow:visible;
	width:100%;
}



/*   Navigation Styles
=====================================*/
#nav {
	background:transparent url(images/layout/navBG.jpg) top right no-repeat;
	position:absolute; top:0px; right:0px; z-index:90; height:35px;
	padding-left:0px; width:100%; padding-right:299px
}
#nav li {
	background:transparent url(images/layout/navBG.jpg) 0 0 no-repeat;
	list-style:none; margin:0px; line-height:35px;
	letter-spacing:0px; white-space:nowrap;
	cursor:pointer; position:relative;
	float:right;
}
#nav li a {
	font:normal 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:35px;
	color:#fff;
	display:block;
	padding:0px 20px;
}
#nav li a:hover {
	background-image:url(images/layout/navBGOver.jpg);
	color:#000;
}
.menuSubs {
	background:#024770 url(images/layout/subNavBG.gif) 0 0 repeat-y;
	border-left:1px solid #000; border-top:1px solid #000; border-right:1px solid #000;
	position:absolute; top:40px; z-index:100; text-align:center;
	padding-left:0px; width:150px;
}
#nav li ul li {
	background-image:none;
	border-bottom:1px solid #000;
	letter-spacing:0px;
	white-space:normal;
	width:100%;
	float:left;
	clear:both;
}
#nav li ul li a {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	line-height:20px; text-align:center; color:#fff;
	padding:0px; width:100%;
}
#nav li ul li a:hover {
	background:#00868E;
	color:#fff;
}



/*   Body Content Styles
=====================================*/
#content {
	background:url(images/layout/contentBG.jpg) 10px 150px no-repeat;
	display:block;
	padding:50px 25px 25px 50px;
	width:526px;
	min-height:275px;
	_height:275px; /* for IE6 */
}




/*   Individual Pages
=====================================*/
/*  Staff  */
.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 {color:#000; font-weight:bold;}
#faq li {
	text-decoration:none;
	cursor:pointer;
}
.faqAnswer {
	padding:10px;
	margin-left:15px;
	width:475px;
	background:#fff;
	color:#000;
	font-weight:normal;
}



/*   Footer Styles
=====================================*/
#footer {
	background:url(images/layout/footBG.jpg) 0 0 repeat-x;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:65px;
	clear:both;
}
#footSpace{height:30px;}
#foot_info {
	color:#999;
	margin:0px auto;
	text-align:center;
	line-height:1.5em;
	letter-spacing:-1px;
}
#foot_info a {color:#999;}
#foot_info a:hover {
	color:#fff;
	text-decoration:underline;
}



/*   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;}



/*   sIFR 3 Styles
=====================================*/
/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {line-height:30px; font-size:30px; visibility:hidden;}
.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:3px; background:#fff; border:1px solid #777; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:3px; background:#fff; border:1px solid #777; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#fff; border:1px solid #777;}
.featureRight {border:5px solid #008397; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #008397; padding:2px; margin:7px auto 7px auto; }
