/*MAIN DOCUMENT DECLARATIONS*/
html 	{	margin: 0;	padding: 0;	}	
:root 	{ 	/*fix for Firefox disappearing scrollbar*/	overflow-y: scroll; 	}
body 	
{
background: #000000;	margin: 5px 0 0 0px;	padding: 0;	
font-family: "Lucida Grande", Geneva, Arial;	
color: #d8d8d8;	font-size: 11px;	
text-decoration: none;	
}	
a 	
{font-family: "Lucida Grande", Geneva, Arial;	
color: #f1720b;	
text-decoration: none;	
}	
p 	
{	
line-height: 15px;	
}	
img 	
{	
border: none;	
margin: 0;	
padding: 0;	
}

/*HEADER*/#header 
{	
width: 800px;	
height: 75px;	
background: url('images/top_banner.jpg') no-repeat;	
text-align: right;	
}	
#header a:link, a:visited 	
{	
color: #ffffff;	
}	
#header a:hover, a:active 	
{	
color: #f1720b;	
}
/*FLASH BANNER COMPONENT*/
#flash_banner 	
{	
width: 800px;	
height:200px;	
}
/*CLEANHEADER*/
#cleanheader 
{	
width: 800px;	
height: 75px;	
background: 000000	
text-align: right;	
}	
#cleanheader a:link, a:visited 	
{	
color: #f1720b;	
}	
#cleanheader a:hover, a:active 	
{	
color: #d8d8d8;	}

/*HOMEPAGE DROPDOWN TABLES*/
#dd_table 
{		
width: 940px;	
height: 460px;	
margin: -10px;	
padding: 0;	
}		
td.dd_top 	
{background: url('images/td_top.gif') no-repeat;	
text-align: left;	
padding: 7px 0px 7px 10px;	
}
td.dd_bottom 	
{	
background: url('images/td_bottom.gif') no-repeat;	
text-align: left;	
}
td.dd 	
{	
background: #242424;	
text-align: left;	
padding: 7px 0px 7px 10px;	
}	
.slide-hide 	
{	
display: none;	
}
.slide-show 	
{	
display: block;	
padding: 0px 15px 0px 15px;	
text-align: justify;	
}	

a.dd, a.dd:visited  
{	
background: url('images/td_top.gif') no-repeat;	
text-align: left;	
padding: 7px 0px 7px 0px;	
color: ##f7590b;
}
a.dd:hover  
{	
font-family: "Lucida Grande", Geneva, Arial;	
font-size: 11px;	
background: url('images/td_top.gif') no-repeat;	
text-align: left;	
padding: 7px 0px 7px 0px;	
text-decoration: none;	
color: #f7590b;
}

.rcu_answer
{	
color: #ffffff;
font-family: "Lucida Grande", Geneva, Arial;	
font-size: 10px;	
}

a.rcu_answer, a.rcu_answer:visited  
{	
color: #f7590b;
}

		
/*MAIN CONTENT DIV TYPES*/	
#content 
{	
clear: both;	
width: 800px;	
padding: 0;	
}	
#narrow_content_left 
{	
width: 350px;	
float: left;	
padding-top: 10px;	
padding-bottom: 20px;	
}	
#narrow_content_right 
{
height: 300px;	
width: 375px;	
background: url('images/about_image.jpg') no-repeat;	
float: right;	
}	
/*FOOTER*/#orange_box 
{	
position: relative;	
clear: both;	
width: 920px;	
height: 50px;	
margin-top:30px;	
background: url('images/footer_gradient.jpg') repeat-x;		
}
/*TEXT STYLES*/	
.text-orange 	
{	
color: #f7590b;	
}
.text-orange a:hover a:visited  	
{	
color: #f7590b;	
}
.text-brorange  
{	
color: #e65c00;	
}
.text-white 	
{	
color: #d8d8d8;	
}
.text-white a:hover a:visited a:link 	
{
color: #d8d8d8;	
}	
.text-whiteBold 	
{	
font-size: 20px;	
color: #d8d8d8;	
font-weight: bold;	
}
.text-grey 	
{	
color: #8f8f8f;	}	
.text-grey a:hover 	
{	
color: #8f8f8f;	
}
ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
li
{  
font-family:	Arial;	
font-size: 12px;	
line-height      : 16px;
padding-left     : 15px;
padding-top      : 0px;
background-image : url(./images/red-bullet.jpg) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}

h1
{
	line-height      : 14px;
	padding-left     : 0px;
	padding-top      : 0px;
	font-family:Arial;
	font-size: 14px;
font-weight: bold
color: #b50b13;
}
h2
{  
line-height      : 14px;
padding-left     : 0px;
padding-top      : 0px;
font-family:Arial;	
font-size: 13px;	
font-weight: bold
color: #f7590b
}

/*CREDIT APPLICATION SYTLES*/
table.form	
{	
font-family: "Lucida Grande", Geneva, Arial;	
font-size: 11px;	
background: #000000;	
padding: 0;	
margin: 0;	
text-decoration: none;	
color: #d8d8d8;	border: thin inset #b50b13;	
text-align: left;	
}
td.ff	
{	
padding: 0 5px 0 0;	
margin: 0;	
text-indent: 0px;	
vertical-align: bottom;	
height: 15px;	
}
td.fill	
{	
padding: 0;	
margin: 0;	
text-indent: 0;	
vertical-align: bottom;	
height: 35px;	
}
input:focus, input.sffocus, textarea:focus 	
{	
background: 
#cccccc;	
}
td.break	
{	
padding: 0;	
margin: 0;	
text-indent: 0;	
vertical-align: middle;	height: 20px;	
background-color: #242424;	
color: #ffffff;	font-size: 11pt;	
}


