/***********************************************/
/*                 HTML Styles                 */
/***********************************************/

body {
	font: 12px Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #FFF;
	background: #0b0000;
	}
form, input, select {
	font-size: 12px;
	padding:0px;
	margin:0px;
	}
a img, a:link img {border: 0px;} 

img {margin:0px; padding:0px;}

h1, h2, h3, h4, h5{ margin: 0px; }
h1 {
	font-weight: bold;
	font-size: 22px;
	color:  #e3972b;
	padding-top:10px;
	}
h2 {
	font-size: 18px;
	color: #000;
	margin: 0px;
	}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	line-height:14px;
	padding:10px 0px;
	}
	
h4 {
	font-weight: bold;
	font-size: 18px;
	color: #e3972b;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
h5 {
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	line-height:14px;
	padding:10px 0px 0px 0px;
	}
	


/***********************************************/
/*                Link Styles                  */
/***********************************************/
a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#e3972b;
	}
a:hover {
	text-decoration: underline;
	color:#feb913;
	}
	
a.white, a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color:#999;
	}
a.white:hover {color:#FFF; }

a.yellow, a.yellow:link, a.yellow:visited, a.yellow:active {
	text-decoration: none;
	color:#ffcc35;
	}
a.yellow:hover {color:#ffcc35; text-decoration:underline;}

a.faq, a.faq:link, a.faq:visited, a.faq:active {text-decoration: none; font-size:14px; font-weight:bold; color:#fff;}
a.faq:hover {text-decoration: none; color:#feb913;}
/***********************************************/
/*          Div-specific Link Styles           */
/***********************************************/

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color:#feb913;
	}
#footer a:hover {text-decoration: underline; }
	
#toplinks a, #toplinks a:link, #toplinks a:visited, #toplinks a:active {
	text-decoration: none;
	color:#999;
	}
#toplinks a:hover {text-decoration: none; color:#FFF; }	

#tipsside a, #tipsside a:link, #tipsside a:visited {
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	line-height:18px; }
	
#tipsside a:hover {color:#e3972b; } 
#tipsside a:active {color:#feb913; }
/***********************************************/
/*             General CSS Classes             */
/***********************************************/
.small { font-size: 9px; }
.large { font-size: 14px; }

.yellow{color:#feb913;}
.orange{color:#e3972b;}
.brownblack{color: #0b0000;}
.darkbrown{color:#281a0a;}
.lightbrown{color:#372712;}
.red{ color: red; }
.green{ color: #006600; }
.black { color: #000; }
.gray { color:#666; }
.white { color: #FFF; }
.dkorange {color:#c4712f; }
.ltgrey {color:#999999;}
.notquitewhite {color:#e0e0e0;}

.yellowbg{background:#feb913;}
.orangebg{background:#e3972b;}
.brownblackbg{background: #0b0000;}
.darkbrownbg{background:#281a0a;}
.lightbrownbg{background:#372712;}
.redbg{ background: red; }
.greenbg{ background: #006600; }
.blackbg { background: #000; }
.graybg { background:#666; }
.whitebg { background: #FFF; }
.dkorangebg {background:#c4712f; }
.ltgreybg {background:#999999;}
.notquitewhitebg {background:#e0e0e0;}

.textalignmid { vertical-align: middle; }

.hide { display: none; }
.printonly { display: none; }
.screenonly { display: block; }

.border { border: 1px solid #000 }
.bordertop { border-top: 1px solid #000 }
.borderbottom { border-bottom: 1px solid #000 }
.borderleft { border-left: 1px solid #000 }

.alertmessages, .successmessages {
	display: block;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	background: red;
	}
.borderboxtop {
	width:916px;
	color:#FFFFFF;
	background-color: #372712;
	padding: 12px 0px 0px 24px;
}

.borderbox {
	background: #000;
	border: 1px solid #FEBB14;
	width: 916px;
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
}

.successmessages {
	background: #006600;
	}
	
.clearall { clear: both; }
.rule {
	/* <hr> styles are inconsistent across browsers, try to use this class instead */
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #999;
	margin: 0px; /*centers for others*/
	padding: 0px;
}
.whiterule {
	/* <hr> styles are inconsistent across browsers, try to use this class instead */
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #FFF;
	padding:0px 0px 0px 0px;
}
.noborder { border:0px; }

.center {
text-align:center;
padding-left:20px;}

.centerimg{
text-align:center;
padding:10px auto;}

.indent {padding: 0px 50px 5px 50px;}

.spanall {width:914px; margin:10px auto; text-align:center;}

.captionleft, .captionright {float:left; text-align:center; color:#CCCCCC; font-size:9px; padding-right:20px;}
.captionright {padding-left:20px;}

.leftcol, .rightcol { width: 48%; }
.leftcol { float:left; }
.rightcol { float:right; }

.vspace {padding-top:10px;}

.specialnotebox { 
	border: solid 1px #feb913;
	background-color: #0b0000;
	padding: 10px;
}
.errorbox{
	color: red;
	border: solid 1px red;
	background:#FFF;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	padding:30px;
}

/***********************************************/
/*           CSS Positioning Elements          */
/***********************************************/
html, body, #container {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
#page{
width: 960px;
margin:20px auto 50px auto;}	

#container {
	text-align: left;
	width: 960px; /* optimized for 1024x768 resolution */
	text-align: left; /* needed after IE5/Win fix */
	background-color:#372712;	
}

#containtext {
	text-align: left;
	width: 800px;
	text-align: left;
	background-color:#000000;
	visibility: inherit;
}

#containtxtright {
	text-align: left;
	width: 350px;
	text-align: left;
	background-color:#000000;
	visibility: inherit;
	float: left;
}

#homelinks {
width: 960px;}

#homelinks img{
float:left;}


/* black masthead */
#mastheadcontainer {
width:916px;
padding:10px 0px 0px 24px;
margin:0px;}

#masthead {
width:882px;
padding:0px 24px 0px 10px;
background: #0b0000;
margin:0px;}

#mainlinks{
width:916px;
padding:10px 0px 0px 24px;}

#logo {float:left;}

#toplinks {
float:right;
text-align:right;
color:#999;
font-size:10px;
}

#footer {
	color: #feb913;
	text-align:center;
	height: 20px;
	font-size:10px;
	clear:both;
	padding:20px auto;
	margin-top:20px;
	}
	
	#transparency {
	filter:alpha(opacity=70);
	transparency:0.7;
	opacity:0.7;
	background:#0b0000;
	height:auto;
	width:100%;
	padding:0px;
	margin:0px;
	position:absolute;
	display:none;
	z-index:9000;
}



#homelinks img {border:1px solid #ffffff; }
#homelinks .noborder {border:none; }
#sort {float:left; width:285px; height:42px; background-color:#503d07; padding:0px 0px 0px 20px;}
#numbers img {
	padding:10px 10px 0px 10px;
	margin-bottom:-5px;
}

/* +++++++++++++++++++++++++++++ */
.devnote {
	font-weight: bold;
	color: #FF0066;
	background: #FFCCFF;
}
