/** ----- All styles are meant to be put into DIV (not into the tables or spans - some rare exceptions may apply)
--------  This allows for complete versatility of design control for such things as margins, paddings, bg's etc... ----- **/



body {  
	background-color:#ffffff;
	margin:0 auto;
}

#wrapper {
	margin:0 auto;
	width:1000px;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.bannerPOS {
	float:left;
}

#live_helps_layout {
	position: relative;
	float:right;
	top:-400px;
	z-index:10;
}

.imgFloatRight {
	float:right;
	width:300px;
}

/** ------- TEXT  ---------- **/

a.text_link:link, a.text_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 4px;
	padding-top: 10px;
}

.body_textLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 4px;
	padding-top: 10px;
	margin-right:300px;
}


.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight:bold;
	color: #ffffff;
	padding-left: 4px;
	background-color:#012f5c;
	}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding-left:15px;
	border-top:#666 1px solid;
	padding-top:10px;
	background-color:#012f5c;
	}



/** ------- CONTACT PAGE ---------- **/


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.contact_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:4px;
}


.contact_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

/* - Contact Form Setup - */

.contact_text {
	color:#333;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #fff;
	margin:8px 0;
}





/** ------- NAV ---------- **/

.nav_layout { 
	text-align:right;
	color:#FFF;
	padding:12px;
}
.nav_div { 
	text-align:right;
	color:#FFF;
	padding:12px;
	float:right;
}
.nav_div_right {
	background-repeat: no-repeat;
	background-position: right top;
	width: 18px;
	height: 38px;
	float:right;
}
a.nav_link:link, a.nav_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ededed;
	text-decoration: none;
}




/** ------- FOOTER ---------- **/


.footer{
	padding:12px;
	background-color:#000000;
	border-top:#666 2px solid;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	text-align:left;
}

a.footer_link:link, a.footer_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ededed;
	font-weight:bold;
	text-decoration:underline;
}

