@charset "UTF-8";
/* 	wilcosun.com
	/css/nav.css  
    Styles for nav system
	(c) 2009 Williamson County Sun, Inc. */

/* begin styles for menu bar */

#menuBar {
	float: left;
	width: 99%;
	text-align:center;
	padding: .4em 0em .3em 0em; /* 8-23-13 chngd bottom frm .05em  */
	/*border-top: 1px solid #777777; 8-23-13 removed upper border along with centering list and dropping tagline*/
	border-bottom: 1px solid #777777;
	background-color:#Fcfcfcf;  /*Original was white #FFFFFF, for slight contrast w/ body changed to others as experiment*/
	/*text-transform: uppercase;*/
	}

#menuBar ul {
	display: inline-block;
	}

#menuBar li {
	float: left;	
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;/* Verdana or Helvetica, Arial, sans-serif  */
	font-size:1.1em; /*  8-23-13 chngd frm 1.1em 1.15 */
	text-transform: uppercase;
	letter-spacing: .01em;
	}

#menuBar a {
	background-color: #Fcfcfc; /*matches menuBar background color originally, set to match bar*/
	margin: 0px;  /*  was 0px */
	color: #000; /*menu bar font color was a5a5a5*/
	text-decoration: none;
	display: block;
	padding: 0em .75em .3em;  /* original: padding: 0em .75em 0em;            */
	}
	
#menuBar a:hover {
	background-color: #FFf; /*matches menuBar background color originally, set to match bar*/
	margin: 0px;
	display: block;
	padding: 0em .75em 0em;
	text-decoration: underline;
	background-color: #fcfcfc;
	}


/* #menuBar a:hover {
	color: #000;  /*  F00  
	
	}*/

/*  end menu bar styles---------

------begin drop  down box styles */

#dropDowns {  /*encloses the drop downs,  position: relative so  drop downs can be positioned  in this div below navBar div */
	position:relative;
	}

.menudiv {
	position:absolute;
	visibility:hidden;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	top:2.5em;  /* 8-23-13 chngd frm 2.1em */
}

#mContact  {             /*experimented with expanding window to 100% / 90% and adjust right edge which extended past menubar at first. July 3, 2012. padding and margin seem to have no effect*/
	background-color: #FFF;
	width: 90%;
	/*	left:10em;
*/	text-align: left;
	border-width: 1px 3px 2px 1px;
	border-style: solid;
	border-color: #999999;
	padding-top:1.2em;  /* 1.2 em */
	padding-bottom:1em;
/*	padding-right:2em;
*/	
/*	margin-right: 10px;
*/}

#mAdDept  {
	background-color: #FFF;
	width: 50em;
	left:10em;
	text-align: left;
	border-width: 0px 3px 2px 1px;
	border-style: solid;
	border-color: #999999;
	padding-top:1.2em;
	padding-bottom:1em;
	padding-right:2em;
	}

#mNewsDept {
	background-color: #FFF;
	width: 50em;
	left:10em;
	text-align: left;
	border-width: 0px 3px 2px 1px;
	border-style: solid;
	border-color: #999999;
	padding-top:1.2em;
	padding-bottom:1em;
	padding-right:2em;
	}

#mClassAd  {
	width:70%;
	/*margin: 0px;*/
	background: #FFF;
/*	left: 20px;     8-23-13  
*/	/*top:20px;*/
	text-align: left;
	color: #000;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 3px 2px 1px;
/*	letter-spacing: 0.1pt;
*/	padding-top: 1.2em;
	padding-bottom: 1em;
	}
	


#mReState  {
	width: auto;
	margin: 0 auto; 
	background: #FFF;  
	left:265px;
	top: 15px; 
	text-align: left; 
	color: #000; 
	border-style: solid;
	border-color: #666666;
	border-width: 0px 3px 2px 1px;
	padding-top: 10px; 	
	}
/* end styles for drop down boxes---------

----------begin styles for  drop down content */

 /* drop down style for the list font styles are in .menudiv */

#mAdDept ul, #mNewsDept ul, #mClassAd ul, #mReState ul {
	float: left;
	list-style-type: none;
	padding: 0em 0em .3em 0em;
    margin-left: 2em;
    line-height:1.5em;
	color: #000;
	}
	
#mContact ul {
	font-size: 1.2em;
	color:#585858;
	float: left;
	list-style-type: none;
	padding: 0em 0em .3em 0em;
	margin-left: 2em;
	line-height:1.4em;
	}

/* styles for lines within the ,ul>  */

#mAdDept li, #mNewsDept li, #mClassAd li, #mReState li	{		
	font-size: 1.2em;
	display: block;
	line-height: 1.5em; 
	}
	
#mContact li {
	display: block;
	line-height: 1.3em; 
	}
	

#mAdDept a, #mNewsDept	a, #mClassAd a, #mReState a {
	text-decoration: none;
	color: #000; 
	}
	
#mContact a {
	text-decoration: none;
	color: #777777; /*  777777  */
	}

/* black emphasis on mouseover to show active link and that it is selected*/

#mAdDept a:hover, #mNewsDept a:hover, #mClassAd a:hover, #mReState a:hover	{ 
	color: #000000; 
	text-decoration: underline;
	}
	
#mContact a:hover  { 
	color: #000000;
	text-decoration: underline;
	}
	
/* Red font for 1st <li> in each <ul> which begins a new category or for <li> follwed by more <li>'s when no new <ul> with it's offset is needed*/
	
.dropdownTitle { 
	font-size: 1em;
	color:#cc0000;
	margin-bottom: .7em;
	}
	
	
/* Styles the contact drop down - repeated in styles for Out of Office info page */	
	
.contactInfo {
	padding: 0em 0em 0em 2em;
	}
	
.contactInfoLast {
	padding: 0em 0em .5em 2em;
	}
	
.contactName {
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	}
	
	
/*  end styles for drop down content */

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #585858;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	}
/* Miscellanous Styles or temporary styles */

@media only screen and (max-width: 400px) {
	#mClassAd  {
		width:50%;
		border-width: 1px 3px 2px 1px;
		padding-top: 1.2em;
		padding-bottom: 1em;
	}	
	
}
