/* ######### Masthead ######### */

#masthead {
	font: normal 11px Arial, Verdana, sans-serif;
	width: 757px;
	height: 136px;
	background: transparent url(images/masthead.gif) no-repeat left top;
	text-align: right;
}

#mastheadText {
	padding: 50px 40px 0 0;
	font-weight: bold;
}



/* ######### Main Navigation ######### */


#mastheadNav {
	font: normal 11px Arial, Verdana, sans-serif;
	width: 757px;
	height: 30px;
	background: #D01F25;
}

#mastheadNavSpacer {
	width: 737px;
	background: #fff;
	border-left: 10px solid #D01F25;
	border-right: 10px solid #D01F25;
	height: 20px;
}

.ddcolortabs {
	padding: 0;
	background: transparent;
}

.ddcolortabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ddcolortabs li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
	text-transform: uppercase;
}


.ddcolortabs a {
	float: left;
	color: white;
	background: #D01F25;
	margin: 0 0px 0 0;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}

.ddcolortabs a span {
	float: left;
	display: block;
	/*padding: 4px 8px 4px 8px;*/
	padding: 8px 17px;
	/*border-left: 1px white solid; 
	border-right: 1px white solid; */
	background: url(images/line.gif) no-repeat right top;
}

.ddcolortabs a span {
	float: none;
}

.ddcolortabs a:hover {
	background-color: #a81b20;
}

.ddcolortabs a:hover span {
	background-color: #a81b20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span {/*currently selected tab*/
	background-color: #D01F25;
}

.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: black;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
	position: absolute;
	top: 0;
	border: 1px solid #D01F25; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #D01F25;
	border-bottom: 1px solid #D01F25; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	color: black;
	padding-left: 10px;
}

* html .dropmenudiv_a a {/*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover {/*THEME CHANGE HERE*/
	background-color: #D01F25;
	color: white;
}
