/* CSS Document */

body {
	font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#555;
	height:100%;
	margin:0px;
	background-color: #EDEAE3;
	top:0px;
}


#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	position:relative;
	height:100%;
	top:0px;
	}
	
/*--------------------------------------------------- HEADER ----------------------------------*/

#header {
	position:relative;
	width:800px;
	height:257px;
	background-color: #EEE;
	border-top:solid 1px #CCC;
	}



/*---------------------------------------- BREADCRUMBS ----------------------------------------------*/

#breadcrumbs {
	position:relative;
	width:788px;
	height:28px;
	padding-top:7px;
	padding-left:10px;
	margin-bottom:10px;
	color: #555;
	clear:left;
	font-size:12px;
	border:1px solid #BBB;
	border-top:1px solid #EDEAE3;
	background-color:#EFEFEF;
	}

.breadcrumbs p {
	margin-top:0px;
	}

.breadcrumb-link:link {
	font-weight:normal;
	text-decoration:none;
	color: #555;
}

.breadcrumb-link:visited {
	font-weight:normal;
	text-decoration:none;
	color: #555;
}

.breadcrumb-link:hover {
	font-weight:normal;
	text-decoration: none;
	color: #003366;
}

.text-right {
	position:absolute;
	right:10px;
	font-size:12px;
	margin-top:-3px;
}

.breadcrumb-contact-link:link {
	font-weight:bold;
	text-decoration:none;
	color: #990000;
	border-bottom:1px dotted  #CC3333;
}

.breadcrumb-contact-link:visited {
	font-weight:bold;
	text-decoration:none;
	color: #990000;
	border-bottom:1px dotted #CC3333;
}

.breadcrumb-contact-link:hover {
	font-weight:bold;
	text-decoration:none;
	color: #CC3333;
	border-bottom:1px dotted #990000;

}

/*------------------------------ MENU ------------------------------*/

#menu-1 {
	position:relative;
	width:790px;
	height:30px;
	padding-top:7px;
	padding-left:10px;
	background-color: #003366;
	color: #EEE;

	}
	
#menu-1-alt{
	position:relative;
	width:790px;
	height:136px;
	padding-left:10px;
	background-color: #EEE;
	color: #EEE;
	}

#menu-2 {
	position:relative;
	width:790px;
	height:30px;
	padding-top:7px;
	padding-left:10px;
	background-color: #194775;
	color: #EEE;

	}

#menu-3 {
	position:relative;
	width:790px;
	height:30px;
	padding-top:7px;
	padding-left:10px;
	background-color: #335C85;
	color: #EEE;

	}

#contact {
	position:relative;
	width:790px;
	height:30px;
	padding-top:7px;
	padding-right:10px;
	background-color: #6685A3;
	color: #EEE;

	text-align:right;
	}
	
/*------------------------------ MENU LINKS -----------------------------*/



div#menu-links a:link {
	text-decoration:none;
	color:#EEE;
	border-bottom:0px;
}

div#menu-links  a:visited {
	text-decoration:none;
	color:#EEE;
	border-bottom:0px;
}

div#menu-links  a:hover {
	text-decoration: underline;
	color: #EEE;
	border-bottom:1px solid # #FFF;
}

.menu-links-current {
	color: #888;

}

/*--------------------------- MAIN CONTENT ---------------------------------------------------------*/

#main-content {
	position:relative;
	width:778px;
	height:auto;
	background-color: #FFF;
	padding:10px 10px 30px 10px;
	border:solid 1px #CCC;
	border-bottom:0px;
	border-top:0px;
	float:left;
	
}


#column-1 {
 	position:relative;
	width:526px;
	height:auto;
	margin-bottom:10px;
	padding:10px 10px 30px 10px;
	border:solid 1px #ccc;
	float:right;
	clear:right;
	background-color:#FFF;
}

div#column-1 img {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}

#column-2 {
 	position:relative;
	width:220px;
	height:auto;
	margin-bottom:10px;
	padding:10px 10px 30px 10px;
	border:solid 1px #ccc;
	float:left;
	clear:left;
	background-color:#FFF;
}

div#column-2 img {
	float:left;
	margin-bottom:5px;
	}

/*-------------------------------------- FOOTER ---------------------------------------------------------*/


#footer {
	position:relative;
	float:right;
	width:536px;
	height:30px;
	border:0px;
	padding-right:10px;
	clear:right;
	color: #777;
	background-color:#EDEAE3;
	font-size:12px;
	text-align:right;
}


div#footer a:link {
	font-weight:normal;
	text-decoration:none;
	color: #777;
	border-bottom:1px dotted #777;
	}

div#footer a:visited {
	font-weight:normal;
	text-decoration:none;
	color: #777;
	border-bottom:1px dotted #777;
	}

div#footer a:hover {
	font-weight:normal;
	text-decoration:none;
	color: #333;
	border-bottom:1px dotted #333;
	}
	
div#footer span {
	color: #333;
	font-weight:bold;
}


/*-------------------------------------------- H -----------------------------------------*/

