#contentwrapper {
	background-image: url(/images/site/main/content_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	padding-left: 29px;
}
#mainnav {
	float: left;
	height: 85px;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	border: 0px solid red;
}
#mainnav img {
	float: left;
}
#navigation {
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 35px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	border: 0px solid blue;
}
#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding-top: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-left: 5;
} 
#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	padding: 5px;
	background-color: #e2e0e0; /*added for non-active BG e0e3f6 = light blue*/
	-moz-border-radius: 5px; /*added for non-active BG*/
	-webkit-border-radius: 5px; /*added for non-active BG*/
	border-radius: 5px; /*added for non-active BG*/
}
#navigation li a:hover {
	background-color: #3244AA;
	color: #FFFFFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#navigation .active {
	text-decoration: none;
	font-size: 15px;
	background-color: #3244AA; /*CDD1EC*/
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	border: 0px solid #3244AA;
}
#searchbar {
	float: left;
	height: 163px;
	width: 936px;
	background-image: url(/images/site/main/searchbar_tile.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0px solid green;
}
#searchbar img {
	float: left;
	margin-top: 3px;
	border: 0px solid red;
}
#search {
	float: right;
	height: 100px;
	width: 520px;  /*was 330px, adding city state*/
	margin-top: 35px;
	margin-right: 5px;
	text-align: center;
	border: 0px solid orange;
}
#search h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	width: 520px;  /*added 6/17 */
	margin: 0px;
	padding: 0px;
	border: 0px solid yellow;
}
#searchwrapper {
	width:330px; /*follow your image's size*/
	height:45px;/*follow your image's size*/
	background-image:url(/images/site/main/searchbox.png);
	background-repeat:no-repeat; /*important*/
	padding:0px;
	margin: 0px;
	margin-left: 85px; /*added when adding city/state*/
	padding-bottom: 5px; /*added when adding city/state*/
	position:relative;
	border: 0px solid pink;
	text-align: center;
}
#searchwrapper form { 
	display:inline ;
}
.searchbox {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:12px; /*was 15px*/
	left:10px;
	width:276px;
	height:23px;
	padding-top:4px;
}
#searchbar #search a:hover {
	text-decoration: none;
}
.searchbox_submit {
	border:0px; /*important*/
	background-color:transparent; /*important*/
	position:absolute; /*important*/
	top:14px;
	left:294px;
	width:26px;
	height:23px;
}
#searchbar #search a {
	color: #FFFFFF;
	text-decoration: underline;
	/*float: right;
	margin-right: 40px;*/
	font-family: Verdana, Arial, sans-serif;;
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
	text-align: center;
	border: 0px solid yellow;
}
#maincontent{
	float: left;
	width: 936px;
	height: 100%;
	padding-bottom: 20px;
}
#maincontent_feature {
	float: left;
	width: 936px;
	height: 100%;
	padding-bottom: 20px;
	border: 0px solid blue;
}
.sidebarimage {
	background-image: url(/images/site/main/sidebar_tile.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.sidebar_feature {
	width: 312px; /*287px*/
	float: left;
	padding-bottom: 20px;
	height: 100%;
	border: 0px solid red;
}
.sidebar {
	width: 238px;
	float: left;
	margin-top: 5px;
	padding-bottom: 20px;
	height: 100%;
	border: 0px solid green;
}
.mainbodycontent {
	float: left; /*DG: was "right"*/
	margin-top: 10px;
	text-align: center;
	margin-right: 7px; /*was padding and 20px*/
	margin-left: 7px; /*was padding*/
	font-family: Verdana, Arial, sans-serif;
	border: 0px solid blue;
	width: 680px;
	font-size: 12px;
}
.mainbodycontent_nosidebar {
	float: left; /*DG: was "right"*/
	margin-top: 10px;
	text-align: center;
	margin-right: 7px; /*was padding and 20px*/
	margin-left: 7px; /*was padding*/
	font-family: Verdana, Arial, sans-serif;
	border: 0px solid blue;
	width: 920px;
	font-size: 12px;
}
.mainbodycontent_feature {
	float: left;
	width: 610px; /*635px*/
	margin-top: 10px;
	/*
	padding-right: 20px;
	*/
	margin-left: 5px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	border: 0px solid black;
	font-size: 12px;
}
/*
.mainbodycontent p, .mainbodycontent_feature p {
	font-size: 14px;
	line-height: 1.5em;
	color: #121084;
}
.mainbodycontent a, .mainbodycontent_feature a {
	color: #121084;
	text-decoration: underline;
	font-weight: bold;
}
.mainbodycontent a:hover, .mainbodycontent_feature a:hover {
	text-decoration: none;
}
*/
.featured {
	float: left;
	/*width: 275px;*/
	margin-top: 9px;
	margin-left: 10px; /*was 40px*/
  background-color: Transparent;
}
.featured .featuretop {
	background-image: url(/images/site/main/featurebox_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 300px; /*275px*/
	text-align: left;
}
.featured .featurecontent {
	background-image: url(/images/site/main/featurebox_tile.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	float: left;
	width: 270px; /*245px*/
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
}
.featured .featurebtm {
	margin: 0px;
	float: left;
	width: 300px; /*275px*/
	height: 16px;
	background-image: url(/images/site/main/featurebox_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.featured .featurecontent p {
	font-size: 12px;
}
.featured .featuretop h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 8px;
	margin-left: 8px;
}
.featurecontent ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size:12px;
}
.featurecontent ul li {
	list-style-type: none;
	font-size:12px;
	font-weight:normal;
}
.featurecontent .featurelink {
	list-style-image: url(/images/site/main/arrow.jpg);
	list-style-position: outside;
}
.featurecontent .featurelink a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.featurecontent .featurelink a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.featurecontent .featuredate h5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
}
.featurecontent .featuredate a {
	color: #0000FF;
	text-decoration: underline;
}
.featurecontent .featuredate a:hover {
	color: #0000FF;
	text-decoration: none;
}
.featured .featurecontent a {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}
.featured .featurecontent a:hover {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
#footer {
	clear: both;
	height: 20px;
	background-color: #444444;
	width: 936px; /*was 936px*/
	height: 100%;
	padding-top: 10px;
	/*margin-left:-7px; added 6/26/2010*/
}
.footerwrap {
	min-height: 50px;
	height:100%;
	width: 100%;
	display: inline-block;
	border: 0px solid green;
}
.footerdiv {
	/*float: left;*/
	display:block;
	/*width: 250px;*/
	min-height: 40px;
	margin: 5px;
	padding-top:15px;
	text-align: center;
	margin-bottom: 10px;
	border: 0px solid red;
}
.footerdiv span {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
}
.footerdiv a:link, .footerdiv a:visited {
	color: #d3dbf4;
	text-decoration: none;
	border-bottom: 1px dotted;
	line-height: .5em;
	font-size:8pt;
	margin-left: 10px;
}
.footerdiv a:hover {
	color: #CDD1EC;
	text-decoration: none;
	border-bottom: 0px dotted;
}
.footerdiv a:active {
	color: #CCCCCC;
	text-decoration: none;
}

