﻿/* ==============================================================================================
   Gallery
   ------
   Area that holds the flash movie.
   ============================================================================================== */
#homeGallery {
	margin-bottom: 12px;
	border: 6px solid #CCC;
	width: 936px;
	height: 288px;
	background-color: white;
}

#homeGallery h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding: 0px;
}

#homeGallery img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 936px;
	height: 288px;
}

/* ==============================================================================================
   Hot Boxes
   ---------
   Areas that hold the ads.
   ============================================================================================== */
#homeHotBoxes {
	margin-bottom: 12px;
	overflow: hidden;
}

#homeHotBoxes .homeHotBox {
	float: left;
	width: 228px;
	height: 150px;
	margin-right: 12px;
}

#homeHotBoxes .last {
	margin-right: 0px;
}

#homeHotBoxes .homeHotBox img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 228px;
	height: 150px;
}


/* ==============================================================================================
   Site Map
   --------
   Area where all of the text links go.
   ============================================================================================== */
#homeFooter {
	margin-bottom: 12px;
	border: 1px solid black;
	padding: 20px;
	overflow: auto;
	background-color: white;
}

#homeFooter .homeFooterColumn {
	width:182px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
	overflow: auto;
	background-color: white;
}

#homeFooter h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
	line-height: 200%;
}

#homeFooter p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	display: block;
	line-height: 200%;
}

#homeFooter a {
	color: black;
	text-decoration: none;
}
#homeFooter a:hover {
	text-decoration: underline;
}