/*== 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:#E2D15D; text-decoration:none; font-weight:bold;}
a:hover {color:#F9CE03; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
h1 {font-size:18px; line-height:18px;}

/*  Set the 100% page height  */
html, body {
	height: 100%;
}
#shell {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;/* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 140px; /* #push must be the same height as .footer */
}



/*   Body and Wrappers
=====================================*/
body {
	background:#000 url(images/layout/BG.jpg) 0 0 repeat-x;
	font:82%/1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	width:900px;
}
#home #shell {
	background:url(images/layout/homeBG2.jpg) 0 0 no-repeat;
}

#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}
#home #container {background:url(images/layout/homeBG.jpg) 0 0 no-repeat;}


/*   Content Styles
=====================================*/
#content {
	padding:275px 0 25px 0;
	margin-left:325px;
	width:525px;
	min-height:375px;
	_height:375px; /* for IE6 */
}
#pagePhoto {
	margin:0 0 10px 10px;
	float:right;
}



/*   Footer Styles
=====================================*/
#footer {
	background:url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:900px;
	clear:both;
}
#home #footer {background:url(images/layout/footBG_home.jpg) 0 0 no-repeat;}
#footSpace{height:105px;}
#foot_info {
	color:#969792;
	float:right; width:780px;
	text-align:center;
	line-height:1.5em;
	letter-spacing:-1px;
}
#foot_info a {color:#969792; font-weight:normal;}
#foot_info a:hover {color:#EFDA33;}



/*   Navigation Styles
=====================================*/
#topNav {position:absolute; top:0px; right:0px; z-index:85; width:400px;}
#topNav li {list-style:none; margin:0px; display:inline; line-height:20px; color:#000;}
#topNav li a {font:normal 12px  Verdana, Arial, Helvetica, sans-serif; color:#000; padding:0px 5px;}
#topNav li a:hover {color:#fff;}

#nav {
	position:absolute; top:225px; left:14px; z-index:80;
	padding-bottom:0px; width:250px; border-left:1px solid #9A821E;
}
#nav img {border:none;}
#nav li {
	list-style:none; margin:0px;
	cursor:pointer;
	width:100%;
	float:left;
	clear:left;
}
#nav li a {
	background:transparent url(images/layout/navBG.jpg) 0 0 repeat-x;
	font:normal 12px  Verdana, Arial, Helvetica, sans-serif;
	text-align:left; line-height:20px; color:#F9CE03;
	padding-left:15px; padding-bottom:5px; width:230px;
	display:block;
}
#nav li a:hover {
	background:transparent url(images/layout/navOver.jpg) 0 0 repeat-x;
	color:#fff;
}



/*   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 {
	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;}



/*   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:1px solid #E2D15D; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:2px; border:1px solid #E2D15D; float:left; margin:1px 9px 8px 0px;}
.photo {padding:2px; border:1px solid #E2D15D;}
.featureRight {border:3px solid #E2D15D; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:3px solid #E2D15D; padding:2px; margin:7px auto 7px auto; }
