/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, hr {margin-bottom:15px;}
h1, h2, h3, h4 {margin-bottom:10px; color:#CB803F;}
ul, ol {margin-left:1em; padding-left:1em; /*list-style:disc url(bullet.gif) inside;*/}
/*ul, ol {margin-left:1em; padding-left:1em; list-style:none; text-indent:-1em;}*/

a:link, a:visited {color:#666; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#333; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
h1 {font-size:18px; line-height:18px;}
h2 {font-size:16px; line-height:16px;}
h3 {font-size:14px; line-height:14px;}
h4 {font-size:12px; line-height:12px;}
strong {color:#CB803F;}

/*  Set the 100% page height  */
html, body {
	height: 100%;
}
#shell {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -175px;
}
#footer, #push {
	height: 175px;
}



/*   Body and Wrappers
=====================================*/
body {
	background:#003D5C url(images/layout/bg.jpg) 0 0 repeat-x;
	font:72%/1.5em Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	width:900px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	padding:85px 0 25px 0;
	margin-left:275px;
	width:565px;
	min-height:500px;
	_height:500px; /* for IE6 */
}
#home #content {
	padding:25px 0 25px 0;
	min-height:300px;
	_height:300px; /* for IE6 */
}
#pagePhoto {
	margin:0 0 10px 10px;
	float:right;
}
#featurePage #pagePhoto {
	display:none;
}
#callOuts {width:580px; height:125px; float:right; padding-right:50px;}
#callOuts a {
	width:135px; color:#fff; background:none;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	padding:4px 0 83px 10px;
	display:block; float:left;
}
#callOuts div {
	background:url(images/layout/callOuts.jpg); position:relative;
	width:145px; height:125px; color:#000; z-index:3;
	font:normal 9px/1em Arial, Helvetica, sans-serif;
	display:block; float:left;
}
#callOuts div span {
	width:135px; color:#fff; line-height:15px; height:15px;
	padding:0px; text-align:center; background:#E5AC53; display:block;
	z-index:5; position:absolute; bottom:8px; left:3px;
	_position:static; _margin-left:3px;
}

#callOuts a:hover {color:#F9F0B7;}
#callOuts #login {background-position:0 0;}
#callOuts #forms {background-position:-145px 0;}
#callOuts #events {background-position:-290px 0;}
#callOuts #contact {background-position:-435px 0;}


/*   Footer Styles
=====================================*/
#footer {
	background:#003D5C url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 10px/1.3em Arial, Helvetica, sans-serif;
	margin:0px auto; clear:both;
	width:900px;
}
#footSpace{height:125px;}
#foot_info {color:#fff; margin:0px auto; text-align:center;}
#foot_info a {color:#fff; font-weight:normal;}
#foot_info a:hover {color:#00A8E9;}



/*   Navigation Styles
=====================================*/
#nav {
	padding:0px; margin:0px; width:590px; list-style:none;
	position:absolute; top:3px; left:262px; z-index:10;
}
#nav li {
	position:relative;
	text-align:center;
	list-style:none;
	cursor:pointer;
	float:left;
	margin:0px;
}
#nav li a {
	background:url(images/layout/navBG.jpg) 0 0 repeat-x;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none; text-transform:none;
	border-right:1px solid #CB8142;
	border-left:1px solid #E5AD56;
	line-height:25px; color:#fff;
	padding:0px 13px;
	display:block;
}
#nav li a:hover {
	background:#CB8142;
	color:#fff;
}
.menuSubs {
	border-left:1px solid #E5AD56; border-top:1px solid #E5AD56; border-right:1px solid #E5AD56;
	background:#CB8142; position:absolute; left:50%; margin-left:-70px; top:100%;
	padding:0px; display:none; width:140px;
}
#nav li ul li {width:100%; float:left; clear:both;}
#nav li ul li a {
	background:none; text-decoration:none; text-transform:none;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:20px; color:#fff;	border-bottom:1px solid #E5AD56;
	border-right:none; border-left:none;
	padding:0px; width:100%;
}
#nav li ul li a:hover {background:#E5AD56; color:#fff;}
#eMail {
	position:absolute; top:365px; left:50px;
	width:200px; height:20px; display:block;
	background:url(images/blank.gif);
	text-indent:-9999px;
}


/*   Individual Pages
=====================================*/
#faq, #faq li {list-style:none; margin-left:0px;}
.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%;
}
#staffBlox h4 {clear:right;}



/*   Forms Styles
=====================================*/
form {padding:0; margin:0;}
.text  {border:1px solid #666;}
.error {border:1px solid #f00; background-color:#ffe0e0;}
.req {color:#999; font-size:10px; margin-left:-7px;}
.req2 {color:#f00; font-weight:bold; margin-left:-7px;}



/*   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:2px; border:3px solid #F8981D; float:right; margin:1px 0px 10px 9px;}
.photoleft {padding:2px; border:3px solid #F8981D; float:left; margin:1px 9px 10px 0px;}
.photo {padding:2px; border:3px solid #F8981D; margin-bottom:10px;}
.featureRight {border:3px solid #F8981D; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:3px solid #F8981D; padding:2px; margin:7px auto; }




/*   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;
}

