@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	text-transform: uppercase;
	clear: left; 
}
a:link{
	color: #FF3300;
	text-decoration: underline;
}
a:visited{
	color: #FF3300;
	text-decoration: underline;

}
a:hover{
	color: #009900;
	text-decoration: underline;
}
a:active{
	color: #009900;
	text-decoration: underline;

}




.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FF6600;
	height: 100px;
}

.oneColFixCtrHdr #nav{
background:url(/assets/nav_div_bg.gif) repeat-x;
clear:both;
width:100%;
height:70px;       

}
#nav ul
{
list-style: none;
padding: 0;
margin: 1px 0px;
width:100%;  
} 

#nav li
{
float: left;
margin: 0px;

} 

#nav li a
{
background:url(/assets/nav_button.gif) no-repeat;
height: 68px;
float: left;
width: 94px;
display: block;
text-decoration: none;
text-align: center;
color:#FFFFFF;
padding-top:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;

} 

#nav li a:hover
{
background:url(/assets/nav_button_hover.gif) no-repeat;
height: 68px;
float: left;
width: 94px;
display: block;
text-decoration: none;
text-align: center;
color:#FFFFFF;
padding-top:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 

} 


.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	clear:both;
}

.oneColFixCtrHdr #leftArea {
	width: 68%;
	
}
.oneColFixCtrHdr #rightFloat {
	width: 30%;
	border: 1px solid #FFCC00;
	float:right;
	margin:30px 0 20px 20px;

}
#rightFloat p{
padding:0 20px; 

}

#rightFloat h3{
	padding:5px 20px;
	margin:0px;
	color:#FF3300;
	background-color: #FFCC00;
	background-image: url(/assets/images/produced/shloak.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px;
	background-color: #65C310;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.eventListing{
width:90%;
border-left:10px solid #FF9900 ; 
padding:5px 5px 20px 5px;
margin:0px 0px 5px 0px  ;
background:#FFFF99;   

} 
.eventListing .eventTitle{
font-weight:bold;
padding:0px 0px 0px 20px;
margin:0px ;  
background:url(/assets/images/produced/icon_calendar.png) top left no-repeat;   

}
.eventListing .eventTime{
padding:0px;
margin:0px;  
}
.eventListing .eventNotes{
padding:0px;
margin:0px;  
}
.imgLeft {
	clear: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

