body {
	background-color: #5D431C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.quote {
	font-style: italic;
}

.container {
	border: 2px solid #503425;
}
.home-bg{
	background: url(images/bg.gif) no-repeat top;
	height: 529px;
	width: 701px;
}
.subpage-bg-top {
	background: url(images/subpage-bg-top.gif) no-repeat left top;
	height: 57px;
	width: 160px;
	margin: 20px;
}

.subpage-bg-bottom {
	background: url(images/subpage-bg-bottom.gif) no-repeat bottom;
	height: 480px;
	width: 701px;
	margin: 20px;
}
.subpage-copy {
	padding: 20px;
}
a:link {
	color: #989842;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #989842;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #E4C220;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #E4C220;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #e4c220;
}
h2 {
	color: #989842;
	font-size: 12px;
}
hr {
	color: #989842;
	height:1px;
	width:90%;
}

.footer {
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #E2DEBD;
	text-decoration: underline;
}

.contact {
	color:#341C11;
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
}

#contact-us a:link, #contact-us a:visited {
	color: #341C11;
}
#contact-us a:hover {
	color: #341C11;
	text-decoration: underline;
}
.content {
	padding: 25px 15px;
}
.subpage-photo-column {
	padding: 25px 0px 25px 15px;
}

#bullet li {
	list-style:none;
	}


/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 18px 0;
	border: 0px;
	text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}



img {
	border-width: 0px;
}



/* ---------------Navigation ------------------ */
ul#nav {
	height: 93px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 93px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.gif); width:85px;}
#about-us {background: url(images/nav-about-us.gif); width:89px;}
#portfolio {background: url(images/nav-portfolio.gif); width:99px;}
#services {background: url(images/nav-services.gif); width:89px;}
#testimonials {background: url(images/nav-testimonials.gif); width:134px;}
#contact {background: url(images/nav-contact.gif); width:205px;}



/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -93px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
