@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	position: relative;
	background: #ffffff; 
	padding: 0px;
	width: 800px;
} 

.twoColFixLtHdr #breadcrumb {
	position: absolute;
	left: 305px;
	top: 170px;
	z-index: 1;
}
#logo {
	height: 189px;
	width: 237px;
}

#toplinks{
	position: absolute;
	left: 610px;
	top: 18px;
	width: 200px;
	height: 15px;
	font-size: 10px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
}

#toplinks a{
	color: #ffffff;
}

#toplinks a:hover{
	color: #ffc426;
}

#top {
	height: 189px;
	width: 563px;
	position: absolute;
	left: 237px;
	top: 0px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	height: 100%;
	padding: 15px 0px 0px 0px;
	margin-left: 25px;
}

.twoColFixLtHdr #sidebar1tile {
	width: 194px; 
	background: #fff url(/custom/themes/default/images/tile-black.gif);
	background-repeat: repeat-y;
	}
	
	
	
/*Side Navigation*/
#sidebar1-navwrap {
	width: 194px;
}
	
#sidebar1-navhead {
	width: 194px;
	height: 21px;
	background-image: url(/custom/themes/default/images/nav-top.jpg);
	background-repeat: no-repeat;
	}

#sidebar1-navhead2 {
	width: 194px;
	height: 12px;
	background-image: url(/custom/themes/default/images/nav-top2.jpg);
	background-repeat: no-repeat;
	}


#sidebar1-navlinks {
	background-image: url(/custom/themes/default/images/nav-tile.jpg);
	background-repeat: repeat-y;
	padding: 0px 8px 0px 20px;
	}

#sidebar1-navfoot {
	width: 194px;
	height: 10px;
	background-image: url(/custom/themes/default/images/nav-bot.jpg);
	background-repeat: no-repeat;
	}

/*VIP Box*/
#sidebar1-vip{
	width: 194px;
	height: 137px;
	background-image: url(/custom/themes/default/images/joinour-vipclub.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 35px 35px 20px 19px;
	color: #FFFFFF;
	font-size: 10px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 225px; 
	padding: 0 0px;
} 

#mainContentHome{
	position: relative;
	}
	

/*Locations Framework*/

#locationswrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 576px;
	height: 420px;
	margin-top: 15px;
	}

#locations-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 186px;
	height: 220px;
	background-image: url(/custom/themes/default/images/location-navbox.gif);
	background-repeat: no-repeat;
}
	
#locations-content{
	position: absolute;
	top: 0px;
	left: 186px;
	width: 390px;
	height: 220px;
	background-image: url(/custom/themes/default/images/location-contentbox.gif);
	background-repeat: no-repeat;
}

/*Welcome Box*/


#welcomeheader {
	position: absolute;
	top: 240px;
	left: 2px;
	width: 555px;
	height: 15px;
	padding: 5px 5px 10px 5px;
	background-color: #c52027;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#welcometext {
	position: absolute;
	top: 275px;
	left: 3px;
	width: 555px;
	padding: 5px 5px 10px 5px;
}


#footer { 
	padding: 0 10px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#373837; 
	color: #FFFFFF;
	width: 750px;
	border-left: 27px solid #ffffff;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#Table_01 {
	position: relative;
	left:0px;
	top:0px;
	width:157px;
	height:196px;
}

#home_ {
	position:absolute;
	left:0px;
	top:0px;
	width:157px;
	height:26px;
}

#giftcards_ {
	position:absolute;
	left:0px;
	top:26px;
	width:157px;
	height:33px;
}

#vip_ {
	position:absolute;
	left:0px;
	top:59px;
	width:157px;
	height:30px;
	color: #ffffff;
	font-size: 10px;
	
}

#fleet_ {
	position:absolute;
	left:0px;
	top:89px;
	width:157px;
	height:26px;
}

#fundraise_ {
	position:absolute;
	left:0px;
	top:115px;
	width:157px;
	height:26px;
}

#locations_ {
	position:absolute;
	left:0px;
	top:141px;
	width:157px;
	height:30px;
}

#contact_ {
	position:absolute;
	left:0px;
	top:171px;
	width:157px;
	height:25px;
}