/* Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
*:focus {
	outline: none;
}
html {
	height: 100%;
}
body {
	background: #f4f4f4 url(../img/bgn_body.png) repeat-x;
	font: 90% Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 0 10px;
	margin: 0;
	min-width: 950px;
}
.hide {
	position: absolute;
	left: -999999px;
}
h1, h2, h3, h4, h5, fieldset {
	margin: 0;
	padding: 0;
}
a img, fieldset {
	border: 0;
}
.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}
#maincol a {
	color: #de0000;
	text-decoration: none;
	border-bottom: #de0000 1px dotted;
}
#maincol a:hover {
	color: #bdbdbd;
	border-bottom: #666 1px dotted;
}
p {
	line-height: 140%;
	text-indent: 2em;
}

/* Wrapper
-----------------------------------------------------------------------------------------------*/
#wrapper {
	width: 940px;
	margin: 0 auto 20px;
}

/* Header
-----------------------------------------------------------------------------------------------*/
#header {
	background: url(../img/bgn_header.gif) no-repeat;
	margin: 5px 0 0 0;
	height: 189px;
	padding-right: 12px;
}
#logo {
	background: url(../img/bgn_header_pic.jpg) no-repeat 100% 0;
	height: 189px;
}
#logo h1 {
	padding: 8px 0 0 16px;
}
#logo h1 a {
	display: block;
	width: 161px;
	height: 160px;
	text-indent: -999999px;
}

/* Content and columns
-----------------------------------------------------------------------------------------------*/
#content {
	background: #FFF;
	padding: 0 10px 30px 4px;
}
#contentsleeve {
	padding: 0 0 0 196px;
}
#leftcol {
	float: left;
	margin: 0 0 0 -196px;
	width: 196px;
}
* html #leftcol	{
	margin-left: -98px;
}
#leftcolsleeve {
	width: 182px;
}
#maincol {
	width: 100%;
	float: right;
}

/* Mainmenu
-----------------------------------------------------------------------------------------------*/
#mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}
#mainmenu li {
	background: url(../img/bgn_menu_li.png) repeat-x 0 100%;
	padding: 0 0 1px 0;
	margin: 0;
}
#mainmenu a {
	display: block;
	zoom: 1;
	color: #000;
	text-decoration: none;
	padding-left: 45px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#mainmenu a.home {
	background-image: url(../img/bgn_mainmenu_home.png);
}
#mainmenu a.aboutus {
	background-image: url(../img/bgn_mainmenu_about.png);
}
#mainmenu a.emergencyservices {
	background-image: url(../img/bgn_mainmenu_emergencyservices.png);
}
#mainmenu a.stationsandapparatus {
	background-image: url(../img/bgn_mainmenu_stationsandapparatus.png);
}
#mainmenu a.publicinformation {
	background-image: url(../img/bgn_mainmenu_publicinformation.png);
}
#mainmenu a.prevention {
	background-image: url(../img/bgn_mainmenu_prevention.png);
}
#mainmenu a.reservefirefighters {
	background-image: url(../img/bgn_mainmenu_reservefirefighters.png);
}
#mainmenu a.certprogram {
	background-image: url(../img/bgn_mainmenu_certprogram.png);
}
#mainmenu a.codeenforcement {
	background-image: url(../img/bgn_mainmenu_codeenforcement.png);
}
#mainmenu a.inspectionservices {
	background-image: url(../img/bgn_mainmenu_inspectionservices.png);
}
#mainmenu a.spfdinaction {
	background-image: url(../img/bgn_mainmenu_spfdinaction.png);
}
#mainmenu a.links {
	background-image: url(../img/bgn_mainmenu_links.png);
}
#mainmenu a.contact {
	background-image: url(../img/bgn_mainmenu_contact.png);
}
#mainmenu a.spcity {
	background-image: url(../img/bgn_mainmenu_santapaulacity.png);
}
#mainmenu a:hover {
	color: #666;
	text-decoration: underline;
}
#mainmenu span {
	display: block;
	padding: 8px 10px;
}
#mainmenu li.on {
	background: url(../img/bgn_menu_li_on.png) repeat-x 0 100%;
}
#mainmenu li.on a {
	color: #FFF;
}
#mainmenu li.on span {
	background: #e32222;
}

