@charset "utf-8";
* {
  	margin: 0;
  	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}
p {
	font-size: 75%;
	color: #666666;
	margin-bottom: 10px;
	line-height: 140%;
	margin-right: 75px;
}
a {
	color: #1A7CAC;
	text-decoration: underline;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #729700;
	margin-bottom: 10px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #729700;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #1D94CF;
	margin-bottom: 10px;
	margin-top: 10px;
}


li {
	font-size: 75%;
	color: #666666;
	list-style-position: outside;
	margin-left: 60px;
	padding-left: 5px;
	list-style-image: url(images/template/bullet_tick.jpg);
	margin-bottom: 12px;
	margin-right: 100px;
}





#container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1E88C2;
	border-right-color: #1E88C2;
	border-bottom-color: #1E88C2;
	border-left-color: #1E88C2;
}
#header {
/*	background-image: url(images/template/header2.jpg);  */
	background-image: url(images/template/header3.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 900px;
	text-align: right;
	color: #FFFFFF;
}
#header h2 {
	margin-top: 10px;
	margin-right: 15px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 10px;
}
#header h3 {
	margin-top: 0px;
	margin-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 140%;
}


#top_nav {
	background-image: url(images/template/top_nav_background.jpg);
	height: 26px;
	width: 880px;
	margin-bottom: 25px;
	padding-right: 20px;
	text-align: center;
	padding-top: 4px;
	color: #FFFFFF;
}
#top_nav a {
	font-size: 76%;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 16px;
	margin-right: 16px;
}
#top_nav a:hover {
	color: #1D94CF;
}

#left_column {
	float: left;
	width: 170px;
	margin-left: 25px;
	margin-right: 50px;
}
#left_nav_top {
	background-image: url(images/template/left_nav_top_2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
}
#left_nav {
	background-color: #1D94CF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#left_nav ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#left_nav  ul li {
	list-style-position: outside;
	margin-left: 0px;
	width: 170px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url(images/template/clear_pixel.gif);
	font-size: 90%;
	margin-bottom: 0px;
}
#left_nav   ul   ul li  {
	list-style-position: outside;
	margin-left: 0px;
	width: 170px;
	padding-left: 0px;
	list-style-type: none;
	/*	list-style-image: url(images/template/clear_pixel.gif);  */
	font-size: 90%;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #2DA7E1;
}
#left_nav ul ul li a {
	list-style-position: outside;
	margin-left: 0px;
	width: 138px;
	padding-left: 30px;
	list-style-type: none;
	margin-bottom: 0px;
	color: #DCF0FA;
	background-color: #2BA6E1;
	padding-bottom: 2px;
	padding-top: 1px;
}
#left_nav ul ul li a:hover {
	/*	list-style-position: outside;
	margin-left: 0px;
	width: 143px;
	padding-left: 25px;
	list-style-type: none;
	margin-bottom: 0px;
	color: #FFFFFF;   */
	background-color: #6AC0EA;
/*	padding-bottom: 3px;
	padding-top: 2px;   */
}





#left_nav  a {
	display: block;
	margin: 0;
	padding: 4px 2px 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

#left_nav a:hover {
	color: #FFFFFF;
	background-color: #37ABE3;
}




#left_nav_bottom {
	padding: 16px;
	background-image: url(images/template/left_nav_bot_background.jpg);
	background-repeat: repeat-x;
	height: 300px;
}



#main_section {
	float: left;
	width: 655px;
	margin-top: 23px;
	padding-bottom: 10px;
}

#footer {
	background-image: url(images/template/top_nav_background.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 900px;
	margin-top: 15px;
	clear: both;
}
#sub_footer {
	height: 25px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	clear: left;
	padding-top: 5px;
}
.float_right {
	float: right;
	margin-left: 5px;
}
.float_right_indent {
	float: right;
	margin-left: 5px;
	margin-right: 40px;
}

.float_left {
	float: left;
}

.float_left_outdent {
	float: left;
	margin-left: -25px;
	margin-right: 20px;
}

.info_box_1 {
	float: right;
	width: 150px;
	background-color: #1D94CF;
	margin-right: 15px;
	margin-left: 15px;
}
.info_box_1 p {
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	font-size: 76%;
	font-weight: bold;
	margin-bottom: 5px;
}
.info_box_1 a {
	color: #FFFFFF;
	text-decoration: underline;
}
#contact_form {
	background-color: #D8EFFA;
	padding: 10px;
	width: 400px;
	border: 1px solid #CCCCCC;
}
#contact_form p {
	margin-right: 0px;
}
#survey_form {
	background-color: #D8EFFA;
	padding: 10px;
	width: 600px;
	border: 1px solid #CCCCCC;
	min-height: 625px;
}
#survey_form p {
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue_text {
	color: #156F99;
	font-weight: bold;
}
.product {
	margin-bottom: 20px;
}
.product li {
	list-style-type: disc;
	list-style-image: none;
	margin-left: 15px;
}

.red_text {
	font-weight: bold;
	color: #FF0000;
}
.call_now_bottom {
	border: 1px solid #1D94CF;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: left;
	background-color: #DCF0FA;
}
.call_now_bottom p {
	color: #FF0000;
	margin: 0px;
	font-weight: bold;
}
.large_text {
	font-size: 130%;
	margin-top: 0px;
}
.news_click_here {
	margin-left: 20px;
	color: #1D94CF;

}
#survey_footer {
	clear: both;
	float: left;
}
