@charset "UTF-8";
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background: url(../images/bgsliver.png) repeat-x;
	line-height:1.2em;
	letter-spacing:.1em;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.FAQquestions{
color: #000066;
font-weight: bold;
text-decoration: underline;
}

.heading1{
color: #5e0710;
font-size:16px;
font-weight:bold;
}

.newsHeading{
color: #000066;
font-size: 14px;
font-weight: bold;

}

hr{
color: #5e0710;
}

#largeContainer{
margin: 0 auto;
width: 1060px;
background: url(../images/bgwhiteShadow.png) repeat-y;
}

#search{
margin-top: 20px;
height: 20px;
float: right;
}

#header img{
padding: 5px 5px 5px 0px;
}

.twoColFixRtHdr #container { 
	width: 999px; 
	background: none;
	margin: 0 auto; 
	border: none;
	text-align: left; 
} 
.twoColFixRtHdr #header { 
	background: none; 
	padding: 0;  
	height: 70px;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	margin-right: 3px; 
	width: 450px;
	background: none; 
	padding: 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 10px 471px 0 0;
	padding: 0 20px; 
	background:  url(../images/slidebg.jpg) no-repeat right;
	height: 500px;
} 
#mainContent2{
	margin: 0px;
	padding: 0 20px;
	background:  none;
	min-height: 1000px;
	width: 95%;
}

#contentBottom{
min-height: 400px;
width: 1000px;
background: #E6E6E6;
margin-left:-1px;
margin-top:15px;
border-top: 2px solid #5e0710;
border-bottom: 2px solid #5e0710;
}

#News{
min-height: 370px;
border-right: 1px solid #5e0710;
width: 475px;
float: left;
margin-top: 20px;
margin-left: 5px;
font-size: 80%;
padding-right: 15px;
}

#eventsCal{
width: 490px;
margin-top: 20px;
margin-right: 5px;
float: right;
font-size: 80%;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	background:none; 
	font-size: 70%;
} 

.twoColFixRtHdr #footer2 { 
	padding: 0 10px 0 20px;
	background:none; 
border-top: 2px solid #5e0710;
font-size: 70%;
} 

.twoColFixRtHdr #footer p, .twoColFixRtHdr #footer2 p {
	margin: 0;
	padding: 10px 0; 
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Flash Show*/
#flashShow{
float: left;
margin-top: 25px;
margin-left: 13px;
}


/*  -----{ navigation }---------------------------  */

.clearfix {
   height: 0px;
   padding: 0px;
   margin: 0px;
   border: none;
   content: ".";
   display: block;
   visibility: hidden;
   clear: both;
   }
   
.first{
border-top: 1px solid #666666;
}

.MainNavBorder{
border-right:  1px solid #666666;

}

.topMainNav{
margin-top: 1px;
}


#zUL {
	height:25px;
	width:100%;
	margin-left: -2px;
	text-align:center;                  
      padding: 0px;              
      position: static;          
      background: #5e0710;    
      color: #f8dfad;               
      z-index: 20;  
	  border: 1px solid #666666;             
}

#zUL ul {
font-size: 13px;
	margin:0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
	z-index: 99;                /* want to be sure this is above the rest of the menu */
	
 }/*this dictates the layout/placement of the ul and the drop down list below it*/
 
 
		#zUL li {
			padding: 3px 0 0 0;
			float: left;
			width: 123px;
			text-shadow:#666666;
			position: relative;
			}
			
			#zUL li a{
			
			display: block;
			color: #f8dfad;
			text-decoration:none;
			height: 20px;
			}
			
			#zUL ul li{
			padding: 0;
			width: 123px;/*STAY DO NOT CHANGE*/
			display: block;
			}
			
			#zUL a:visited
			{
			color: none;
			}
			
			#zUL ul li a{
			padding-top: 5px;
			}
			
			#zUL a:hover, 
			#zUL li:hover{
			
			}
				
				
				#zUL ul li ul{
					visibility:hidden;
					position:absolute;
					padding:0px;
					}/*hides the nested ULs, the ones that contain the sub-links.*/
					
					
						#zUL ul li:hover ul{
							visibility:visible;
							position: absolute;
							z-index: 99; 
							margin: 0px;
							
							}
															
					
						#zUL ul li ul a{
							background-color: #f8dfad;
							color:#5e0710;
							margin: 0px;
							margin-left: -1px;
							height:10px;
							text-align:left;
							width: 114px;
							text-decoration:none;
							padding:8px 9px;
							border-right: 1px solid #666666;
							border-bottom: 1px solid #666666;
							border-left: 1px solid #666666;
							}/*color for drop down text*/
					
						#zUL ul li ul a:hover, 
						#zUL ul li ul a:active{
							color:#f8dfad;
							background-color: #5e0710;/*color for hover state background*/
		
							}

	
	/* only non-MSIE browsers use this */
    #zUL ul li>ul,
    #zUL ul ul li>ul{
 }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #zUL li:hover ul ul,              
    #zUL li:hover ul ul ul,
    #zUL li:hover ul ul ul ul,
    #zUL li:hover ul ul ul ul ul{
        display:none;
    }

    #zUL li:hover ul,
    #zUL ul li:hover ul,
    #zUL ul ul li:hover ul,
    #zUL ul ul ul li:hover ul,
    #zUL ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }
#container {clear:left}


/*2 column*/

#sidebar{
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #E6E6E6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-left: -21px;
	min-height: 1500px;
	border-right: 2px solid #000066;
	font-size: 80%;
}

#sidebar ul{
list-style: none;
}

#sidebar a,#sidebar a:link,#sidebar a:active{
color: #000000;
text-decoration: none;
}

#sidebar a:hover{
text-decoration: underline;
}

#colContent{
	width: 700px;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}
