@charset "UTF-8";
/* CSS Document */
body { font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #A88731; font-weight: normal; background-color: #123000; margin: 0px 0px 0px 0px; background-image: url(images/bkg.gif); background-repeat: repeat-x; line-height: 125%; }

br {clear: both;}

td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #A88731;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	line-height: 125%;
	
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #A88731;
	font-weight: lighter;
	margin: 0px 0px 0px 0px;
	line-height: 140%;
	margin: 10px 0px 20px 0px;
}
li {
	line-height: 140%;
	color: #A88731;
}



h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	color: #A88731;
	font-weight: bold;
	line-height: 150%;
}
h2 {
	font-size: 24px;
	color: #A88731;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #A88731;
	font-weight: bold;
	line-height: 110%;
}
h4 {
	font-size: 16px;
	color: #E3C89D;
	font-weight: bold;
}
a:link {
	color: #E3C89D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #E3C89D;
}
a:hover {
	text-decoration: underline;
	color: #A88731;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
/* PAGE STRUCTURE */
#container {
	width: 950px;
	margin: auto;
	height: auto;
}
#header {
	width: 900px;
	margin: auto;
}	
#topnav {
	width: 905px;
	margin: auto;
	clear: both;
	background-image: url(images/navBkg.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding: 13px 0px 0px 0px;
}	
#button_holder {
	width: 510px;
	margin: auto;
	clear: both;
	height: 15px;
	padding: 0px 0px 0px 0px;
}
#subnav {
	width: 900px;
	margin: auto;
	padding-bottom: 10px;
}
#maincontent {
	width: 800px;
	margin: auto;
	padding: 10px 0px 10px 0px;
	height: auto;
}
#homecontent {
	width: 950px;
	margin: auto;
	padding: 35px 0px 10px 0px;
	height: 635px;
}
#home_logo {
	width: 385px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 189px;
}
#home_nav {
	width: 176px;
	margin: 140px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#home_flash {
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#paragraph {
	width: 615px;
	margin: auto;
	padding: 15px 0px 10px 0px;
	font-size: 16px;
}
#picture {
	width: 700px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: auto;
}
#picture2 {
	width: 535px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	height: auto;
}
.picture3 {
	width: 200px;
	padding: 10px 10px 10px 20px;
	text-align: center;
	height: auto;
	float: right;
}
#branchescontainer {
	width: 700px;
	margin: auto;
}
#branchcol1 {
	width: 245px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	float: left;
	clear: inherit;
}
#footer {
	width: 900px;
	margin: auto;
	font-size: 10px;
	color: #666666;
}	
#logos {
	width: 900px;
	margin: auto;
	text-align: center;
}
/*NAVBAR*/
#History
{
	display: block;
	width: 66px;
	height: 14px;
	background: url("images/btn_history.gif") no-repeat 0 0;
	float: left;
	margin: 0px 18px 0px 5px;
}
#History:hover
{ 
  background-position: 0 -14px;
}
#History span
{
  display: none;
}
#Loans
{
	display: block;
	width: 55px;
	height: 14px;
	background: url("images/btn_loans.gif") no-repeat 0 0;
	float: left;
	margin: 0px 20px 0px 0px;
}
#Loans:hover
{ 
  background-position: 0 -14px;
}
#Loans span
{
  display: none;
}

#Retail
{
	display: block;
	width: 55px;
	height: 14px;
	background: url("images/btn_retail.gif") no-repeat 0 0;
	float: left;
	margin: 0px 20px 0px 0px;
}
#Retail:hover
{ 
  background-position: 0 -14px;
}
#Retail span
{
  display: none;
}

#Branches
{
	display: block;
	width: 80px;
	height: 14px;
	background: url("images/btn_branches.gif") no-repeat 0 0;
	float: left;
	margin: 0px 20px 0px 0px;
}
#Branches:hover
{ 
  background-position: 0 -14px;
}
#Branches span
{
  display: none;
}

#Wholesale
{
	display: block;
	width: 93px;
	height: 14px;
	background: url("images/btn_wholesale.gif") no-repeat 0 0;
	float: left;
	margin: 0px 20px 0px 0px;
}
#Wholesale:hover
{ 
  background-position: 0 -14px;
}
#Wholesale span
{
  display: none;
}

#Layaways
{
	display: block;
	width: 90px;
	height: 14px;
	background: url("images/btn_layaways.gif") no-repeat 0 0;
	float: left;
	margin: 0px 0px 0px 75px;
}
#Layaways:hover
{ 
  background-position: 0 -14px;
}
#Layaways span
{
  display: none;
}

#FAQ
{
	display: block;
	width: 30px;
	height: 14px;
	background: url("images/btn_faq.gif") no-repeat 0 0;
	float: left;
	margin: 0px 20px 0px 0px;
}
#FAQ:hover
{ 
  background-position: 0 -14px;
}
#FAQ span
{
  display: none;
}

#How
{
	display: block;
	width: 113px;
	height: 14px;
	background: url("images/btn_howitworks.gif") no-repeat 0 0;
	float: left;
	
}
#How:hover
{ 
  background-position: 0 -14px;
}
#How span
{
  display: none;
}
/*NAVBAR*/

