@charset "UTF-8";
a:focus, a:hover, a:active { outline:none }
a:link {
	color: #09578A;
}
a:visited {
	color: #09578A;
}
a:hover {
	color: #9F0531;
}
a:active {
	color: #9F0531;
}
td img {
	display: block;
}
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(../images/bg_pg_blue2.gif);
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
	line-height: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #184B7D;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #184C7E;
}
#container  {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: left;
	border: 1px solid #999999;
} 
#main_nav {
	margin: 0px;
	padding: 0px;
}
#header  {
	width: 775px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 67px;
} 
#top_nav {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#mainContent  {
	margin: 0px;
} 
#main_left {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	padding-top: 20px;
	padding-right: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 370px;
}
#clear_border {
	clear: both;
	height: 22px;
	background-color: #184C7E;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#main_towns {
	margin-bottom: 0px;
}
#main_towns_left {
	background-color: #E8EEF9;
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-left: 15px;
	border: thin solid #266197;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: inline;
}
#main_towns_left ul {
	list-style-type: none;
}
#main_towns_left li {
	margin-top: 5px;
}
#main_towns_right {
	width: 560px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_towns_right p {
	line-height: 18px;
}
.towninfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	background-color: #09578A;
	line-height: 26px;
	margin: 0px;
}
.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;
}
.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;
}
.fltrtimage {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatleftimage {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#main_left_internal {
	width: 540px;
	float: left;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin: 0px;
}
#sidebar_right_internal {
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 194px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sidebar_right_internal p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.interview_questions {
	color: #184B7D;
	font-weight: normal;
	font-style: italic;
}
.testimonial_names {
	color: #A30133;
}
#testimonial {
}
#home_slideshow {
	background-color: #999999;
	height: 384px;
	overflow:hidden;
}
#sitemap {
	padding-left: 50px;
}
#sitemap li {
	margin-top: 5px;
	margin-bottom: 5px;
}