h1 {
	background-color: #CCC;
	padding:7px;
	font-size:18px;
	color: #555;
}

.h1-crb-checks {
	background-color: #003366;
	padding:7px;
	font-size:18px;
	color: #EEE;
}

h2 {
	background-color: #DDD;
	padding:7px;
	font-size:14px;
	font-weight:bold;
	color: #EEE;
}


h3 {
	font-size:12px;
	font-weight:bold;
	color: #666;
}

/*-------------------------------------------- H MENU -----------------------------------------*/

.h1-1st {
	margin-left:-10px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
	margin-top:0px;
	background-color:#003366;
	padding:7px;
}

.h1-2nd {
	margin-left:-10px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
	margin-top:0px;
	background-color:#194775;
	padding:7px;
}


.h1-3rd {
	margin-left:-10px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
	margin-top:0px;
	background-color:#335C85;
	padding:7px;
}

.h1-4thd {
	margin-left:-10px;
	margin-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
	margin-top:0px;
	background-color:#6685A3;
	padding:7px;
}

.h1-contact {
	margin-left:-10px;
	margin-bottom:1px;
	font-size:14px;
	font-weight:bold;
	color: #F0F0F0;
	margin-top:0px;
	background-color: #888;
	padding:7px;
	text-align:right;

}



/*-------------------------------------------- GENERAL -----------------------------------------*/

a img  {
	border-style:none;
}

a:link {
	text-decoration:none;
	color: #336699;
	font-weight:bold;
	border-bottom:1px dotted #336699;
	}

a:visited {
	text-decoration:none;
	color: #336699;
	font-weight:bold;
	border-bottom:1px dotted #666;
	}

a:hover {
	text-decoration:none;
	color: #003366;
	font-weight:bold;
	border-bottom:1px dotted #333;
	}

.apply-text {
text-align:right;
}


.VN-title-1 {
	font-weight:bold;
	color: #FFF;
	margin-bottom:-10px;
	padding-left:3px;
	background-color: #CC3333;
}

.VN-title-2 {
	font-weight:bold;
	color: #FFF;
	margin-bottom:-10px;
	padding-left:3px;
	background-color: #FF6633;
}

.VN-title-3 {
	font-weight:bold;
	color: #FFF;
	margin-bottom:-10px;
	padding-left:3px;
	background-color: #FF9900;
}

.VN-title-4 {
	font-weight:bold;
	color: #FFF;
	margin-bottom:-10px;
	padding-left:3px;
	background-color: #6699CC;
}

.VN-title-5 {
	font-weight:bold;
	color: #FFF;
	margin-bottom:-10px;
	padding-left:3px;
	background-color: #339966;
}

.live-chat-title {
	font-weight:bold;
	color: #FFF;
	margin-bottom:0px;
	padding-left:3px;
	background-color: #FF9900;
}

	/*border-bottom:1px dotted #bbb;*/
	
.field-width {
	width: 242px;
	background-color: #FFFFCC;
	}

#captcha-area {
	margin-left:68px;
}

.submit-margin {
	margin-top:10px;
	margin-left:70px;
}

.faq-right-link {
	text-align:right;
}

.hr-section-break {
	margin-top:5px;
	margin-bottom:5px;
	border:1px dotted #CCC;
	height:1px;
}

ul#choose-us {
	font-size:14px;
	line-height:25px;
}

.p1-title {
	background-color: #003366;
	padding:5px;
	margin-bottom:-10px;
	}

	
.p1 {
	background-color: #EEEBE3;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:-9px;
	}

.p2-title {
	background-color: #194775;
	padding:5px;
	margin-bottom:-10px;
	}

.p2 {
	background-color: #D8E4D6;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:-9px;
	}

.p3-title {
	background-color: #335C85;
	padding:5px;
	margin-bottom:-10px;
	}

.p3 {
	background-color: #DFE6EA;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:-9px;
	}
	
.p4-title {
	background-color: #6685A3;
	padding:5px;
	margin-bottom:-10px;
	}

.p5-title {
	background-color: #669966;
	padding:5px;
	margin-bottom:-10px;
	}


.p-sub-title {
	background-color: #777;
	padding:5px;
	margin-bottom:-10px;
	}

.p-quote {
	background-color: #DFE6EA;
	padding:5px;
	padding-bottom:10px;
	margin-bottom:-9px;
	text-align:right;
	}

.p6 {
	background-color:#898470;
	padding:5px;
	margin-bottom:-10px;
	}

.p7 {
	background-color: #BCB9AD;
	padding:5px;
	margin-bottom:-10px;
	}

.p8 {
	background-color: #FF9900;
	padding:5px;
	margin-bottom:-10px;
	}
	
.apply-sub-title {
	background-color: #0099CC;
	padding:5px;
	margin-bottom:-10px;
	}

.p-no-space {
	margin-bottom:-20px;
}

div#column-1 p.p2-title img {
	margin-top:-5px;
	border:1px dotted #FFF;
	position: relative;
	right:-5px;
	margin-bottom:10px;
	margin-left:0px;
}

