body {
	margin: 0;
	padding: 0; 
	color:#666;
	text-align:center;
	background:#3A4645 url(images/background.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, dt, dd, lo {
	font-family: "Times New Roman", Times, serif;
	text-align: left; 
}

p.margin0 {
	margin:0;
}

.clear {clear:both;}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .7em;
	line-height: 1.2ems;
	text-align:left;
}
h1 {
	font: bold 1em;
	}
h2 {
	font-size: bold .9ems;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:.7em;
	text-align:left;
    }

a:link, strong.color {
	color:#B8A05A;
}
a:visited {
	color:#B8A05A;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#DCD3B6;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:930px;
	margin:auto;
	background:#fff url(images/content-background.jpg) top left no-repeat;
	border-left:5px solid #344342;
	border-right:5px solid #344342;
	}

div#header h1, div#header h2 {
	position:absolute;
	text-indent:-9999px;
	}
	
div#cta {
	width:465px;
	height:160px;
	float:right;
	}

div#audio {
	position:absolute;
	left: 19px;
	top: 0px;
	background:url(images/audio-bg.gif) no-repeat;
	height:32px;
	width:128px;
	text-align:center;
	margin-top:1px;
	padding-top:9px;
	_padding-top:4px;
	*padding-top:4px;
}

div#header {
	height:160px;
	position:relative;
	background:url(images/escambia-collision-logo.jpg) top left no-repeat;
}

div#flash {
	width:451px;
	float:left;
	height:160px;
}

div#content {
	width:615px;
	float:left;
	padding:10px 0 20px 8px;
	margin:0 2px;
}

div#content p {
	padding:0 10px;
	}

div#content h2 {
	font-size:1em;
	margin:8px 10px 5px;
	color:#3A4645;
}

div#sidebar {
	width:270px;
	float:left;
	padding:20px 10px 0;
	margin:8px 2px 20px;
	background:url(images/sidebar-style.jpg) top no-repeat;
}

div#sidebar img.border {
	border:1px solid #B8A05A;
}

div#sidebar h2 {
	font-size:.8em;
	margin:10px 5px;
	padding:0;
	color:#3A4645;
	display:block;
	border-bottom:1px solid #eaeaea;
}

div#sidebar p, div#sidebar address {
	margin:0;
	padding:5px;
}

div#footer {
	padding:5px 15px 15px;
	background:#BBBEBD url(images/escambia-footer-logo.gif) right bottom no-repeat;
}

div#footer a {
	color:#333;
}

div#owner {
	font-size:.6em;
	text-align:right;
	padding:10px;
}

div#copyright {
	font-size:.8em;
	_line-height:.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:4px;
	}
	
*:first-child+html div#copyright {
	line-height:.2em;
	}
	
	div#copyright img {
	margin-top:10px;
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#283433;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	background:#D2D5D4 url(images/navigation-bar-background.gif) repeat-x;
	height:32px;
	position:relative;
}
ul#mainnav {
	float:right;
	width:560px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin-right:1px;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size:.7em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 7px 10px 8px;
	margin:2px 0 0;
	color:#283433;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background:url(images/menu-hover.gif) repeat-x;
	color:#fff;
	}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	padding-bottom:10px;
	}
	ul#utilitynav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px 2px 8px;
	padding: 0px;
	border-right:1px solid #ccc;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: .6em;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	color:#283433;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

div.column {
}

p.center, strong.center {text-align:center;}

