body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #eae2db;
}

body p {
	margin: 0 0 10px 0;
	font-size:0.8em;
	line-height:1em;
}

a:link, a:visited {
	margin: 0 0 10px 0;
	line-height:1em;
	text-decoration:underline;
	color: #6B4437;
}

a:hover, a:active {
	margin: 0 0 10px 0;
	line-height:1em;
	text-decoration:none;
	color: #6B4437;
}

/* structure styles */

#shadows {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background:url(images/shadows.gif) repeat-y top;
	text-align:center;
}

#holder {
	background-color:white;
	width:800px;
	border-left:solid 1px #6C5635;
	border-right:solid 1px #6C5635;
	text-align:left;
	margin:0 15px 0 15px;
}

#header {
	width:800px;
	height:150px;
	background: url(images/header-background.gif) no-repeat bottom right;
	position: relative;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

#phone {
	position: absolute;
	top: 90px;
	left: 275px;
	background:url(images/phone.gif) left no-repeat;
	padding-left:40px;
}

#box {
	width:800px;
	height:120px;
	background:url(images/boxes.gif) top right no-repeat;
	border-bottom:solid 3px #AF9179;
	position:relative;
}

#box ul {
	list-style:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	margin:0; padding:0;
	line-height:12px;
}

#box ul li.box1 {
	position:absolute;
	top:38px;
	left:35px;
}

#box ul li.box2 {
	position:absolute;
	top:80px;
	left:35px;
}

#box ul li.box3 {
	position:absolute;
	top:38px;
	left:230px;
}

#box ul li.box4 {
	position:absolute;
	top:80px;
	left:230px;
}

#box ul li.box5 {
	position:absolute;
	top:80px;
	left:425px;
}

#menu {
	width:200px;
	float:left;
	margin:10px 15px 10px 0;
}

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

#menu ul li a:link, #menu ul li a:visited {
	display:block;
	width:180px;
	height:47px;
	background:url(images/green-arrow.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
	padding-left:15px;
	line-height:2.8em;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:active {
	display:block;
	width:180px;
	height:47px;
	background:url(images/brown-arrow.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
	padding-left:15px;
	line-height:2.8em;
	text-decoration:none;
}

#content {
	width:395px;
	float:left;
	margin:10px 0 10px 0;
}

#right-col {
	width:160px;
	float:left;
	margin:10px 15px 10px 15px;
}

.promo-box {
	width:140px;
	height:135px;
	padding:10px;
	background:url(images/brown-box.gif) top left no-repeat;
	margin-bottom:10px;
}

#footer {
	width:800px;
	height:10px;
	clear:both;
	background-color:#6C5635;
}



/* text styles */

p {
	font-weight: normal;
	font-size: 0.75em;
	font-style: normal;
	color: #000000;
}

.bold {
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #009444;
}

h2 {
	font-weight: bold;
	font-size: 0.9em;
	font-style: normal;
	color: #6B4437;
	margin:0 0 10px 0;
}

.quote {
	font-weight: bold;
	font-size: 0.92em;
	font-style: normal;
	color: #009444;
}

.gquote {
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	color: #009444;
}

.phone {
	font-weight: bold;
	font-size: 1.5em;
	font-style: bold;
	color: #6B4437;
}

.brown {
	color: #6B4437;
	font-size:0.8em;
}


