body {
	margin:0;
	padding:0;
	background-color:#F7FCFF;
	font-family:Verdana, Geneva, sans-serif;
	color:#666666;
	font-size:11px;
	background-image:url(../images/home/repeat_main.gif);
	background-repeat:repeat-x;
}
p, h1, h2, h3, h4 {
	margin:0;
}
/*** MAIN CONTAINERS ***/
#container_1 {
	width:807px;
	margin:auto;
	background-image:url(../images/home/repeat_column.png);
	background-repeat:repeat-y;
}
#container_2 {
	width:100%;
	background-image:url(../images/home/top.jpg);
	background-repeat:no-repeat;
}
#container_3 {
	position:relative;
	width:100%;
	background-image:url(../images/home/bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom ;
}
#left_column_container {
	width:234px;
	padding:46px 0 44px 4px;
	float:left;
}
#right_column_container {
	width:564px;
	padding:102px 0 44px 1px;
	float:left;
}
#logo {
	width:234px;
	height:93px;
	background-image:url(../images/home/logo.png);
	background-repeat:no-repeat;
}
#logo a {
	width:234px;
	height:93px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
#logo a:hover {
	width:234px;
	height:93px;
}

/*** NAVIGATION ***/
#nav {
	width:225px;
	text-align:right;
	padding-right:9px;
	padding-bottom:13px;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#nav li {
	width:205px;
	height:28px;
	line-height:17px;
	padding-right:20px;
	padding-bottom:2px;
	float:right;
	background-image: url(../images/home/nav_bkgd.png);
	background-repeat:no-repeat;
	background-position:22px top;
}
a.nav_link:link, a.nav_link:visited {
	color: #A1BFD1;
	text-decoration: none;
}
a.nav_link:hover, a.nav_link:visited:hover, a.nav_link:active {
	color: #2D5272;
	text-decoration: none;
}
/*** ELEMENTS ***/
#banner_container {
	width:100%;
	height:296px;
	background-color:#333;
	border-top:solid 1px #fff;
}
#banner_flash {
	width:100%;
	height:100%;
}
#sub_banner {
	width:100%;
	height:15px;
	background-image:url(../images/home/subbanner.gif);
	background-repeat:no-repeat;
}
#intro_copy {
	margin:0 35px 9px 21px;
	clear:both;
}
#intro_copy h1 {
	font-size:18px;
	color:#2D5272;
}
.intro_text {
	font-size:14px;
	margin-left:15px;
}
.intro_more {
	font-size:12px;
	font-style:italic;
	text-align:right;
}
#news {
	position:relative;
	width:355px;
	height:130px;
	background-image:url(../images/home/events_bkgd.jpg);
	background-repeat:no-repeat;
	margin-left:22px;
	float:left;
	display:inline;
}
#scroll_area {
	position:absolute;
	top:28px;
	left:1px;
	width:353px;
	height:101px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}
.news_tile {
	width:316px;
	margin:12px 0 0 13px;
	padding-bottom:9px;
	border-bottom:solid 1px #2D5272;
}
.news_title {
	font-size:13px;
	font-weight:bold;
	color:#2D5272;
}
.news_copy {
	margin-left:10px;
}
#poll_quiz_fam {
	position:relative;
	width:155px;
	height:130px;
	background-image:url(../images/home/callout_bkgd.jpg);
	background-repeat:no-repeat;
	margin-left:9px;
	float:left;
	display:inline;
}
.title {
	font-size:15px;
	line-height:28px;
	color:#FFF;
	font-weight:bold;
	margin-left:10px;
}
/*** LIVABILITY AT AT GLANCE ***/
#quiz_link {
	position:absolute;
	top:34px;
	left:19px;
	width:117px;
	height:89px;
	background-image:url(../images/home/livability.gif);
	background-repeat:no-repeat;
}
#quiz_link a {
	width:117px;
	height:89px;
	text-indent:-9999px;
	display:block;
}
#quiz_link a:hover {
	width:117px;
	height:89px;
}
/*** NEWSLETTER SIGN-UP ***/
#newsletter {
	position:relative;
	width:185px;
	height:296px;
	margin:auto;
	background-image:url(../images/home/newsletter_bkgd.jpg);
	background-repeat:no-repeat;
}
#name_text {
	position:absolute;
	top:132px;
	left:19px;
	font-size:14px;
	font-weight:bold;
	color:#2E5272;
}
#email_text {
	position:absolute;
	top:190px;
	left:19px;
	font-size:14px;
	font-weight:bold;
	color:#2E5272;
}
#name {
	position:absolute;
	top:152px;
	left:10px;
	outline: none;
	border: none;
}
#email {
	position:absolute;
	top:210px;
	left:10px;
	outline: none;
	border: none;
}
#submit {
	position:absolute;
	width:75px;
	height:30px;
	top:254px;
	left:98px;
}
#name input, #email input, #submit input {
	border:0;
	outline:0;
	margin:0;
	padding:0;
	float:left;
}
#name input.box, #email input.box {
	width:154px;
	height:22px;
	padding:5px;
	outline: 0;
	border: 0;
	background-image:url(../images/home/field.jpg);
	background-position:right top;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#666;
}
#name input.box:focus, #email input.box:focus {
	outline: 0;
	border: 0;
	background-position:right -32px;
}
#submit input.btn {
	width:75px;
	height:30px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/home/signup.jpg);
	background-position:top left;
}
#submit input.btn:hover {
	background-image:url(../images/home/signup.jpg);
	background-position:left -30px;
}
#wc_logo1 {
	position:absolute;
	width:92px;
	height:92px;
	top:300px;
	left:700px;
	background-image:url(../images/home/wclogo_lg.png);
	background-repeat:no-repeat;
	z-index:9999;
}
#wc_logo1 a {
	width:92px;
	height:92px;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
#wc_logo1 a:hover {
	width:92px;
	height:92px;
}
#wc_logo2 {
	display:none;
}
#phone {
	position:absolute;
	height:23px;
	top:70px;
	right:17px;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	text-align:right;
	padding-left:20px;
	background-image:url(../images/home/phone.gif);
	background-repeat:no-repeat;
}
/*** LINKS ***/
a:link, a:visited {
	color: #2D5272;
	text-decoration: underline;
}
a:hover, a:visited:hover, a:active {
	color: #2D5272;
	text-decoration: none;
}
/*** FOOTER ***/
#footer {
	width:807px;
	margin:auto;
	text-align:center;
	padding:8px 0 10px 0;
	font-size:10px;
	color: #2D5272;
}
a.footer:link, a.footer:visited {
	color: #2D5272;
	text-decoration: none;
}
a.footer:hover, a.footer:visited:hover, a.footer:active {
	color: #2D5272;
	text-decoration: underline;
}