
 /* common styling */
.topNav{
	float: left;
	margin-left: 10px;
	text-align: left;
	margin-right: 12px;
}
.topNav1{
	width: 3em;
}
.topNav2{
	width: 8.8em;
}
.topNav3{
	width: 10em;
}
.topNav4{
	width: 9em;
}
.topNav5{
	width: 7.0em;
}
.topNav6{
	width: 3.2em;
}
.topNav7{
	width: 5.4em;
}
.topNav8{
	width: 3.6em;
}
.divider{
	height:2.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	float: left;
}

.menuHead {
	text-align: left;
	color: #F69E34;
	padding-bottom: 5px;
	margin-left: 15px;
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
}

a:link.mainNav, a:visited.mainNav  {
	color: #666;
	text-decoration: none;
}

a:hover.mainNav,   a:active.mainNav  {
	text-decoration: underline;
	color: #F69E34;
}
a:link.pageOn, a:visited.pageOn  {
	color: #F69E34;
	text-decoration: none;
}

a:hover.pageOn,   a:active.pageOn  {
	text-decoration: underline;
	color: #F69E34;
}


a:link.pageOn2, a:visited.pageOn2  {
	font-weight: bold;
	color: #F69E34;
	text-decoration: none;
}

 a:hover.pageOn2,   a:active.pageOn2  {
 	font-weight: bold;
	text-decoration: underline;
	color: #F69E34;
}
	
a:link.pageOn3, a:visited.pageOn3  {
	font-weight: normal;
	color: #F69E34;
	text-decoration: none;
}

 a:hover.pageOn3,   a:active.pageOn3  {
 	font-weight: normal;
	text-decoration: underline;
	color: #F69E34;
}

.menu {
font-family: arial,verdana, sans-serif;
font-weight: normal;
	
	
}
.menu ul {
padding:0; margin:0; list-style-type: none;
	}
.menu ul li {
 padding:0; margin:0;
}

.menu ul li a, .menu ul li a:visited { 
font-size: 12px;
text-align: left;
display:block; 
text-decoration:none; 
color:#FFF; 
width:139px;  
padding:8px 6px 8px 15px; 
line-height:15px; 
}
.menu ul li a:hover, .menu ul li a:active { 
font-size: 12px;
text-align: left;
display:block; 
text-decoration:underline; 
color:#F69E34;; 
width:139px;  
padding:8px 6px 8px 15px; 
line-height:15px; 
}
.menu ul li ul {
display: none;
}

.pageOn {
	color: #F69E34;
	text-decoration: none;
}
.login {
	font-size: 9px;
	color: #FFFFFF;
	padding: 5px;
	width: 115px;
	border: 1px solid #FFFFFF;
	margin-top: 45px;
	margin-left: 15px;
	margin-bottom: 25px;
}

a:link.loginlink, a:visited.loginlink  {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

 a:hover.loginlink, a:active.loginlink  {
	font-weight: bold;
	text-decoration: underline;
	color: #F69E34;
}



.contentNavSection{
	width: 565px;
	float: left;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 12px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0; /* set margins as desired */
font:  10.3px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #2e70a4; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

ul#tabnav li.tabOn{ /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnav li.tabOn a{ /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #F69E34; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

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

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #F69E34;
}

/* end css tabs */


.contentNavSectionBot{
	width: 565px;
	float: center;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 12px;
}


/* begin css tabs */



ul#tabnavbot { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0; /* set margins as desired */
font:  10.3px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #2e70a4; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 5px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnavbot li { /* do not change */
display: inline;
}

ul#tabnavbot li.tabOn{ /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

ul#tabnavbot li.tabOn a{ /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #F69E34; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnavbot li a { /* settings for all tab links */
padding: 3px 3px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #2e70a4; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #DDEDFC; /* set unselected tab background color as desired */ 
color: #38385E; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
z-index: 1000;
}

ul#tabnavbot a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #F69E34;
}

/* end css tabs */