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

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

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding-bottom: 25px;
	background:#850000;
}

a:link, a:visited, a:hover {
	color: #D40E0E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* 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: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

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

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

h4{
 font-size: 114%;
 color: #414141;
}

h5{
 font-size: 95%;
 color: #414141;
}

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                                 */
/***********************************************/
#background
{
	background:url(images/header-bkgrnd.jpg);
	background-repeat:repeat-x;
	background-color:#850000;
}

#wrapper
{
	margin: 0px auto;
	padding-top:25px;
	text-align:left;
	width:864px;
	
}

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 864px;
	background:url(images/header.jpg);
	height:177px;
	
}

#centerContent{
	background-color:#FFFFFF;
	width:864px;
}

#left{
	
	background-color: #FFFFFF;
	float:left;
	width: 260px;
	min-height: 400px;

	
}

#left h3{
	padding-left:35px;
	color:#DB0606;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	
}



#content{
	
	background-color:#FFFFFF;
	float: left;
	width: 583px;
	min-height: 400px;
	
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;	
}

#content h3{
	
	color:#DB0606;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:10px;
	
}
#content a, a:visited{
font-size: 16px; padding: 0px; font-family:arial; color:#d40e0e;
}
.minilink a, a:visited
{
font-size: 12px; padding: 0px; font-family:arial; color:#d40e0e;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

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


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

#globalNav{
color: #cccccc;
white-space: nowrap;
background:url(images/nav-bar.jpg);
height:30px;
vertical-align:bottom;
text-align:center;
background-repeat:repeat-x;
padding-top:5px;
width: 864px;

}
/* '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 a, a:visited {
	font-size: 12px;
	padding: 0px 4px 0px 0px; 
	color:#DDDDDD;
	font-weight:bold;
}

#imageheader
{
	height: 90px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding-right:50px;
	font-size: 80%;
	min-height:200px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.mission{
	padding-right:10px;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	
	background:url(images/footer-back.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	height:44px;
	width: 864px;
	font-size: 12px;
	color: #FFFFFF;
	clear:both;
	text-align:right;
	vertical-align:middle;
}
#siteInfo a, a:visited{
	color:#FFFFFF;
	
}
/* 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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

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

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left li {border-bottom: 1px solid #EEE;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#event {
	padding: 5px;
	text-align:justify;
}
#eventimg {
	float: left;
	padding: 15px;
	vertical-align:top;
}
#eventtext a, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	padding: 5px;
	color: #000000;
	font-size:14px;
	text-align:justify;
	
	
}
#eventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:bottom;
	color:#000000;
	text-align:left;
	font-size:16px;
}

#moreinfo a, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	
	color:#000000;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	

}

#left a, a:visited{
color: #D40E0E;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
	font-size:12px;
	font-weight:normal;
}


#bottomImages{
	background-color:#FFFFFF;

	
	clear:both;
}

/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
padding-left: 25px;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
padding-right:0px;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
top:0px;
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding-top:5px;
padding-bottom:5px;
padding-right:10px;
padding-left:5px;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
color:  #F20808;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
margin: 0px 0px 0px 0px;
background-color: #1f1f1f;
text-align:left;
width:300px;
padding-right:25px;
background-image: url(images/nav-bar.jpg);
background-repeat: repeat-x;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 300px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
color: #F20808;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}

