@import 'form.css';
/* LAYOUT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 960px;
}
div#header {
	height: 120px;
	width: 960px;
}
div#content {
	width: 960px;
}
div#footer {
	height: 30px;
	width: 960px;
	margin-top: 20px;
	font-size: 11px;
	clear : both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B89DD;
}
div#footer_1 {
	margin-top:10px;
}

/* NAVIGATION */
a.nav {
	color: #086AAD;
	text-decoration: none;
}
a.nav:hover {
	color: #086AAD;
	text-decoration: underline;
}

/* IMAGES */
.img_space_20 {
	margin: 5px 20px;
}
.img_space_5 {
	margin: 5px;
}
/* FORM */
div.row_full
{
	width : 100%;
	float : left;
	margin-bottom : 3px;
}

form#contact {
	width:738px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size: 11px;
	color: #086AAD;
}
.form_row_305 {
	width:305px;
	float:left;
}
.form_label {
	float: left;
	width: 130px;
	text-align:right;
	margin-top: 5px;
}
.form_data {
	float: right;
	width: 170px;
	text-align:left;
	margin-top: 5px;
}
.form_clear {
	clear:both;
}
.form_textbox {
	font-size: 11px;
	border: 1px solid #086AAD;
}
.form_button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0A83D3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9FD7FB;
	border-right-color: #0979C4;
	border-bottom-color: #0979C4;
	border-left-color: #9FD7FB;
}

/* GENERAL */
.txt_Blu {
	color: #086AAD;
}

.txt_red
{
	color : #F00;
}

.txt_left
{
	text-align : left;
}

.align_top
{
	vertical-align : top;
}	

.contactform_val_error
{
	color : red;
	font-size : 11px;
}

.col_2_3_left
{
	width : 490px;
	float : left;
}


