/* Homepage CSS styles */

body {
	text-align: center;
	margin: 0 auto;
	font-family: Tahoma, verdana, sans-serif;
	background:url(../images/body_bg.jpg) repeat-x top left white;
	}

div#headerContainer {
	position: relative;
	width: 100%;
	height: 427px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/header_bg.jpg) top center no-repeat;
	}
	
#blue {
	margin-left: 550px;
	margin-top: -200px;	
	}
	
#red {
	margin-left: 50px;
	margin-top: -200px;	
	}
	
#santa {
	margin-left: 550px;
	margin-top: -220px;	
	}
	
#halloween {
	margin-left: 550px;
	margin-top: -220px;	
	}
	
#newStar {
	margin-left: 654px;
	margin-top: 254px;
	}
	
.twitterText {
	color: #00c4ed;
}

.facebookText {
	color: #3b5998;
}

	
div#darkGreenGrass {
	margin: 0 auto;
	position: relative;
	top: 222px;
	height: 205px;
	width: 100%;
	background: transparent url(../images/dark_grn_grass.png) 60% 0 repeat-x;
	}
div#logoHeader {
	position: absolute;
	width: 100%;
	top: 320px;
	height: 125px;
	background: url(../images/cont_forbidden_header.png) no-repeat top center;
	z-index: 1;
	}	
div#lightGreenGrass {
	margin: 0 auto;
	position: relative;
	top: 174px;
	height: 31px;
	width: 100%;
	background: transparent url(../images/light_grn_grass.png) 150% 0 repeat-x;
	z-index: 3000;
	}
	
div#lightGreenHeader {
	margin: 0 auto;
	padding: 0px;	
	background: #009900;
	width: 100%;
	height: 170px;
	z-index: 4000;
	}

div#infoContainer {
	margin: 0 auto;
	padding-top: 10px;
	width: 799px;
	height: 125px;
	}
	
div.infoBox {
	float: left;
	width: 248px;
	height: 113px;
	margin: 0px;
	padding: 0px;
	background: #009900;
	color: white;
	text-align: left;
	}
	
div.infoBox h1 {
	margin-top: -9px;
	font-family: "Times New Roman", Times, serif;
	color: #b8ff00;
	font-size: 24px;
	z-index: 3000;
	}
	
div.infoBox p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.5;
	}
	
div.infoMore {
	position: relative;
	top: 20px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

div.infoBoxSpacer {
	float: left;
	width: 27px;
	height: 10px;
	background: #009900;
	}
	
div#mainContainer {
	position: relative;
	top: 0px;
	margin: 0px auto;
	background: #ffffff;
	width: 799px;
	}
	
#bannerHolder {
	float: right;
	width: 492px;
	height: 95px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: tahoma;
	color: #775935;
	}	
	
#dayOutHolder {
	width: 91px;
	height: 95px;
	margin-left: 22px;
	float: left;
	display: inline;
	}	
	
#chefHolder {
	width: 77px;
	height: 95px;
	float: right;
	margin-right: 15px;
	margin-left: -15px;	
	display: inline;
	}
		
#bannerText {
	width: 387px;
	height: 29px;
	margin-top: 26px;
	float: left;
	margin-left: 13px;
	display: inline;

	}

#bannerLinks{
	width: 380px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-left: 25px;
	display: inline;
	}

#bannerLinks a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #775935;
}

#bannerHolderGuardian {
	float: left;
	width: 291px;
	height: 95px;
	background-image: url(../images/bannerGuardian.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: tahoma;
	color: #775935;
	}
	
#bannerTextGuardian {
	width: 256px;
	height: 29px;
	margin-top: 26px;
	float: left;
	margin-left: 18px;
	display: inline;
	}	
	
#guardHolder {
	width: 120px;
	height: 29px;
	float: right;
	margin-right: 22px;
	margin-left: -15px;	
	display: inline;
	}
	
#bannerLinksGuard{
	width: 114px;
	height: 20px;
	float: left;
	margin-left: 25px;
	margin-top: 3px;
	display: inline;
	}

#bannerLinksGuard a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #775935;
}	
	
div#rightMain {
	float: right;
	width: 485px;
	padding-left: 30px;
	color: #000000;
	text-align: left;
	height: 341px;
	}
	
div#leftMain {
	float: right;
	width: 284px;
	text-align: left;
	}

#leftMain h1,
#rightMain h1 {
	font-size: 24px;
	}
	
#rightMain p,
#leftMain p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 0px;
	}
	
#occwin
{
	float: right;
	position: relative;
	top: -4px;
	font-family: tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #2e2e2e;
	width: 175px;
}

#occwin a, a:hover, a:visited
{
	font-family: tahoma;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #2e2e2e;
}
#occWinGraphic
{
	float: right;
	width: 14px;
}
#occWinText
{
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	width: 155px;
}

/* light green button*/
.hpButton1, .hpButton1:hover, .hpButton1:visited
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	color: black;
	width: 87px;
	height: 20px;
	background-image: url(../images/read_more.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	float: right;
	clear: both;

}

/* dark green button*/
.hpButton2, .hpButton2:hover, .hpButton2:visited
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
	color: #fefefe;
	width: 87px;
	height: 20px;
	background-image: url(../images/read_more_dark_grn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
	clear: left;

}

/* Jan 2012 Changes */

div#horizontalNav {
	margin: 0 auto;
	position: relative;
	width: 799px;
	height: 27px;
	text-align: left;
	border-top: 1px solid #038203;
	padding-top: 3px;
	}

#horizontalNav ul li {
	display: inline;
	margin-right: 10px;
	width: 80px;
	}	


#horizontalNav a:link,
#horizontalNav a:visited,
#horizontalNav a:active {
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px;
	padding-left: 20px;
	background: url(../images/hoz_nav_off.gif) center left no-repeat;
	font-size: 12px;
	height: 25px;
	vertical-align:middle;
	}
	
#horizontalNav a:hover {
	background: url(../images/hoz_nav_on.gif) center left no-repeat;
	}
