body {
	background: url(images/bg2.gif) repeat-y center fixed;
	padding: 0;
	margin: 0;
}

#wrapper {
	margin: auto;
	width: 700px;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

/* ------------------------------------------- */
/* Header                                      */
/* ------------------------------------------- */

#header {
	height: 200px;
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) no-repeat;
}

/* ------------------------------------------- */
/* Top Navigation Drop Down Menu               */
/* ------------------------------------------- */

#menu {
	height: 26px;
	background: #35b;
	text-align: center;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	height: 23px;
	line-height: 23px;
	margin: 0px;
	position: relative;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 110px;
	padding: 0;
	margin: 0;
}

li>ul {
	top: 26px;
	/*left: auto;*/
}

li li {
	display: block;
	float: none;
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#menu .sub a {
	cursor: default;
}

#menu .sub li a {
	cursor: pointer;
}

/* Top Menu Items */
#menu li a {
	float: left;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 23px;
	padding: 0 11px 0 11px;
	text-transform: uppercase;
	color: #fff;
}

#menu li a:link,  
#menu li a:active, 
#menu li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0 12px 0 12px;
	border-top: 3px solid #35b;
	border-left: 1px solid #35b;
	border-right: 1px solid #35b;
	border-bottom: 1px solid #35b;
}

#menu li a:hover {
	background: #fff;
	color: #007;
	border-top: 3px solid #35b;
	border-left: 1px solid #35b;
	border-right: 1px solid #35b;
	border-bottom: 1px solid #fff;
}

/* Sub Menu Items */
#menu li li a:link,
#menu li li a:active,
#menu li li a:visited {
	border-top: 1px solid #35b;
	border-left: 1px solid #35b;
	border-right: 1px solid #35b;
	border-bottom: 1px solid #35b;
	display: block;
	color: #007;
	width: 100%;
	height: 100%;
	text-align: left;
	background: #fff;
	line-height: 11px;
	padding: 6px 4px 6px 4px;
	height: 11px
}

#menu li li a:hover {
	border-top: 1px solid #35b;
	border-left: 1px solid #35b;
	border-right: 1px solid #35b;
	border-bottom: 1px solid #35b;
	background: #eee;
	color: #007;
}

/* ------------------------------------------- */
/* Mission                                     */
/* ------------------------------------------- */

#mission {
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

#mission .image {
	float: left;
	margin: 0;
}

#mission .floattext {
	margin: 10px 0 40px 100px;
}

/* ------------------------------------------- */
/* Left Content                                */
/* ------------------------------------------- */

#leftcontent {
	width: 470px;
	float: left;
	margin: 20px 10px 0 10px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	line-height: 150%;
}

#leftcontent h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
	background: url(images/h1bg.gif) bottom left repeat-x;
	padding: 0 0 4px 0;
}

#leftcontent h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
	margin: 0 0 0 2px;
	padding: 0 0 6px 0;
	clear: both;
}

#leftcontent h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #c00;
	margin: 0;
	padding: 0;
	clear: both;
}

#leftcontent .llink {
	text-decoration: none;
	color: #007;
	line-height: 18px;
	border-bottom: 1px dashed #007;
}

#leftcontent .llink:hover {
	border-bottom: 1px solid #007;
}

#leftcontent ul {
	margin-top: 10px;
}

#leftcontent ul li {
	margin: 4px 0 0 4px;
}

#leftcontent ul li a,
#leftcontent p a {
	text-decoration: none;
	color: #007;
	line-height: 22px;
	border-bottom: 1px dashed #007;
	font-weight: bold;
}

#leftcontent ul li a:hover,
#leftcontent p a:hover {
	border-bottom: 1px solid #007;
}

#leftcontent p {
	margin: 10px 0 10px 0;
}

#leftcontent .item{
	margin: 0 0 20px 4px;
}

#leftcontent .item .image {
	float: left;
	margin: 0 0 10px 0;
}

#leftcontent .item .floattext {
	margin: 0;
	line-height: 18px;
}

#leftcontent .item .lefttext {
	float: left;
	width: 380px;
	margin: 20px 0 0 0;
	line-height: 18px;
}

#leftcontent .item .text {
	line-height: 18px;
}

#leftcontent .floatright {
	float: right;
	margin: 4px 0 4px 8px;
}

#leftcontent .floatleft {
	float: left;
	margin: 4px 8px 4px 0;
}


.bolditalic {
	font-weight: bold;
	font-style: italic;
}

table {
	margin: 10px 0 30px 0;
	width: 100%;
	text-align: center;
}

td {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
}

td.priv {
	padding: 2px;
	margin: 5px;
	text-align: right;
	border: 1px solid #ddd;
	vertical-align: bottom;
}

#privacy p {
	margin: 5px 0 15px 0;
}

/* ------------------------------------------- */
/* Right Content                               */
/* ------------------------------------------- */

#rightcontent {
	width: 160px;
	margin: 20px 0 0 510px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
}

#rightcontent a {
	text-decoration: none;
	color: #007;
	line-height: 18px;
}

#rightcontent a:hover {

}

#rightcontent .rlink {
	border-bottom: 1px dashed #007;
}

#rightcontent .rlink:hover {
	border-bottom: 1px solid #007;
}

#emergency {
	background: url(images/911.gif) no-repeat top center;
	width: 180px;
	height: 68px;
	margin: 0 0 10px 0;
}

#threat {
	width: 180px;
	text-align: center;
	margin: 20px 0 10px 0;
}

#threat img {
	border: 0;
}

#banners {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#banners img {
	margin: 10px 0 10px 0;
}

#banners a img {
	border: 0;
}

#banners a:hover img {
	border: 0;
}

#address {
	margin: 10px 0 10px 30px;
}

#rightcontent ul {
	list-style: none;
	padding: 0;
	margin: 30px 0 30px 20px;
}

#rightcontent ul li {
	margin: 8px 0 8px 0;
}

#rightcontent ul li a {
	border-bottom: 1px dashed #007;
}

#rightcontent ul li a:hover {
	border-bottom: 1px solid #007;
}

#rightcontent p {
	margin: 15px 10px 15px 10px;
}

/* ------------------------------------------- */
/* Footer                                      */
/* ------------------------------------------- */

#footer {
	text-align: center;
	width: 400px;
	margin: 20px auto 0 auto;
	position: relative;
}

#footerwrap {
	text-align: center;
	font: 10px Arial, Verdana, sans-serif;
	height: 16px;
	line-height: 16px;
	padding: 5px 0 5px 0;
	color: #aaa;
	width: 400px;
	margin: 20px auto 20px auto;
	border-top: 1px dashed #ddd;
}

#footer .footeritem {
	padding: 0px 10px 0px 10px;
	display: inline;
	border-right: 1px solid #ccc;
}

#footer .footeritemright {
	display: inline;
	padding: 0px 10px 0px 10px;
	clear: right;
	border: 0;
}

#footer .footeritem a, .footeritemright a {
	color: #aaa;
	text-decoration: none;
}

#footer .footeritem a:hover, .footeritemright a:hover {
	color: #666;
	text-decoration: underline;
}
