/*--------------------- Last Modified  2006.11.10 ---------------------*/

/*-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

                          

  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes

  MINIMUM BROWSER CHECK : :  IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css

/*-------------------------------------------------------------------------------------*/

/* undo some default styling of common (X)HTML browsers

/*------------------------------------------------------------------------------------*/



* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */



/* ------------------------ type selectors ------------------------ */



body#index {
	background: #FFF url("../images/bg-body.jpg") repeat-x;
	font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #212c36;
}
body {
	background: #FFF url("../images/bg-body.jpg") repeat-x;
	font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #212c36;
}
blockquote {
	margin-left: 10px;
	margin-right: 10px;
}
code {
	padding: 10px;
	background: #999;
	margin-bottom: 20px;
}
h1 {
	font-size: 1.4em;
	color: #a01718;
	margin-top:  0;
	padding-top:  0;
}
h2 {
	font-size: 1.3em;
	color: #a01718;
}
h3 {
	font-size: 1.1em;
	color: #a01718;
}
h1 span, h2 span, h3 span {
	display: none;
}
a:link, a:visited {
	color: #a01718;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #a01718;
	text-decoration: underline;
	outline: none;
}
h1, h2, h3, p {
	margin-bottom: 10px;
}
h1, h2, h3 {
	font-weight: 700;
}
/* ------------------------ classes ------------------------ */

.clear {
	clear: both;
	width: 100%;
	height: 0.01em;
	overflow: hidden;
}
p.back-to-top {
	text-align: right;
	display: block;
	padding-right: 15px;
	background: url(../images/bullet-back-to-top.jpg) right no-repeat;
}
img.img-left {
	float: left;
	margin: 2px 10px 10px 0px;
}
img.img-right {
	float: right;
	margin: 2px 0px 10px 10px;
}
/* ------------------------ form elements ------------------------ */

form {
	width: 100%;
	padding:0; /* set margin left and right below */
	border:none;
}
form label {
	font-size: .95em;
}
form br {
	line-height: 0;
	height: 0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background: #FFEDC2 url(../images/form-bg.gif) repeat-x top; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #b1b1b2;
	color: #333;
	width: 400px; /* 5 pixles smaller than form width !important */
	height: 20px;
	line-height: 18px;
	vertical-align:  middle;
	margin-bottom: 4px; /* sets vertical spacing between fields */
	padding-top: 1px; /* vertically position text in input/textarea field */
	padding-left: 4px; /* horizontally position text in input/textarea field */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.radio {
	width: 10px;
}
select {
	width: 150px;
	padding: 0;
} /* same width as form - !important */
textarea {
	height: 90px;
	overflow: auto;
}
input#encrypt-form, input#reply-from {
	display: none;
}
input#check-form {
	display: none;
} /* test before you change !! will be display: none;*/
.copyright {
	display: none;
	z-index: -99;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */



/* ------------------------ main contact form ------------------------ */

#contact-main {
	margin: 20px 0 10px 0;
}
#contact-main label {
	width: 220px;
	position: relative;
	display: block;
	text-align: right;
	margin-bottom: 20px;
	font-size: 1em;
	color:  #CCC;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width: 250px;
	position: absolute;
	left: 110%;
	top: -2px;
	vertical-align:  middle;
	padding: 10px 0 0 10px;
}
#contact-main label select {
	width: 175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height: 100px;
	overflow: auto;
}
/* ------------------------ submit button form elements ------------------------ */



input.submit, input.submit-contact-main {
	width: 61px;
	height: 33px;
	cursor: pointer;
	padding: 0;
}
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:  url(../images/btn-submit.png) no-repeat;
	width: 61px;
	height: 33px;
	border: none;
	cursor: pointer;
}
/*******

** Table brown

************************/



table.brown {
	width: 100%;
}
table.brown th {
	color: #0f670e;
	border: 1px solid #dcd5aa;
	background: #e9e4c8;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
table.brown tr {
	background: #FFF;
	padding: 10px;
}
table.brown tr:hover {
	background: #c6e7fc;
	border-bottom: 1px solid #dcd5aa;
	padding: 10px;
}
table.brown td {
	padding: 10px;
	display: table-cell;
	vertical-align:top;
	border-bottom: 1px solid #dcd5aa;
}
.reservation {
	background: #fff3d6;
	padding: 20px;
}
/* ------------------------ all about wrap ------------------------ */



#bg-wrap {
	background: url("../images/bg-banner.jpg") center top no-repeat;
}
.wrap {
	width: 1020px;
	display:  block;
	margin:  0 auto;
	position: relative;
}
/*******  content  ****************/	

