/* CSS Document */

body {
	background-color:#F1F1F1;
	margin:0px;
	padding:0px;
	font-family:sans-serif;
	font-size:14px;
	color:#330000;
	}
h1 {
	margin-top:15px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:bold;
	color:#330000;
	}
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
	color:#993300;
	}
a {
	text-decoration:none;
	color:#FF3300;
	}
a:hover {
	text-decoration:underline;
	color:#FF9933;
	}
a.large {
	font-size:18px;
	}
a.white {
	color:#FFFFFF;
	}
#whole {
	width:100%;
	}
#top {
	width:100%;
	height:198px;
	background-color:#FFFFFF;
	background-image:url(../img/top_bg.gif);
	border-bottom:15px solid #000000;
	}
#topInner {
	width:750px;
	margin:0 auto;
	}
#middle {
	width:100%;
	background-color:#FFCC00;
	background-image:url(../img/middle_bg.gif);
	}
#shadow {
	margin:0 auto;
	width:780px;
	background-image:url(../img/shadow_bg.gif);
	background-repeat:repeat-y;
	}
/* Menu styling begins here */
.typeface-js a {font-family:Playbill;color:#000000;}
.typeface.js a:hover {color:#FF3300;}
#menu {
	margin:0 auto;
	width:750px;
	height:40px;
	background-color:#F2D79E;
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	font-family:Playbill;
	font-size:38px;
	text-transform:uppercase;
	text-align:center;
	}
#menu ul {
	position:relative;
	top:4px;
	left:50px;
	margin:0;
	padding:0;
	}
#menu li {
	position:relative;
	float:left;
	list-style-type:none;
	}
#menu li a {
	margin:0 10px;
	padding:0 7px;
	}
#menu li a:hover {
	text-decoration:none;
	color:#FF3300;
	}
#menu li ul {
	display:none;
	position:absolute;
	top:40px;
	left:-5px;
	padding:5px 25px 0 0;
	background:#F2D79E;
	font-size:30px;
	text-align:left;
	}
#menu li:hover ul {
	display:block;
	}
#menu ul ul li {
	width:6em;
	margin:2px 0;
	text-transform:none;
	}

/* End Menu styling */
#container {
	margin:0 auto;
	width:750px;
	padding-bottom:200px;
	background-color:#990000;
	background-image:url(../img/topper.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	}
#main1 {
	width:690px;
	padding-top:25px;
	padding-left:35px;
	padding-right:25px;
	text-align:left;
	}
#main {
	width:690px;
	padding-top:25px;
	padding-left:35px;
	padding-right:25px;
	background-color:#990000;
	text-align:left;
	}
#content {
	width:431px;
	background-image:url(../img/content_bg.jpg);
	background-repeat:repeat-y;
	}
#topContent {
	width:431px;
	background-image:url(../img/top_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#bottomContent {
	width:421px;
	padding:5px 5px 15px 5px;
	background-image:url(../img/bottom_content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	}
#mainLizard {
	margin:0 auto;
	width:750px;
	background-image:url(../img/lizard_middle.gif);
	background-repeat:repeat-y;
	}
#lizardTop {
	width:625px;
	padding:175px 25px 200px 100px;
	background-image:url(../img/lizard_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	}
#lizardBottom {
	margin:0 auto;
	width:750px;
	height:41px;
	padding-top:81px;
	background-image:url(../img/lizard_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:center;
	color:#FFFFFF;
	}
#lizardBottom a {
	color:#FFFFFF;
	}
#lizardContent {
	width:350px;
	text-align:left;
	}
#footer {
	width:100%;
	margin-top:20px;
	font-size:14px;
	text-align:center;
	color:#666666;
	position:relative;
	top:-15px;
	}
#bottom {
	width:100%;
	height:200px;
	background-image:url(../img/bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:-200px;
	}
#bottomMenu {
	margin:0 auto;
	width:750px;
	height:105px;
	padding-top:55px;
	background-image:url(../img/bottom_menu_bg.jpg);
	color:#FFFFFF;
	text-align:center;
	}
#bottomMenu ul, #lizardBottom ul {
	margin:-5px 0 0 -40px;
	display:inline;
	}
#bottomMenu ul ul, #lizardBottom ul ul {
	margin:0 0 0 -40px;
	display:inline;
	}
#bottomMenu li, #lizardBottom li {
	list-style-type:none;
	display:inline;
	margin:0 3px;
	padding:3px 3px;
	text-transform:uppercase;
	}
#bottomMenu li a, #lizardBottom li a {
	color:#FFFFFF;
	}
#bottomMenu li a:hover, #lizardBottom li a:hover {
	text-decoration:none;
	color:#FF9933;
	}
#bottomMenu li li, #lizardBottom li li {
	display:none;
	}
#locations {
	width:670px;
	height:895px;
	background-image:url(../img/locations_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
.floatRight {
	float:right;
	}