/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
body {
	text-align: center;
	background: #5c1003;
	line-height: 1;
}
html {
	font-size: 62.5%;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	background: url(../images/header04.jpg) no-repeat;
	height: 200px;
	text-indent: -1000em;
}
#header h2 {
	text-align: center;
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: .1em;
}
#header h2 span {
	color: #f6b80c;
}
#header h3 {
	text-align: center;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 25px;
	letter-spacing: .1em;
	color: #f6b80c;
}

p.list {
	border-top: 1px solid #f6b80c;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #f6b80c;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 0;
	letter-spacing: .1em;
}
p.list span{
	padding: 0 55px;
}
#nav {
	float: left;
	width: 180px;
	padding-top: 20px;
}
#nav li {
	margin: 0 0 10px 0;
}
#nav li a {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	display: block;
	background-color: #5c1003;
	color: #fff;
	text-decoration: none;
	width: 170px
}
#nav>ul a {
	width: auto;
}
#nav li a:hover {
	color: #5c1003;
	background-color: #FFFFFF;
}
#nav li a.current {
	color: #f6b80c;
}
#content {
	float: right;
	width: 750px;
}
#content img.intro {
	float: right;
	padding: 10px;
	background: #fff;
	border: 1px solid #f6b80c;
	margin: 0 0 15px 15px;
}
#work {
	margin: 15px auto 0;
	width: 622px;
}
#work img.work {
	padding: 10px;
	background: #fff;
	border: 1px solid #f6b80c;
}
#content p.copy {
	font-size: 1.3em;
	line-height: 1.7em;
	letter-spacing: .1em;
	text-indent: 1em;
	margin-bottom: 15px;
	padding: 0 25px;
}
#content p.copy a {
	text-decoration: none;
	color: #f6b80c;
}
#content p.copy a:hover {
	text-decoration: underline;
}
#content h3 span {
	display: none;
}
#content h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #f6b80c;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
	letter-spacing: .1em;
}	
#content h3.trucks {
	background: #5C1003 url(../images/trucksTitle.jpg) no-repeat;
	height: 40px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.shields {
	background: #5C1003 url(../images/shieldsTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.chief {
	background: #5C1003 url(../images/chiefTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.scrolls {
	background: #5C1003 url(../images/scrollsTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.artWork {
	background: #5C1003 url(../images/artworkTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.misc {
	background: #5C1003 url(../images/miscTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content h3.artShop {
	background: #5C1003 url(../images/firehouseArtTitle.jpg) no-repeat;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content p.thumbs {
	padding: 0 0 0 25px;
}
#content p.thumbs img {
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #F6B80F;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #f6b80c;
	margin-bottom: 25px;
}
#footer p {
	font-size: 1.3em;
	padding-top: 15px;
}
#footer a {
	text-decoration: none;
	color: #f6b80c;
}
#footer a:hover {
	text-decoration: underline;
}

