﻿/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../images/alice-body-bg.gif) repeat-x #fffff5;
	font-family: "Courier New" , Courier, monospace;
	font-size: 12px;
}

.header {
	background: url(../images/header-bg.jpg) no-repeat;
	width: 990px;
	height: 114px;
	border-bottom: solid #000 5px;
	position: relative;
}

.logo {
	text-align: center;
}

.social {
	padding-right: 20px;
	padding-top: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.social a {
	display: block;
	float: left;
	margin-left: 5px;
}

.sound {
	float: left;
	padding-left: 5px;
}

.nav {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -330px;
	width: 660px;
}

.nav a {
	display: block;
	float: left;
	font-family: "Courier New" , Courier, monospace;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	margin: 0 2px;
}

.nav a:hover {
	color: #666666;
	text-decoration: underline;
}

.nav a.active {
	color: #666666;
	text-decoration: underline;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

p {
	padding-bottom: 10px;
}

p a {
	border: dotted 1px #ccc;
	text-decoration: none;
	padding: 0 3px;
	color: #000;
	font-weight: 700;
}

p a:hover {
	background: #f7f7f7;
}

ul {
}

ol {
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ae2324;
	padding-bottom: 5px;
}

h2 {
}

h3 {
}

h4 {
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/*IE needs layout*/
	zoom: 1;
}

.container {
	margin: 0px auto;
	width: 990px;
}

.copy ul {
	padding-left: 22px;
}

.copy a {
	color: #666;
}

.wrapper {
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.contactUs {
	background: url(../images/contact-us-image.jpg) no-repeat;
}

.home {
	background: url(../images/home-image.jpg) no-repeat;
}

.locations {
	background: url(../images/locations-image.jpg) no-repeat;
}

.reservations {
	background: url(../images/reservations-image.jpg) no-repeat;
}

.bg-rpt {
	background: url(../images/bricks.jpg) repeat-y;
}

.mainContentHolder {
	width: 950px;
	margin: 0 auto 30px auto;
}

.content-holder-top {
}

.content-holder-mid {
	background: url(../images/content-holder-mid.gif) repeat-y;
	padding: 20px 40px;
	width: 870px;
}

.content-holder-mid-menu {
	background: url(../images/content-holder-mid.gif) repeat-y;
	padding: 0 12px;
	width: 926px;
}


.content-holder-bot {
}


.footer {
	position: relative;
	top: -24px;
	padding-right: 20px;
}

.footer a {
	display: block;
	float: right;
	font-family: "Courier New" , Courier, monospace;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	margin: 0 2px;
}

.footer a:hover {
	color: #666666;
	text-decoration: underline;
}


.locationSelectBox {
	border: solid 1px #999;
	padding: 5px;
}

.jobsTblTitle {
	width: 100%;
	border: 1px dotted #000000;
	background-color: #efefef;
}

.jobsTblTitle td {
	padding: 5px;
	font-weight: bold;
	font-size: larger;
}

.jobsTbl {
	width: 100%;
	background: #efefef;
}

.jobsTbl td {
	padding: 5px;
}

.jobsTbl a.more-btn {
	color: #000;
	text-decoration: none;
	border: dotted 1px #ccc;
	font-weight: 700;
	padding: 0 5px;
}

.jobsTbl a.more-btn:hover {
	background: #f7f7f7;
}

.copy {
	padding-top: 10px;
	padding-left: 5px;
}


.copy ul {
	padding-left: 22px;
	padding-bottom: 10px;
}

.slideTbl {
	width: 100%;
}

.slideImage {
	text-align: right;
}

/*promotions*/
.grid {
	background: url(../images/repeating-grid.gif);
	width: 265px;
	padding: 10px;
	position: relative;
	top: 20px;
}

.promo {
	height: 190px;
	background: #e8e8e8;
}

.promoText {
	background: #fff;
	height: 50px;
}

.promotions p {
	text-align: center;
	padding-bottom: 20px;
}


.promoImage img {
	float: left;
	padding: 20px;
}
/*promotions*/

.marketingPopContainer {
	width: 900px;
	height: 320px;
	margin: 0 auto;
	margin-left: -450px;
	border: 2px solid #ddd;
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0px;
	left: 50%;
	display: none;
}
.marketingPopClose {
	position: absolute;
	top: 1px;
	right: 10px;
	width: 30px;
	height: 30px;
}

