*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	height: 100%;
}

body 
{
	background: #f9f0c4 url('../images/splash_bodyBg.jpg') top repeat-y;	
	font: 80% "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

p, div, table 
{
	font: 1em;
	text-align: left;
}

img 
{
	border: none;
}

h1, h2, h3, h4
{
	color: #9f040a;
	font-weight: normal;
}

h1 
{
	font-size: 1.7em;
	letter-spacing: -0.025em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.25em;
	font-weight: bold;
}

h4 
{
	font-size: 1.1em;
	font-weight: bold;
}

a:link, a:visited 
{
	color: #9f040a;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.alertText
{
	margin-top: 6px;
	color: #0033FF;
	font-weight: bold;
}

.horizLine
{
	background: #9f040a;
	height: 1px;
}

.navSpacer
{
	padding: 0 10px;
	font-size: 1.1em;
}

#pageContainer
{
	
	width: 1000px;
	margin: 0 auto;
}

#pageContainer.home
{
	position: relative;
	background: url('../images/splash_bg.jpg') top no-repeat;
	min-height: 516px;
	_height: 516px;
}

#pageTop
{
	background: #fff url('../images/topRight/rotator.php') top right no-repeat;
	height: 80px;
	border-bottom: 8px solid #9f040a;
}

#pageContainer.home #pageTop
{
	position: absolute;
	top: 120px;
	left: 251px;
	width: 563px;
	border: none;
}

#logoLink
{
	background: url('../images/logo.gif') top right no-repeat;
	width: 232px;
	height: 80px;
	display: block;
	float: left;
}

#pageContainer.home #logoLink
{
	background: url('../images/logo_large.jpg') top no-repeat;
	width: 563px;
	height: 137px;
	margin: 0 auto;
	display: block;
	float: none;
}

#logoLink h1
{
	display: none;
}

#searchBox
{
	width: 492px;
	height: 31px;
	padding: 20px 180px 0 0;
	text-align: center;
	float: right;
}

#pageContainer.home #searchBox
{
	margin: 30px auto 0 auto;
	padding: 0;
	float: none;
}

#searchBox .searchField
{
	background: url('../images/splash_searchField.gif') top no-repeat;
	width: 326px;
	height: 25px;
	padding: 3px;
	border: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #9f040a;
	float: left;
}

#searchBox button
{
	background: url('../images/splash_searchButton.gif') top left no-repeat;
	width: 150px;
	height: 30px;
	border: none;
	float: right;
	cursor: pointer;
	cursor: hand;
}

#searchBox button b
{
	display: none;
}

#searchBox button:active
{
	background-position: -151px 0;
}

#searchBox button:hover /* For IE */
{
	_background-position: -151px 0;
	*background-position: -151px 0;
}

#navLinks
{
	margin-top: 4px;
	*margin-top: -16px;
	text-align: center;
	list-style: none;
}

#pageContainer.home #navLinks
{
	margin-top: 15px;
	font-size: 1.2em;
}

#navLinks li
{
	display: inline;
}

#pageContent
{
	padding: 12px 10px 6px 12px;
}

#pageContainer.home #pageContent
{
	position: absolute;
	top: 340px;
	left: 251px;
}

#pageContent h1
{
	margin-bottom: 10px;
}

#pageContent #categories
{
	background: url('../images/splash_directory_bg.gif') top no-repeat;
	width: 507px;
	height: 135px;
	padding: 8px 8px 0 14px;
	margin: 0 auto -24px auto;
}

#pageContent #categories table
{
	padding-top: 4px;
}

#pageContent #categories td
{
	padding: 0 30px 0 6px;
	font-size: 0.9em;
}

#pageContainer.home #pageContent #categories
{
	position: absolute;
	left: 20px;
	top: 33px;
}

#searchResults
{
	width: 630px;
	float: left;
}

#searchResults h4
{
	margin: 10px 0 6px 0;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #9f040a;
}

#searchResults p
{
	margin: 2px 0 14px 0;
}

#searchResults .result p.name
{
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #9f040a;
}

#searchResults .result p.name a
{
	text-decoration: underline;
}

#adBlocks
{
	padding-top: 28px;
	float: right;
}

#listingContainer
{
	border-top: 1px solid #9f040a;
}

#listingContainer p
{
	line-height: 1.4em;
}

#listingContainer #listing_info
{
	width: 500px;
	float: left;
}

#listingContainer #listing_info p
{
	margin: 4px 0 10px 0;
}

#listingContainer #listing_map
{
	margin: -14px 0 10px 0;
	width: 460px;
	float: right;
}

#listingContainer #listing_map #map
{
	width: 460px;
	height: 360px;
}

#listingContainer #listing_map .instructions
{
	padding: 4px 0 8px 0;
	text-align: center;
}

/*#listingContainer #listing_contact
{
	margin-top: -350px;
	*margin: 0;
}*/

#pageBottom
{
	text-align: center;
	padding-top: 10px;
	border-top: 8px solid #9f040a;
	clear: both;
}

#pageContainer.home #pageBottom
{
	position: absolute;
	top: 516px;
	background: url('../images/splash_footer_bg.jpg') top no-repeat;
	width: 563px;
	min-height: 85px;
	_height: 85px;
	padding: 10px 186px 0 251px;
}

#pageBottom > ul:first-child
{
	font-size: 0.85em;
}

#pageBottom ul
{
	margin-bottom: 3px;
	list-style: none;
	font-size: 0.8em;
	_font-size: 0.85em;
}

#pageBottom ul li
{
	display: inline;
}

#pageBottom .horizLine
{
	width: 460px;
	margin: 5px auto;
	_display: none;
}

/* Form Buttons */
p.buttons input
{
	background: #9f040a;
	padding: 3px 4px;
	color: #fff;
}
