/* - - - - - - - - - - - - - - - - - - - - -
* 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;}
li {line-height: 1.5em; margin-left:20px;}
p {margin-top:10px;}
h2, h3, h4, h5{margin-top:15px;}
a {color: #666; text-decoration: none;}
a:hover {color: #333;}


/*   Body and Wrappers
=====================================*/
body {
position:relative;left:0px;top:0px;z-index:0;
background:#65A9DA url(images/layout/BG.jpg) top left repeat-x;
font:72%/1.2 Verdana, Arial, Helvetica, sans-serif;
color:#000;
}
#shell {
background:#fff url(images/layout/bodyBG.jpg) top left repeat-y;
position:relative;
overflow:hidden;
margin:0px auto;
width:760px;
}
#container {
background:transparent url(images/layout/headBG.jpg) top left no-repeat;
position:relative;
overflow:visible;
margin:0px auto;
width:760px;
}
#featurePage #flashPics{visibility:hidden;}
#featurePage #consultation{visibility:hidden;}
#featurePage #shell{background-image:url(images/layout/featureBodyBG.jpg);}
#featurePage #container{background-image:url(images/layout/featureHeadBG.jpg);}
#featurePage #content{width:600px;}



/*   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 {
background:transparent url(images/layout/contentBG.jpg) bottom left no-repeat;
padding-top:325px;
padding-left:50px;
padding-bottom:25px;
width:400px;
min-height:350px;
_height:350px; /* for IE6 */
}
.question {font-weight:bold; cursor:pointer;margin-top:10px;}
.faqAnswer {margin-left:20px; font-weight:normal; border:1px solid #000; background:#fff; padding:5px 10px;}

.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;
}
.sideRow {font-size:18px; font-weight:bold; border-bottom:1px solid #000;}
.numberRow td {border-bottom:1px solid #000; padding:3px; margin:0px; font-size:14px; font-weight:bold;}
.midRow {border-left:1px solid #000;}



/*   Footer Styles
=====================================*/
#footer {
background:#65A9DA url(images/layout/footBG.jpg) top left no-repeat;
font:11px/1.3 Verdana, Arial, Helvetica, sans-serif;
margin:0px auto;
width:760px;
height:80px;
clear:both;
color:#000;
}
#footSpace{height:45px;}
#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: #000;
}
#footer a:hover {
color: #333;
text-decoration: underline;
}



/*   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;}



/*   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 24px/24px 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 #074d97; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #074d97; padding:2px; margin:7px auto 7px auto; }
#plaintext{display:none;}