/*== Developed By: Ryan H ===========*/

/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
p, ul, ol, h1, h2, h3, hr {margin-bottom:10px;}
ul, ol, li {line-height:1.5em; margin-left:10px;}

a:link {color:#0B43B2; text-decoration:none; font-weight:bold;}
a:visited {color:#0B43B2; text-decoration:none; font-weight:bold;}
a:hover, a:active {color:#399AAE; text-decoration:none;}
a img {border:none;}

/*  IE uses font-size, Mozilla uses line-height  */
.sIFR-active h1 {font-size:28px; line-height:150%; visibility:hidden;}
h2 {color:#2A8EDC; font-size:18px;}


/*   Body and Wrappers
=====================================*/
body {
	background:#E2F0F9 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:820px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:hidden;
	width:100%;
}



/*   Content Styles
=====================================*/
#content {
	clear:both;
	padding:60px 0 25px 0;
	margin-left:60px;
	width:500px;
	min-height:350px;
	_height:350px; /* for IE6 */
}
#pagePhoto {
	margin:0 0 10px 10px;
	float:right;
}
#featurePage #pagePhoto {
display:none;
}
#sideCar {
	width:185px;
	position:absolute;
	top:410px;
	right:23px;
}
#logos {list-style:none; padding-top:20px;}
#logos li a {
	background:url(images/layout/footButtons_nw.gif);
	background-repeat:repeat;
	display:block;
	width:175px;
	height:50px;
}
#logos #damon a {background-position:0px 0px;} #logos #damon a:hover {background-position:175px 0px;}
#logos #abo a {background-position:0px 100px;} #logos #abo a:hover {background-position:175px 100px;}
#logos #carecredit a {background-position:0px 50px;} #logos #carecredit a:hover {background-position:175px 50px;}



/*   Footer Styles
=====================================*/
#footer {
	background:#E2F0F9 url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:220px;
	clear:both;
}
#footSpace{height:20px;}
#foot_info {
	color:#666;
	margin:0px auto;
	text-align:center;
	line-height:1.5em;
	/* letter-spacing:-1px; */
}
#foot_info a {color:#666; font-weight:normal;}
#foot_info a:hover {color:#3d95eb;}



/*   Navigation Styles
=====================================*/
#nav {
	position:absolute; top:363px; left:25px; z-index:90;
	padding-left:0px; width:100%;
}
#nav li {
	position:relative;
	list-style:none;
	cursor:pointer;
	margin:0px;
	float:left;
}
#nav li a {
	background:url(images/layout/navBG.jpg) 0 0 repeat-x;
	font:normal 14px "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration:none; text-transform:uppercase;
	line-height:29px;
	display:block;
	padding:0px 9px;
	color:#fff;
}
#nav li a:hover {
	background:url(images/layout/navOver.jpg) 0 0 repeat-x;
	color:#fff;
}
.menuSubs {
	position:absolute; top:29px; left:-10px; z-index:100;
	background:url(images/layout/subBot.gif) bottom left no-repeat;
	padding-bottom:15px; width:119px; display:none;
}
#nav li ul li {
	background:#113059;
	width:100%;
	float:left;
	clear:both;
}
#nav li ul li a {
	background:none; text-transform:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:17px; text-align:center;
	padding:0px; width:100%;
	color:#fff;
}
#nav li ul li a:hover {
	background:#040D2C;
	color:#fff;
}

.buttonIMG {
	background-image:url(images/button_bk.png);
	background-repeat:no-repeat;
	width:150px;
	height:35px; 
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_bk.png',sizingMethod='crop');
	text-align:center; font-family:Verdana, Geneva, sans-serif; 
	font-size:13px; 
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
.buttonIMGBig {
	background-image:url(images/button_bk_big.png);
	background-repeat:no-repeat;
	width:300px;
	height:71px; 
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/button_bk_big.png',sizingMethod='crop');
	text-align:center; font-family:Verdana, Geneva, sans-serif; 
	font-size:24px; 
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
a .buttonIMGText {
	text-decoration:none;
	color:#2A8EDC;
}
a:visited .buttonIMGText {
	color:#2A8EDC;
}
a .buttonIMGTextBig {
	text-decoration:none;
	color:#2A8EDC;
}
a:visited .buttonIMGTextBig {
	color:#2A8EDC;
}

/*   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, .openAll {
	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%;
}
.copy img {
padding:5px 0px 5px 10px;
}
.copy ul, .copy li {
list-style:none;
margin-left:0px;
}


/*   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;}



/*   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:#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; }


