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

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#4b5867;
	height:100%;
}

body.site{
	height:100%;
	background: url(../../assets/images/main_bg.jpg) repeat-x top white;
}

td{
	vertical-align:top;
	color:#57575a;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#223f83;
	text-decoration:underline;
	
}

a:hover{
	color:#dd3435;
	text-decoration:underline;
}

img{
	border:0px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#223f83;
	font-size:22px;
	margin:5px 0px 5px 0px;
	padding:0;
	font-weight:normal;
	line-height:18px;
	text-transform:uppercase;
}

h2{
	color:#223f83;
	font-size:16px;
	margin:10px 0px 5px 0px;
	padding:5px 0 5px 0;
	font-weight:normal;
	line-height:30px;
	text-align:justify;
	border-top:1px solid #d7dde4;
	border-bottom:1px solid #d7dde4;
}

h3{
	font-family:"Times New Roman", Times, serif;
	color:#375576;
	font-size:24px;
	margin:5px 0px 5px 0px;
	padding:0;
	font-weight:normal;
	line-height:18px;
	border-bottom:1px solid #d7dde4;
}

p{
	font-size:12px;
	margin:10px 0px 10px 0px;
	line-height: 18px;
	text-align:justify;
}

ul{
	margin-top:0px;
	margin-bottom:0px;
}

li{
	padding-top:10px;
}

.firstLink{
	height:24px;
	padding-top:3px;
	font-size:16px;
	padding-left:70px;
	background:url(../../assets/images/menu.gif) no-repeat 35px 10px;
}

.firstLinkOn{
	height:24px;
	padding-top:3px;
	font-size:16px;
	padding-left:70px;
	background:url(../../assets/images/menu_on.gif) no-repeat 35px 10px;
}

.link{
	height:36px;
	font-size:16px;
	padding-left:70px;
	padding-top:14px;
	background:url(../../assets/images/menu.gif) no-repeat 35px 20px;
}

.linkOn{
	height:36px;
	font-size:16px;
	padding-left:70px;
	padding-top:14px;
	background:url(../../assets/images/menu_on.gif) no-repeat 35px 20px;
}

.footerMenu {
	color:white;
	text-align:right;
	padding-top:9px;
}

.footerMenu a{
	color:white;
	text-decoration:none;
	font-size:11px;
	padding:0px 5px 0px 5px;
}

.footerMenu a:hover{
	color:white;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
}

.contentBox{
	padding:15px 0px 15px 0px;
	border-bottom:1px solid #bdc6da;
}

.feature{
	color:#2f4a8b;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	padding-bottom:8px;
	background:url(../../assets/images/feature.gif) no-repeat 10px left;
}

.testimonialName{
	color:#2f4a8b;
	font-weight:bold;
	padding:10px;
	text-align:left;
}

.testimonial{
	padding:15px 0 5px 0;
	border-bottom:1px solid #bdc6da;
}

.testimonialText{
	background:#f4f6f9;
	padding:0 10px 0 10px;
	color:#2f4a8b;
	font-style:italic;
	line-height:18px;
}

input, textarea{
	border:1px solid #9ca3a2;
	background:white;
}

input.radio {
	border: 0;
	vertical-align:top;
}


/* LAYOUT START */

.mainPage{
	background:white;
	padding:0px 20px 18px 20px;
}

.topHeader{
	padding-bottom:7px;
}

.leftColumn{
	padding:35px 15px 15px 0;
	width:550px;
}

.rightColumn{
	padding:15px 0 15px 0;
	width:370px;
}

.horSeparator{
	height:5px;
	background:url(../../assets/images/hor_dotted_line.gif) repeat-x;
}

.verSeparator{
	width:1px;
	background:url(../../assets/images/ver_dotted_line.gif) repeat-y;
}

/* LAYOUT END */



.formCaption {
	background:#f0f2f8;
	padding:5px;
	color:#223f83;
	font-weight:bold;
}

.formLabel{
	background:white;
	color:#494f4e;
	padding:7px 0 0 0;
}

.formField{
	text-align:left;
	vertical-align:top;
}

.field_normal 			{ border: 1px solid #9ca3a2; }
.field_required			{ border: 1px solid #9ca3a2; }
.field_error			{ border: 1px solid #e82e2e; background-color:#FFE8E8; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#FF0000; }
.field_error_message 	{ font-size:10px; color:#FF0000;}