/* Footer
-----------------------------------------------------------------------------------------------*/
#footer {
	background: #FFF;
	height: 76px;
	margin: 0 0 15px;
	padding: 0 10px 10px;
	font-size: 75%;
}
#copyright {
	background: url(../img/bgn_footer_copy.png) no-repeat 100% 0;
	float: right;
	width: 295px;
	height: 76px;
}
#copyright p {
	display: block;
	margin: 0;
	text-align: right;
	padding: 15px 95px 20px 10px;
	line-height: 200%;
	text-indent: 0;
}
#copyright a {
	color: #de0000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footmenu {
	background: #bdbdbd url(../img/bgn_footer_footmenu.png) no-repeat;
	width: 625px;
	height: 64px;
	float: left;
	margin-top: 6px;
}
.fmenusleeve {
	padding: 15px 0 15px 10px;
}
.fmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.fmenu li {
	background: url(../img/bgn_fmenu_li.png) no-repeat 0 5px;
	display: block;
	float: left;
	padding-left: 8px;
	margin-bottom: 6px;
}
.fmenu .i1 {
	width: 58px;
}
.fmenu .i2 {
	width: 112px;
}
.fmenu .i3 {
	width: 93px;
}
.fmenu .i4 {
	width: 108px;
}
.fmenu .i5 {
	width: 78px;
}
.fmenu .i6 {
	width: 103px;
}
.fmenu a {
	color: #de0000;
	text-decoration: none;
}
.fmenu a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Content elements
-----------------------------------------------------------------------------------------------*/
h2 {
	background: url(../img/bgn_h2.png) repeat-x 0 100%;
	color: #222222;
	border-bottom: #de0000 1px solid;
	padding: 0 10px 8px;
	margin-top: 5px;
	clear: both;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.05em;
}
h3 {
	border-bottom: #de0000 1px dotted;
	color: #de0000;
	padding: 0 10px 3px;
	margin-top: 5px;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -0.04em;
}
h4 {
	border-bottom: #666 1px dotted;
	color: #666;
	padding: 0 10px 2px;
	margin-top: 15px;
	clear: both;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.03em;
}
.mission {
	background: url(../img/bgn_mission.jpg) no-repeat;
	padding: 10px;
	margin-bottom: 15px;
	font-size: .9em;
}
.mission h2 {
	padding: 0;
	border: 0;
	margin: 0;
	background: transparent;
	background-color: none;
	color: #DE0000;
	font-weight: normal;
	letter-spacing: -0.05em;
}
.mission h3 {
	padding: 0;
	margin: 0;
	border: 0;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.05em;
	font-size: 1.4em;
}
p.noindent {
	text-indent: 0;
}
.galwrap {
	padding-bottom: 20px;
	border-bottom: #999 1px solid;
	margin-bottom: 10px;
}
.actiongallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.actiongallery li {
	margin: 5px 10px;
	padding: 0;
	background: none;
	float: left;
	width: 220px;
}
* html .actiongallery li {
	margin: 5px 6px;
}
#maincol .actiongallery li a, #maincol .actiongallery li a:hover {
	border: 0;
}
.actiongallery li a img {
	border: #F4F4F4 4px solid;
}
.actiongallery li a:hover img {
	border-color: #e22424;
}
.actiongallery li p {
	margin: 2px -7px 0 0;
	display: block;
	padding: 0 10px 6px;
	font-size: .75em;
	border-bottom: #D5D5D5 1px dotted;
}

address {
	background: #F4F4F4;
	font-style: normal;
	margin: 20px;
	padding: 10px;
}
.stationblock {
	background: #F4F4F4;
	width: 100%;
}
* html .stationblock {
	width: 730px;
	margin-right: 0;
}
address.stationaddress {
	float: right;
	margin: 7px 7px 7px 0;
	width: 338px;
	background: #de0000;
	color: #FFF;
	line-height: 1.4em;
}
* html address.stationaddress {
	width: 328px;
}
#maincol address.stationaddress a {
	color: #FFF;
	border: 0;
	font-weight: bold;
}
#maincol address.stationaddress a:hover {
	color: #DDD;
	border-bottom: #DDD 1px dotted;
}
#content form {
	padding: 15px;
	background: #f4f4f4;
}
#content form .frow {
	display: block;
	margin-bottom: 3px;
	_margin-bottom: 1px;
}
#content form label {
	float: left;
	display: block;
	width: 173px;
	color: #333;
}
#content form .field  {
	border: #bdbdbd 1px solid;
	background: #FFF;
	color: #000;
	padding: 2px;
	font-size: 1em;
}
#content .small {
	width: 80px;
	_width: 81px;
}
#content .medium {
	width: 240px;
	_width: 241px;
}
#content .large {
	width: 500px;
	_width: 501px;
}
#content form span {
	padding: 2px 0;
	display: block;
}
#content form .buttons {
	border-top: #999 1px dotted;
	margin: 10px 0 0 0;
	padding-top: 10px;
	text-align: center;
}
.button {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.button.normal {
	background: #e32222;
	color: #FFF;
	border-color: #e32222;
	width: 150px;
}
.button.alert {
	background: #FFF;
	color: #333;
	border-color: #DDD;
	width: 100px;
}
.button.normal:hover, .button.alert:hover {
	background: #999;
	border-color: #999;
	color: #FFF;
}
.form {
	width: 500px;
	margin: 20px auto;
}
.imgtext {
	border: #f4f4f4 7px solid;
}
a:hover .imgtext {
	border-color: #e32222;
}

.goleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.goright {
	float: right;
	margin: 10px 0 10px 10px;
}
.gocenter {
	margin: 10px auto;
	text-align: center;
}
#maincol .gallerysmall, #maincol .gallerysmall:hover {
	border: 0;
}
ul {
	list-style: none;
	margin: 10px 0;
	padding: 0 30px;
}
ul li {
	background: url(../img/bullet_red.gif) no-repeat 0 7px;
	padding-left: 12px;
	margin-bottom: 5px;
}
ul.twocol li {
	width: 250px;
	float: left;
}
ul.twocol li.odd {
	width: 390px;
}
.pdf {
	background: url(../img/icon_pdf.gif) no-repeat 2px 0;
	padding-left: 24px;
}
.map {
	background: url(../img/icon_map.gif) no-repeat 0 1px;
	padding-left: 22px;
}
.required {
	color: #F00;
	font-style: italic;
}



