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 {
	text-align:center;
	color:#8a8a8a;
	background:#cad1d4 url(../images/background.jpg) repeat-x top left;;
}
#wrapper {
	margin:0 auto;
	width:968px;
	/*height:100%;*/
}
#top {
	padding-bottom:3px;
	width:100%;
	text-align:left;
	position:relative;
	height:88px;	
}
#logo {
	text-align:left;
	width:240px;
	float:left;
	padding-top:21px;
}
#top_nav {
	float:right;
	width:718px;
	text-align:right;
}
#top_nav a {
	color:#8a8a8a;
	text-decoration:none; 
}
#top_nav a:hover {
	color:#8a8a8a;
	text-decoration:none; 
}

#top_nav ul {
	display:inline;
	list-style:none;
	position:absolute;
	right:-1px;
	bottom:4px;
}
#top_nav ul li {
	display:inline;
	margin:0 1px 0 1px;
	padding:0 0 3px 0;
	text-transform:uppercase;
}	
.top_nav_spacer {
	border-bottom:none;
}
.top_nav_blue {
	border-bottom:5px solid #5b97b1;	
}
.top_nav_red {
	border-bottom:5px solid #b9d300;
}
.top_nav_silver {
	border-bottom:5px solid #8a8a8a;
}
.top_nav_orange {
	border-bottom:5px solid #ffb609;
}
#content_wrapper {
	width:966px;
	height:100%;
	margin:0;
	background:#fff;
	border:1px solid #cbd1d4;
	padding:0;
}
#content_header {
}

#content {
	text-align:left;
	background:#fff;
}
#content P {
	padding:10px 25px 10px 25px;
}

.img_right {
	display:block;
	float: right;
	padding:0 0 5px 10px;
}

#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;
}
.icon {
	padding:10px 20px 10px 10px;
}
.icon_small {
	padding:0;
}
#footer_wrapper {
	border-bottom:7px solid #b9d300;
	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 #b9d300;
	padding:3px 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 {
	font-size:75%;
	text-transform:uppercase;
	text-align: right;
}
/* 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%;
}
