/*
---------------------------
Green Acres - template A: "Splash" styles
author: Dave Kobrenski/BBM Designs
http://www.bbmdesigns.com
version: 14 aug 2008
---------------------------
*/

#splash {
	width: 570px;
	height: 417px;
	position: absolute;
	top: 0;
	right: 0;
}

#newsTicker {
	width: 218px;
	height: 417px;
	padding: 0;
	background: transparent url(/css/img/news_ticker_bck.gif) repeat-y 0 0;
	position: relative;
}

#emergencyNotices, #newsHighlights, #eventsHighlights {
	padding: 7px 12px 1px 12px;
}

#newsTicker #eventsHighlights {
	padding-top: 0px;
}

#splashImg {
	background: url(/files/random.php?dir=web_images/index&resize=crop&w=570&h=418) no-repeat center top; 
	width: 570px;
	height: 417px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#splash .splashes {
	background-repeat: no-repeat;
	background-position: center top;
	width: 570px;
	height: 417px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#usercontent {
	position: relative;
	z-index: 500;
}

#edgesOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 570px;
	height: 417px;
}

#splash #tagLine {
	position: absolute; 
	bottom: 14px; 
	left: 20px; 
	z-index: 500; 
	color: #fff; 
	font-size: 20px;
	width: 540px;
}

#newsTicker h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
}

#newsTicker #calLoading {
	line-height: 16px;
	margin: 3px 0;
	font-size: 11px;
	color: #7A5334;
	background: #FFF7D5;
}

#newsTicker #calLoading img {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#newsTicker #eventsHighlights {
	background: #FFF7D5;
}

#newsTicker #newsHighlights h4 {
	color: #0C521B;
}

#newsTicker #eventsHighlights h4 {
	color: #0C521B;
}

#newsTicker #emergencyNotices {
	background-color: #FEDBDC;
}

#newsTicker #emergencyNotices h4 {
	color: #841A12;
}

#newsTicker ul {
	margin-left: 2px;
	margin-bottom: 9px;
}

#newsTicker ul li {
	padding-left: 11px;
	font-size: 12px;
	line-height: 1.3em;
	margin: 5px 0;
	background: url(/css/img/bullet.png) no-repeat 0px -2px;
}

#newsTicker ul li a, #newsTicker ul li.noresults {
	font-weight: normal;
	color: #1A1818;
}

#newsTicker ul li a:hover {
	color: #00B6EB;
}

#newsTicker ul li .tinygray {
	color: #9F9278;
}

#usercontent #newsTicker a.tinylink {
	font-size: 10px;
	color: #00B7EB;
}

#newsTicker ul li ul {
	padding: 0;
	margin: 0;
}

#newsTicker ul li ul li {
	background: none;
	margin-top: 0px;
	padding-left: 6px;
	margin-bottom: 5px;
	line-height: 1.1em;
	font-size: 11px;
	background: url(/css/img/bullet_sm.png) no-repeat 0 1px;
}

#newsTicker ul li ul li a em.under {
	font-style: normal;
	font-weight: bold;
}




