html, body, h4 {
	font:small/1.0 Arial, "Helvetica Neue", sans-serif;
	font: 13px Arial, Verdana, sans-serif;
	line-height:1.2;
	height:100%;
}
h1, h2, h3 {
	font:small/1.0 Arial, "Helvetica Neue", sans-serif;
	font: 10.5px Arial, Verdana, sans-serif;
	line-height:1;
}
p {
	margin-bottom:13px;
}
ul {
	list-style-type: disc;
	margin-left:23px;
}
li {
	margin:5px 0;
}
a {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:underline;
}
body {
	margin: 0;
	text-align:center;
	color:#8a8a8a;
	background:#df3128 url(../images/background.jpg) repeat-x top left;;
}

#wrapper {
	align: top;
	margin:0 auto;
	width:970px;
	background:#000000;
	border:1px solid #595959;
	/*height:100%;*/
}

#content_wrapper {
	width:970px;
	height:100%;
	margin:0;
	/*background:#000000 url(../images/content_background.jpg) repeat-y top left;*/
	/*border:1px solid #cbd1d4;*/
	padding:0;
}

#content {
	text-align:left;
}
#content P {
	padding:10px 25px 10px 25px;
}
#content_right {
	width:298px;
	text-align:left;
	padding:0 10px 10px 20px;
	background:#fff;
	float:right;
}
#content_right dl {
	padding:0;
	margin:0;
}
#content_right dl dt {
	font-weight:bold;
	font-size:120%;
	letter-spacing:-0px;
	line-height:1.2;
	margin-top: 10px;
	margin-bottom:15px;
	text-transform:uppercase;
}
#content_right dl dd {
	padding:0 0 10px 0;
	margin:0;
}

#footer_wrapper {
	border-bottom:7px solid #0091BD;
	padding:3px 25px 0 25px;
	margin:3px;
}
#footer_wrapper_blue {
	border-bottom:7px solid #5b97b1;
	padding:3px 25px 0 25px;
	margin:3px;
}
#footer_wrapper_red {
	border-bottom:7px solid #b9d300;
	padding:3px 25px 0 25px;
	margin:3px;
}
#footer_wrapper_orange {
	border-bottom:7px solid #ffb609;
	padding:3px 25px 0 25px;
	margin:3px;
}
#footer_wrapper_silver {
	border-bottom:7px solid #8a8a8a;
	padding:3px 25px 0 25px;
	margin:3px;
}
#footer_content {
	border-top:1px solid #918f8f;
	padding:10px 0 8px 0;
	text-transform:uppercase;
	text-align:left;
	position:relative;
	height:50px;
}
#contact {
	text-align:right;
	position:absolute;
}
#contact img {
	float:left;
	margin:0 5px 0 0;
}
.clear_both {
	clear:both;
}
h1 {
	font-size:150%;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	border-bottom:7px solid #0091bd;
	padding:20px 25px 5px 25px;
	margin:3px;
}
h2 {
	font-weight:bold;
	font-size:120%;
	letter-spacing:-0px;
	line-height:1.2;
	margin-bottom:15px;
	text-transform:uppercase;
}
h3 {
	color:#cbc6bc;
	background:#9c927e;
	font-weight:bold;
	font-size:200%;
	letter-spacing:-1px;
	line-height:1.2;
	border-bottom:3px solid #665f52;
	padding: 10px 15px 10px 15px;
	margin-bottom:15px;
	text-transform:uppercase;
}
h4 {
	margin: 0;
	font-size:75%;
	text-transform:uppercase;
	text-align: center;
	padding-bottom:5px;
}
/* make certain type render nicer in Safari */
h1,h2,h3,dt, #nav ul li *, blockquote {
	text-shadow: #808080 0 0 0;
}
.list_header {
	color:#5b97b1;
	font-size:125%;
	font-weight:bold;
	line-height:0; 
}
div.hr {
	border-top:1px solid #918f8f;
	padding:10px 0 8px 0;
	margin:3px 25px 0 25px;
}
.content {
	padding:0 15px 0 15px;
}
img {
	border:none;
}
strong, strong * {
	font-weight:bold;
}
em {
	font-style:italic;
}
small {
	font-size: 80%;
}
