body {
	margin:0 0 30px 0;
	background-color:#627883;
	text-align:left;
	}
	
h1 {
	font: bold 18px/120% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#990000;
}
h2 {
	font: bold 16px/120% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#990000;
	margin:20px 0 3px 0;
}
h2#dist {
	font: bold 15px/120% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#333333;
}

p {
	font: 13px/135% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#666666;
}
.callout {
	font: bold 14px/100% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#7AC143;
}
#col2 p {
	margin-top:2px;
}
p.safe {
	padding-top: 10px;
	font-size:12px;
}
	
.copyright {
	font: bold 11px/130% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#909BA1;
}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active {
	color:#B3C1C8;
	text-decoration:underline;
}


#subnav {
	width:500px;
	position:relative;
	left:200px;
	top:135px;
	}

#masthead {
	background:url(../images/home/header.jpg) no-repeat top left;
	height:166px;
	width:842px;
}

.bg-left {
	background: url(../images/home/bg-left.jpg) repeat-y top left;
}
.bg-right {
	background: url(../images/home/bg-right.jpg) repeat-y top left;
}

.find {
	position: relative;
	left: 460px;
	top:105px;
	height:59px;
	width:308px;
}

#switch {
	background: url(../images/home/light_switch.jpg) no-repeat top left;
}
#col2 {
	float:right;
	width:257px;
}

#footer {
	background: url(../images/home/footer.jpg) no-repeat top right;
	height:315px;
	width:842px;
}

#nav {
	width: 100%;
	height: 50px;
	}
	
ul {
	list-style-type:none;
	margin: 12px 0 0 0;
	padding:0px;
	font: bold 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	background:#F3F3F3;
	}
	
ul a:link {
	color:#333333;
	}
	
ul a:visited {
	color:#333333;
	}
	
ul a:hover {
	background:#FFF;
	}
	
li {
	width:130px;
	margin-right:5px;
	border: 1px solid;
	border-color:#8EAEBE #627883 #627883 #8EAEBE;
}
