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

/* NAVIGATION */

ul#aboutNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #999999;
	font-family: calibri, tahoma, arial, Helvetica, sans-seriff;
	font-size: 90%;
}

#aboutNav a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFCED1;
}

#aboutNav a:hover {
	font-weight: bold;
	background-color: #f37b82;
	color: #000;
	text-decoration:underline;
}

#aboutNav a.sub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #1e2c7e;
	text-decoration:none;
	background-color: #FFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#aboutNav a.sub:hover {
	color: #fff;
	text-decoration:underline;
	background-color: #9a0403;
}

#aboutNav a.subsub {
	font: tahoma, arial, Helvetica, sans-seriff;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #000080;
}

#aboutNav a.subsub:hover {
	color: #fff;
	text-decoration:underline;
}

#aboutNav .nolink {
	font: tahoma, arial, Helvetica, sans-seriff;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #000080;
}


/* IE Fixes */

/* remove annoying gaps */
#aboutNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNav a {
	height: 1px;
}

/* CSS Document */
/* NAV BAR */

.twoColFixLtHdr #mainNav {
	background: #FFCED1;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFCED1;
} 

#mainNav ul {
	font: calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFCED1;
	float: left;
	border-bottom: 1px solid #999999;
	width: 100%;
}

#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#mainNav li a, #mainNav li a:link {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #999999;
	display: block;
	background-color: #FFCED1;
	text-align: center;
	padding-top: 1.5px;
	padding-bottom: 1.5px;
}

#mainNav li a:hover {
	background-color: #f37b82;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

ul#aboutNavs2 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	border-bottom: 1px solid #999999;
	font-family: calibri, tahoma, arial, Helvetica, sans-seriff;
	font-size: 90%;
}

#aboutNavs2 a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFCED1;
}

#aboutNavs2 a:hover {
	font-weight: bold;
	background-color: #f37b82;
	color: #000;
	text-decoration:underline;
}

#aboutNavs2 a.sub {
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #1e2c7e;
	text-decoration:none;
	background-color: #FFF;
	background-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#aboutNavs2 a.sub:hover {
	color: #fff;
	text-decoration:underline;
	background-color: #9a0403;
}

#aboutNavs2 a.subsub {
	font: tahoma, arial, Helvetica, sans-seriff;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #000080;
}

#aboutNavs2 a.subsub:hover {
	color: #fff;
	text-decoration:underline;
}

#aboutNavs2 .nolink {
	font: tahoma, arial, Helvetica, sans-seriff;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #000080;
}


/* IE Fixes */

/* remove annoying gaps */
#aboutNavs2 li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #aboutNavs2 a {
	height: 1px;
}
