@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #394e60;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECF0F2;
}
h1 {
	font-weight: bold;
	color: #484848;
	display: inline;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 35px;
}
h2 {
	font-weight: bold;
	color: #484848;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	display: inline;
}
h3 {
	font-size: 12px;
	text-align: center;
}
h4 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
.style1 {
	font-size: 2.5em;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: -10px;
	margin-top: 25px;
	margin-left: 50px;
}
.style3 {
	color: #D96A08;
	font-weight: bold;
	text-align: center;
}
.style8 {
	color: #984B05;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
a:link {
	color: #999999;
}

a:hover {
	color: #F7941D;
}
a:visited {
	color: #999999;
}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	margin-left: 20px;
	background-image: url(bimages/greyback.jpg);
	padding-right: 30px;
	width: 215px;
	clear: left;
	background-repeat: repeat;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 270px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slide_div {
	background-color: #2C78AA;
	margin-top: 1px;
	margin-right: 17px;
	width: 470px;
	float: left;

}
.style2 {
	font-size: 20px;
}
#top_leftside {
	width: 235px;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	height: 60px;
	padding-top: 12px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#lft_middle {
	padding: 10px;
}
#ft_bot {
	background-color: #FFFFFF;
	background-image: url(bimages/back_10.gif);
	background-repeat: no-repeat;
	height: 83px;
	width: 225px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 8px;
}
#ffot_l {
	width: 215px;
	background-color: #175C95;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 8px;
	text-align: center;
}
.image_sm {
	padding: 6px;
	float: right;
}
.image_sm2 {
	padding: 6px;
	float: right;
	margin-top: 30px;
}
.lists {
	font-weight: bold;
	color: #185A94;
	list-style-image: url(bimages/point_1.jpg);
	line-height: 24px;
	list-style-position: outside;
}
.litebold {
	font-weight: bold;
	color: #175C95;
}
#fft_r {
	width: 520px;
	float: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
	text-align: right;
	padding-top: 10px;
}
.phone {
	font-size: 14px;
	font-weight: bold;
	color: #5B7281;
	text-align: center;
	line-height: 35px;
}
.readmore {
	font-size: 10px;
	float: right;
	color: #FAA354;
}
.secondtext {
	margin-left: 270px;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 25px;
	padding-left: 15px;
}
.whitehead {
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.bree {
	margin-left: 30px;
}
.bree2 {
	margin-left: 70px;
}
#ft_bot a:link,
#ft_bot a:visited {
	color: #FFFFFF;
}
#underflash {
	margin-left: 25px;
}
#listpic {
	margin-top: 35px;
	margin-bottom: 25px;
}
#headline {
	text-align: center;
	width: 600px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#everypage {
	padding: 8px;
	width: 650px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.formtext {
	font-weight: bold;
}
.mvright {
	padding-right: 100px;
}
#jslogo {
	float: left;
	margin-top: 24px;
	margin-left: 19px;
}
.topmenus {
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
}
.downd {
	width: 240px;
	margin-top: 45px;
}
#didyou {
	float: right;
	width: 150px;
	color: #00551C;
	padding: 6px;
	background-image: url(bimages/water_drop.gif);
	background-repeat: no-repeat;
	margin: 4px;
	background-position: center center;
	border: 2px solid #C8D1EA;
}
.didy {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 25px;
	text-align: center;
}
.listwa {
	line-height: 25px;
	font-weight: bold;
}
