﻿body {
	margin:45px 0px 15px 0px; 
	background: url('../siteart/topGrey.gif') top center repeat-x #997c50;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	overflow-x: hidden;
	color: #fff;
}

img {
	border: 0;
}


#container {
	margin:auto;
}

#content {
	background-color: #58482d;
}



a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ffcc00;
}




#navtd {
	background: url('../siteart/nav.gif') repeat-x;
	font-size: 14px;
	width:100%;
}

a.nav:link, a.nav:active, a.nav:visited {
	color: #fff;
	font-weight: bold;
	padding:10px 5px 9px 5px;
	text-decoration: none;
	display:block;
	border-right: 1px #715c3b solid;
	text-align:center;
}
a.nav:hover {
	background: url('../siteart/navOver.gif') repeat-x;
}


a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	background: url('../siteart/navOver.gif') repeat-x;
	color:#FFCC00;
	font-weight:bold;
	padding:10px 0px 9px 0px;
	text-decoration: none;
	display:block;
	text-align:center;
	border-right: 1px #715c3b solid;
}







.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	z-index: 100;
	width: 200px;
	color: #fff;
	text-align:left;
	background: #715c3b;
}

.anylinkcss a:link {
	border-bottom: 1px solid black;
	font-weight: bold;
	padding:6px 0px 6px 12px;
	text-decoration: none;
	display:block;
	text-align:left;
	background: #715c3b;
}
.anylinkcss a:active {
	border-bottom: 1px solid black;
	font-weight: bold;
	padding:6px 0px 6px 12px;
	text-decoration: none;
	display:block;
	text-align:left;
	background: #715c3b;
}
.anylinkcss a:visited {
	border-bottom: 1px solid black;
	font-weight: bold;
	padding:6px 0px 6px 12px;
	text-decoration: none;
	display:block;
	text-align:left;
	background: #715c3b;
}
.anylinkcss a:hover{ /*hover background color*/
	background:#58482d;
	color: white;
	text-align:left;
	padding:6px 0px 6px 12px;
}





#links {
	background: #715c3b;
	vertical-align:top;
	
}
#links td {
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	vertical-align:top;
}

#links a:link {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
	vertical-align:top
}
#links a:active {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
}
#links a:visited {
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}

#linkRight {
	float: right;
	background: #715c3b;
	margin: 3px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	width: 215px;
}




#links a.inventory:link {
	font-size: 15px;
	color: #fff;
	line-height:19px;
	text-decoration: none;
	
}
#links a.inventory:active {
	font-size: 15px;
	color: #fff;
	line-height:19px;
	text-decoration: none;
}
#links a.inventory:visited {
	font-size: 15px;
	line-height:19px;
	color: #fff;
	text-decoration: none;
}
#links a.inventory:hover {
	text-decoration: underline;
}








.header {
	font-weight: bold;
}

.pageText {
	font-size: 12px;
	padding: 10px;
}


#financing {
	background: #715c3b;
	padding: 10px 10px 10px 10px;
}

#ftr {
	width: 770px;
	background: url('../siteart/ftrBG.gif') #997c50 no-repeat;
	padding-top:25px;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	color: #eeeeee;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
a.footerlink:hover {
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	color:#eeeeee;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; 
	color:#eeeeee;
}

.divfooter {
	width:450px; 
	text-align:center;
}

/*calculator styles*/
	.CalculatorInput { font-size: 10px; width: 100px; height: 20px; }
	.PaymentCalcRowLabel, .PaymentCalcRowField { height: 20px; }
	.PaymentCalcRowLabel { text-align: right; padding: 0px 10px 0px 10px; }
	.PaymentCalcRowField { text-align: left; padding: 0px 10px 0px 10px; }
	.PaymentCalcDivider { width: 0px; background-color: #e7e7e7; }
	.PaymentCalcMoneySign, .PaymentCalcMoneyAmount { font-family: Arial; font-weight: bold; }
	.PaymentCalcMoneySign { font-size: 18px; }
	.PaymentCalcMoneyAmount { font-size: 18px; }
	.PaymentCalcButton {text-align: center; }
	.f12 { font-size: 12px; }
	.f10 { font-size: 10px; }
	.fBold { font-weight: bold; }
	.textCenter { text-align: center; }
	.colorAttention { color: #E7E7E7; }
