@charset "utf-8";

/* Justin Blalock */

body

{

	background: #000000 url(images/body_bg.jpg) no-repeat fixed center bottom;

	padding: 0px;

	margin: 0px;

	font-family: Arial;

	font-size: 13px; 

	color:#ffffff;

	line-height: 18px;

}



.logo-bg

{

	background: url(images/table_bg.jpg) repeat-x;

	height: 147px;

}

.flash-bg

{

	background: url(images/flash-bg.jpg) repeat-x top;

}

img

{

	border: 0;

}



a

{

	color:#B30A12;

	text-decoration: none;

}



a:hover

{

	color: #FFFFFF;

	text-decoration: underline;

}



h1

{

	

	margin:  0px;

	padding: 5px 0;

	font-family: "Trebuchet MS";

	font-size: 22px;

	color: #FFFFFF;

	font-weight: bold;

	

}



#nav-bg

{

	background: url(images/top_nav.jpg) repeat-x;

	line-height: 25px;

	height: 30px;

}





.topnav 

{	

	font: normal 11px Arial;

	overflow: hidden;

	margin: 0;

	padding: 0;

	font-weight: bold;

	list-style: none;

	text-transform: uppercase;

}



.topnav li

{

	padding: 0;

	margin: 0;

	display: inline;

}



.topnav li a

{

	color: white; 

	padding: 0px 7px;

	line-height: 25px;

	font-weight: bold;

	border-right: 1px  #F9F9FA solid;

	text-decoration: none;

	

}



.topnav li a:visited

{

	color: white;

	text-decoration:none;

}



.topnav li a:hover, .topnav li .selected

{

	color: black !important;

	text-decoration: none;

}



.topnav li a#rightmost

{

	border: none;

}

	

#footer

{

	background:url(images/footer.jpg) repeat-x;

	color:#D0D4C5;

	font-size: 11px;

	line-height: 16px;

}



#footer a:hover

{

	font-weight: normal;

	color:#FFFFFF;



}

#forma{
	padding: 0px 0px 0px 140px;
}


.form-row{
	width: 420px;
	clear: both;
	float: left;
	margin: 5px 0px;
}

.field-label{
	width: 120px;
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.field-widget{
	width: 300px;
	float: left;
}

.field-widget input{
	width: 196px;
	height: 20px;
	padding: 1px 2px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

.field-widget select{
	width: 200px;
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}

.field-widget textarea{
	padding: 1px 2px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
}

input#button{
	width: 60px;
	height: 24px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	background: #BF0A13;
	margin: 0px 0px 0px 120px;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index: +1000;
background-color: #BD0D18;
visibility: hidden;
text-align: left;
border:  dotted 1px #ffffff;

}
.dropmenudiv a{
margin-top: 0px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted  #000; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
z-index: +1000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 30%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
font-weight: normal;
text-decoration:none;
color: #ffffff;
z-index: +1000;
}
/* MENUS END HERE */






