@import url("navigation.css"); 
@import url("lightview.css"); 
@import url("form.css");

*{ margin:0; padding:0; }

body { 
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #513e26;
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
	font-size: 11px;
	color: #444; 
	margin: 0 auto;
	}
	
a:link, a:visited {	
	color: #6c5f49; 
	text-decoration: none; 
	}
	
a:hover, a:active { 
	color: #6c5f49;
	text-decoration: underline; 
	}

p {
	line-height: 16px;
	}

#container {
	width: 945px;
	margin: 0 auto;
	padding-top: 30px;
	}

#header {	
	width: 945px;
	height: 311px;
	background-image: url(../images/header-back.png);
	}
	
#logo {	
	width: 945px;
	height: 311px;
	background-image: url(../images/header-front.png);
	}
	
#navigation {
	padding-left: 20px;
	padding-top: 34px;
	}
	
#home-top {
	width: 945px;
	height: 206px;
	background-image: url(../images/home-top.png);
	}
	
#home-top h3 {
	font-size: 18px;
	font-weight: 100;
	color: #95846a;
	padding-bottom: 8px;
	}
	
#home-top .column-one {
	float: left;
	width: 250px;
	padding: 25px;
	}
	
#home-top .column-two {
	float: left;
	width: 250px;
	padding: 25px;
	}
	
#home-top .column-three {
	float: left;
	width: 250px;
	padding: 25px;
	}

#content {
	display: block;
	}
	
#content p {
	font-size: 12px;
	line-height: 18px;
	}
	
#content h2 {
	font-size: 22px;
	color: #95846a;	
	font-weight: 100;
	padding-bottom: 14px;
	}
	
#content h3 {
	font-size: 16px;
	color: #95846a;	
	font-weight: 100;
	padding-bottom: 14px;
	padding-top: 0;
	margin: 0;
	}
	
#content h4 {
	font-size: 12px;
	line-height: 18px;
	color: #95846a;	
	font-weight: 100;
	margin: 0;
	}
	
#content .top {
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	width: 945px;
	height: 14px;
	}
	
#content .middle {
	background-image: url(../images/content-middle.png);
	background-repeat: repeat-y;
	width: 910px;
	padding: 20px;
	}
	
#content .bottom {
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	width: 945px;
	height: 14px;
	}
	
#right {
	float: right;
	width: 300px;
	margin-left: 30px;
	margin-right: 10px;
	}
	
#right p {
	width: 240px;
	font-size: 11px;
	}
	
#right .top {
	background-image: url(../images/content-right-top.png);
	background-repeat: no-repeat;
	width: 281px;
	height: 13px;
	}
	
#right .middle {
	background-image: url(../images/content-right-middle.png);
	background-repeat: repeat-y;
	width: 281px;
	}
	
#right .bottom {
	background-image: url(../images/content-right-bottom.png);
	background-repeat: no-repeat;
	width: 281px;
	height: 13px;
	}
	
#footer {
	width: 945px;
	margin: 0 auto;
	padding-left: 50px;
	}
	
#footer p {
	color: #d4d4b5;
	font-size: 9px;
	line-height: 14px;
	}
	
#footer a:link, #footer a:visited {	
	color: #fff; 
	text-decoration: none; 
	}
	
#footer a:hover, #footer a:active { 
	color: #fff;
	text-decoration: underline; 
	}
	
#footer h2 {
	font-size: 18px;
	color: #eee;
	font-weight: 100;
	padding-bottom: 8px;
	}
	
#footer .column-one {
	float: left;
	width: 220px;
	padding: 25px;
	margin-right: 20px;
	}
	
#footer .column-two {
	float: left;
	width: 220px;
	padding: 25px;
	margin-right: 20px;
	}
	
#footer .column-three {
	float: left;
	width: 220px;
	padding: 25px;
	}
	
#testimonials-cycle {
	list-style: none;
	}
	
.services-list {
	margin-top:10px;
	margin-left: 30px;
	}
	
.services-list li {
	margin-bottom: 4px;
	}
	
.financing-list {
	margin-top:10px;
	margin-left: 30px;
	}
	
.financing-list li {
	margin-bottom: 4px;
	list-style: upper-alpha;
	}
	
.financing-list-inner {
	margin-top:10px;
	margin-left: 60px;
	}
	
.financing-list-inner li {
	margin-bottom: 4px;
	list-style: lower-alpha;
	}
	
.magazines {
	border: 1px solid #ddd;
	padding: 2px;
	margin-left: 0;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	}
	
.magazines:hover {
	border: 1px solid #52432d;
	padding: 2px;
	}
	
#right .small-titles {
	width: 200px;
	}
	
#right .small-titles p {
	font-size: 9px;
	}
	
#content .accordion, #content .accordion2 {
	}

#content .accordion h3, #content .accordion2 h3 {
	cursor: pointer;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	}

#content .accordion h3:hover, #content .accordion2 h3:hover {
	color: #333333;
	}
	
#content .accordion h3:active, #content .accordion2 h3:active {
	color: #333333;
	}

#content .accordion p, #content .accordion2 p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	width: 900px;
	}
	
#content .left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

#content .column-one {
	float: left;
	width: 250px;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dotted #ddd;
	display: block;
}

#content .column-two {
	float: left;
	width: 250px;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dotted #ddd;
	display: block;
}

#content .column-three {
	float: left;
	width: 250px;
	margin: 0;
	display: block;
}

#content .fine-print {
	font-size: 9px;
	line-height: 12px;
	color: #888;
	}
