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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #00394A;
	margin: 0;
}

/* ---------- Full Width Divs ---------- */

#full_header {
	width: 100%;
	height: 200px;
	background-image: url(../images/full_headerBG.jpg);
}

#full_body {
	width: 100%;
	height: auto;
	background-color: #90adb5;
}

#full_footer {
	width: 100%;
	height: auto;
	background-color: #002632;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

/* ---------- Content Divs ---------- */

#header {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	padding-top: 125px;
	background-image: url(../images/HeaderBG.png);
}

#bodycontainer {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#body_left {
	width: 350px;
	height: auto;
	float: left;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 40px;
	overflow: hidden;
}

#body_right {
	width: 480px;
	height: 343px;
	float: left;
}

#slideshowbg {
	background-image: url(../images/SlideShowBG.jpg);
	height: 270px;
	width: 450px;
	padding: 15px;
}

#footer {
	width: 960px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-color: #002632;
	color: #CCCCCC;
	text-align: center;
}

#footer_left {
	width: auto;
	height: auto;
	float: left;
	padding-left: 140px;
	padding-right: 20px;
}

#login {
	width: auto;
	height: auto;
	float: left;
	margin-left: 65px;
}

#shp {
	width: auto;
	height: auto;
	float: right;
	margin-right: 50px;
}

#contact_left {
	float: left;
	width: 500px;
	height: auto;
	text-align: left;
}

#contact_right {
	width: 300px;
	height: auto;
	float: right;
}

#contact_right_section {
	width: 300px;
	height: auto;
}

#borderdiv {
	width: 30px;
	height: 340px;
	border-right: 1px dotted #5c777e;
	float: left;
	margin-top: 20px;
}

#captcha {
	border: 1px solid #990000; 
	background-color: #D70000; 
	color: #FFFFFF; 
	padding: 4px; 
	padding-left: 6px; 
	width: 170px;
	margin: 5px 0 0 125px;
	float: left;
}

#banner {
	width: 468px;
	height: 60px;
	margin: 5px auto;
}


/* ---------- Broker / Agency Divs ---------- */
.courses {
	text-align:center;
	line-height:115%;
	padding:5px;
}