body#index .content {
	background: url("../images/bg-wrap-home.jpg") repeat-y;
	margin: 10px 0 0 10px;
}
.content {
	background: url("../images/wrap-inside.jpg") repeat-y;
	margin: 0 0 0 10px;
}
.content-top {
	background: url("../images/inner-top.gif") no-repeat;
	height: 27px;
}
ul.location {
	list-style: none;
}
ul.location li {
	background: url("../images/li-bg.jpg") no-repeat;
	height: 47px;
	margin-bottom: 10px;
	padding: 0 0 0px 70px
}
.testimonials {
	background: #eaeaea;
	border: 1px solid #a0a0a0;
	padding: 10px;
	width: 298px;
}
.column-left {
	width: 650px;
	float: left;
	padding: 0 20px 0 0;
	background: url("../images/column-left-bg.gif") top right no-repeat;
}
.column-right {
	width: 310px;
	float: right;
	padding: 0 20px
}
.column-right ul {
	list-style: none;
}
.column-right ul li {
	background: url("../images/li-bg-inside.jpg") 0 6px no-repeat;
	padding: 0 0 0 20px;
}
/* ------------------------   framework ------------------------ */

#inside-logo {
	background:  url("../images/logo-inside.jpg") no-repeat;
	width: 273px;
	height: 196px;
	position: relative;
	float: left;
}
#inside-logo a {
	width: 210px;
	height: 196px;
	position: absolute;
	top: 0;
	left: 20px;
}
#masthead {
	position: relative;
	height: 159px;
	width: 392px;
	float: left;
}
/* index page link within #masthead */		

#masthead a#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 392px;
	height: 159px;
	background: url("../images/logo.jpg") no-repeat;
}
#masthead #sub-nav-wrapper {
	position: absolute;
	left: 661px;
	top: 50px;
	width: 265px;
	height: 220px;
}
#masthead span, #inside-logo span {
	display: none;
}
/* ------------------------footer framework ------------------------ */



#footer-wrap {
	background: #37777c url("../images/footer-wrap.jpg") repeat-x;
}
body#index #footer-content {
	padding: 80px 260px 20px 0px;
	width: 760px;
	color: #FFF;
	margin: 0 auto;
	background: url("../images/footer-bg.jpg") top right no-repeat;
	line-height: 1em;
}
#footer-content {
	padding: 80px 260px 20px 0px;
	width: 760px;
	color: #FFF;
	margin: 0 auto;
	background: url("../images/footer-bg.jpg") top right no-repeat;
	line-height: 1em;
	min-height: 140px;
}
.boxes {
	width: 490px;
	height: 88px;
	float: right;
	margin: 35px 10px 0 0;
	position: relative;
}
.boxes span {
	display: none;
}
.boxes a {
	width: 83px;
	height: 30px;
	position: absolute;
	top: 49px;
	left: 212px;
}
#footer-content p {
	color: #FFF;
	margin-bottom: 10px;
}
#footer-content a:link, #footer-content a:visited {
	color: #FFF;
	text-decoration:  none;
}
#footer-content a:hover, #footer-content a:active {
	color: #FFF;
	text-decoration:  underline;
}
#footer-content h2 a: link, #footer-content h2 a: visited {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}
#footer-content h2 a: hover, #footer-content h2 a: active {
	color: #FFF;
	text-decoration: underline;
	outline: none;
}
/* ------------------------ horizontal sprite nav ------------------------ */

#nav {
	background: url("../images/nav.png") no-repeat;
	width: 510px;
	height: 42px;
	padding: 0;
	float: right;
	z-index: 999;
	position: relative;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height: 42px;
	display: block;
} /* change height here also */
#nav li {
	float: left;
	list-style: none;
	_display: inline;
	position: relative;
}
#nav-01 {
	width: 70px;
	margin-left: 13px;
}
#nav-02 {
	width: 86px;
}
#nav-03 {
	width: 116px;
}
#nav-04 {
	width: 86px;
}
#nav-05 {
	width: 129px;
}
#nav-01 a:hover {
	background:url("../images/nav.png") -13px -42px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.png") -83px -42px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.png") -169px -42px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.png") -285px -42px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.png") -371px -42px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color: #000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 999;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #000;
	border-top:none;
	float: none;
	width: 200px;
	padding-left: 5px;
	text-align: left;
	z-index: 999;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display: block;
	padding-left: 5px;
}
/* Drop down link styles */

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */

#nav-02 ul a:hover {
	background-image:none;
	background-color: #337075;
	color:#FFFFFF;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */

