@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

body {
	margin:0;
	padding:0;
	background:#dfd6d6 url(../bg.jpg) repeat-x top;
	
	
}


#container {
margin:0px auto;
width:800px;
background-color:#fff;
text-align:center;
border:0px;
min-height:600px;

} 


#header {width:800px; height:120px; padding:0; margin:0; background-color:#000;}

#navtop {
width:240px;
padding:0;
background:#000;
height:180px;
text-align:left;
	}
	
#feature {
float:right;
width:560px;
padding:0px;
text-align:right;
background: #000 url(../images/feature-bg.gif) repeat;
height:180px;
}
	
#contentcontainer {
clear:both;
width:800px;
background-color:#eee;
margin:0;
padding:0;

	}
	
	
#contentleft {
width:240px;
background-color:#eee;
text-align:right;
}

#contentmain {

width:560px;
text-align:left;
background-color:#fff;
border-top:0;
border-bottom:0;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}

	
#navbottom {
width:800px;
height:24px;
text-align:center;
background: #000 url(../images/btmnav-bg.gif) repeat;
padding-top:10px;
}

#footer {
width:800px;
text-align:center;
background: #590101 url(../images/footer-bg.gif) repeat-x;
}


.footer {font-size:10px; color:#ccc;}

h1 {
text-align:right;
color: #666;
font-size:15px;
font-weight:900;
border:0;
border-bottom: 1px solid #ddd;
padding:12px 12px 3px 3px; 
}

h2 {
text-align:left;
color: #666;
font-size:15px;
font-weight:900;
border:0;
padding:12px 0 3px 12px; 
}

h3 {
text-align:left;
color:#666;
font-size:12px;
font-weight:900;
border:1px solid #ddd;
padding:5px;
background-color:#eee;
}

p {
padding: 0 12px 9px 12px;
text-align:left;
color:#666;
font-size:11px;
}

ol {text-align:left; line-height:24px;}

#homelist {
padding:3px;
margin-left:20px;
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

#homelist li {
list-style-type:none;
padding:0 0 0 9px;
text-align:left;
border:0;
border-left: 13px solid #590101;
margin-bottom:9px;
}

#faqlist {
padding:3px;
margin-left:20px;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#faqlist li {
list-style-type:none;
padding:0 0 0 6px;
text-align:left;
border:0;
border-left: 12px solid #590101;
margin-bottom:6px;
}


form {
 border: 1px solid #ddd;
 margin:0 12px 0 12px;
 padding: 5px;
}

.texta {
 font-size: 11px;
 background-color: #eee;
 border: 1px solid #666;
 color:#666;
}

.selecta {
 font: 11px;
 background-color: #eee;
 color: #666;
 border: 1px solid #666;
}

.button {
 font-size: 12px;
 background-color: #666;
 color: #fff;
 margin: 3px;

}

img.portimage { border:1px solid #ddd; }
