/* bottom sub nav */

.clearBkg {
	background-color:#FFFFFF;
	width: 595px;
	margin-top: 0;
	text-align: center;
	}
	
#bottomsub {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8 em;
	}
	
#bottomsub a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.8 em;
	}
	
#bottomsub a:link {
	color: #A70025;
	font-weight: normal;
	font-size: 0.8 em;
	}
	
#bottomsub a:visited {
	color: #000;
	font-weight: normal;
	font-size: 0.8 em;
	}
	
#bottomsub a:hover {
	color: #0066FF;
	font-weight: normal;
	font-size: 0.8 em;
	}	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #EDAB1F;
	font-style: normal;
	font-weight: bold;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	color: #DE8610;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A70025;
	font-weight:  bold;
	font-size: 1.1em;
}

.sourcetext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:  bold;
	color: #000;
	font-size: 11px;
}



.href-link-main {
	padding-left:30px;
}

/* main nav */

.orangeBkg {
	background-color:#F5D15C; width: 595px; margin-top: 0 !important; margin-top: -3px; border-left: 1px solid #000000; border-right: 1px solid #000000;
	}
	
.inner-nav {
	width: 596px;
	height: 32px;
	font-size: 0.85em;
	position: relative;
	z-index: 100px;
	border-right: 1px solid #000;
	background: #942821;
}

/* hack IE5.5 */
* html .inner-nav {
	width: 596px;
	w\idth: 596px;
}

.inner-nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.inner-nav ul ul {
	width: 137px;
}

.inner-nav li {
	float: left;
	width: 149px !important;
	width: 149px;
	position:relative;
	text-align: center;
}

/* style the links for the top level */
.inner-nav a, .inner-nav a:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 137px;
	height: 30px;
	border: 1px solid #000;
	border-width: 1px 0px 1px 1px;
	background: #942821;
	padding-left: 10px;
	line-height:29px;
	text-decoration: none;
}

/* hack IE5.5 */
* html .inner-nav a, * html .inner-nav a:visited {
	width: 137px;
	w\idth:137px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.inner-nav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0px;
	top: 31px;
	left: 0px;
	width: 137px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .inner-nav ul ul {
	top: 30px;
	t\op: 31px;
}

/* required for IE to work */
.inner-nav table {
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
}

/* style the second level links */
.inner-nav ul ul a, .inner-nav ul ul a:visited {
	background: #942821;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0px 1px 1px 1px;
	text-decoration: none;
}

/* yet another hack for IE5.5 */
* html .inner-nav ul ul a, * html .inner-nav ul ul a:visited {
	width: 127px;
	w\idth:127px;
	text-decoration: none;
}

/* style the top level hover */
.inner-nav a:hover, .inner-nav ul ul a:hover{
	color: #000;
	background: #F7D35A;
	text-decoration: none;
}

.inner-nav :hover > a, .inner-nav ul ul :hover > a {
	color: #000;
	background: #F7D35A;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.inner-nav ul li:hover ul, .inner-nav ul a:hover ul{
	visibility: visible;
}



