/* HEADER */
#headerBackground { 
	position: absolute; 
	left:0px;
	text-align:center; 
	background-image: url(../images/header_graphic.jpg); 
	background-repeat: no-repeat; 
	background-position:center; 
	height: 64px; 
	width:100%; 
	border-bottom: 1px solid #3A4FBE;
}
#headerLeft { 
	background-image: url(../images/header_left.jpg); 
	background-repeat: repeat-x; 
	position: absolute; 
	height: 64px; 
	width: 48%; 
	left: 0px; 
	top: 0px;
}
#headerRight { 
	background-image: url(../images/header_right.jpg); 
	background-repeat: repeat-x; 
	position: absolute; 
	height: 64px; 
	width: 48%; 
	right: 0px; 
	top: 0px;
}
#rushmoreLogo {
	position: absolute; 
	height: 40px; 
	width: 97px; 
	left: 7px; 
	top: 12px; 
	background-image: url(../images/rushmore_logo.gif);
}
#sigmaLogo {
	position: absolute; 
	height: 40px; 
	width: 77px; 
	right: 7px; 
	top: 12px; 
	background-image: url(../images/sigma_logo.gif);
}
.headerTitle {
	position: absolute; 
	text-align:center; 
	height:40px; 
	width:69%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold; 
	padding-left: 17%; 
	padding-right: 13%;
}
#headerTitleBack {
	top:13px; 
	left:1px;
}
#headerTitleFront {
	top:12px; 
	left:0px; 
	color:#fff;
}
.headerSubTitle {
	position:relative; 
	font-size: 12px; 
	font-weight: bold; 
	overflow:visible; 
	height:25px;
}
.headerSubTitle span {
	padding-left:30px;
}
