/* CSS Document */

.subnav_title {
	color: #011e40;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
}

div a {
	font-size: 13px;
	text-decoration: none;
	color: #7bc143; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #7bc143; 
}

div a.readmore {
	text-decoration: none;
	color: #ff9900; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div a.readmore:hover {
	text-decoration: underline;
	color: #ff9900; 
	font-weight:bold;
}

#navbackframe {
	width:100%;
	height:73px;
	/*background-color:#0066CC;*/
	margin:0px;
	padding:0px;	 
	background-image:url(../images/navback_blue.gif);
	background-repeat:repeat-x;

}

<!-- blue theme --------------------------------------------------------------------------->
#mainnav{}

#mainnav{
	float:left;
	width:754px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	line-height:normal;
	margin-top: -20px;
	position:absolute;
	padding:0px; 
	margin:0px;
	top:49px;
	left:250px;
	/*border-bottom: 1px solid #7e9fff; Add border strip to bottom of menu*/
}

#mainnav #lnk_edit {
	padding:0px;
	margin:0px;
	color:red;
	background:none;
	background-color:white;
	cursor:pointer;
}

#lnk_edit {
	padding:0px;
	margin:0px;
	color:red;
	background:none;
	background-color:white;
	cursor:pointer;
}

#mainnav_index{
	float:left;
	width:754px;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	
	line-height:normal;
	/*border-bottom: 1px solid #7e9fff; Add border strip to bottom of menu*/
}

#mainnav_index ul, #mainnav ul{
float:right;
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
margin-right:12px;
}

#mainnav_index li, #mainnav li{
display:inline;
margin:0;
padding:0;
}

#mainnav_index a, #mainnav a{
float:left;
background:url(../images/tab_left_blue.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
display:block;
}

#mainnav_index a span, #mainnav a span{
float:left;
display:block;
background:url(../images/tab_right_blue.gif) no-repeat right top;
padding: 7px 15px 5px 6px;
font-size:10px;
color:#FFFFFF;font-weight:bold;
cursor:pointer;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainnav_index a span, #mainnav a span {}
/* End IE5-Mac hack */

#mainnav_index a:hover span, #mainnav a:hover span {
color: #ffffff;
display:block;
}

#mainnav_index .selected a, #mainnav .selected a{ /*Selected Tab style*/
/*background-position:0 0px; Shift background image up to start of 2nd tab image*/
float:left;
background:url(../images/tab_left_blue-over.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
display:block;
}

#mainnav_index .selected a span, #mainnav .selected a span{ /*Selected Tab style*/
/*background-position:100% 0px; Shift background image up to start of 2nd tab image*/
float:left;
display:block;
background:url(../images/tab_right_blue-over.gif) no-repeat right top;
/*padding: 4px 12px 2px 3px;*/
padding: 7px 15px 5px 6px;
font-weight:bold;
color:#3B3B3B;
/*color: black;*/
}

#mainnav_index a:hover, #mainnav a:hover{ /*onMouseover style*/
/*background-position:0% 0px; Shift background image up to start of 2nd tab image*/
float:left;
background:url(../images/tab_left_blue-over.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
display:block;

}

#mainnav_index a:hover span, #mainnav a:hover span{ /*onMouseover style*/
/*background-position:100% 0px; Shift background image up to start of 2nd tab image*/
float:left;
display:block;
background:url(../images/tab_right_blue-over.gif) no-repeat right top;
/*padding: 4px 12px 2px 3px;*/
padding: 7px 15px 5px 6px;
font-weight:none;
color:#FFFFFF;

}



#mainnavline{
	width:100%;
	height:16px;
	/*background-color:#0099FF;*/
	background-image:url(../images/navbelow_blue.gif);
	background-repeat:repeat-x;
}


#mainnavline_selected{
	width:100%;
	height:16px;
	/*background-color:#8ad771;*/
	background-image:url(../images/navbelow_blue.gif);
	background-repeat:repeat-x;
}

#breadcrumb {
	background-color:#012b5d;
	padding-top: 7px ;
	padding-left: 20px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:20px;
	margin:0px;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
}

#bannernav{
	padding-left: 5px; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-transform: lowercase;
	text-align: right;
	color:#79C1FF;
}