#nav-02 ul, #nav-04 li {
	width:210px;
}
/** main layout **/



#top-video {
	height: 120px;
	width: 250px;
	padding: 20px 0 0 20px;
}
#logo {
	float: left;
}
#phone-number {
	width: 347px;
	float: right;
	margin-bottom: 20px;
	background: url("../images/phone.gif") no-repeat;
	height: 97px;
}
/** banner **/

body#index .banner {
	height: 380px;
	background: url("../images/banner-00.jpg") no-repeat;
}
/***********************

** Table style

************************/



table.brown {
	width: 100%;
}
table.brown th {
	color: #0f670e;
	border: 1px solid #dcd5aa;
	background: #e9e4c8;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
table.brown tr {
	background: #FFF;
	border-bottom: 1px solid #dcd5aa;
	padding: 10px;
}
table.brown tr:hover {
	background: #c6e7fc;
	border-bottom: 1px solid #dcd5aa;
	padding: 10px;
}
table.brown td {
	padding: 10px;
	display: table-cell;
	vertical-align:top;
}
/** s3slider **/

#s3slider {
	width: 1020px; /* important to be same as image width */
	height: 380px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index: 50;
}
#s3sliderContent {
	width: 1020px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
	z-index: 50;
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	z-index: 50;
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 1020px;
	background-color: #000;
	filter: alpha(opacity=0); /* here you can set the opacity of box with text */
	-moz-opacity: 0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0; /* here you can set the opacity of box with text */
	opacity: 0; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;
}
/** map-slider **/

#map-slider {
	width: 349px; /* important to be same as image width */
	height: 352px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	left: 635px;
	top: 186px;
	z-index: 100;
	background: transparent;
}
#map-sliderContent {
	width: 349px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.map-sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	z-index: 100;
	background: transparent;
}
.map-sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 349px;
	background-color: #000;
	filter: alpha(opacity=0); /* here you can set the opacity of box with text */
	-moz-opacity: 0; /* here you can set the opacity of box with text */
	-khtml-opacity: 0; /* here you can set the opacity of box with text */
	opacity: 0; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 0;
}
/************ SubHeads ******/

#subhead-latest-news {
	background: url("../images/subhead-latest-news.png") no-repeat;
	height: 43px;
	display: block;
}
#main-banner {
	background: url("../images/main-header.jpg") no-repeat;
	height: 406px;
	display: block;
}
#sub-banner {
	background: url("../images/sub-banner.jpg") no-repeat;
	height: 184px;
	display: block;
}
/************  specials  ************/



.address {
	width: 249px;
	float: left;
	margin:0 8px 10px 0;
}
.address.last {
	width: 249px;
	float: left;
	margin: 0
}
.address p, .address h3 {
	padding: 0 5px
}
.address h3 {
	margin: 0
}
/******** internet specials button - home **************************/	

.internet-specials {
	width: 220px;
	height: 91px;
	background: url("../images/btn-internet-home.jpg") no-repeat;
	float: right;
	margin: 38px 308px 0 0;
	position: relative;
}
.internet-specials a.learn-more {
	width: 220px;
	height: 91px;
	position: absolute
}
.internet-specials span {
	display: none;
}
/***************** Reserve inside *****************/

.reserve-inside {
	background: url("../images/btn-reserve-inside.jpg") no-repeat;
	height: 64px;
	width: 274px;
	position: relative;
}
.reserve-inside a {
	height: 60px;
	width: 212px;
	position: absolute;
	top: 0;
	left: 20px;
}
.reserve-inside span {
	display: none;
}
/***************** pay online inside *************/

.pay-inside {
	background: url("../images/btn-pay-inside.jpg") no-repeat;
	height: 70px;
	width: 274px;
	position: relative;
}
.pay-inside a {
	height: 60px;
	width: 212px;
	position: absolute;
	top: 0;
	left: 20px;
}
.pay-inside span {
	display: none;
}
.specials-inside {
	width: 273px;
	float: left;
}
.btn-single-pay {
	background: url("../images/btn-pay-online.png") no-repeat;
	height: 60px;
	width: 174px;
}
.btn-single-pay span {
	display: none;
}
.btn-single-pay a {
	display: block;
	height: 60px;
}
.btn-single-pay a:hover {
	background:url("../images/btn-pay-online.png") 0 -60px no-repeat;
}
/***************** Inside big buttons *****************/

