/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 20px 0 0;
	padding: 0;
	background: #ffffff url(../images/img1.jpg) repeat-y;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	text-transform: normal;
	color: #000000;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h2 {
	text-transform: uppercase;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, san-serif;
}

h3, h4, h5, h6 {
	text-transform: normal;
	color: #000000;
	font-family: Garamond, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	margin-top:25px;
}

h2 a {
	text-decoration: none;
	color:#000;
}

a {
	border-bottom: none;
	text-decoration: underline;
	color: #1588DB;
}

a:hover {
	border: underline;
	color:#EE1317;
}

.address {
	text-align: right;
	font-weight:bold;
	font-size:10px;
	margin-bottom:65px;
}

/* Boxed */

.boxed {
}

.boxed .heading {
	margin: 0;
	padding: 10px 30px 5px 30px;
	font-size: 1em;
}

.boxed .content {
	padding-bottom: 0px;
	background: url(../images/img3x.jpg) no-repeat left bottom;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 2px 30px 2px 40px;
	background: url(../images/img4.jpg) no-repeat;
}

.boxed a {
	border: none;
	text-decoration: none;
}

/* Header */

#header {
	width: 230px;
	height: 90px;
	padding: 70px 0 0 30px;
	background: url(../images/img2.jpg) no-repeat;
}

#header h1 {
	margin-left: -.5em;
	margin-top: -.5em;
	padding: 0;
	font-size: 3em;
	font-family:"Garamond", Georgia, "Times New Roman", serif;
}

#header h2 {
	margin: -.75em 0 0 2px;
	padding: 0;
	font-size: 1em;
}

#header a {
	border: none;
	color: #001F56;
}

/* Posts */

#posts {
	float: left;
	position: absolute;
	left: 270px;
	top: 0;
	margin: 75px 20px 0 0;
	background-image:url(../images/nfpa-logo.gif); 
	background-repeat:no-repeat;
	background-position:bottom left;
}

.post {
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8A8E99;
}

.title {
	margin: 0;
	font-size: 1.8em;
}

.posted {
	margin-top: 0;
	font-size: .8em;
}

.meta {
	font-size: .8em;
}

/* Story */

#story {
	position:relative;
}
/* Footer */

#footer {
	clear: both;
	position:relative;
	top:60px;
	background-repeat:no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: right;
	font-size: .8em;
}

#footer a {
	color: #1588DB;
}

footer a:hover {
	color:#EE1317;
}

img.frame {
	border-style: solid;
	border-color: #1588DB;
	border-width:1px;
}
