/** ----- 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:#000000}



/** ------- TEXT  ---------- **/

a.text_link:link, a.text_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.text_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffa800;
	text-decoration: none;
}



.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin:4px;
	padding:6px;
}

.body_text_BIG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #70b4f4;
}



.page_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #1471a2;
	padding-left: 4px;
	}

.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4edfca;
	padding-left:15px;
	border-top:#666 1px solid;
	padding-top:10px;
	}

#live_helps_layout {
	position: relative;
	margin-left: 0px;
	margin-top: -390px;
	
}

.imgBorder{
	border:2px solid #CCC;
	margin-left:1px;
	margin-bottom:1px;
	padding:1px;
	width:98px;
	height:109px;
	
}


/** ------- CONTACT PAGE ---------- **/


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.contact_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin:4px;
}


.contact_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}


.submit_button {
	color: #FFFFCC; 
	font-weight: bold; 
	border: 1px solid #FFFFCC; 
	background-color: #333333
	}






/** ------- NAV ---------- **/

.nav_layout { 
	text-align:right;
	color:#FFF;
	padding:12px;
}
.nav_div { 
	text-align:right;
	color:#FFF;
	padding:12px;
	background-image:url(images/nav-left.png);
	float:right;
}
.nav_div_right {
	background-image:url(images/nav-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 19px;
	height: 43px;
	float:right;
}
a.nav_link:link, a.nav_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffa800;
	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: #1471a2;
	font-weight:bold;
	text-align:left;
}

a.footer_link:link, a.footer_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-weight:bold;
	text-decoration:underline;
}
