@charset "utf-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #4f7091;
	line-height: 18px;
	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: #303030;
}
.oneColFixCtrHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4f7091;
	margin: 0 auto; /* 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: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header {
	background: #4f7091;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4f7091;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	text-align: center;
	font-size: 20px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	line=height: 18px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent ul {
	font-size: 12px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #4f7091;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #sidebar {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 0px;
	width: 185px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 669px;
	clear: both;
}
.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.oneColFixCtrHdr a:link {
	color: #303030;
	text-decoration: underline;
}
.oneColFixCtrHdr a:visited {
	color: #303030;
	text-decoration: underline;
}
.oneColFixCtrHdr a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr a:active {
	text-decoration: underline;
}
#top_nav {
	border-bottom: 1px solid #303030;
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#top_nav ul li, #top_nav ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	}
#top_nav ul {
	text-align: center;
	}
#top_nav ul li {
	display: inline;
	margin-right: 15px;
}
#top_nav ul li.last {
	margin-right: 0;
}	
#top_nav a:link, #top_nav a:visited {
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
#top_nav a.active:link, #top_nav a.active:visited, #top_nav a:hover {
	padding-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 4px solid #303030;
	}
.image_right {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.image_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-top: 3px;
}
.image_row {
	margin-right: 5px;
	margin-left: 5px;
}

	
.attract p, ul {
	margin-bottom: 0px;
	margin-top: 0px;
	list-style: square;
}
.gallery img {
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.attract img {
	margin-top: 10px;
	border: none;
}
.home_list ul {
	list-style: none;
	float: left;
	width: 630px;
	margin: 10px 0 0 0;
	padding: 0;
}
.home_list li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(images/bullet.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
} 
.home_list {
	height: 530px;
}