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

/* NAVIGATION AND SUBNAVIGATION ELEMENTS */

.navBar {
	background-color: #6495C4;
}

/* TABBED NAVIGATION (MAIN NAV) */

.navFont {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

.navActive {
	width:160px;
	height:28px;
	background-image: url(../images/navTab.gif);

}

.navActiveLeft {
	width:160px;
	height:28px;
	background-image: url(../images/navCurve-right.gif);
}

.navActiveRight {
	width:160px;
	height:28px;
	background-image: url(../images/navCurve-left.gif);
}

.navActive a:link, .navActiveLeft a:link, .navActiveRight a:link {
	color:#0054A4;
	text-decoration: none;
}

.navActive a:visited, .navActiveLeft a:visited, .navActiveRight a:visited {
	text-decoration: none;
}

.navActive a:hover, .navActiveLeft a:hover, .navActiveRight a:hover {
	color: #EC3224;
	text-decoration: none;
}

.navActive a:active, .navActiveLeft a:active, .navActiveRight a:active {
	text-decoration: none;
}



.navInActive {
	width:160px;
	height:28px;
}

.navInActive a:link {
	color:#ffffff;
	text-decoration: none;
}

.navInActive a:visited {
	color:#ffffff;
	text-decoration: none;
}

.navInActive a:hover {
	color: #EC3224;
	text-decoration: none;
}

.navInActive a:active {
	color:#ffffff;
	text-decoration: none;
}



/* SUB NAV ELEMENTS */

.subNav {
	color:#ED3020;
	font-size: 10pt;
}

#subNavLeft {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED3020;
	padding-bottom: 3px;
}

#subNavRight {
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED3020;
	padding-bottom: 3px;
}

#subNavRight a:link, #subNavLeft a:link {
	text-decoration: none;
	color: #0054A4;
}

#subNavRight a:visited, #subNavLeft a:visited {
	text-decoration: none;
	color: #0054A4;
}

#subNavRight a:hover, #subNavLeft a:hover {
	text-decoration: underline;
	color: #ED3020;
}

#subNavRight a:active, #subNavLeft a:active {
	text-decoration: none;
	color: #0054A4;
}


.subNavRight {
	background-color: #FFFFFF;
	height:28px;
}

.subNavRightCurved {
	background-color: #FFFFFF;
	background-image: url(../images/navCurve-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:28px;
}

.subNavLeft {
	background-color: #FFFFFF;
	height:28px;
}

.subNavLeftCurved {
	background-color: #FFFFFF;
	background-image: url(../images/navCurve-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height:28px;
}


/* FOOTER STYLES */

#footer {
	color:#EB3226;
	font-size: 10pt;
	text-align: right;
	vertical-align: bottom;

}

#footer a:link {
	color: #003366;
	text-decoration: none;
}

#footer a:visited {
	color: #003366;
	text-decoration: none;
}

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