/* Ashdown Property */

/* Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0px;padding:0px;border:0;font-weight:normal;font-style:normal; text-align: justify; font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* Site Specific */

body{
	background-color: #c9ceb0;
	font-family: Palatino, "Palatino Linotype", serif;
	font-size: 12px;
	color: #252525;
}

p{
	margin: 10px 0;
}

strong{
	font-weight: bold;
}

.bullets li{
	list-style-type: disc;
	list-style-position: outside;
}

#wrapper{
	width: 960px;
	margin: 0px auto;
	border-left: 3px solid #495b14;
	border-right: 3px solid #495b14;
}

#menu{
	height: 125px;
	background-color: #495b14;
	font-size: 16px;
}

#menu img{
	float: left;
}

#menu ul{
	float: right;
	margin: 0px 5px; 0 0;
	padding-top: 75px;
}

#menu ul li{
	display: inline;
	width: 90px;
	float: left;
	text-align: right;
}

#menu ul li a{
	color: #c9ceb0;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover{
	color: #fff;
	text-decoration: none;
}

#hpmain{
	background-image: url(../images/hpback.jpg);
	height: 530px;
}

#leftbox{
	width: 308px;
	height: 260px;
	background-image: url(../images/leftbox.png);
	padding: 15px;
	float: left;
	position: relative;
	top: 15px;
	left: 30px;
}

#rightbox{
	width: 308px;
	height: 150px;
	background-image: url(../images/leftbox.png);
	padding: 15px;
	float: left;
	clear: both;
	text-align: left;
	margin-top: 30px;
	position: relative;
	top: 0px;
	left: 30px;
}

h1{
	font-size: 32px;
	color: #495b14;
}

#submain{
	background-color: #fff;
}

#subleft{
	width: 480px;
	float: left;
}

#subright{
	width: 480px;
	float: left;
}

.buyers{
	margin: 10px 0 0 0;
}

.howwework{
	margin: 10px 0 0 0;
}

#footer{
	background-color: #495b14;
	color: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}

#footer p{
	margin: 0 0 5px 0;
	text-align: center;
}

#footer #footerleft{
	width: 400px;
	float: left;
	text-align: left;
	font-size: 26px;
	margin: 0 0 20px 0;
}

#footer #footerright{
	width: 400px;
	float: right;
	text-align: right;
	font-size: 26px;
	margin: 0 0 20px 0;
}

#footer #footerright a{
	color: #fff;
	text-decoration: none;
}