/* CSS Document */
body { 
     margin: 0;
	 font-family: tahoma; 
	 font-size: 13px; 
	 color: #84939c; 
} 
img#rapidstatscounter { 
	display: none; 
} 
a { 
	color: #2b78ab; 
}
a:hover {
	text-decoration: none; 
}  
#container { 
     width: 780px;
	 margin: 0 auto 10px auto; 
} 
#header { 
    height: 80px;
	background:url(images/header.gif)
} 
#main_img { 
    height: 279px;
	background:url(images/main_img.jpg)
} 
#main_body { 
    height: 587px;
	margin-top: 33px; 
} 
#footer {
    height: 62px;
	margin: 0 8px 0 8px;
	border-top: 1px solid #f0f0f0;
	padding: 20px 0 0 19px; 
}   
#left_main_contact { 
	float: left;
	width: 211px;
	height: 530px; 
	padding: 0 26px 0 27px;
	margin: 0 0 39px 0;
	border-right: 1px solid #f0f0f0; 
} 
#right_main { 
	float: left;
	width: 482px;
	padding: 0 14px 0 19px; 
} 
h1, h4 { 
	color: #37586d; 
	font-size: 20px; 
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 30px 0; 
} 
h3 { 
	color: #37586d; 
	font-size: 20px; 
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 28px 0 30px 0;
	border-top: 6px solid #f8f8f8;
	padding-top: 26px;  
} 
h2 {
	 font-family: tahoma; 
	 font-size: 10px; 
	 color: #84939c;
	 text-align: center;
	 width: 760px; 
	 margin: 0 auto 0 auto;
}
p { 
	margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
#index_list { 
	margin:0 50px 30px 0; 
	padding:0; 
	list-style: none;
	line-height: 1.5em;
	float: left;
} 
#index_list li, #index_list_right li  {
    padding-left:20px; 
	background:url(images/green_bullet.gif) 0 50% no-repeat; 
} 
#index_list_right { 
	margin:0 0 30px 0; 
	padding:0; 
	list-style: none;
	line-height: 1.5em;
	float: left; 
}
.index_list_clear { 
	clear: both; 
}  
.index_img { 
    float: left;
	margin: 0 15px 15px 0; 
} 


/*navigation*/
#navigation {
    height: 71px; 
} 
#navHome {
    background-image: url(images/home_btn_over.jpg);
}
#navHome a {
    background-image: url(images/home_btn.jpg);
	height:71px;
	width:138px;
	float:left
}
#navHome a:hover{
    background-image: url(images/home_btn_over.jpg);
}
#navAbout {
    background-image: url(images/about_btn_over.jpg); 
}
#navAbout a {
	background-image: url(images/about_btn.jpg);
	height:71px;
	width:128px;
	float:left
}
#navAbout a:hover{
	background-image: url(images/about_btn_over.jpg); 
}
#navServices {
	background-image: url(images/services_btn_over.jpg)
}
#navServices a {
	background-image: url(images/services_btn.jpg); 
	height:71px;
	width:127px;
	float:left
}
#navServices a:hover{
	background-image: url(images/services_btn_over.jpg)
}
#navContact {
    background-image: url(images/contact_btn_over.jpg); 
}
#navContact a {
	background-image: url(images/contact_btn.jpg);
	height:71px;
	width:127px;
	float:left
}
#navContact a:hover{
	background-image: url(images/contact_btn_over.jpg);
}
#navEnd {
	background-image: url(images/nav_end.jpg); 
	height:71px;
	width:260px;
	float:left
} 

/*Forms defaults*/
input, textarea {
	 font-family: tahoma; 
	 font-size: 13px; 
	 color: #84939c; 
}
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;
}






