/* Layout */
body {
	padding: 0px;
	margin: 0px;
	color: #22397c;
	background-color: #31559c;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 0.9em;
}
p {
	line-height: 1.4em;
	text-align: justify;
}
a img {
	border: none;
}
#wrapper {
	width: 960px;
	background-color: #ffffff;
	margin: auto;
	border-left: 1px solid #22397c;
	border-right: 1px solid #22397c;
}
#header {
	width: 957px;
	padding-right: 3px;
	float: left;
	background-color: #ffffff;
	padding-top: 10px;
	position: relative;
}
#left_header {
	float: left;
	width: 373px;
}
#left_header_top {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	width: 373px;
	height: 65px;
	margin-left: 20px;
	margin-top: 10px;
}
#left_header_bottom {
	width: 960px;
	height: 36px;
	margin-top: 15px;
	background-image: url(/images/nav_footer_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#right_header {
	width: 580px;
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
}
#right_header object {
	float: right;
}

#right_header img {
	float: right;
}

/* Navigation */
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.nav li {
	display: inline;
	float: left;
	margin-left: 2px;
}
#nav_home a {
	display: block;
	width: 70px;
	height: 36px;
	background-image: url(/images/buttons/nav_home.gif);
}
#nav_home a:hover {
	background-image: url(/images/buttons/nav_home_on.gif);
}
#nav_home a.selected {
	background-image: url(/images/buttons/nav_home_on.gif);
}	
#nav_parks a {
	display: block;
	width: 70px;
	height: 36px;
	background-image: url(/images/buttons/nav_parks.gif);
}
#nav_parks a:hover {
	background-image: url(/images/buttons/nav_parks_on.gif);
}	
#nav_parks a.selected {
	background-image: url(/images/buttons/nav_parks_on.gif);
}	
#nav_late_deals a {
	display: block;
	width: 120px;
	height: 36px;
	background-image: url(/images/buttons/nav_late_deals_off.gif);
}
#nav_late_deals a:hover {
	background-image: url(/images/buttons/nav_late_deals_on.gif);
}
#nav_late_deals a.selected {
	background-image: url(/images/buttons/nav_late_deals_on.gif);
}	
#nav_special_offers a {
	display: block;
	width: 120px;
	height: 36px;
	background-image: url(/images/buttons/nav_special_offers.gif);
}
#nav_special_offers a:hover {
	background-image: url(/images/buttons/nav_special_offers_on.gif);
}
#nav_special_offers a.selected {
	background-image: url(/images/buttons/nav_special_offers_on.gif);
}	
#nav_equipment a {
	display: block;
	width: 100px;
	height: 36px;
	background-image: url(/images/buttons/nav_equipment.gif);
}
#nav_equipment a:hover {
	background-image: url(/images/buttons/nav_equipment_on.gif);
}	
#nav_equipment a.selected {
	background-image: url(/images/buttons/nav_equipment_on.gif);
}	
#nav_footer {
	clear: both;
	background-image: url(/images/nav_footer.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 25px;
	font-size: 0.7em;
	padding-top: 6px;
	color: #22397c;
}
#nav_footer a {
	color: #22397c;
	text-decoration: none;
	border-bottom: 1px dashed #22397c;
}
#nav_footer a:hover {
	border-bottom: 1px solid #22397c;
}
#breadcrumb {
	width: 400px;
	height: 25px;
	float: left;
	padding-left: 10px;
}
#nav_links {
	width: 200px;
	height: 25px;
	float: right;
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}
#nav_links a {
	border: none;
	margin-left: 20px;
}

/* Content */
#content {
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

ul {
	list-style-type: square;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.bold {
	font-weight: bold;
}
.spacing {
	margin-top: 20px;
}

/* Tables */
table {
	border-spacing: 0px;
	width: 930px;
	color: #21387b;
	font-size: 0.8em;
}
table thead tr {
	text-align: left;
}
td {
	border: none;
	padding: 2px;
}
td a {
	color: #ce0000;
}
table tbody tr.odd {
	background-color: #dee7f7;
}
table tbody tr.even {
	background-color: #ffffff;
}
a.thumbnail img {
	border: 1px solid #cccccc;	
	width: 100px;
	height: 100px;
}
a.thumbnail img:hover {
	border: 1px solid #999999;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 0.8em;
}
.invisible {
	display: none;
}
#footer p {
	text-align: center;
	font-size: 0.7em;
}
div.banner.center {
	text-align: center;
}