@charset "utf-8";
/* CSS Document */

body {
	background-color: #340B0F;
	text-align: center;
	margin:0;
}

/* hide from ie on mac \
html {
	height: 100%;
	overflow: hidden;
}
 end hide */

#container {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*	position: fixed;*/
	display: table;
}

#pageContent {
	display: block;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	/*height: 700px;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

	#pageTop {
		width: 900px;
		height: 118px;
		float: left;		
	}
		
		#pageTopLogo {
			width:354px;
			float:right;			
		}
		
		#pageTopNav {
			width:500px;
			float:left;
			padding-left:25px;
			padding-top:15px;
		}
		
		.Nav {
			width:220px;
			float:left;
			padding-right:30px;
		}
		

	#pageMiddle {
		width: 900px;
		height: 482px;
		float: left;
	}

	#pageMiddlePremierPlace {
		width: 900px;
		height: 482px;
		float: left;
		background:url(images/haz_premier_place_photo.jpg);
	}

	#pageMiddlePlantationPlace {
		width: 900px;
		height: 482px;
		float: left;
		background:url(images/haz_plantation_place_photo.jpg);
	}

	#pageMiddleWineDine {
		width: 900px;
		height: 482px;
		float: left;
		background:url(images/haz_wine_dine_photo.jpg);
	}

	#pageMiddleStPauls {
		width: 900px;
		height: 482px;
		float: left;
		background:url(images/haz_st_pauls_photo.jpg);
	}

	#pageMiddleContent {
		width:275px;
		margin:0 0 0 569px;
	}

	#pageMiddle2 {
		width: 900px;
		float: left;
	}

	#pageBottom {
		width: 900px;
		height: 60px;
		float: left;
		/*background-color: #5c6322;*/
		text-align: center;
		padding-top: 10px;
	}

	#pageBottom #pageBottomNavigation {
		font-size: 12px;
	}




a {
	color: #FFF;
	text-decoration:none;
}

a:hover {
	/*text-decoration:underline;*/
	color:#7af3e0;
}

.text_black {
	color: #000000;
	text-decoration:none;
}

.text_12px {
	font-size: 12px;
}

.text_14px {
	font-size: 14px;
}

.text_title_red {
	font-size: 20px;
	color: #c9242b;
}

.imageThumbnail {
	border:1px;
	border-color:#333;
	border-style:solid;
}

.imageContainer {
	width:64px;
	height:64px;
	float:left;
}