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

#image_main {
	height:229px;
	background-image:url(../images/general.jpg);
}

#main_content_left {
	float:left;
	width:600px;
	height:auto;
	padding-bottom:20px;
	font-size:16px;
}

#main_content_left h1 {
	float:left;
	width:600px;
	height:auto;
	background-image:url(../images/sub_black.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#282828;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}

#main_content_right {
	float:right;
	width:360px;
	height:auto;
	padding-bottom:20px;
	font-size:16px;
	color:#282828;
}

#main_content_right h1 {
	float:left;
	width:360px;
	height:auto;
	background-image:url(../images/sub_grey.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:23px;
	color:#282828;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}

input.text_f {
	color:#5e5e5e;
	background-color: #e4ebf0;
	border:solid 1px #b4cad6;
	margin:0px;
	padding: 5px;
	height:auto;
	width: 282px;
	font-size: 15px;
	margin-bottom:5px;
	margin-top:5px;
	line-height:10px;
}

textarea {
	color:#5e5e5e;
	background-color: #e4ebf0;
	border:solid 1px #b4cad6;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px;
	width: 282px;  
	height:172px;
	overflow:auto;
	font-size: 15px;
	outline-style:none;
	outline-width:0;
	margin-bottom:20px;
	margin-top:5px;
}

input.btn:hover {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	background-color:#2096db; 
	border:none;
	font-size:14px;
	text-transform:uppercase;
	padding:4px;
	padding-top:6px;
} 

input.btn {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	background-color:#054e79; 
	border:none;
	font-size:14px;
	text-transform:uppercase;
	padding:4px;
	padding-top:6px;
}

#contact_f {
	font-size:16px;
	color:#054e79;
	font-weight:bold;
}

#contact_small {
	font-size:12px;
}