/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/pagebg.gif);
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}

#nav {
	margin-left: 2px;
}	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.6em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 10em;
		w\idth : 11em;
		display : block;
		color: #FFFFFF;
		text-decoration: none;
		background-color: #0033cc;
		font-weight : bold;
		text-decoration : none;
		border: 1px solid #DDDDDD;
		padding : 0.1em 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #007eff;
	}
	
#nav a.daddy {
	background: #4c8f76 url(../images/arrows.gif) no-repeat right center;
}	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, li.sfhover ul ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.footer {
	clear: both;
	text-align: center;
	font-size: 85%;
}
.copyright {
	text-align: center;
	font-size: 85%;
	color: #999999;
}

.testimonials {
	font-size: 85%;
	color: #FFCC33;
	/*font-style: italic;*/
}

#live {
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}

	#live h1 {
	font-size: 20px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	
	#live h2 {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}
	
	#live h3 {
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#0C1C4D;
	}
	
	#live h4 {
	margin-left: 30px;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#6A0248;
	}
	
	a.h4:link {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	color:#6A0248;
	text-decoration:none;
	}
	
	a.h4:hover {
	color:#6A0248;
	text-decoration:underline;
	}
	
	#live p {
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
	
	#live ul li {
	margin-top:0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	}
		
#form p {
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	}

#weatherTxt {
	font-size: 70%;
	color: #FFFFFF;
}


/* EVENT Bullet list display styles */

#events {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}
#events li {
	width: 200px;
	margin-top: 1px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 80%;
}
#events a:link, #events a:visited, #events a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
#events a:hover {
	background-color: #FFCC00;
}

#events.date {
	
	}
