/* General */

body {
	margin: 30px 0;
	padding: 0;
	background: #cccccc;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5
{
	color: #666;
	margin: 0;
}
h1
{
	font-size: 1.3em;
	letter-spacing: .5em;
}

h2 {
	font-size: 1.6em;
	text-align: center;
}

h3 {
	margin: 0;
	font-size: 1.15em;
}

h5 {
	margin: 0;
	font-size: 0.7em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #000099;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background: url(images/IndianHillsFireRescue.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

/* Header Link */

#headerlink {
	float: left;
	position: relative;
	top: 0px;
	width: 500px;
	height: 120px;
	padding: 0px 0px 0px 0px;
}

/* Search */

#search {
	float: right;
	position: relative;
	top: 0px;
	width: 240px;
	height: 55px;
	padding: 10px 5px 5px 15px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 1.6em;
	text-align: center;
}

#search * {
	margin: 0;
	border: none;
	font-weight: bolder;
	color: #FFFFFF;
}

/* Menu */

#bar
{
	width: 800px;
	height: 8px;
	margin: 0 auto;
	background-image: url(images/menubottomr.gif);
	background-position: left top;
	padding: 5px 0;
}

#menu
{
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background-image: url(images/menubottomr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 0 10px 0;
}

#menu ul {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	border: none;
	float: left;
	height: 28px;
	padding: 8px 15px 0 15px;
	text-decoration: none;
	color: #003366;
	background: url(images/menuspacer.gif) no-repeat right;
}

#menu a:hover, #menu .active a {
	color: #03F;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

#important_notice
 {
	width: 100%
	height: 50px;
	padding: 5px 15px 5px 15px;
	background: #FF9;
	padding: 8px 200px 8px 200px;
}


#oneCol {
	width: 100%
	height: 100%;
	padding: 5px 15px 5px 15px;
	background: #ffffff;

}

#colOne {
	float: left;
	text-align: left;
	width: 170px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ffffff;

}
#colOne UL {
	padding: 5px 5px 5px 13px;
	background: #ffffff;

}


#colTwo {
	float: left;
	width: 400px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}


#colThree {
	float: left;
	text-align: center;
	width: 200px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}

#left {
	float: left;
	text-align: left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

#right {
	float: left;
	img style: float-left;
	text-align: center;
	width: 610px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

#container {
	float: left;
	clear: left;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

#container img {
	float: left;
	margin: 0px 15px 0px 5px;
	vertical-align: middle;
}

#spacer {
	vertical-align: top;
	clear: both;
	padding: 5px 0px 5px 0px;
}

.q  {
	text-decoration: none;
	color: #900;
	font-size: 1.8em;
	font-weight: bold;
	padding:  0px 15px 0px 5px;
}
.a  {
	text-decoration: none;
	color: #F33;
	font-size: 1.8em;
	font-weight: bold;
	padding:  0px 15px 0px 5px;
}



/* Footer */
#footer
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 1px 0 0 0;
	background: #ffffff;
}

/*
#footer * {
	color: #063;
}*/
