/* CSS Document */
body, html { 
    margin: 0; 
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #6b7a89; 
} 
p { 
    margin: 0 0 13px 0;
	line-height: 1.5em; 
} 
ul { 
	line-height: 1.5em; 
} 
a { 
    color: #3187ce; 
} 
a:hover { 
    text-decoration: none; 
} 
h1 {
	font-family: Arial, Helvetica, sans-serif; 
    margin: 19px 0 15px 0; 
	color: #747888; 
	font-size:22px; 
	font-weight: bold; 
	letter-spacing: -1px; 
} 
h3 {
	font-family: Arial, Helvetica, sans-serif; 
    margin: 0 0 13px 0; 
	color: #747888; 
	font-size:22px; 
	font-weight: bold; 
	letter-spacing: -1px; 
} 
h4 {
	font-family: Arial, Helvetica, sans-serif; 
    margin: 19px 0 15px 0; 
	color: #747888; 
	font-size:19px; 
	font-weight: bold; 
	letter-spacing: -1px; 
} 
h2 { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-weight: normal;
	font-size: 11px; 
}  
	
#footer a{
    color: #fff;
}

/*main layout stuff*/
#container { 
    width: 766px; 
	margin: auto; 
} 
#navigation { 
    height: 76px;
} 
#header_logo { 
    float: left; 
	width: 290px;
	height:279px;  
	background:url(images/logo.jpg); 
} 
#header_main { 
    float: left; 
	width: 476px; 
	height: 279px; 
	background:url(images/main_image_1.jpg);
}
#header_main2 { 
    float: left; 
	width: 476px; 
	height: 279px; 
	background:url(images/main_image_2.jpg);
}
#header_main3 { 
    float: left; 
	width: 476px; 
	height: 279px; 
	background:url(images/main_image_3.jpg);
}
#header_main_contact { 
    float: left; 
	width: 476px; 
	height: 279px; 
	background:url(images/main_image_contact.jpg);
}
#main_contact {
    width: 256px;
	padding: 0 0 20px 35px;  
	float: left; 
}
#main_body_content { 
    width: 439px;
	padding: 0 36px 20px 0; 
	float: left; 
}   
#footer { 
    height: 45px;
	color: #fff; 
	padding-top: 30px;
	text-align: center;  
	background: url(images/footer.jpg);
	clear: both; 
}
/*main layout stuff end*/

/*Forms defaults*/
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #6b7a89; 
}
label {

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

/*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;
}





