@charset "utf-8";
/* CSS Document 
    
    

gray (either hex #96938E or #60605B)


 green #003D79

    */

.menu {
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	position:relative;
/*	margin:2px 0 10px 0;*/
	width:100%;
	height:33px;
	border-top:3px solid #003D79;
/*	border-bottom:1px solid #d9e2ed;
*/	z-index:98;
/*	margin-top:16px;*/
	
	background: #96938E; /* Old browsers */
	
	
}
/* get rid of the default padding - margin and bullets */
.menu #mainNavUL {
	padding:0; 
	margin:0;
	list-style-type: none;
	/*margin-left:140px;*/
	margin-left:90px;
}

/* make menu horizontal and specific background image*/
.menu #mainNavUL li {
	float:left;
	position:relative;
	display:block;
	border-left:1px solid #808080;
	height:33px;
}
.menu #mainNavUL li#lastlist{
	border-right:1px solid #808080;
}

/* set up the default TOP level links */
.menu #mainNavUL a, .menu #mainNavUL a:visited {
	display:block;
	text-align: center;
	text-decoration :none; 
	color:#ffffff;
	height:33px;
	font-weight: bold;
	line-height:31px;
	padding-left:30px;
	padding-right:30px;
}

.subNavUL a, .subNavUL a:visited {
 
	color:#fff !important;
 
}

.subNavUL a:hover {
 
	color:#003D79 !important;
 
}
/* special properties for home icon */
.menu #mainNavUL a#homeItem, .menu #mainNavUL a:visited#homeItem {
	padding-left:15px;
	padding-right:15px;
}

/* hide the drop down menu */
.menu ul li .mainNavSub {
display: none;
}
#mainHeader .topText {

color:#96938E !important;
}

#mainHeader .fa-envelope, #mainHeader .fa-phone {
color:#003D79 !important;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
.menu #mainNavUL li:hover a,
.menu #mainNavUL li a:hover {
color: #ffffff;
border: 0px;
height:33px;

background: #808080; /* Old browsers */

}
/*use image for ie(messes up dropdown links, but not much change anyway)*/
/*.ie7 .menu #mainNavUL li:hover a, .ie7 .menu #mainNavUL li a:hover,.ie8 .menu #mainNavUL li:hover a, .ie8 .menu #mainNavUL li a:hover{
	filter:none;
	background:url(imgs/mainNavBGhoverie.png);
	background-repeat:repeat-x;
}*/

/* make the drop down menu show and correctly position it adjust width for each drop (helps cross browser) */
.menu #mainNavUL li:hover .mainNavSub,
.menu #mainNavUL li a:hover .mainNavSub {
display:block; 
position:absolute;
z-index:9998;
margin-left:30px;
}
#mainNavSub1{
	width:260px;
}
#mainNavSub10{
	width:310px;
}
#mainNavSub2{
	width:240px;
}
#mainNavSub3{
	width:240px;
}

/* styls for the currently selected top level tab (uses ASP)
NOTE: All files need a specified "Session("pagename")" for this to work correctly */
#current, #current a{
	color: #005a87;
}

.squeeze { /*for long submenu items to fit on one line */
	letter-spacing:-1px
}

.menu img {
	line-height: 0;
}

/*style main dropdown div*/
.mainNavSub{
	border:2px solid #60605B;
/*	position:relative;*/
	background:#96938E;
	padding-top:15px;
	padding-bottom:25px;
	padding-right:0px;
 
}
/*style inner dropdown divs*/
.mainNavSublevel, .mainNavSublevelMID, .mainNavSublevelLAST{
	float:left;
	padding-left:15px;
	margin-right:15px;
/*	border-right:1px dotted #7192be;
*/	padding-right:15px;
	min-width:205px;
	margin-left:0px;
	padding-left:0px;
}
/*even out dotted border*/
.mainNavSublevelMID{
	height:225px;
}
/*for last div or if only one subdiv*/
.mainNavSublevelLAST{
	margin-right:0px;
	padding-right:15px;
	border-right:none;
}
/*h4 sub div heading styles*/
.sublevelheading{
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.menu #mainNavUL li:hover .sublevelheading a{
	text-decoration:none;
	color:#103970;
	background:none;
	filter:none;
	margin:0;
	padding:0;
	height:auto;
	line-height:normal;
	display:block;
	float:none;
	text-align:left;
}
/*dropdown arrow*/
.mainNavSub img{
	border: none;
	float:left;
	position:relative;
	top:-27px;
	left:20px;
}
/*search Icon on menu*/
#mainNavSearch{
	margin-right:102px;
	position:relative;
	float:right;
	top:7px;
}
#mainNavSearch img{
	border:none;
}

/*overriding styles for inner ul and li (next 4)*/
.menu #mainNavUL li:hover ul{
	margin:0;
	padding:0;
	float:none;
}
.menu #mainNavUL li:hover li{
	border-left:none;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:none;
}
.menu #mainNavUL li:hover li a{
	color:#005a87;
	font-size:13px;
	margin:0;
	padding:0;
	height:auto;
	line-height:normal;
	display:block;
	float:none;
	text-align:left;
	line-height:20px;
	background:none;
	filter:none;
}
.menu #mainNavUL li:hover li a:hover{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	float:none;
	text-align:left;
	filter:none;
	background:none;
}
#mainNavUL li #mainNavSub1 .mainNavSublevel .subNavUL .indentedLI a {
	font-weight:normal;
}
 #sub