/***  ©2007 graphite studio. All rights reserved.  ***/

body{
	font-family: "Helvetica Neue", Arial, Sans-serif;
	font-size: 1em;
	color: #333333;
	margin: 0;
	padding: 0;
}
a {
	color: #d20000;
	text-decoration: underline;
}
a:link {
	color: #d20000;
	text-decoration: underline;
}
a:visited {
	color: #d20000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h1{
	font-size: 100%;
	line-height: 1.35em;
	color: #000;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 95%;
	color: #000;
	margin: 0;
	padding: 0;
}
h3{
	font-size: 85%;
	line-height: 1.35em;
	color: #000;
	margin: 0;
	padding: 0;
}
h4{
	font-size: 75%;
	line-height: 1.35em;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}
h5{
	font-size: 65%;
	line-height: 1.35em;
	font-weight: normal;
	color: #334d55;
	margin: 0;
	padding: 0;
}
p{
	font-size: 75%;
	line-height: 1.45em;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
}
ul{
	list-style-type: square;
}
ul ul{
	list-style-type: disc;
}
ul ul ul{
	list-style-type: none;
}
.clearit {
	clear: both;
	margin: 0;
	padding: 0;
}

/*** General Layout Divs ***/

#container {
	position: relative;
    width: 744px;
    margin: 0 auto;
    padding: 0 0 6px 0;
    text-align: left;
	background: url(../images/brightredstripe.gif);
}
#masthead{
	position: relative;
	background: url(../images/headerback.gif) no-repeat;
	top: 6px;
	left: 11px;
	width: 720px;
	height: 123px;
}
#adhead{
	position: relative;
	top: 5px;
	left: 11px;
	width: 720px;
	height: 122px;
}
#adleft{
	float: left;
	width: 473px;
	height: 122px;
}
#adright{
	float: left;
	width: 244px;
	height: 122px;
}
#divlogo1{
	position: absolute;
	width: 161px;
	height: 68px;
	top: 35px;
	right: 258px;
}
#divlogo2{
	position: absolute;
	width: 94px;
	height: 94px;
	top: 15px;
	right: 144px;
}
#divlogo3{
	position: absolute;
	width: 125px;
	height: 69px;
	top: 15px;
	right: 125px;
}
#contenttop{
	position: relative;
	margin: 10px 20px 0 20px;
	padding: 0;
	width: 704px;
	height: 5px;
	background: #fff url(../images/contenttop.gif) no-repeat;
}
#contentarea {
	position: relative;
    width: 704px;
	min-height: 300px;
    margin: 0 20px 0 20px;
    padding: 0;
	background: #fff url(../images/lightgreygrad.gif) top right repeat-y;
}
#leftcontent {
	float: left;
	width: 439px;
	margin: 0;
	padding: 0 15px 10px 15px;
}
.leftstory{
	border-bottom: 2px dotted #efe5c5;
	padding: 10px 0 0 0;
}
.lastleftstory{
	padding: 10px 0 0 0;
}
#rightcontent {
	float: right;
	width: 205px;
	margin: 0;
	padding: 0 15px 10px 15px;
}
#contactinfo{
	border-bottom: 2px dotted #dedede;
	padding: 10px 0 0 0;
}
.rightstory{
	padding: 10px 0 0 0;
}
img.floatleft{
	float: left;
	border: 1px solid #efe5c5;
	margin: 0 10px 10px 0;
}
img.floatright{
	float: right;
	border: 1px solid #efe5c5;
	margin: 0 0 10px 10px;
}
/*** #footer styles ***/

#footershadow {
	background: #8c0a07 url(../images/footershadow.gif) no-repeat;
	width: 704px;
	height: 30px;
	margin: 0 20px 10px 20px;
	padding: 0;
}
#footershadow p{
	font-size: .6em;
	color: #f1f1f1;
	padding: 10px 0 0 20px;
}