body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #0E4476 url(/images/bg.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #CC3331;
}

h1 {
	font-size: 1.8em;
	margin-top: 0;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

a {
	color: #0E4476;
	text-decoration: none;
}

img {
	/*border: 1px solid #000;*/
}

table {
	margin-bottom: 10px;
}

th, td {
	padding: 3px;
}

th {
	text-align: center;
}

table.bordered {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
}

table.bordered td, table.bordered th {
	border: 1px solid #000;
	text-align: center;
}

table.directory {
	width: 100%;
}

td.phone {
	width: 25%;
}

td.radio {
	text-align: center;
}


/* CONTAINER */
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	margin: 20px 0;
}

#logo {
	width: 200px;
	margin: 15px 20px 0 0;
	float: left;
	text-align: center;
}

#logo h1 {
	background: url(/images/clark-county-fire-district-5-logo.gif) no-repeat;
	width: 129px;
	height: 99px;
}

html>body #logo h1 {
	margin-left: 35px;
}

#logo a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 129px;
	padding-top: 99px;
}


#flashbox {
	width: 580px;
	height: 130px;
	background: url(/images/header-image.png) no-repeat;
	float: left;
}

/* NAVIGATION */
#navbar {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

#navbar-top {
	width: 200px;
	height: 20px;
	background: url(/images/navbar-top.gif) no-repeat;
	border-bottom: 1px solid #FFF;
}

#navbar-content {
	width: 200px;
	padding: 1px 0;
	background-color: #FFF;
}

#navbar-content div div div {
	font-size: 0.8em;
	font-weight: normal;
}

#navbar-bottom {
	width: 200px;
	height: 20px;
	background: url(/images/navbar-bottom.gif) no-repeat;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* CONTENT */
#content {
	float: right;
}

#content-top {
	width: 580px;
	height: 20px;
	background: url(/images/content-top.gif) no-repeat;
}

#content-body {
	width: 540px;
	padding: 1px 20px;
	background-color: #FFF;
}

#content-bottom {
	width: 580px;
	height: 20px;
	background: url(/images/content-bottom.gif) no-repeat;
}

#content li {
	margin-bottom: 5px;
}

#content a {
	text-decoration: underline;
}

#map {
	width: 540px;
	height: 400px;
	border: 1px solid #000;
	text-align: center;
}

#phone_numbers {
	width: 98%;
}

#phone_numbers td {
	width: 33%;
}

#large_image {
	width: 540px;
	height: 405px;
	margin-bottom: 4px;
}

#thumbnails a img {
	float: left;
	margin: 6px;
	border: none;
}

/* FOOTER */
#footer {
	width: 800px;
	color: #FFF;
	margin-top: 20px;
}

#bottomnav {
	border-top: 1px solid #CC3331;
	border-bottom: 1px solid #CC3331;
	padding: 3px 0;
	margin-bottom: 5px;
	text-align: center;
}

#bottomnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottomnav li {
	display: inline;
}

#bottomnav a {
	color: #FFF;
}

#bottomnav a:hover {
	color: #CCC;
}

#address {
	float: left;
	font-size: 0.8em;
}

#phone {
	float: right;
	font-size: 0.8em;
}


/* HIDDEN TEXT */
#logo span, .hidden_text {
	position: absolute;
	left: -1999px;
	width: 400px;
}


/* MISC CLASSES */
.clear { clear: both; }
.right_float { float: right; margin: 0 0 10px 10px; }
.left_float { float: left; margin: 0 10px 10px 0; }
.fineprint { font-size: 0.8em; }