/* CSS Document */
html {overflow-y:hidden; }
img{ border:none;}  img a{ border:none;}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #000000;
	background:#FFFFFF url(images/bg.jpg) 0 0 repeat-y;
	margin: 0px;
	padding: 0px;
	text-align:left;
	overflow:hidden;
	
}
*+html body{overflow:hidden;}

#container{
	width:100%;
	overflow:auto;
	position:relative;
	margin:0;
	text-align:left;
	}

#innercontainer{
	background:url(images/container_bg.jpg) 0 0 repeat-x;
	}

#shell{
	width:786px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	
#shell_hm{
	width:786px;
	background:url(images/shellhm_bg.jpg) top left no-repeat;
	position:relative;
	}	
	
#header{
	width:786px;
	height:170px;
	top:31px;
	left:0px;
	position:absolute;
	}	
	
/* Navigation */
#menu {float:left; width:202px; z-index:100; padding-left:21px; padding-top:201px; }
	.menuTitle {cursor:pointer; }
	.menuSubs { display:block; color:#FFFFFF; font:normal 14px Arial, verdana, helvetica; }
	.menuSubs a {display:block; width:202px; color:#FFFFFF; text-decoration:none; line-height:24px; padding-left:25px;}
	.menuSubs a:hover {color:#932222; text-decoration:none;  background-color: #F3CB6E}
	.menuSubs div {padding:0;}
/* end navigation */				
	
#contentcopy{
	width:510px;
	padding-top:215px;
	margin-left:250px;
	padding-bottom:20px;
	}	

#footertag {
	font-size:11px;
	text-align:center;
	width:510px;
	margin-left:250px;
	color:#932222;
	}					

a {
	color:#932222;
	text-decoration:underline;
	}
	
a:hover {
	color:#606060;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
h1 {
 font-family: "Kabel Book", Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:36px;
 color:#454545;
 font-weight: normal;
 margin-bottom:30px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:16px;
 color:#000000;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:8px;
 text-transform:uppercase;
 }

 strong {
	 font-weight:bold;
	 color:#560F0F;
	 font-size:14px;
 }

li{
margin-bottom:5px;
line-height:17px;
}	


p {
	margin:4px 0 15px 0;
	line-height:17px;
	}
.sm {
	font-size:9px;
	}	
	
/*  sIFR tags  */

.sIFR-flash {
	visibility: visible !important; margin: 0;}
	
.sIFR-replaced {
	visibility: visible !important;}
	
span.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden; }
	
.sIFR-hasFlash h1 {
	visibility: hidden; 
	color: #454545; 
	font-size:36px;
	margin-bottom:30px;
	margin-top:0px;
	}

/*  end  sIFR  */

	
/*  FAQ Formatting  */

.faq {padding-top:15px;}

	#faq li a {
	display:block;
	}

	.faqAnswer {
	width:85%; 
	padding:12px 12px 12px 16px; 
	margin-bottom:10px; 
	margin-top:5px; 
	font-size:12px; 
	}
	
	#faq{
	margin-bottom:90px;
	}

/*  end FAQ Formatting  */

/*  Image Fader*/
.table {color:#ffffff; }
#bat {position:relative; _top:-510px;}


