/* - - - - - - - - - - - - - - - - - - - - -
* Filename: styles.css
* Version: 1.0.0 (2008-02-11)
* Website: http://x.com/
* Author: Ryan

== STRUCTURE: ==============================
* Page width: 830 px
* Number of columns: 0
============================================
- - - - - - - - - - - - - - - - - - - - - */

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
#nav li {list-style: none; margin:0px;}
li {margin-left:15px;}
p {margin-top:10px;}
h2, h3, h4, h5{margin-top:15px;}
a {color: #993399; text-decoration: none;}
a:hover {color: #333;}


/*   Body and Wrappers
=====================================*/
body {
background:#fff url(images/layout/BG.jpg) top left repeat-x; /* Body Image/Stretcher */
font:90%/1.6em Verdana, Arial, Helvetica, sans-serif;
color:#000;
}
#shell {
background:#fff url(images/layout/bodyBG.jpg) top left repeat-y; /* Body Image/Stretcher */
position:relative;
overflow:hidden;
margin:0px auto;
width:830px;
}
#container {
background:transparent url(images/layout/headBG2.jpg) top left no-repeat; /* Top Image */
position:relative;
overflow:visible;
margin:0px auto;
width:830px;
}
#flashHead{
position:absolute;
top:0px;
right:15px;
}
#pagePhoto{
position:absolute;
z-index:1;
top:129px;
left:214px;
width:600px;
height:320px;
}
#pageTitle{
width:500px;
position:absolute;
z-index:2;
top:395px;
left:260px;
}

/*   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:450px; /* adjustments may require margin instead */
padding-bottom:20px;
margin-left:265px; /* adjustments may require padding instead */
width:500px;
min-height:350px;
_height:350px; /* for IE6 */
}



/*   Individual Pages
=====================================*/
/*  Staff  */
.staffBlock{
padding-top:10px; margin-bottom:10px;
min-height:225px; _height:225px;
border-top:1px solid #ddd;
}
.staffPic {
margin:0px 9px 8px 0px;
float:left;
}







/*   Footer Styles
=====================================*/
#footer {
background:transparent url(images/layout/footBG.jpg) bottom left no-repeat; /* Footer Image */
font:11px/1.0 Verdana, Arial, Helvetica, sans-serif;
margin:0px auto;
width:830px;
height:100px;
clear:both;
color:#333;
}
#footSpace{margin-left:245px; height:70px; width:500px;}
#footSpace li{list-style:none; float:left; margin-right:30px;}
#footSpace img{border:0; padding:0 7px}
#foot_info {
margin-left:265px;
clear:both;
height:3em;
text-align:center;
line-height:1em;
width:500px;
letter-spacing: -1px;
}
#foot_info p {
margin-top:0px;
}
#footer a {
color: #333;
}
#footer a:hover {
color: #993399;
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 30px/30px Arial, Helvetica, sans-serif; color:#460000; margin:0; }
.sIFR-active h6 { visibility: hidden; font:bold 16px/16px 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; border:1px solid #993399; float:right; margin:15px 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; }

