﻿@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
	outline:0;
	border:0;
	margin:0;
	padding:0;
}
body{
	background:url('../img/header_bg.jpg') repeat-x left top;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4{
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin-bottom:0.8em;
}
label{
	font-weight:bold;
}
input{
	font-size:12px;
}
/* input[type="submit"]{
	background-color:#FE0A0C;
	color:white;
	font-weight:bold;
	border-color:#000;
	padding-bottom: 3px;
}*/
#logo{
	display:block;
	width:296px;
	height:68px;
	background:url('../img/firehorse_logo.jpg') no-repeat left top;
	text-indent:-3000px;
	top:28px;
	left:62px;
	position:absolute;
}
#header{
	min-height:131px;
	width:960px;
	margin:0 auto;
	background: url('../img/second_header_bg.jpg') no-repeat right top ;
	position:relative;
}
* html #header{
	height:131px;
}
#header p{
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin-bottom:1em;
	font-size:25px;
	color:#fff;
	position:absolute;
	top:67px;
	right:30px;
}
#main{
	width:960px;
	margin:0 auto;
	position:relative;
}
* html #main{
	height:1%;
}
#nav{
	width:200px;
	background:url(../img/nav_top_bg.jpg) repeat-x top left;
	top:-10px;
	position:absolute;
	left:0;
}
#nav ul{
	margin:30px 0 0 30px;
	list-style:none;
}
#nav li{
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
}
#nav li a{
	color:#333;
	text-decoration:none;
	display:block;
	padding:6px 10px 14px 30px;
}
#nav li a:hover{
	color:#900;
	background:#fff url(../img/selected_tab_bg.jpg) no-repeat bottom left;
	display:block;
	padding:6px 10px 14px 30px;
}
#nav li.selected{
	padding:6px 10px 14px 30px;
	color:#900;
	font-weight:bold;
	background:#fff url(../img/selected_tab_bg.jpg) no-repeat bottom left;
}
#nav-footer{
	width:200px;
	height:10px;
	background:url(../img/nav_bottom_bg.jpg) repeat-x top left;
	position:absolute;
	bottom:-10px;
	left:0;	
}
* html #nav li{
    height:1px;
}
* html #nav-footer{
    bottom:-18px;
}
#content{
	float:left;
	width:470px;
	padding:15px 30px 20px 30px;
	border-left:200px solid #efefef;
}
#content img{
	float:right;
	margin:0 0 25px 25px;
}
#content h1{
	color:#900;
	font-size:30px;
}
#content h2{
	color:#333;
	font-size:18px;
	font-weight:bold;
}
#content p{
	font-size:12px;
	margin-bottom:1em;
}
#content ol{
	font-size:12px;
	margin:10px 0px 10px 30px;
}
#content form {
	background-color:#fff;
	margin:20px 0;
	padding:20px 30px 10px 0px;
	width:420px;
	text-align: center;
}
#content label{
	float:left;
	text-align:right;
	width:140px;
}
#content textarea{
	background-color:#efefef;
	width:250px;
	margin:0 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.formfield{
	background-color:#efefef;
	width:250px;
	margin:0 0 0 10px;
}
.quote {
	float:right;
	margin:0 0 30px 30px;
	width:160px;
}
.citation {
	font-size:11px;
	font-weight:normal;
	padding:10px 0px 0px 0px;
}
#sidebar{
	float:left;
	width:170px;
	background:#efefef url(../img/sidebar_bg.jpg) no-repeat bottom left;
	padding:30px 30px 122px;
	margin-top:15px;
}
#sidebar h2{
	color:#900;
	font-size:16px;
	font-weight:bold;
	padding-bottom:1em;
	border-bottom:1px solid #ccc;
}
#sidebar h3{
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin-bottom: 5px;
}
#sidebar p{
	font-size:11px;
	margin-bottom:1em;
}
#sidebar li{
	font-size:11px;
	margin-left:15px;
	margin-bottom:5px;
}
#sidebar ul{
	margin-bottom:20px;
}
#sidebar input{
	width:160px;
}
.formula{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 10px 0;
}
#footer{
	background:url('../img/footer_bg.jpg') repeat-x left top;
	margin:0;
	min-height:96px;
	padding-top:20px;
	text-align:center;
	clear:both;
}
* html #footer{
	height:96px;
}
#footer p, #footer a{
	color:#fff;
	font-size:10px;
	line-height:2em;
}
.clearer {
padding:0;
margin: 0;
clear: both;
font-size:0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

