/* CSS Document */
body { 
 margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
p { 
 line-height: 1.5em; 
	margin: 0 0 13px 0;
} 
#container { 
 width: 766px;
	margin: auto; 
} 

#header {
 height: 302px;
	background:url(images/home_main.jpg)
} 
h2 { 
 font-size: 12px; 
	color: #fff; 
	text-align: center;
	display: block; 
	height: 24px;
	margin: 0;
	padding-top: 10px; 
	font-weight: normal;
} 
#logo {
 margin: 17px 0 0 0; 
 height: 57px;
	width: 264px;
	text-align: center;
	color: #fff; 
	font-family: helvetica; 
	font-size: 25px; 
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px; 
} 
#logo_notbold { 
 font-weight: normal; 
} 
#under_logo {
 font-size: 9px;
	letter-spacing: 6px; 
}
#header ul {
 padding: 0;
	margin: 0;
	list-style: none;
	width: 224px;
	margin-left: 24px;
	margin-top: 19px; 
} 
#header li {
 margin-bottom: 15px;
	border-bottom: 1px dotted #8e8e8e; 
}
#header ul a{ 
 font-family: helvetica;
	color: #434343;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/grey_list_bullet.gif) no-repeat 0 50%;
	padding-left: 17px; 
}
#header ul a:hover{
 color: #b5b5b5;
	background: url(images/green_list_bullet.gif) no-repeat 0 50%; 
}
#contact_left {
 width: 228px;
	float: left;
	padding: 0 40px 0 30px; 
} 
#main_right { 
 width: 435px;
	float: left;
	padding: 0 33px 0 0;
	margin: 0 0 30px 0; 
} 
#contact_left h3 {
 font-family: helvetica; 
	font-size: 20px;
	color: #515151;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid #d1d1d1; 
	margin-top: 33px; 
} 
h1 {
 font-family: helvetica; 
	font-size: 20px;
	color: #515151;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 33px;
} 
h4 { 
 font-family: helvetica; 
	font-size: 20px;
	color: #515151;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid #d1d1d1; 
	margin-top: 33px;
} 
.index_img img { 
 margin: 11px 27px 0 0; 
}
a { 
 color: #658f00; 
} 
a:hover {
 text-decoration: none; 
} 
.align_right {
 text-align: center 
} 
#footer { 
 background: url(images/footer.gif); 
	clear: both;
	height: 100px;
	color: #cfcfcf; 
} 
#footer_left {
 float: left; 
	width: 303px;
	padding: 30px 0 0 35px;
	font-weight: bold; 
	letter-spacing: -1px;
	font-size: 15px;
	font-family: helvetica; 
	line-height: 20px; 
}
.footer_left_white{
 font-size: 20px;
	color: #fff;
	letter-spacing: 1px; 
 }
#footer_right {
 float: left;
	width: 428px;
	padding: 30px 0 0 0;
	line-height: 20px; 
} 
#footer_right a{
 color: #fff;
	text-decoration: none; 
}
#footer_right a:hover{
 text-decoration: underline; 
}
	
	
/*Forms defaults*/
input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
label {

	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {

}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}


