body {
	text-align:center;
	margin:0;
	font-family:"Lucida Sans", "Tahoma", Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#home {background:#DEDBB3 url(../images/bg.gif) repeat-x top;}/*tan*/
#secondary {background:#DEDBB3 url(../images/bg2.gif) repeat-x top;}/*tan*/

/*------------------------------------
			structure
------------------------------------*/
#wrap {
	width:790px;
	background: url(../images/shadow.png) repeat-y top;
	text-align:left;
	margin:0 auto;
	position:relative;
}
* html #wrap {background: url(../images/shadow.gif) repeat-y top;}/*for ie6*/
#header {
	width:780px;
	margin-left:5px;
}
#col-3 {
	background: url(../images/bg-2col.jpg) repeat-y top;
	width:780px;
	margin:0 auto;
}
#col-2 {
	background: url(../images/bg-1col.jpg) repeat-y top;
	width:780px;
	margin:0 auto;
}
#bottom {
	background: url(../images/bottom.jpg) no-repeat top left; 
	height:25px;
	width:780px;
	clear:both;
}
#footer {
	background: url(../images/footer.jpg) no-repeat top;
	width:790px;
	margin:0 auto;
	padding-top:10px;
	font-size:10px; text-align:right;
}
/*------------------------------------
			nav
------------------------------------*/
#nav {
	margin: 0;
	padding: 0;
	height:42px;
	width:780px;
	background-color:#7D8743;/*dark green*/
	border-bottom:10px solid #BEB769;/*light green*/
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	line-height: 28px;
	padding: 7px 28px 4px 28px;
	text-decoration: none;
	color:white; 
}
#nav a:hover {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #656D34;/*olive*/
	color: white;
}
#nav a.last {border:none;}
/*------------------------------------
			sec nav
------------------------------------*/
#sec-nav h1 {
	background: url(../images/page-header.jpg) no-repeat top left;
	width:170px;
	height:27px;
	color:white;
	margin:0;
	padding:35px 0 5px 25px;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:2px;
	border-bottom:1px solid #656D34;/*olive*/
}
#sec-nav ul{
	color:#250C08;
	list-style-type:none;
	font-size:10.5px;
	margin:0;
	padding:0;
	width:195px;
	background:url(../images/nav-background.jpg) repeat-y top left;
}
#sec-nav li {margin:0; padding:0; display:inline;} /* to fix li margin/padding in ie */
#sec-nav ul a {
	color:#ECEAD3;/*cream*/
	display: block;
	padding: 4px 5px 4px 35px;
	text-decoration:none;
	border-bottom:1px solid #656D34;/*olive*/
	background: url(../images/bullet-nav.gif) no-repeat left;
}
#sec-nav ul a:hover {
	color: white;
	background:#656D34 url(../images/bullet-nav-roll.gif) no-repeat left;/*olive*/
}

#sec-nav.navServices h1 {
	background: url(../images/services-header.jpg) no-repeat top left;
}
/*------------------------------------
			typography
------------------------------------*/
h1, h2, h3, h4, h5 {
	margin:0 15px;
	padding:0;
	font-weight:normal;
	color:#7D8743;/*dark green*/
}
h1 { font-size: 20px; line-height:24px; margin-bottom:7px;}
h2 { font-size: 18px; line-height:20px; margin-bottom:7px; color:#B0A960;/*light green*/}
h3 { font-size: 16px; line-height:20px; margin-bottom:7px; color:#656D34;/*olive*/}
h4 { font-size: 14px; font-weight:bold; margin-bottom:7px;}
h5 { font-size: 12px; font-weight:bold; margin-bottom:7px;}
h6 { font-size: 11px; font-weight:bold;}
p, q {
	margin: 0 10px 14px 15px ;
	padding:0;
	line-height:14px;
}
ul {
	margin: 0 10px 14px 30px ;
	padding:0;
	list-style:url(../images/bullet.gif) outside square;
	line-height:14px;
}
ol {
	margin: 0 10px 14px 30px ;
	padding:0;
	list-style-position:outside;
	line-height:14px;
}
li ul {margin:0 20px;}
.pic {margin:20px 5px 20px 12px; border:8px solid #DDDEC4;}
.quote {
	color:#7D8743;/*dark green*/
	font-size:12px;
	font-style:italic;
	margin:0 15px 10px 15px;
}
#footer p {color:#7D8743;/*dark green*/ padding:10px;}
a {color:#7D8743;/*dark green*/}
a:hover {color:#656D34;/*olive*/}
.name {color:#7D8743;/*dark green*/}
hr {
	background-color:#ECEAD3;/*cream*/
	border-right:none;
	border-left:none;
	border-top:1px solid #B0A960;/*light green*/
	height:5px;
	margin:10px 15px;
	clear:both;
}
#sidebar ul{line-height:16px;}
/*------------------------------------
			columns
------------------------------------*/
#sec-nav {
	width:25%;
	float:left;
}
#content {
	width:75%;
	float:right;
	position:relative;
}
#text {
	width:390px;
	float:left;
	clear:both;
	padding-top:10px;
}
#col-2 #text {width:570px;}
#sidebar {
	width:190px;
	float:left;
}
.border {
	border-bottom:6px solid #BEB769;/*light green*/ 
	margin-bottom:10px;
}
#home-head {height:223px; width:450px; margin-bottom:10px; background-color:#ECEAD3;/*cream*/
}
#boxes {
	position:absolute;
	top:20px;
	right:20px;
	width:160px;
}
#boxes h1 {
	float:right;
	background-color:#DEDBB3;/*tan*/
	border:1px solid white;
	text-transform:uppercase;
	font-size:14px;
	margin:8px 0;
}
#boxes a {
	color:white;
	display:block;
	text-decoration:none;
	width:140px;
	padding:10px 5px 5px 5px;
}
#boxes a:hover {
	background-color:#7D8743;/*dark green*/
}
/*------------------------------------
			contact
------------------------------------*/
#contact {padding:5px 10px 20px 25px;}
#contact label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right:0.5em;
	display: block;
}
#contact p {margin-top:5px;}
#contact submit {
	margin-left: 4.5em;
}
#contact input {
	color: #000;
	border: 1px outset #B0A960;/*light green*/
}
#contact textarea {
	color: #000;
	border: 1px outset #B0A960;/*light green*/
}
#contact fieldset {
	width: 90%;
	border: 1px solid #B0A960;/*light green*/
	background-color:#ECEAD5;/*light tan*/
	margin-bottom:10px;
}
#contact legend {
	padding: 3px 6px;
	color:#656D34;/*olive*/
	background-color:white;
	border: 1px outset #B0A960;/*light green*/
	font-size:12px;
	font-style:italic;
} 
.button, #contact input.button {
	background-color:#7D8743;/*dark green*/
	color:white;
	font-size:10px;
	text-transform:uppercase;
	border:3px outset #7D8743;/*dark green*/
}
a:hover.button, #contact input.button:hover {background-color:#B0A960;/*light green*/ border:3px outset #B0A960;/*light green*/}