/* CSS Document */
body { 
		margin: 0; 
		background:url(images/bg.jpg) repeat-x;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #6e778a; 
}
.gallery { 
		text-align: center; 
} 
.gallery img {
		margin-left: 10px; 
		margin-right: 10px;
		padding: 5px; 
		background: #f1f1f1;
		border: 1px solid #dadce2;   
} 
a {
		color: #6e778a; 
		text-decoration: underline;
} 
a:hover {
		text-decoration: none; 
} 
p { 
		margin: 0 0 13px 0;
		line-height: 1.5em; 
}
h1, h4 { 
		margin: 23px 0 21px 0; 
		padding: 0;
		font-size: 18px; 
		font-weight: bold; 
} 
h3 { 
		margin: 23px 0 21px 0; 
		padding: 0;
		font-size: 15px; 
		font-weight: bold;
		padding-top: 23px; 
		border-top: 1px solid #dadce2
}  
h2 { 
		margin: 0 0 1px 0; 
		padding: 0; 
		text-align: center; 
		font-weight: normal; 
		font-size: 10px; 
}  
#container { 
		width: 782px;
		margin: 0 auto 20px auto; 
} 
#header {
		height: 137px; 
		background: url(images/logo.gif) no-repeat left; 
} 
#header ul {
		margin: 0; 
		padding: 0; 
		list-style: none;
		float: right;
		border-right: #fff solid 1px;
		 
}  
#header li {
		display: inline;  
} 
#header li a {
		display: block; 
		width: 96px;
		height: 35px;
		float: right;
		text-align: center;
		background: #3bb618;
		border-left: #fff solid 1px;
		color: #fff; 
		text-decoration: none;
		font-weight: bold;
		padding-top: 16px;
		font-size: 12px; 
} 
#header li a:hover {
		height: 35px;
		background: #94ca3d;
		padding-top: 23px; 
}
#main_img { 
		background:url(images/main_img.jpg); 
		height: 272px; 
} 
#main_body { 
		margin: 52px 0 0 0;
}
#main_1 { 
		width: 476px;
		float: left;
		padding: 0 25px; 
		margin: 0 0 20px 0;
} 
#main_2 {
		width: 233px;
		height: 330px;
		border: 1px solid #fff; 
		float: left;
		background: url(images/contact_box.jpg) repeat-x #f1f1f1;
		padding: 0 0 0 21px;
		margin: 0 0 20px 0; 
} 
#main_2 a { 
		text-decoration: none; 
} 
#main_2 a:hover { 
		text-decoration: underline; 
} 
.index_list { 
		width: 238px;
		float: left; 
		display: block; 
		margin: 0 0 13px 0;
		line-height: 1.5em;
		list-style: none;
		padding: 0; 
} 
.index_list li{
		background: url(images/bullet.gif) no-repeat 0 50%; 
		padding-left: 17px
} 
.list_clear { 
		clear: both; 
} 
#footer { 
		clear: both;
		text-align: center;
		color: #94ca3d;
		height: 45px;
		padding-top: 25px;
		border-top: 1px solid #dadce2
} 
#footer a { 
		color: #94ca3d; 
} 
/*Forms defaults*/
input, textarea {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #6e778a;
}
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;
}

