/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, h1, h2, h3, h4, h5 {margin-bottom:10px;}
li {line-height:1.5em; margin-left:25px;}

a {color:#fff; text-decoration:none; font-weight:bold;}
a:hover {color:#084890; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {font-size:24px; line-height:24px; visibility:hidden;}

/*  Set the 100% page height  */
html, body {
	height: 100%;
}



/*   Body and Wrappers
=====================================*/
body {
	background:#868686 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%;
}
#home #shell {
	background:url(images/layout/bodyBG2.jpg) 0 0 repeat-y;
}

#home #container {
	background:url(images/layout/headBG2.jpg) 0 0 no-repeat;
}



/*   Content Styles
=====================================*/
#content {
	clear:both;
	padding:225px 0 25px 0;
	margin-left:85px;
	width:300px;
	min-height:425px;
	_height:425px; /* for IE6 */
}
#home #content {
	padding:35px 0 25px 0;
	width:500px;
	min-height:200px;
	_height:200px; /* for IE6 */
}
#pagePhoto {
border:2px solid #ddd;
position:absolute;
top:265px;
left:413px;
}
#damon {
position:absolute;
top:475px;
right:60px;
}
#AAO_logo {
position:absolute;
top:683px;
right:60px;
}


/*   Footer Styles
=====================================*/
#footer {
	background:#868686 url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 10px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:150px;
	clear:both;
}
#home #footer {
	background:#868686 url(images/layout/footBG2.jpg) 0 0 no-repeat;
}
#footSpace{height:115px;}
#foot_info {
	color:#AFC2D0;
	margin-left:75px;
	text-align:left;
	line-height:1.5em;
	letter-spacing:0px;
}
#foot_info a {color:#AFC2D0; font-weight:normal;}
#foot_info a:hover {color:#fff;}

#foot_seo {width:575px; margin:10px auto;}
#foot_seo .links {height:160px; float:left}
#foot_seo .links a {display:block; white-space:nowrap}

#blog{width:95%; background-color:red; height:300px;}



/*   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 {
	cursor:pointer;
	margin-bottom:10px;
}
.faqAnswer {
	padding:10px;
	margin-left:15px;
	width:80%;
	background:#fff;
	color:#000;
}




/*   Forms Styles
=====================================*/
form {padding:0;margin:0;}
.text  {width:500px;}
.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:#ddd;}
.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 #074d97; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #074d97; padding:2px; margin:7px auto 7px auto; }

#blog{min-height:200px; background-color:f9f9f9;}
