@charset "UTF-8";
/* CSS Document */

body,html
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}


a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1187c7;
	text-decoration: none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1187c7;
	text-decoration: none;
}


a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1187c7;
	text-decoration: underline;
}


a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1187c7;
	text-decoration: underline;
}

h3
{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.left_side
{
	background: #ff9900 url('../images/left.jpg') fixed no-repeat bottom right;
}

.right_side
{
	background: #ff9900 url('../images/right.jpg') no-repeat top left;
}

.left_side2
{
	background: #000000 url('../images/left2.jpg') no-repeat bottom right;
}

.right_side2
{
	background: #000000 url('../images/right2.jpg') no-repeat bottom left;
}

/* MAIN MENU */
#mainMenu
{
	background: #1ba9d7 url('../images/mainMenuBk.jpg') no-repeat;
	width: 960px;
	height: 40px;
	
}

/* RIGHT COLUMN */
#right_column
{
	width: 309px;
	background: #1a1a1a url('../images/rightBarBk.jpg') no-repeat top left;
}

/* SECTION START */
.section_header
{
	/*background: #424242;*/
	font-family: Georgia, Helvetica, arial, sans-serif;
	font-size: 26px;
	color: #1eb6df;
}

.section_header h1
{
	font-family:Georgia,  Helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: -10px;
}

.section_header_cap
{
	/*background: #ffffff url('../images/headerRightBar.jpg') no-repeat top left;*/
	height: 37px;
}

/* FOOTER */

.footer
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #999;
}

.footer a:link
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.footer a:visited
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.footer a:hover
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

.footer a:active
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}

/*Testimonials*/

.testimonial_name
{
	text-align: right;
	font-weight: bold;
	color: #666;
}

/* Snippets */

.req_field
{
	color: #990000;
	font-size: 15px;
	font-weight: bold;
}

/* List styles */

ul
{
	margin-left: 10px;
	padding-left: 10px;
}

ul.lister li
{
	list-style: none;
	background: url(../images/tick.gif) 0 6px no-repeat;
	padding-left: 25px;
	
}

/* SERVICE AREA ZOOM */

#service_area_zoom
{
	width: 300px;
	height: 300px;
	border: 1px solid #ff9900;
	background: #fff;
	position: absolute;
	border: 1px solid #CCC;
	width: 405px;
	height: 465px;
	padding: 15px;

}

.dater
{
	font-style: oblique;
	font-size: 11px;
	color: #999;
}

/* MARKET TRACKER */

#contact_information
{
	position: absolute;
	font-size: 13px;
	color: #fff;
	z-index: 5000;
	text-align: right;
	margin-top: 20px;
	width: 930px;
	line-height: 15px;
}