html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/bg.gif) no-repeat top center #f5ede2;
	color: #16180b;
	}

img {
	border: 0;
	behavior: iepngfix.htc;
	}
	
div {
	behavior: iepngfix.htc;
	}
	
h1, h2 {
	font-weight: normal;
	}

/************************************************************************
 Page Layout
************************************************************************/

#wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	}

#nav {
	width: 960px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 60px;
	background: url(images/nav-bg.gif) repeat-x transparent;
	}
	
#feature {
	width: 960px;
	margin: 0;
	padding: 0;
	height: 341px;
	}
	
#midnav {
	width: 960px;
	height: 120px;
	}
	
#content {
	width: 960px;
	margin: 0;
	padding: 0;	
	}
	
#footer {
	margin: 0;
	padding: 0;
	width: 960px;
	background: url(images/daw-foot-bg.gif) repeat-x #46492c top;
	color: #fff;
	min-height: 100px;
	}

.headlogo {
	height: 122px;
	width: 244px;
	margin: 0;
	padding: 0;
	background: url(images/head-logo.png) no-repeat transparent;
	position: relative;
	top: 0;
	left: -6px;	
	}

#titlebar {
	width: 960px;
	height: 58px;
	margin: 0;
	padding: 0;
	padding-left: 330px;
	color: #fff;
	line-height: 58px;
	font-size: 28px;
	background: url(images/sub-head-bg.jpg) no-repeat transparent;
	}
	
	
/************************************************************************
 Links
************************************************************************/

a, a:visited, a:active {
	color: #CA8335;
	text-decoration: none;
	}
	
a:hover {
	color: #CA8335;
	text-decoration: underline;
	}

/************************************************************************
 Table Styles
************************************************************************/

.tabspacer {
	width: 10px;
	}
	
.tabcontent {
	width: 300px;
	text-align: left;
	vertical-align: top;
	}
	
.rtcolhome {
	width: 320px;
	text-align: left;
	vertical-align: top;
	background: url(images/rt-col-bg.gif) repeat-y transparent;
	}
	
.rtcolint {
	background: url(images/rt-col-int-bg.jpg) no-repeat top right #fbf8f3;
	width: 320px;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 20px;
	}
	
.tabcontentint {
	width: 620px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	}
	
/************************************************************************
 Menu Styles
************************************************************************/

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 60px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 60px;
	background-repeat: no-repeat;
}
.home {background: url(images/home.gif) bottom center no-repeat transparent; width: 68px;}
.home a {background: url(images/home.gif) bottom center no-repeat transparent; width: 68px;}
.financing {background: url(images/financing.gif) bottom center no-repeat transparent; width: 214px;}
.financing a {background: url(images/financing.gif) bottom center no-repeat transparent; width: 214px;}
.why {background: url(images/why.gif) bottom center no-repeat transparent; width: 121px;}
.why a {background: url(images/why.gif) bottom center no-repeat transparent; width: 121px;}
.benefits {background: url(images/benefitsnav.gif) bottom center no-repeat transparent; width: 95px;}
.benefits a {background: url(images/benefitsnav.gif) bottom center no-repeat transparent; width: 95px;}
.contact {background: url(images/contact.gif) bottom center no-repeat transparent; width: 119px;}
.contact a {background: url(images/contact.gif) bottom center no-repeat transparent; width: 119px;}
ul.menu li a:hover {background-position: top center;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.centermenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.centermenu li {
	padding: 0;
	margin: 0;
	height: 120px;
	list-style: none;
	background-repeat: no-repeat;
}
.centermenu li a, .centermenu li a:visited {
	display: block;
	text-decoration: none;
	height: 120px;
	background-repeat: no-repeat;
}
.issues {background: url(images/issues.gif) bottom center no-repeat transparent; width: 320px;}
.issues a {background: url(images/issues.gif) bottom center no-repeat transparent; width: 320px;}
.benefitcenter {background: url(images/benefits.gif) bottom center no-repeat transparent; width: 320px;}
.benefitcenter a {background: url(images/benefits.gif) bottom center no-repeat transparent; width: 320px;}
.whychoose {background: url(images/whychoose.gif) bottom center no-repeat transparent; width: 320px;}
.whychoose a {background: url(images/whychoose.gif) bottom center no-repeat transparent; width: 320px;}
ul.centermenu li a:hover {background-position: top center;}
.centermenu li {float: left;}
.centermenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.cltsbtn a, .cltsbtn a:visited {
	height: 65px;
	width: 253px;
	display: block;
	background: url(images/clts-btn.gif) no-repeat transparent top center;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
.cltsbtn a:hover {
	background-position: bottom center;
	}