body {
background:#090819 url(images/background.jpg) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}

*{
		padding:0;
		margin:0;
	}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #000;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size:22px;
	padding-left:25px;
	margin-bottom:10px;
	}
h2 {
	font-size: bold .9ems;
	}
	
	h3 {clear:both;
	border-top: 1px solid dotted;
	padding-top: 20px;
	
	}
	
	h4{padding-left:25px;
	margin-bottom:10px;
	}
	
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#222;
	position:relative;
	left:30px;
	margin-top:100px;
	line-height:15px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
   
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 858px;
	margin: 0px auto;
	background:transparent;
}

/* ----------------- Audio ----------------- */

div#audio {
width:100%;
height:20px;

}

applet{
	position:relative; 
	top:39px;

	}


/* ----------------- header----------------- */

div#header {
	width:100%;
	height:204px;
	background:transparent url(images/header.jpg) no-repeat ;

}

div#flash{
width:850px;
height:197px;
clear:both;
padding:0;

}
object{
	margin:0px auto;
	position:relative;
	top:5px;

}


/* ----------------- Content Copy and Photos ----------------- */


div#content {
	width:100%;
	height:100%;
	background:transparent url(images/content-bg.jpg) repeat-y;
	padding:none;
}



div#copy {
	width:550px;
	height:100%;
	float:left;
	padding:40px 0px 30px 0px;
	position:relative;
	left:50px;
}


div#copy p, ul {
	padding:0px 50px 20px 20px;
	
	}
	
	div#copy p#survey{
	padding:0px;
	
	}
div#copy li a{
text-decoration:none;
}

div#copy li a:hover{
font-weight:normal;
text-decoration:underline;
}
/*This is different from the above. The following is relative to the a only not in the list*/
div#copy  a{
text-decoration:underline;
}

div#copy a:hover{
font-weight:normal;
text-decoration:none;

}

div#copy ul{
	list-style-position:inside;

}


/*Used for starburst*/

#starburst {
	width:550px;
	height:198px;
	background:transparent url(images/247-emergency-response.jpg) no-repeat;
	clear:both;
	
	}
	
#starburst p{display:none;}






/* ----------------- sidebar ----------------- */

div#sidebar {
	float:right;
	width:210px;
	height:137px;
	background:transparent url(images/sidebar.jpg) no-repeat;

}

div#sidebar address a{
	text-decoration:underline;
	color:#222;
	}
	
div#sidebar address a:hover{
	text-decoration:none;
	}

div#clear-content{clear:both;}
/* ----------------- VERTICAL NAVIGATION ----------------- */
div#nav {
	width: 100%;
	height:55px;
	text-align:left;
	background:transparent url(images/nav-bg.jpg) no-repeat;
	
	}
	
	ul#mainnav {
	width:100%;
	
	text-align:left;
	position:relative;
	left:-18px;
	top:10px;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	margin:auto;
	padding: 0px;
	text-align:center;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:11px;
	padding: 10px 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
	margin-bottom:0px;
	border-bottom: 1px solid #ccc;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	font-weight:normal;
	color:#fff;
	background:transparent url(images/nav-bg-active.jpg) repeat-x;
	}	
/*Used to turn the border off on the last link on main nav*/
ul#mainnav li a#off {
border:none;
}

/* ----------------- footer ----------------- */

/* ----------------------------  Utility  ----------------------------  */

div#footer {
		width:100%;
		height:150px;
		margin: 0px auto;
		color:#000;
	background:transparent url(images/footer.jpg) no-repeat;
	text-align:left;
	padding-top:20px;
}


div#utility {
	width: 100%;
		text-align:center;
		position:relative;
		margin: 0 auto;
	left:60px;
	
	}
	ul#utilitynav {
	width: 100%;
	height:20px;
	margin: 0px auto;
	text-align:center;
	padding: 0px;
	list-style-type: none;
	position:relative;

	}
	ul#utilitynav li {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
		text-align:center;


	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	text-align:center;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #555;
	color:#ccc;
		font-weight:bold;

	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}
/*Used to clear footer floats*/
div#clear-footer{clear:both;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:50px;
	color:#ccc;
	position:relative;
	top:2px;
	left:33px;

	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#ccc;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
	div#owner {
		width: 96%;
		height:20px;
		color:#000;
		padding-top:25px;
		margin:15px auto;
		border-top:1px solid #333;

		
}

div#owner a {color:#555;
font-size:11px;
text-decoration:none;
float:right;
padding-right:10px;

}

div#owner a:hover {
font-weight:normal;
text-decoration:underline;
}




/* ----------------- CUSTOM CLASSES ----------------- */
.clear {clear:both;}
/* Images should include some type of border. We tend to favor this one. */


 img.landscape {
 margin:0px auto;
	padding: 5px;
	background: white;
	border:1px solid #ccc;
}

img.left {
	float: left;
	padding: 5px;
		border:1px solid #ccc;
	background: white;
	margin: 0px 15px 10px 0px;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border:1px solid #ccc;
}
div.column {
}
div#video {
	float:right;
	clear:right;
	width: 332px;
	height: 384px;
	padding-left: 15px;
}
