@charset "utf-8";
/* CSS Document */

body { 
	margin-top: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bodyback.jpg) 0 0 repeat;
	background-position: top;
}

p {
	padding: 14px;
	text-align: center;
	color: #fff;
}

.bold {
	font-weight: bold;
}

#container {
	margin: 0 auto 0;
	width: 950px;
	height: 461px;
	border: none;
	background: #000;
}

#header {
	width: 950px;
	height: 91px; 
	background: #000;
}

#siteToolbar {
	background-color: #000;
}

#siteToolbarRight {
	margin: 0 2px 0 0; 
	width: 946px;
	background-color: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#nav_front {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 32px;	
	background: #fff;
}

#mainGraphic {
	margin: 0;
	padding: 20px 0 0 20px;
	width: 930px;
	height: 411px;
	background: #000 url(../images/mainGraphic.jpg) 0 0 no-repeat;
}

.quickLinks {
	margin: 0 0 0 0;
	padding: 26px 0 0 4px;
	width: 300px;
	height: 80px;
	background: #000 url(../images/quickLinksBck.jpg) 0 0 no-repeat;		
}

.quickLinks li {
	padding: 0 0 2px 0;
	display: inline;
}

#bttns {
	margin: 0;
	padding: 100px 0 0 0;
	width: 950px;
	height: 106px;
}

#bttns li { 
	display: inline;
	/*margin: 0 10px;*/
}

#blurb {
	background-color: #000;
	width: 950px;
	height: 80px;
	background: #000 url(../images/blurbBck.jpg) 0 0 repeat-y;	
}

#footer {
	width: 950px;
	height: 6px;
	padding-top: 0;
	background: #000 url(../images/footerBck.jpg) 0 0 no-repeat;	
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#seo_text {
	margin: 15px;
	padding: 30px 0 30px;
	color: #666;
	height: 150px;
	overflow: auto;
	background:transparent;	
}

.clear {
	clear: both;
}

#seo_text p {
	color: #666;
}

#seo_text a {
	color: #666;
	text-decoration: underline;
}