@charset "utf-8";
/* CSS Document */

/*** RESETS ***/
* { margin: 0; padding: 0; }
img { border: none; }
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


/*** CLEARS AND FLOATERS ***/
.right {float: right; clear: right;}
.left {float: left; clear: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; width: 0; height: 0;}
.clear-righte {clear: right; width: 0; height: 0;}

/*** STYLES ***/
body {
	background: url(../images/site-bg.gif) center top repeat-y #0D3461;
}

#page-container {
	width: 784px;
	margin: 0 auto;
}

#header #header-image {
	height: 312px;
	width: 461px;
	float: right;
	background: url(../images/header-image-bg.gif) right top no-repeat;
}

#header #header-image img {
	margin-top: 29px;
	margin-left: 25px;

}

#nav {
	display: block;
	text-align: center;
	width: 100%;
	height: 68px;
	background: url(../images/nav-bg.gif) center top;
}

#nav ul {
	display: block;
	text-align: center;
	margin-left: 38px;
}

#nav ul li {
	text-align: center;
	width: 83px;
	list-style: none;
	display: inline-block;
	float: left;
	height: 59px;
	margin-top: 8px;
	padding: auto;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav ul li a {
	display: block;
	margin-top: 18px;
	padding-top: 6px;
	padding-bottom: 7px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.1em;
}

#nav ul li a.home {
	padding-top: 13px;
	padding-bottom: 13px;
}

#nav ul li.odd a:hover,
#nav ul li.even a:hover {
	background: url(../images/nav-on-bg.gif) top center no-repeat;
	color: #cfd8c9;
}

#nav ul li.odd {
	background: url(../images/nav-odd-bg.gif) center top no-repeat;
}

#nav ul li.odd a {
	color:#14437A
}

#nav ul li.even {
	background: url(../images/nav-even-bg.gif) center top no-repeat;
}

#nav ul li.even a {
	color:#FCF5CF
}

#content {
	background: url(../images/page-bg.gif) center -32px repeat-y;
	padding-top: 25px;
	padding-right: 125px;
	padding-left: 65px;
	padding-bottom: 20px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cd3112;
	margin-bottom: 10px;
	font-weight: bold;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 17px;
}
#content p.footer {
	font-size: 9px;
	padding-top: 20px;
	clear: both;
	display: block;
	margin-right: -50px;
}
#content p.footer a:link,
#content p.footer a:visited {
	color: #000000;
	text-decoration: underline;
}
#content p.footer a:hover {
	text-decoration: none;
}
#content #feat-box {
	width: 105px;
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
#content #feat-box p {
	font-size: 12px;
	font-weight: bold;
	color: #9B8163;
	line-height: 1.2em;
	margin-top: 0px;
}
#content #feat-box a:link,
#content #feat-box a:hover,
#content #feat-box a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #9B8163;
	text-decoration: none;
}

.services{
	margin-left:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
}

.weather{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}

.weather li{
	margin-bottom:5px;
}

.weathertxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 17px;
}