@charset "utf-8";
* {
	padding:0;
	margin:0;
}
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.oneColElsCtr #container {
	width: 908px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	height: auto;
	width: 900px;
	float: left;
	background-color: #FFFFFF;
	border: 3px solid #1F245B;
	margin-top: 30px;
}
/* HEADER GROUP */
#mainContent #headerGroup {
	float: left;
	height: 200px;
	width: 900px;
	background-image: url(../images/cedcbanner.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1F245B;
}
#headerGroup .cedcHead {
	font-size: 32px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	color: #1F215D;
}
#headerGroup .ccHead {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #635E24;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 25px;
}
#headerGroup .cedcHead .largeLetter {
	font-size: 45px;
}

/* NAV GROUP */
#mainContent #navGroup {
	background-color: #47A7CC;
	width: 900px;
	text-align: center;
	float: left;
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F245B;
}
.dropdown {
	float:left;
	font-size: 12px;
	color: #1D235D;
	margin: 0px;
	background-color: #47A7CC;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	}
.dropdown dt {
	width:128px;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
	height: 40px;
	margin-top: 5px;
}
.dropdown dt:hover {
	color: #21996C;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:128px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:128px;
	list-style:none;
	border-top:none;
	background-color: #47A7CC;
	text-align: left;
}
.dropdown li {
	display:block;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#1D235D;
	text-decoration:none;
	width:auto
}
.dropdown a:hover {
	background:#99CFE4
}

/* LEFT GROUP */

#mainContent #leftGroup {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftGroup p {
	font-size: 12px;
	color: #1C2159;
	text-align: center;
	padding: 0px;
}
#leftGroup img {
	border: 1px solid #1F245B;
}

/* MAIN BODY */
#mainContent #mainBody {
	width: 580px;
	float: left;
	padding-bottom: 20px;
}
#mainBody p {
	font-size: 14px;
	color: #1C2159;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 10px;
	text-align: left;
}
#mainBody a {
	color: #1C2159;
	text-decoration:underline
}
#mainBody a:hover {
	color: #1C2159;
	text-decoration:none
}
#mainBody .subNav {
	font-size: 10px;
	color: #1C2159;
	text-align:right;
	padding-top: 10px;
}
#mainBody .pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #1C2159;
}
#mainBody .pageSubTitle {
	font-size: 16px;
	font-weight: bold;
}
#mainBody ul {
	padding-left: 50px;
	color: #1C2159;
	font-size: 14px;
}
#mainBody li {
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 20px;
}

/* CONTACT BOX */
#contactBox {
	width: 240px;
	background-color: #99CFE4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
	margin-left: 15px;
	border: 1px solid #1C2159;
	float:right;
}
#contactBox a {
	color: #1C2159;
	text-decoration:underline;
}

/* TOWN PAGE */
#mainTown {
	width: 900px;
	float: left;
	margin-bottom: 20px;
}
#mainTown p {
	font-size: 14px;
	color: #1C2159;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 10px;
	text-align: left;
}
#mainTown a {
	color: #1C2159;
	text-decoration:underline;
}
#mainTown a:hover {
	color: #1C2159;
	text-decoration:none;
}
#mainTown .subNav  {
	font-size: 10px;
	color: #1C2159;
	text-align:right;
	padding-top: 10px;
}
#mainTown .pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #1C2159;
}
#mainTown  .pageSubTitle {
	font-size: 16px;
	font-weight: bold;
}
#townMap {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#mainContent #mainBodyDemo {
	float: left;
	width: 850px;
	margin-left: 20px;
}
#mainBodyDemo p {
	font-size: 14px;
	color: #1C2159;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 10px;
	text-align: left;
}
#mainBodyDemo a {
	color: #1C2159;
	text-decoration:underline
}
#mainBodyDemo a:hover {
	color: #1C2159;
	text-decoration:none
}
#mainBodyDemo .subNav {
	font-size: 10px;
	color: #1C2159;
	text-align:right;
	padding-top: 10px;
}
#mainBodyDemo .pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #1C2159;
}
#mainBodyDemo .pageSubTitle {
	font-size: 16px;
	font-weight: bold;
}
#mainBodyDemo table {
	font-size: 12px;
	color: #1C2159;
	width: 560px;
	margin-top: 10px;
	margin-left: 10px;
}
#mainContent #availBody {
	width: 900px;
	float: left;
}
#availBody p {
	font-size: 12px;
	color: #1C2159;
	margin-left: 30px;
	margin-right: 20px;
}
#availBody a {
	color: #1C2159;
	text-decoration:underline
}
#availBody a:hover {
	color: #1C2159;
	text-decoration:none
}
#availBody .subNav {
	font-size: 10px;
	color: #1C2159;
	text-align:right;
	padding-top: 10px;
}
#availBody .pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #1C2159;
}
#mainContent #bottomImg {
	width: 900px;
	float: left;
	clear:both;
	background-image: url(../images/bottombg2.png);
	height: 243px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #F4FFFF;
	text-align: center;
}
#footerGroup {
	width: 900px;
	float: left;
	font-size: 11px;
	color: #F4FFFF;
	text-align: center;
	margin-top: 225px;
}
#footerGroup2 {
	width: 908px;
	float: left;
	font-size: 9px;
	color: #1F245B;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 5px;
}

