form, fieldset {
	padding: 0 0 0 0;
	border: none;
}

body {
	background-image:url(../images/website/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #aa9786;
	margin: 0 0 0 0;
	
	color: #ffffff;
}

li {
	list-style-image:url(../images/website/li_img.gif);
	padding: 4px 0 4px 0;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color:#ddd9d0;
}

#container {
	width:  915px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	 /*background:url(images/website/wrapper_background.jpg) top center no-repeat;*/
	 margin: 0 auto;  
	 padding: 0; 
	 width: 100%;
}

#top_navigation { 
   display:block;
   padding: 0 0 0 0; 
   margin:  0 0 0 100px;
   text-align:center; 
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;
   height:60px;
   width:655px;
} 

#top_navigation ul {
	float: left;
    padding: 10px 0 0 0; 
    margin:  0 0 0 0;
	list-style:none;
	color: #ddd9d0;
}

#top_navigation li {
	float: left;
   display: inline;
   padding: 0px 0px 0px 0px; 
   margin: 0px 0px 0px 0px;
   border-right: 1px solid #aa9786;
   /*background: url(images/website/navigation_li_background.gif) left no-repeat;*/
} 

#top_navigation li.last {
	border-right: none;	
}

#top_navigation li a:link,
#top_navigation li a:visited,
#top_navigation li a:hover,
#top_navigation li a:active {
	float: left;
	 margin: 0px 0px 0px 0px;
	 padding: 10px 25px 10px 25px; 	
	 line-height: 50px;
}

.border-right {
	padding: 5px 0px 0px 5px;
}

#header {
	background-image:url(../images/website/index_header.jpg);
	background-repeat: no-repeat;
	height:274px;
	width: 906px;
	padding: 0 0 15px 0;
}

#services_header{
	background-image:url(../images/website/services_header.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width:906px;
	padding: 0 0 15px 0;
}

#contact_header{
	background-image:url(../images/website/contact_header.jpg);
	background-repeat: no-repeat;
	height:275px;
	width:906px;
	padding: 0 0 15px 0;
}

#content_wrapper {
	height: 650px;
}

#content h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	
	color: #ffffff;
}

#content p {
	color:#ffffff; /* ddd9d0 */
	
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#content table,td,tr,p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content #left_content {
	width:280px;
	float: left;
	/* height: 655px; */
	margin: 0 15px 0 0;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

#content #right_content {
	width:590px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
}

#content #right_content_left_column {
	width:280px;
	/*height:430px;*/
	float:left;
	font-size: 13px;
	padding: 0 15px 0 0;
	margin: 0 0 0 0;
}

#content #left_content h2 {
	background-image:url(../images/website/h1_background.jpg);
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 5px 0 5px 10px;
	text-transform:uppercase;
}

#content #right_content h2 {
	background-image:url(../images/website/h1_background.jpg);
	font-size: 19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding: 3px 0px 3px 10px;
	text-transform:uppercase;
	}

#content #right_content_right_column {
	float:left; 
	width: 280px;
}

/*contact form*/
.contactfield {
	width: 275px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.contactfield label {
	display: block;
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
}

.contactfield input {
	display: block;
	float: left;
	width: 270px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #111111;
	border: 1px solid #111;
	padding: 2px 5px 0 5px;
}

.contactfield select {
	display: block;
	float: left;
	height: 24px;
	font-size: 12px;
	border: 1px solid #111;
	padding: 2px 5px 2px 5px;
}

.contactfield textarea {
	display: block;
	float: left;
	width: 275px;
	height: 95px;
	border: 1px solid #111;
	line-height: 17px;
	font-size: 12px;
	padding: 7px 5px 0 0;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

.contactfield input#submit {
	display: block;
	float: left;
	border: none;
	width: 280px;
	font-size: 13px;
	height: 23px;
	font-weight: bold;
	text-decoration: none;
	/*padding: 2px 10px 4px 10px;*/
	padding: 0 !important;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
}

span.red {
	color: #ab3326;
	padding-left: 6px;
}
/*end of contact form*/

#footer {
	width:880px;
	height:30px;
	text-align: right;
	color:#ddd9d0;
	}

#footer a {
	color:#ddd9d0;
}

.clear {
	clear:both;
}

.field-validation {
	font-size:12px;
	color:#C00;
	float:right;
	padding: 5px 0 0 0;
}