/* - - - - - - - - - - - - - - - - - - - - -
* Filename: styles.css
* Version: 1.0.0 (2008-02-11)
* Website: http://x.com/
* Author: Ryan

== STRUCTURE: ==============================
* Page width: 900 px
* Number of columns: 0
============================================
- - - - - - - - - - - - - - - - - - - - - */

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
#nav li, #nav ul {list-style: none; margin:0px;}
li {line-height: 1.7em; margin-left:15px;}
p {margin-top:10px;}
h2, h3, h4, h5{margin-top:15px;}
a {color: #617A5A; text-decoration: underline;}
a:hover {color: #69C4C7;}


/*   Body and Wrappers
=====================================*/
body {
background:#617a5a url(images/layout/BG.jpg) top left repeat-x; /* Body Image/Stretcher */
font:72%/1.4 Verdana, Arial, Helvetica, sans-serif;
color:#000;
}
#shell {
background:transparent url(images/layout/bodyBG.jpg) top left repeat-y; /* Body Image/Stretcher */
position:relative;
overflow:hidden;
margin:0px auto;
width:850px;
}
#container {
background:transparent url(images/layout/headBG.jpg) top left no-repeat; /* Top Image */
position:relative;
overflow:visible;
margin:0px auto;
width:850px;
}
#pageTitle{
font-size:17px;
color:#333;
position:absolute;
top:245px;
right:35px;
text-align:right;
}


/*   List/List Item Styles
=====================================*/
/* ol, ul, dl */
.insetList{padding:8px 0px 0px 10px;}
.inBoxList{padding:5px; border:1px solid #ddd; background-color:#eee;}


/* li, dd */
.fancyBullet{list-style-image:url(images/layout/fancy.jpg);}
.fancyBullet ul li{list-style-image:none; list-style:disc;}

.noBullet{list-style-image:none; list-style:none; line-height:1.3em; margin:0px;}
.noBullet ul li{list-style-image:none; list-style:disc;}



/*   Body Content Styles
=====================================*/
#content {
padding-top:325px; /* adjustments may require margin instead */
padding-bottom:25px;
margin-left:245px; /* adjustments may require padding instead */
width:525px;
min-height:350px;
_height:350px; /* for IE6 */
}



/*   Individual Pages
=====================================*/
/*  Staff  */
.staffBlock{
padding-top:5px; margin:10px 0px;
min-height:200px; _height:200px;
border-top:1px solid #eee;
}
.staffPic {
background-color:#ddd;
border-top:1px solid #eee;
height:180px;
width:120px;
padding:4px;
margin:0px 9px 8px 0px;
float:left;
}
#faq li{font-size:100%; font-weight:bold;}
.faqAnswer{background-color:#eee; padding:10px; margin-bottom:10px;}






/*   Footer Styles
=====================================*/
#footer {
background:transparent url(images/layout/footBG.jpg) bottom left no-repeat; /* Footer Image */
font:11px/1.3 Verdana, Arial, Helvetica, sans-serif;
margin:0px auto;
width:850px;
height:76px;
clear:both;
color:#fff;
}
#footSpace{height:60px;}
#foot_info {
margin:0px auto;
height:2em;
text-align: center;
line-height:1em;
letter-spacing: -1px;
}
#foot_info p {
margin-top:0px;
}
#footer a {
color: #fff;
}
#footer a:hover {
color: #69C4C7;
text-decoration: underline;
}



/*   sIFR 3 Styles
=====================================
.sIFR-flash {  visibility: visible !important;	margin: 0;	padding: 0; }
.sIFR-replaced { visibility: visible !important; }
.sIFR-alternate {position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-replaced > div { display: none !important; }
.sIFR-active h1 { visibility: hidden; font:bold 60px/60px Arial, Helvetica, sans-serif; color:#460000; margin:0; }
.sIFR-active h2 { visibility: hidden; font:bold 30px/30px Arial, Helvetica, sans-serif; color:#460000; margin: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 #E5CAFD; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #E5CAFD; padding:2px; margin:7px auto 7px auto; }
