/* 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;	
	}
	
#newStar {
	margin-left: 654px;
	margin-top: 254px;
	}
	
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: 150px;
	z-index: 4000;
	}

div#infoContainer {
	margin: 0 auto;
	padding-top: 10px;
	width: 799px;
	}
	
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 {
	width: 799px;
	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: 79px;
	height: 95px;
	float: right;
	margin-right: 20px;
		display: inline;
	}
		
#bannerText {
	width: 587px;
	height: 29px;
	margin-top: 25px;
	float: left;

	}

#bannerLinks{
	width: 587px;
	height: 20px;
	float: left;
	display: inline;
	}

#bannerLinks 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;

}

