/* The following declarations define the tabs used in the main navigation which is global accross the site */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top;
}

.bodyTxt { font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; font-weight: normal; color: #231F20; }
.bodyTxt a  { color: #C4202B; text-decoration: none }
.bodyTxt a:hover  { color: #C4202B; text-decoration: underline }
.bodyTop { font-family: Verdana, Arial, Helvetica, san-serif; font-size: 24px; font-weight: normal; color: #FFFFFF; }
.bodyHdr {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #24201F;
	text-decoration: underline;
	padding-bottom: 1.5mm;
}
.bodyHdr a { color: #C4202B; text-decoration: none;}
.bodyHdr a:hover  { color: #C4202B; text-decoration: underline }

#topText {
	background-color: #106635;
}

#mainNavigation {
	margin:13px 0px 0px 0px;
}

#mainNavigation ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#mainNavigation li {
	font-size:.8 em;
	float:left;
	background:url("../images/mainnavleft.gif") no-repeat left top;
	margin:0px 1px 0px 0px;
	padding:0px 0px 0px 6px;
}

#mainNavigation a {
	float:left;
	display:block;
	background:url("../images/mainnavright.gif") no-repeat right top;
	padding:3px 15px 2px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainNavigation a {float:none;}
/* End IE5-Mac hack */

#mainNavigation a:hover {
	text-decoration:underline;
}

#mainNavigation #activeNav {
	background:url("../images/mainNavlefton.gif") no-repeat left top;
	font-size:1.2em;
	font-weight: normal;
}

#mainNavigation #activeNav a {
	background:url("../images/mainNavrighton.gif") no-repeat right top;
	color:#ffffff;
	padding:2px 15px 0px 6px;
}

#subNavigation {
	background:url("../images/vox.jpg") no-repeat right top #106635;
	width: 672px;
	padding:4px 4px 0px 4px;
}

#subNavigationBottom {
	color:#ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

br { clear:both !important; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

li.activeWhiteLinkNoDivide {
	font-weight:bold !important;
	color:#FFFFFF;
	text-decoration:none !important;
	border-right:none !important;
}

a.activeWhiteLink {
	font-weight:bold !important;
	color:#FFFFFF;
	text-decoration:none !important;
}
