/* ----------------- HTML and BODY ------------------ */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; /* Base Font Size For Page */
	text-decoration: none;
	color: #414141;
}

img {
	border: none;
}

img.center {
	display: block;
	margin: 0 auto;
}

img.left {
	float: left;
	padding-right: 8px;
}

img.right {
	float: right;
	padding-left: 8px;
}

img.floated {
	display: inline-block;
}

a, a:active, a:visited {
	color: #939393;
	text-decoration: none;
}

a:hover {
	color: #939393;
	text-decoration: underline;
}

.clearAll {
	clear: both;
}

/* ----------------- Header ------------------ */

#headerBG {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	border-bottom: 2px solid #5e456d;
	background: #77297f url('../images/headerBG.jpg') repeat-x center;
}

#header {
	width: 980px;
	height: 30px;
	margin: 0 auto;
}

#mainIMG {
	width: 940px;
	height: 299px;
	display: block;
	background-image: url('../images/main.jpg');
	text-align: center;
}

#mainIMG a {
	outline: none;
}

#bookNow {
	position: relative;
	left: 715px;
	top: 232px;
	width: 130px;
	height: 25px;
	z-index: 50;
	background: transparent;
}

/* ----------------- Nav ------------------ */

#nav {
	width: 980px;
	height: 23px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	letter-spacing: .18em;
	font-weight: bold;
	font-size: 140%;
	line-height: 2em;
	vertical-align: middle;
}

#nav a {
	color: #b17cd4;
}

#nav a:hover {
	text-decoration: none;
}

#nav span {
	color: #b17cd4;
	font-weight: normal;
	font-size: 90%;
}


/* --------- Dropdown --------- */

.navBox {
	display: block;
	display: none;
	position: absolute;
	top: 30;
	left: 0;
	z-index: 5000;
	background-color: #fff;
	width: 225px;
	height: 270px;
	font-size: 90%;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0;
	padding-bottom: 8px;
}

.navBox a {
	color: #888!important;
}

.navBox a:hover {
	color: #666!important;
}



/* ----------------- Wrapper ------------------ */

#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff url('../images/wrapperBG.jpg') repeat-y top;
}

#content, #contentCenter, #content2 {
	width: 940px;
	min-height: 500px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	font-size: 112%;
}

#content2 {
width: 900px;
}

#contactLeft {
width: 300px;
float: left;
}

#contactRight {
float: right;
}

#contentCenter {
	text-align: center;
}

#mainLeft {
	float: left;
	width: 630px;
}

#mainRight {
	float: right;
	width: 300px;
}

/* ----------------- Main Footer ------------------ */

#footerBG {
	width: 100%;
	height: 323px;
	margin: 0 auto;
	background: #1b181f url('../images/footer.jpg') repeat-x;
}

#footer {
	width: 980px;
	height: 263px;
	margin: 0 auto;
	padding-top: 60px;
	background: #1b181f url('../images/footer.jpg') repeat-x;
	color: #a9a7a8;
	font-size: 105%;
	line-height: 1.25em;
}

/* --------- Footer Columns --------- */

#footerLeft, #footerRight, #footerPages, #footerServices { 
	height: 190px;
}

#footerLeft {
	float: left;
	width: 550px;
}

#footerLeft b {
	display: block;
	color: #fff;
	font-size: 110%;
	margin-bottom: 2px;
}

#footerPages, #footerServices {
	line-height: 1.6em;
	font-size: 108%;
}

#footerLeft #footerPages {
	float: left;
	width: 150px;
}

#footerLeft #footerServices {
	float: right;
	width: 400px;
}

.ulLeft {
	float: left;
	width: 200px;
}

.ulRight {
	float: right;
	width: 200px;
}

#footerRight {
	float: right;
	width: 390px;
}

#footerBottom {
	line-height: 0;
	clear: both;
	height: 53px;
	word-spacing: 20px;
}


#footerBottom a {
	word-spacing: 0;
	color: #1b181f;
}

#footerBottom a img {
clear: both;
margin: 0;
}

/* --------- Footer Styles --------- */

#footer h1 {
	color: #fff;
	font-size: 128%;
	font-weight: bold;
	font-family: Georgia, serif;
}

#footerServices ul b {
	margin-left: -16px;
}

#footerServices ul {
	margin-top: 0;
}

#footerBottom hr {
	margin: 0 0 15px 0;
	border: 1px solid #453e4e;
}



/* --------- Text Styles --------- */


h1 {
	font-family: Tahoma, sans-serif;
	font-size: 182%; 
	letter-spacing: .05em;
	font-weight: normal;
	color: #91367c;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
	display: inline;
}

b, strong {
	color: #91367c;
}

table.listing {
	width: 500px;
	padding: 8px 0;
	font-weight: bold;
}

table.listing td {
	width: 33%;
}

.hours {
	width: 275px;
	display: block;
	background-color: #ddd;
	border: 1px solid: #ccc;
	padding: 10px;
	padding-bottom: 25px;
	text-align: center;
	line-height: 1.5em;
}

div.boxed {
display: block;
width: 612px;
text-align: center;
font-weight: bold;
}

div.boxed h1 {
display: block;
width: 612px;
height: 34px;
background-color: #ddd;
border: 1px solid #666;
}