.button-container {
	width: 276px;
	float: right;
	margin: 0 20px 20px 10px;
}
.btn-internet {
	height: 106px;
	background: url("../images/inside-internet.jpg") no-repeat;
}
.btn-call {
	height: 106px;
	background: url("../images/inside-call.jpg") no-repeat;
}
.btn-discounts {
	height: 106px;
	background: url("../images/inside-discount.jpg") no-repeat;
}
.btn-internet h3, .btn-call h3, .btn-discounts h3 {
	color: #FFF;
	padding: 50px 10px 0px 75px;
	font-size: 1.3em;
}
.btn-internet a:link, .btn-internet a:visited, .btn-call a:link, .btn-call a:visited, .btn-discounts a:link, .btn-discounts a:visited {
	color: #FFF;
	text-decoration: underline;
}
.btn-internet a:hover, .btn-internet a:active, .btn-call a:hover, .btn-call a:active, .btn-discounts a:hover, .btn-discounts a:active {
	color: #FFF;
	text-decoration: none;
}
.divider {
	height: 40px;
	background: url("../images/divider-main.gif") no-repeat
}
.divider-right {
	height: 40px;
	background: url("../images/divider-right.gif");
}
.order-online {
	background: #ececec;
	margin: 0 20px;
	width: 623px;
	padding: 20px 0
}
/*********  features  **********/

body#index .features {
	background: url("../images/features-bg.jpg") no-repeat;
	height: 257px;
	overflow: hidden;
	margin-bottom: 20px
}
.features {
	background: url("../images/features-inner.jpg") no-repeat;
	height: 273px;
	overflow: hidden;
}
.features h3 {
	color: #f8b149;
	font-size: 1.4em
}
.features-promo {
	width: 200px;
	float: left;
	padding: 25px 12px 0 20px;
	color: #FFF;
	line-height: 1em;
}
.features-list {
	width: 360px;
	float: left;
	padding: 25px 15px 0 15px;
}
/****************** btn rate rollover **********************/	

			#btn-rate {
	background: url("../images/btn-rate.png") no-repeat;
	width: 359px;
	height: 64px;
}
#btn-rate span {
	display: none;
}
#btn-rate li, #btn-rate a {
	height: 64px;
	display: block;
} /* change height here also */
#btn-rate li {
	float: left;
	list-style: none;
	_display: inline;
	position: relative;
}
#btn-rate-01 {
	width: 180px;
}
#btn-rate-02 {
	width: 175px;
}
#btn-rate-01 a:hover {
	background: url("../images/btn-rate.png") 0px -64px no-repeat;
}
#btn-rate-02 a:hover {
	background: url("../images/btn-rate.png") -180px -64px no-repeat;
}
/****************** btn space rollover **********************/	

			#btn-space {
	background: url("../images/btn-space.png") no-repeat;
	width: 359px;
	height: 64px;
}
#btn-space span {
	display: none;
}
#btn-space li, #btn-space a {
	height: 64px;
	display: block;
} /* change height here also */
#btn-space li {
	float: left;
	list-style: none;
	_display: inline;
	position: relative;
}
#btn-space-01 {
	width: 180px;
}
#btn-space-02 {
	width: 175px;
}
#btn-space-01 a:hover {
	background: url("../images/btn-space.png") 0px -64px no-repeat;
}
#btn-space-02 a:hover {
	background: url("../images/btn-space.png") -180px -64px no-repeat;
}
.features-chat {
	width: 357px;
	float: left;
	padding: 25px 20px 0 20px;
	color: #FFF;
	line-height: 1em
}
.btn-chat {
	background: url("../images/btn-chat.png") no-repeat;
	height: 71px;
	width: 188px;
	float: right;
}
.btn-chat span {
	display: none;
}
.btn-chat a {
	display: block;
	height: 71px;
}
.btn-chat a:hover {
	background:url("../images/btn-chat.png") 0 -71px no-repeat;
}
/*** top 5 features ***/

.top5 {
	background: url("../images/features-main.jpg") no-repeat;
	padding: 0 300px 0 20px;
	height: 365px;
	overflow: hidden;
	color: #FFF;
}
.top5 ul {
	padding: 100px 0 0 0;
	list-style: none;
}
.top5 li {
	background: url("../images/bullet.gif") 0 7px no-repeat;
	padding: 0 0 0 20px
}
/** supplies **/

.supplies {
	background: url("../images/moving-supplies.gif") no-repeat;
	height: 184px;
	margin-bottom: 20px
}
#content ul {
	margin: 0 0 10px 20px;
}
#content ul li ul {
	margin: 0 0 0 20px;
}
blockquote {
	background: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
	font-style: italic;
}
.location-details {
	width: 300px;
	margin: 0 20px 20px 0;
	float: left;
}

#searchform {position: absolute; top: 10px; left: 800px;}