/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link {
	color:#ffffff;
	text-decoration: none;
}

a:visited {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: comicsansms,Verdana,Arial,sans-serif;
 font-size: 22pt;
 font-weight:bold;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #CC0000
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#masthead{
	padding: 10px 0px 0px 0px;
	
}

#navBar{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;

	height:400px;

}

#headlines{
  float:right;
	width: 200px;
	padding-right: 10px;
	background-color: #660000;
	height:400px;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11pt;
}

#content{
  float: left;
  width: 700px;
  background-color:#660000;
  height:900px;
  padding:0px 20px 0px 20px;
}

#whitespacer{
	float:left;
	width:7px;
	height:300px;
}


/***********************************************/
/*Page Headings                                */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #047de8;
	font-family: "Comic Sans MS";
 	font-size: 30pt;
 	font-weight:bold;
}

#siteSlogon{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #000000;
	font-family: comicsansms, Verdana,Arial,sans-serif;
 	font-size: 14pt;
 	font-weight:bold;
}

/************* #globalNav styles **************/

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 0px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ #Specials Styles *******************/

#specialsHeadings{
	color: #485657;
	font-size: 16pt;
	font-family:Verdana;
}

#specialsDate{
	color: #047de8;
	font-size:8pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#special{
	color:#000000;
	font-size: 10pt;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;

	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 0px 2px 10px;
	color: #ff8a00;
}
#menu {
	width: 200px;
	margin: 10px;
font-size:10pt;
	}
	
#menu li a {
	height: 32px;
	
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
#menu li a:link, #menu li a:visited {
	color: #660000;
	display: block;
	background-color:#FF9900;
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color:#FF9900;
	background-color:#FFFFFF;
	padding: 8px 0 0 32px;
	}


