@import url("../base.css");

/* -------------
 * Promotion - letterbox graphic only on homepage
 * ------------- */
#promotion
{
	clear: both;
	background: #FFF url(../../images/home/promo21.jpg) no-repeat left top;
	height: 303px;
	position: relative;
	top: 0px;
	z-index: 0;
}
#promotion span
{
	display: none;
}
#promotion a
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 110px;
	width: 200px;
	text-indent: -9999px;
}
#promotion a.two
{
	top: 111px;
	height: 100px;
}
#promotion a.three
{
	top: 214px;
	height: 85px;
}
#promotion a.four
{
	top: 0px;
	left: 300px;
	height: 303px;
	width: 380px;
}

/* -------------
 * Left Column
 * ------------- */
#left
{
	width: 406px;
	float: left;
}

/* -------------
 * Awards button - below the promotion graphic
 * ------------- */
#btn_Awards
{
	background: transparent url(../../images/home/btn_awards.gif) no-repeat left top;
	position: relative;
	left: 36px;
}
#btn_Awards a
{
	text-indent: -9999px;
	height: 42px;
	width: 320px;
	display: block;
}
#btn_cash
{
	background: transparent url(../../images/home/btn_cash.jpg) no-repeat left top;
	height: 40px;
	width: 331px;
	position: absolute;
	left: 29px;
	top: 90px;
}

/* -------------
 * Left navigation
 * ------------- */
#left ul
{
	list-style-type: none;
	margin: 20px 0px 0px 20px;
	position: relative;
	top: 60px;
}
#left li
{
	_border-bottom: 1px solid #FFF; /* Fix for IE6 */
}
#left ul a
{
	display: block;
	color: #382e18;
	font-weight: bold;
	background: transparent url(../../images/home/nav_home_bug.gif) no-repeat left center;
	padding-left: 10px;
	font-size: .9em;
	line-height: 1.7em;
	width: 200px;
}
#left ul a:hover
{
	color: #002A45;
}

/* -------------
 * Right Column - has a left and right as well
 * ------------- */
#right
{
	float: right;
	width: 494px;
	/*border-left: 1px solid #928778;*/
	border-left: none;
	margin-top: 20px;
}
#right .left
{
	width: 260px;
	border-left: 1px solid #928778;
}
#right .left .content
{
	clear: both;
	padding: 14px 0px;
	color: #6f665a;
}
#right h2
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #1d324a;
	background: transparent url(../../images/h1_bg.gif) no-repeat 5px top;
	padding-left: 3px;
	border-bottom: 1px solid #928778;
	line-height: 1.5em;
}
#right .left a
{
	color: #111111;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	margin-bottom: 5px;
}
#right .left a strong
{
	display: block;
}

#footer
{
	margin-left: 10px;
	margin-top: 20px;
	border-top: 0px none #928778;
	border-left: 0px none #928778;
	position: relative;
	top: -20px;
}
#footer .address
{
	margin-top: 10px;
}

.nav
{
	font-size: 1em;
	top: 80px;
}
/*
.nav0
{
	font-size: larger;
	top: 80px;
}
*/
.navb
{
	font-size: 1em;
	top: 80px;
}
/*
.navc
{
	font-size: larger;
	top: 80px;
}
*/

/*----------------------
	Visitor "Welcome"
------------------------*/
.visitor_welcome
{
	top: 123px;
}