/* :::LAYOUT.css::: */
/** BASIC */

html, body {
	height: 100%;
}

/** PAGE */

#page {
	width: 1017px;
	margin: 0px auto;
}

#content {
	float: right;
	width: 631px;
	height: 400px;
	min-height: 400px;
	padding: 98px 84px 20px 0px;
}
html>body #content {
	height: auto;
}

#sidebar {
	float: left;
	width: 285px;
	padding-top: 176px;
	background: url(images/logo.gif) no-repeat left 69px; 
	margin-bottom: 15px;
}

/** LOGO */

#logo {
	height: 92px;
	margin-bottom: 15px;
	background: url(images/logo.gif) no-repeat left top; 
}

#logo h1, #logo h2, #logo a{
	display: none;
}

/** MENU */

.menu {
	width: 244px;
	padding-left: 9px;
	margin-left:10px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li a {
	display: block;
	width: 239px;
	padding: 8px 5px 6px 0px;
	/*background: url(images/homepage03.gif) no-repeat center right;*/
	background: url(images/menulink.gif) no-repeat left bottom;
	text-align: right;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.menu li a:hover {
	background-position: -407px bottom;
	color:#ff9243;	
}
.menu li.active a{
	color:#ff9243;
}
.menu li.last {
	background-image: none;
}
.menu li.first {
}
.calc {margin-bottom:35px;}
/** FOOTER */

#footer {
	width: 668px;
	height: 70px;
	margin: 0px auto;
	padding: 5px 64px 0px 285px;
}

#footer p{
	text-align: center;
	font-size: 10px;
	color: #A8865E;
}
#menuhead{ font-size:18px; text-align:right; padding-right:42px; color:#a8865e;}

/* :::DEFAULT.css::: */
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #5f2801 url(images/headpattern.gif) repeat-x left top;
}

/** FORMS */

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

/** TABLES */

.table1 {
	width: 100%;
}

.table1 td {

	font-size: 10px;
}

.table1 a {
	color: #65533E;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #65533E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #A8865E;
}/*Not in use anymore - moved to #footer p*/

h1 {
	margin-bottom: 20px;
	padding: 0px 0px 4px 0px;
	background: url(images/title.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-size: 12px;
	color: #653216;
}
h2 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 13px;
	color: #653216;
}
/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}

/** LINKS */

a {
	color: #9E4F0D;
}

a:hover {
	text-decoration: none;
}

.link1:hover {
	text-decoration: underline;
}

#content a{
	font-weight:bold;
	color:#ff9243;
}
#content a:hover{
	color:#9e4f0d
}
#articles li a{ color:#9E4F0D;font-weight:normal;}
#articles li a:hover{ color:#ff9243;}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg2 { background: url(images/bigback.jpg) no-repeat left top; }
.bg3 { background: url(images/vert-back.gif) repeat-y left top; }
.bg4 { background: url(images/upper-footer.jpg) no-repeat left bottom; }
.bg5 { background: url(images/lower-footer.jpg) no-repeat left top; }
.bg6 { background: url(images/menulink.gif) repeat-x right top;}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
#term {font-size:12px; line-height:110%;}
#term a:link{font-size:12px; line-height:110%; color:#65533e; font-weight:normal;text-decoration:none;}
#term a:visited{font-size:12px; line-height:110%; text-decoration:none;color:#65533e;font-weight:normal;}
#term a:hover{font-size:12px; line-height:110%; text-decoration:none; color:#65533e;font-weight:normal;}
.subhead{ font-weight:bold;clear:both;}
.pic{float:right; margin-left:10px;}
#adimg1{float:left;padding-bottom:1em;}
#adimg2{float:right;padding-bottom:1em;}
.cent{ text-align:center;}
.calculator{padding-top:10px;}
.referhead{padding-top: 25px;padding-bottom: 15px;}
.outlinks{text-decoration:none;}
#sitedisclaimer{line-height:100%;background: url(images/title.gif) repeat-x left top; padding-top:5px; font-size:12px;}
#content li{margin-bottom:10px;}
.clear{ clear:both}
#carloanform p{ margin-top:10px;margin-bottom:10px;line-height:normal;text-align:center}
#carloanform a:link, #carloanform a:visited, #carloanform a:active, #carloanform a:hover{ color:#9e4f0d;}
#right{float:right; width:320px; margin-top:50px; text-align:left}
#right li{ margin-top:10px;}
.import{font-style:italic;}