/* CSS Document */

body {
	background: #500000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
a, a:visited, a:active {
	outline: none;
	color: #500000;
}
a:hover, a:focus {
	outline: none;
	color: #500000;
	text-decoration: none;
}
#outer {
	width: 1028px;
	background: #ffffff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 1000px;
	padding: 0 14px;
	background: #ffffff url(images/shadow.gif) top center repeat-y;
	float: left;
}

/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/**************************************** HEADER ****************************************/
#header {
	width: 950px;
	height: 179px;
	margin: 0 25px 10px 25px;
	background: #ffffff url(images/header_bg.jpg) no-repeat;
	border-bottom: 11px solid #332c2c;
	float: left;
}
#logo {
	height: 93px;
	width: 411px;
	float: left;
	margin: 24px 0 17px 13px;
}
#logo h1 {
	height: 93px;
	width: 411px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 411px;
	height: 93px;
}
#logo span {
	display:none;
} 
#aTm {
	height: 67px;
	width: 274px;
	float: right;
	margin: 13px 20px 54px 0;
}	
#aTm a {
	display: block;
	width: 274px;
	height: 67px;
	cursor: pointer;
}
#aTm span {
	display:none;
} 
#navigation {
	height: 35px;
	width: 950px;
	float: left;
}



/**************************************** Front Content ****************************************/

#content {
	float: left;
	width: 950px;
	margin: 0 25px 7px 25px;
	background: #ffffff url(images/cont_bg.gif) bottom left no-repeat;
	padding: 0;
}
#frContent {
	float: left;
	width: 950px;
	background: url(images/frCont_bg.gif) top right repeat-y;
	padding: 0;
}
#left {
	float: left;
	width: 665px;
	padding: 0;
	overflow: hidden;
}

/*********** Feature Images ***********/
#feature {
	width: 665px;
	height: 322px;
	overflow: hidden;
}
#feature img {
	border: 1px solid #5f574f;
}
/**************************************/

#topLeft {
	width: 625px;
	padding: 0 20px;
	float: left;
	margin-top: 25px;
}
h2.lab {
	padding: 0;
	margin: 0 0 15px 0;
	width: 625px;
	height: 60px;
	border-bottom: 1px solid #eae8e4;
	background: url(images/h_lab.gif) top left no-repeat;
}
h2.lab span {
	display: none;
}
.frontDesc {
	padding: 0 20px;
	line-height: 1.5;
}
.frontDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}
#botLeft {
	width: 625px;
	padding: 0 20px;
	float: left;
	margin: 35px 0 15px 0;
}
#blone {
	float: left;
	width: 300px;
	min-height: 250px;
}
h2.pump {
	padding: 0;
	margin: 0 0 15px 0;
	width: 300px;
	height: 60px;
	border-bottom: 1px solid #eae8e4;
	background: url(images/h_turbo.gif) top left no-repeat;
}
h2.pump span {
	display: none;
}
#bltwo {
	float: right;
	width: 300px;
}
h2.turbo {
	padding: 0;
	margin: 0 0 15px 0;
	width: 300px;
	height: 60px;
	border-bottom: 1px solid #eae8e4;
	background: url(images/h_pump.gif) top left no-repeat;
}
h2.turbo span {
	display: none;
}

#right {
	float: right;
	width: 245px;
	padding: 15px;
	overflow: hidden;
}
.rtSection {
	margin: 10px 0 30px 0;
}
h2.rtTitle {
	padding: 0 0 3px 10px;
	margin: 0 0 15px 0;
	color: #500000;
	border-bottom: 1px solid #b2b2b2;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
}
.rtDesc {
	padding: 0 10px;
	line-height: 1.5;
}
.rtDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}
ul.rss {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.rss li {
	padding: 0 0 12px 0;
	margin: 0;
}
ul.rss li a {
	text-decoration: none;
}
ul.rss li a:hover {
	text-decoration: underline;
}
/**************************************** Article Content ****************************************/
#artContent {
	width: 625px;
	padding: 0 20px;
	float: left;
	min-height: 500px;
}
#breadcrumbs {
	float: right;
	width: 940px;
	line-height: 10px;
	margin: 0 25px 0 25px;
	text-align: right;
	text-transform: lowercase;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #ABABAB;
	padding-right: 10px;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active{
	text-decoration: none;
	color: #ABABAB;
}
#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: none;
	color: #500000;
}
h1.artTitle {
	padding: 0 0 3px 10px;
	margin: 10px 0 15px 0;
	color: #500000;
	border-bottom: 1px solid #b2b2b2;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 24px;
}
.artDesc {
	padding: 0 10px;
	line-height: 1.5;
}
.artDesc p {
	padding: 0;
	margin: 0 0 15px 0;
}
.summaryPageTitle {
	margin: 0;
}
.summaryPageDescription {
	margin: 0 0 15px;
}
.searchDesc h1{
	display: none;
}


#wideContent {
	float: left;
	width: 950px;
	padding: 0;
}
#artWide {
	width: 910px;
	padding: 0 20px 10px 20px;
	float: left;
	min-height: 500px;
}
#artCal {
	width: 950px;
	padding: 0;
	float: left;
	min-height: 500px;
}
.calDesc {
	padding: 0;
	line-height: 1.5;
}
/**************************************** Footer ****************************************/

.clear{
	clear: both;
}    
#footer {
	float: left;
	width: 900px;
	min-height: 34px;
	margin: 0 25px;
	padding: 8px 25px;
	background: #332c2c;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: none;
	color: #ffffff;
	padding: 0 3px;
}
#footer a:hover, #footer a:focus{
	text-decoration: underline;
	color: #ffffff;
}  
#subFooter {
	float: left;
	width: 900px;
	margin: 0 25px;
	padding: 4px 25px;
	font-size: 11px;
	color: #ABABAB;
	text-align: center;
	line-height: 1.5;
}
#subFooter a, #subFooter a:visited, #subFooter a:active{
	text-decoration: underline;
	color: #ABABAB;
}
#subFooter a:hover, #subFooter a:focus{
	text-decoration: none;
	color: #500000;
} 
#bottom {
	width: 1028px;
	height: 28px;
	background: url(images/bottom_bg.gif) top center repeat-y;
	float: left;
}
