/*
Header nav tabs

*/

.headerTabNav { /* general settings */

text-align: left; /* set to left, right or center */
margin: 1px 0em 0em 0px; /* set margins as desired */
font-weight: bold;
font-size: 12px; /* verdana, arial, sans-serif;  set font as desired */
border-bottom: none /* set border COLOR as desired */
list-style-type: none;
padding: 3px 0px 3px 25px; /* THIRD number must change with respect to padding-top (X) below */
width: 600px;
}

.headerTabNav li { /* do not change */
display: inline;
}

.headerTabNav li.tabSelected { /* settings for selected tab */
	border-bottom: 1px solid white;
/*border-bottom: 1px solid #dddfe1;*/ /* set border color to page background color */
/*background-color: #dddfe1;*/ /* set background color to match above border color */
}

.headerTabNav li.tabSelected a { /* settings for selected tab link */
	padding: 4px 24px;
	color: #b90200;
	/*
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;*/
	background-color: white; /* set selected tab background color as desired */
	text-decoration: none;
	border-bottom: none;
	margin-right: 0px; /* must change with respect to padding (X) above and below */
}



.headerTabNav li a { /* settings for all tab links */
padding: 4px 24px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*
border-bottom: 1px solid #999;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;*/
/*background-color: #fff;  set unselected tab background color as desired */
color: white; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

.headerTabNav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #b90200;
}





/*

Sub navigation tabs

*/
.sectionTabNav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 2em 0 0 0; /* set margins as desired */
font-weight: bold;
font-size: 12px; /* verdana, arial, sans-serif;  set font as desired */
border-bottom: 1px solid #999; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 0px 3px 0px; /* THIRD number must change with respect to padding-top (X) below */
width: 976px;
}

.sectionTabNav li { /* do not change */
display: inline;
}

.sectionTabNav li.tabSelected { /* settings for selected tab */

border-bottom: 1px solid #dddfe1; /* set border color to page background color */
background-color: #dddfe1; /* set background color to match above border color */
}

.sectionTabNav li.tabSelected a { /* settings for selected tab link */
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #dddfe1; /* set selected tab background color as desired */
	color: #b90200; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}



.sectionTabNav li a { /* settings for all tab links */
padding: 3px 24px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border-bottom: 1px solid #999; /* set border COLOR as desired; usually matches border color specified in #tabnav */
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
background-color: #fff; /* set unselected tab background color as desired */
color: #b90200; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

.sectionTabNav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.sectionTabBody {
	display: block;
	position: relative;
	width: 974px;
	background-color: #dddfe1;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.sectionTabBodyHeader {
	text-align: left;
	width: 972px;
	display: block;
	padding-left:3px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	border-bottom: 3px solid #b90200;
	color: #585858;
}

.sectionTabBodyHeaderLink {
	color: #585858;
}

.sectionTabSectionHeader {
	text-align: center;
	width: 670px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	background-color: #b90200;
	color: white;
}

