/* COLOR KEY
Light Green = #AEB287
Dark Green = #64644E
Light Yellow = #FFF0AA
Dark Yellow = #EDD66E
Orange = #A8672B
*/

body {
	background: /* url(images/bg_page.jpg) 0 0 repeat-x */ #f0ead8;
	text-align: center;
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: scroll;
}

*html body {
	overflow: auto;
}

#index body {
  background-image: none;
}

#container {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0 auto;	
}

#index #container {
  width: 705px;
  border: 4px solid #4E4E3C;
}

a {
	outline: none;
}

#header {
	width: 780px;
	height: 211px;
}

#index #header {
	width: 705px;
	height: 124px;
	background: url('images/index_head.jpg') 0 -3px no-repeat #64644e;
}

#head_image {
	float: left;
	width: 346px;
	height: 184px;
}

#info #head_image {background-image: url(images/head_info.jpg);}
#design #head_image {background-image: url(images/head_design.jpg);}
#portfolio #head_image {background-image: url(images/head_portfolio.jpg);}
#contact #head_image {background-image: url(images/head_contact.jpg);}

#logo {
	float: right;
}

/* BEGIN NAVIGATION */
#nav{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 780px;
	background: url(images/nav_bg.jpg) 0 0 repeat-x #64644E;
}

#index #nav{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0 1px 0 1px;
	height: 27px;
	display: inline;
	overflow: hidden;
	width: 703px;
	background: url(images/nav_bg.jpg) 0 0 repeat-x #64644E;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	margin: 0px 6px;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win */
}

#index #nav a {
  margin: 0px 5px 0 6px;
}
	
#nav a:hover {
	background-position: 0 -27px;
}

#nav a:active {
	background-position: 0 -27px;
}

#nav a:hover.selected, #nav a.selected {
	background-position: 0 -27px;
}

#nhome a {
	width: 61px;
	background: url(images/nav_home.jpg) top left no-repeat;
}

#ninfo a {
	width: 129px;
	background: url(images/nav_info.jpg) top left no-repeat;
}

#ndesign a {
	width: 338px;
	background: url(images/nav_design.jpg) top left no-repeat;
}

#nportfolio a {
	width: 103px;
	background: url(images/nav_portfolio.jpg) top left no-repeat;
}

#ncontact a {
	width: 89px;
	background: url(images/nav_contact.jpg) top left no-repeat;
}
/* END NAVIGATION */
/* END HEADER */

/* BEGIN GENERAL CONTENT FORMATTING */
#content {
	background: /* url(images/bg_content.jpg) 16px 0 no-repeat */ #FFF0AA;
	float:left;
/*	min-height: 300px; */
	text-align: justify;
	padding: 10px 25px 10px 25px;
	width: 730px;
	border-top: 4px solid #A8672B;
	border-bottom: 4px solid #A8672B;
}

#index #content {
  width: 655px
}

p, td, li {
	font-size: 13px;
	font-family: Arial, sans-serif;
}

h1 {
  font-size: 20px;
  font-family: Arial, sans-serif;
  color: #64644E;
  text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #A8672B;
}

.b {
	font-weight: bold;
}

.c {
	text-align: center;
}

img.right {
	float: right;
	margin: 0 0 6px 10px;
	border: solid 1px #AEB287;
}

a img {
	border: none;
}

#left-half {
	float: left;
	width: 350px;
}

#left-half p {
  margin-top: 0;
}

#right-half {
	float: right;
	width: 350px;
}

#content a {
	color: #64644E;
}

#content a:hover, #content a:active {
	text-decoration: none;
}

/* END GENERAL CONTENT FORMATTING */

/* BEGIN FOOTER */	
#footer {
	clear: both;
	width: 780px;
	padding: 0px;
	margin: 0;
}

#content-footer p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#fb_icon {height:20px; float:right; margin-right:5px;}
#fb_icon_index {height: 40px; margin-right:5px; margin-top: 7px;}

#footer #co p, #footer #cred p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #64644E;
}

#content-footer {
	width: 100%;
	background: #A8672B;
	padding: 0px 0 7px 0;
}

#co {
	float: left;
	width: 350px;
	text-align: left;
	padding: 0;
	margin: 3px 0 0 3px;
}

#cred {
	float: right;
	width: 400px;
	text-align: right;
	padding: 0;
	margin: 3px 3px 0 0;
}

#content-footer a {
	color: #fff;
}

#footer #co a, #footer #cred a {
	color: #64644E;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
/* END FOOTER */

/* BEGIN INDEX / ZIP CODES PAGES SPECIFIC FORMATTING */
/* index page general formatting is included in appropriate sections above */
#index h2, #zipcodes h2 {
  text-align: center;
  margin: 10px 0px;
  padding-bottom: 0px;
}

#townlist {
  width: 100%;
}

#townlist td {
  width: 33%;
  padding-left: 0px;
  vertical-align: top;
}

#townlist ul {
  padding-top: 0px;
  margin-top: 3px;
}

p.county {
  color: #A8672B;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

/* BEGIN DESIGN & IMPLEMENTATION PAGE SPECIFIC FORMATTING */
#design #content h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
}

#design #content img {
	border: solid 1px #AEB287;
	background-color: #fff;
	padding: 3px;
	margin: 0 0px 4px 5px;
}

#implementation {
	width: 600px;
	margin: 0 auto;
	padding: 0px 20px 15px 20px;
	border: 1px solid #AEB287;
	background-color: #64644E;
	overflow: auto;
}

#implementation p {
	color: white;
	margin-top: 4px;
}

#implementation h2 {
	color: #EDD66E;
}

#designphotos {
	width: 165px;
	float: right;
	margin: 30px 5px 0px 5px;
}

#implementation p.small {
	font-size: 11px;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
}

/* END DESIGN & IMPLEMENTATION PAGE SPECIFIC FORMATTING */

/* BEGIN PORTFOLIO PAGE SPECIFIC FORMATTING */
.project {
	border-bottom: 1px solid #AEB287;
	padding-bottom: 4px;
}

.project h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 4px;
}

.project p {
	margin-top: 0;
	margin-left: 4px;
}

.project img{
	border: solid 1px #AEB287;
	background-color: #fff;
	padding: 3px;
	margin: 0 5px 4px 5px;
}
/* END PORTFOLIO PAGE SPECIFIC FORMATTING */

/* CONTACT PAGE SPECIFIC FORMATTING */
#contact-info td {
	padding: 3px 5px;
	vertical-align: top;
}

td.subj {
	font-weight: bold;
	text-align: right;
}

#contact-info td.subj {
	color: #A8672B;
}

table#user-form {
	background-color: #64644E;
	width: 100%;
}

#user-form td {
	padding: 3px 5px;
	vertical-align: middle;
}

#user-form td.subj {
	color: #fff;
}

#user-form .b {
	color: #EDD66E;
}

#contact #left-half img {
	margin-top: 20px;
	border: solid 1px #AEB287;
}
/* END CONTACT PAGE SPECIFIC FORMATTING */