@charset "utf-8";
* {
  	margin: 0;
  	padding: 0;
}
p {
	font-size: 76%;
	color: #666666;
	line-height: 140%;
	margin-bottom: 8px;
}
h1 {
	font-size: 110%;
	color: #44626F;
	margin-bottom: 10px;
}
h2 {
	font-size: 100%;
	color: #909090;
	margin-bottom: 10px;
	margin-top: 15px;
}

a {
	text-decoration: underline;
	color: #3D5763;
}
a:hover {
	text-decoration: none;
}
#inner_left_column ul {
	margin-left: 30px;
}
#inner_left_column li {
	font-size: 76%;
	color: #666666;
	line-height: 140%;
	margin-bottom: 5px;
}







body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-color: #666666;
}
.image_float_right {
	float: right;
	border: 1px solid #999999;
	margin-left: 10px;
}
.image_float_right-no-border {
	float: right;
	margin-left: 10px;
}
.image-no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.image_float_left-no-border {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
}





#container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#inner_container {
	width: 900px;
	border: 1px solid #666666;
	margin-bottom: 4px;
}
#top_nav {
	text-align: right;
	float: left;
	width: 900px;
	margin-bottom: 25px;
	padding-top: 2px;
}
#top_nav a {
	font-size: 76%;
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 15px;
}
#top_nav a:hover {
	color: #7197A8;
	text-decoration: underline;
}


#left_nav {
	float: left;
	width: 170px;
	margin-right: 0px;
	margin-left: 25px;
}
#testimonials {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#testimonials  p  {
	font-size: 76%;
	line-height: 120%;
	margin-bottom: 6px;
}
#testimonials a {
	font-weight: bold;
	color: #4D6F7D;
}



/* remove bullets, padding, defining widths of overall menu  */
#menu2 {
	width: 170px; /* set width of menu */
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
} 

#menu2 ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}
#menu2  /* style, color and size links and headings to suit */
a {
	display: block;
	margin: 0;
	padding: 4px 2px 5px 10px;
	text-decoration: none;
	color: #333333;
	border-top-style: solid;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	background-color: #C9D9DE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu2 a:hover {
	color: #333333;
	background-color: #BACDD6;
}



#menu2 h2 {
	color: #FBFBFB;
	background-color: #96B3BF;
	height: 21px;
	width: 160px;
	font-size: 80%;
	font-weight: bold;
	line-height: 110%;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: -1px;
}
#menu2 h3 {
	color: #FBFBFB;
	background-color: #96B3BF;
	height: 21px;
	width: 160px;
	font-size: 100%;
	font-weight: bold;
	line-height: 110%;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: 15px;
	margin-bottom: -1px;
}
#main_content {
	width: 650px;
	float: left;
	margin-left: 30px;
}
#home_main_content {
	float: left;
	width: 430px;
	margin-top: 10px;
}
#home_right_column {
	float: left;
	width: 198px;
	margin-left: 20px;
	border: 1px solid #A2A2A2;
	margin-top: 10px;
	padding: 0px;
}
#home_right_column p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 130%;
}
#home_right_column  h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A2A2A2;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}
#home_right_column img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#home_bottom_boxes_surround {
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottom_box_1 {
	width: 153px;
	border: 1px solid #999999;
	margin-right: 10px;
	float: left;
}
.bottom_box_1 h2 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A2A2A2;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bottom_box_1 p {
	margin: 0px;
}
.bottom_box_1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bottom_box_1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_box_1 a:hover {
	text-decoration: underline;
}



.bottom_box_2 {
	width: 153px;
	border: 1px solid #999999;
	margin-right: 0px;
	float: left;
}
.bottom_box_2 h2 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A2A2A2;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bottom_box_2 p {
	margin: 0px;
}
.bottom_box_2 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.bottom_box_2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_box_2 a:hover {
	text-decoration: underline;
}

#inner_left_column {
	float: left;
	width: 375px;
	margin-bottom: 15px;
}
#inner_right_column {
	float: right;
	width: 240px;
	text-align: center;
}
#inner_right_column img {
	border: 1px solid #999999;
	margin-bottom: 0px;
}
#inner_right_column p {
	margin-bottom: 15px;
	margin-top: 0px;
	line-height: 100%;
}





#sub_footer {
	clear: both;
	width: 900px;
	height: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 100%;
	color: #999999;
}
#footer p {
	margin-bottom: 2px;
}

.red-text {
	color: #FF0000;
}
#narrow-text-section {
	width: 450px;
}
.home-offer p {
	text-align: center;
}
.home-offer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

