@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align: center;
	
	padding: 0;
	margin: 0;
}

.bullet {

}

.bullet2 {

}

table tr td, table tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #4f8636;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*#header ul {
	text-align: center;
	width: 100%;
	padding: .2em 0;
}*/

.headernav {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.headernav li {
	display: inline;
	list-style-type: none;
}

.headernav a { 
	/*display: inline-block;*/
	display: block;
	float: left;
	/*width: 106px;*/
	padding-left: 16px;
	padding-right: 16px;
	height: 32px;
}

.headernav a:link, .headernav a:visited {
	color: #ed851e;
	text-decoration: none;
}

.headernav a:hover {
	text-decoration: none;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.headernav li a.active, .headernav li a.active:hover {
	background-position: bottom center;
	background-repeat: no-repeat;
}

.headernav li.first {

}

.headernav li.last {

}

#container {
	width: 1000px;
	margin: 0 auto;
}

#content_container {
/*	width: 774px;*/
width:800px;
	margin: 0 auto;
	padding-top: 95px;
}

#content_left {
	float: left;
	width: 382px;
	text-align: left;
}

#content_right {
	float: right;
	width: 417px;
	/*was 382px*/
	text-align: left;
}

#content_col1 {
	float: left;
	width: 322px;
}

#content_col2 {
	float: right;
	width: 140px;
}

#content_col3 {
	float: left;
	margin-left: 22px;
	width: 270px;
}

#footer {
	color: #a3bf95;
	font-size: 10px;
	padding-top: 8px;
	border-top: 1px solid #4f8636;
}

#footer a:link, #footer a:visited {
	color: #a3bf95;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* SCROLLBAR RELEATED */
#content_scroll {
	height: 300px;
	width: 367px;
	float:left;
	overflow:hidden;
}

#content_noscroll {
	width: 367px;
	float:left;
}

.scrollbar-vert{
	height: 300px;
	width: 15px;
	float:left;
}
.handle-vert{
	height: 100px;
	width: 15px;
}

#home_advert_bar {
	margin-top: 12px;
}

.lowrow, .highrow {
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 8px;
	font-size: 10px;
	height: 24px;
	overflow: hidden;
}

.lowrow {
	background-image: url(/img/contact_us/lowbar.gif);
	color: #000;
}

.highrow {
	background-image: url(/img/contact_us/highbar.gif);
	height: 83px;
	color: #000;
}

.cfield_txt {
}

.cfield_txtarea {
	width: 232px;
	height: 58px;
}

.cfield_txt, .cfield_txtarea {
	border: none;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.required {
	color: #cc0000;
	font-weight: bold;
	font-size: 18px;
}

form {
	margin: 0;
	padding: 0;
}
#lowercontent{
width:100%;

}

#lowercontent .col1{
float:left;
width:375px;

}

#lowercontent .col2{/*for IE 6*/
	float:right;
	width:400px;
}


*:first-child+html #lowercontent  .col2 {/* for ie7*/
	width:395px;
}

#lowercontent > .col2{
	width:417px;
	float:right;

}
