@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;
	background-color: #C1CEDC;
}
img {
vertical-align: text-bottom;
}
.main #container {
	min-width: 1180px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1180px;
} 
.main #header {
	padding: 0;
	background-image: url(/images/bgheader.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 130px;
} 

.main #sidebar1   {
	float: left;
	width: 175px;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}

.main #sidebar2 {
	float: right; /* top and bottom padding create visual space within this div */
	position: relative;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/bgads.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 177px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.main #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding: 0px;
} 
.main #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.main #footer p {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9pt;
}
.main  #footer h1 {
	color: #10487B;
	font-size: 12pt;
	padding-left: 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}
.main #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #10487B;
	font-size: 15pt;
}
.main #container #mainContent h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99C0E5;
	color: #10487B;
	font-size: 80%;
}

.main #container #mainContent th {
	font-size: 8pt;
}
.main #containerHome {
	min-width: 1180px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1180px;
	padding: 0px;
}
.main #mainContentHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px;
	padding: 0px;
	width: 1000px;
}
.main  #homeevents   {
	float: left;
	border: thin solid #CCCCCC;
	padding: 5px;
	width: 115px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9pt;
}
.main #wecare {
	height: 139px;
	width: 942px;
	background-image: url(/images/bgwecare.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main #wecare p {
	margin-left: 375px;
	margin-right: 10px;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 20px;
}
.main #hgtv {
	height: 139px;
	width: 942px;
	background-image: url(/images/hometown_health.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.main #hgtv p {
	margin-left: 10px;
	margin-right: 300px;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 15px;
}
.main #publichealth {
	height: 100px;
	width: 650px;
	background-image: url(/images/deptofpublichealthsm.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	margin-left: 30px;
	color: #0F4677;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main #publichealth p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 9pt;
	color: #0F4677;
	margin-top: 0px;
}
.main h6 {
	margin: 0px;
	padding: 0px;
}
