html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body{
	margin:0px;
	padding:0px;
}

html{
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

object{
	border:0px;
	outline:none;
}

.clear{
	clear:both;
	font-size:1px !important;
	line-height:1px;
	height:1px;
	overflow:hidden;
}


/* MAIN CONTENT ON EVERY PAGE */
.mainContent{
		
}

.mainContent img{
	border:1px solid #CCCCCC;
	padding:3px;	
}


/***** albums *****/

.albumContainer {
	clear:both;
}

.albumContainer img {
	
}

.photoContainer {
	float:left;
	margin:10px 4px;
	height:160px;
	width:150px;
	overflow:hidden;
}

.photoImg {
	float:left;
	width:140px;
}
.photoImg a {
	border:0;
}
.photoImg a:hover {
	border:0;
}
.photoTitle {
	clear:left;
}






/* 

Chattanooga Packages

All images and materials copyright 2009 Chattanooga Packages

--

PRIMARY STYLE SHEET

*/

/* @group Setup */

body, html {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
}

body.homepage, body.onecolumn, body.twocolumn {
	background: url(/images/body-background.gif) repeat;
}

/* @group Basic Elements */

h1, h2, h3, h4, h5, h6 {
	color: #4872BB;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.6em;
}

p {
	font-size: 0.75em;
	line-height:1.5em;
	margin-bottom: 20px;
}
ul#checkoutNav {
	list-style-image:none;
}
ul {
	margin: 7px 0 7px 16px;
	list-style: disc;
	font-size: 12px;
	list-style-image:url("/images/bullets/blue_bullet.png");
}
ul ul {
	list-style-image:url("/images/bullets/green_bullet.png");
	margin-left:16px;
}

ol {
	margin: 10px;
	list-style: disc;
	font-size: 12px;
}

li {
	margin-bottom: 7px;
	font-size:12px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #4872BB;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #1A478F;
	font-weight: bold;
	text-decoration: underline;
}

#main-container-center a:hover{
	background-color: #CFE2FF;
}

a:hover img {
	background-color: transparent;
}

/* @end */



/* @end */

/* @group Header */

#header {
	height: 236px;
	background: url(/images/header-background.gif) repeat-x;
}

#header-container {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

#header-logo {
	width: 119px;
	height: 147px;
	background: url(/images/header-logo.png) no-repeat;
	float: left;
	display: inline;
	position: relative;
	left: 70px;
}

#header-logo h1 {
	display: none;
}

#header-right {
	width: 600px;
	float: right;
	display: inline;
	text-align: right;
	position: relative;
}

/* @group Top Search */

#header-right-search {
	
}

#header-right-search input {
	font-weight: bold;
	color: #446fcb;
	font-size: 1.2em;
}

/* @end */

/* @group Main Navigation */

#header-right-nav {
	position: relative;
	top:  15px;
	height: 71px;
}

#header-right-nav-open {
	display: inline;
	float: right;
	height: 71px;
	width: 15px;
	background: url(/images/header-nav-close.png) no-repeat;
}

#header-right-nav-close {
	display: inline;
	float: right;
	height: 71px;
	width: 15px;
	background: url(/images/header-nav-open.png) no-repeat;
}

#header-right-nav-list {
	display: inline;
	float: right;
	height: 71px;
	background: url(/images/header-nav-background.png) repeat-x;
	text-align: left;
}

/*
#header-right-nav-list ul {
	position: relative;
	top: 13px;
	list-style: none;
}

#header-right-nav-list ul li{
	display: inline;
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 19px;
	padding-bottom: 18px;
}

#header-right-nav-list li:hover, #header-right-nav-list li.active {
	background: url(/images/header-nav-hover.png) repeat-x;
}

#header-right-nav-list ul li a{
	text-decoration: none;
	font-size: .8em;
	color: #fff;
	font-weight: bold;
}

#header-right-nav-list ul li a:hover{
	background-color: transparent !important;
}
*/

/* @end */

/* @group Subnavigation */

#header-subnav {
	clear: both;
	position:relative;
	top: 18px;
	height: 41px;
}

#header-subnav-open {
	display: block;
	float: left;
	height: 41px;
	width: 14px;
	background: url(/images/header-subnav-open.png) no-repeat;
}

#header-subnav-close {
	display: block;
	float: left;
	height: 41px;
	width: 14px;
	background: url(/images/header-subnav-close.png) no-repeat;
}

#header-subnav-title{
	float:left;
	margin: 8px 5px 0px 5px;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;	
}

#header-subnav-list {
	display: block;
	float: left;
	height: 41px;
	width: 96%;
	background: url(/images/header-subnav-background.png) repeat-x;
	text-align: left;
}
/*
#header-subnav-list ul {
	position: relative;
	top: 2px;
	list-style: none;
}

#header-subnav-list ul li {
	display: inline;
	font-size: .85em;
	color: white;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header-subnav-list ul li:hover, #header-subnav-list ul li.active {
	background: url(/images/header-nav-hover.png) repeat-x 0 -21px;
}

#header-subnav-list ul li.list-header:hover {
	background: transparent;
}


#header-subnav-list ul li.list-header {
	font-size: 1em;
}

#header-subnav-list ul li a {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

#header-subnav-list ul li a:hover {
	
}
*/



/* @end */



/* @end */

/* @group Body */

#body-container {
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: 30px;
	width: 800px;
}

/* @group Header */

#body-header {
	width: 602px;
	height: 61px;
	background: url(/images/body-header-background.png) no-repeat;
}

#body-header h2 {
	color: #446fcb;
	font-weight: bold;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 5px;
	font-size: 1em;
	width:295px;
}

#body-header p {
	position: relative;
	top: 7px;
	float: left;
	display:inline;
	width: 297px;
	font-weight: bold;
	font-size: .6em;
	margin:0;
}

/* @end */

/* @group Main Container */

#main-container {
	width: 800px;
	position: relative;
	top: 10px;
}

#main-container-top {
	width: 100%;
	height: 8px;
	font-size:1px;
}

#main-container-center {
	width: 100%;
}

#main-container-bottom {
	width: 100%;
	height: 11px;
}

#main-container-center-left {
	float: left;
	display: inline;
	width: 180px;
	margin-top: 25px;
	margin-left: 10px;
}

#main-container-center-right {
	float: left;
	width:  550px;
	display: inline;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
}

/* @group One Column */

body.onecolumn #main-container-top {
	background: url(/images/body-onecol-top.png) no-repeat left top;
}

body.onecolumn #main-container-center {
	background: url(/images/body-onecol-background.png) repeat-y left top;
}

body.onecolumn #main-container-bottom {
	background: url(/images/body-onecol-bottom.png) no-repeat left top;
}

body.onecolumn #main-container-center-left {
	display: none;
}

body.onecolumn #main-container-center-right {
	float: left;
	width:  97%;
	display: inline;
	position: inherit;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 30px;
	line-height:20px;
}


/* @end */

/* @group Two Column */

body.twocolumn #main-container-top {
	background: url(/images/body-twocol-top.png) no-repeat left top;
}

body.twocolumn #main-container-center {
	background: url(/images/body-twocol-background.png) repeat-y left top;
}

body.twocolumn #main-container-bottom {
	background: url(/images/body-twocol-bottom.png) no-repeat left top;
}

/* @group Formatting: Sidebar */

#main-container-center-left {
	color: white;
}

#main-container-center-left h1, #main-container-center-left h2, #main-container-center-left h3, #main-container-center-left h4, #main-container-center-left h5, #main-container-center-left h6 {
	color: white;
	font-size: 1.2em;
	margin-bottom: ;
}

#main-container-center-left p {
	color: white;
}

#main-container-center-left a {
	color: white;
}

#main-container-center-left a:hover {
	color: white;
	background-color: transparent;
}


/* @end */

/* @end */



/* @end */

/* @group Seal */

#body-seal {
	position:absolute;
	z-index:1000;
	top:-26px;
	left: 639px;
	height: 179px;
	width: 179px;
	background-image: url(/images/chatt_packages_burst.png);
}

body #body-seal{
	visibility: hidden;
}

body.homepage #body-seal{
	visibility: visible;
}

/* @end */

/* @group Build Your Own Package */

#body-byop-container {
	width: 800px;
	height: 321px;
	background-image: url(/images/byop-background.png);
	position: relative;
	top: 10px;
}

/* @group BYOP - Left */

#body-byop-container-left {			/* BUILD YOUR OWN PACKAGE */
	float: left;
	width:  178px;
	height: 321px;
}

#body-byop-container-left-inner {
	margin-top: 40px;
	margin-left: 17px;
}

#body-byop-container-left-inner-buttons {
	margin-top: 5px;
	margin-left: 5px;
}

#body-byop-container-left-inner h3 {
	color: #1e3454;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#body-byop-container-left-inner p {
	margin-bottom: 20px;
	color: white;
	font-size: .7em;
}

/* @group BYOP Buttons */

.homepage-left-buttons {
	width: 272px;
	height: 103px;
}

.homepage-left-buttons * {
	display: none;
}

#homepage-left-great-attractions {
	background: url(/images/frontpage-left-great-attractions.jpg) no-repeat left top;
	cursor: pointer;
}

#homepage-left-great-attractions:hover {
	background-position: -272px top;
}

#homepage-left-beautiful-hotels {
	background: url(/images/frontpage-left-beautiful-hotels.jpg) no-repeat left top;
	cursor: pointer;
}

#homepage-left-beautiful-hotels:hover {
	background-position: -272px top;
}

#homepage-left-vacation-packages {
	background: url(/images/frontpage-left-vacation-packages.jpg) no-repeat left top;
	cursor: pointer;
}

#homepage-left-vacation-packages:hover {
	background-position: -272px top;
}


/* @end */

/* @group BYOP Form */

#body-byop-container-left-inner select {
	font-weight: bold;
	color: #5079C2;
	background: #f3f3f3 url(/images/byop-select-background.gif) repeat-x;
	font-size: 0.75em;
	margin-bottom: 10px;
}

#body-byop-container-left-inner option {
	background-color: #e3e3e3;
	font-weight: bold;
	color: #5079C2;
}

#byop-form-dates {
	
}

#byop-form-dates span {
	display: block;
}
#byop-form-dates span input {
	width:95px;
}
#byop-form-dates span label{
	color: white;
	font-weight: bold;
	font-size: .65em;
	margin-left: 2px;
	margin-right: 73px;
}

#byop-form-dates span label:last-child {
	margin-right: 0px;
}

#byop-form-dates span input{
	font-weight: bold;
	color: #5079C2;
}

#byop-form-dates span img{
	position: relative;
	top: 3px;
	left: 2px;
	margin-right: 10px;
}


#body-byop-container-left-inner .byop-submit {
	width: 127px;
	height: 34px;
	border: none;
	color:  #507bc5;
    background: url(/images/byop-submit-button.gif) no-repeat left;
    cursor: pointer;
    cursor: hand;
	font-weight: bold;
	padding-left: 12px;
	padding-bottom: 4px;
	position: relative;
	top: 30px;
	left: 120px;
	font-size: 10px;
}

#body-banner-over{
	background-image: url('/images/bannerOver.png');
	width:519px;
	height: 318px;
	position: relative;
	margin-top:-318px;	
}

#bannerLinkButton{
	width:107px;
	height:22px;
	background-image: url('/images/button-explore-this-package.png');
	position:absolute;
	top:250px;
	left:15px;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group BYOP - Right */
	
#body-byop-container-right { 		/* FLASH */
	float:  right;
	width:  522px;
	height: 321px;
}

#body-byop-container-right-inner {	/* FLASH HOLDER - put it in this DIV */
	width:  519px;					/* FLASH Width */
	height: 318px;					/* FLASH Height */
	/*background-image: url(/images/flash-placeholder.png);*/
}


/* @end */

/* @end */

/* @group Promotions */

#promotions-container {
	width:  100%;
	height: 171px;
	position: relative;
	top: 20px;
}

.promotions-individual-container{
	width: 264px;
	height: 171px;
	background-image: url(/images/promotion-background.png);
	float: left;
	display: inline;
	margin-right: 2px;
	text-align: center;
}

.promotions-individual-container-inner {
	margin: 0 auto;
	text-align: left;
	width: 88%;
	position: relative;
	top: 20px;
	
}

.promotions-individual-container-inner h3 {
	color: #477725;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.promo_package {
	font-weight: normal !important;
}

.promo_attraction {
	font-size: 1.1em !important;
	font-weight: normal !important;
}

.promotions-individual-container-inner h4 {
	font-size: 1.0em;
	margin-top: -5px;
}

.promotions-individual-container-inner p {
	font-size: .7em;
	line-height: 18px;
}

.promotions-individual-container-inner a {
	color: #41570e;
	font-weight: bold;
}

.promotions-individual-container-inner a:hover {
	background-color: transparent;
}

/* @group Promotions Email Form */

.promotions-individual-container-inner form {
	margin-top: 0px;
}

.promotions-individual-container-inner form input {
	color: #477725;
	font-weight: bold;
}

.promotions-individual-container-inner form input.promotions-submit{
	background: none;
	border: none;
	color: white;
	font-size: .9em;
	cursor: pointer;
	cursor: hand;
}


/* @end */



/* @end */

/* @group Footer */

#footer {
	width: 100%;
	position: relative;
	top: 60px;
}

#footer-top {
	width: 100%;
	height: 16px;
	background: url(/images/footer-top-background.png) repeat-x;
}

#footer-inner{
	color: white;
	background: #507bc5 url(/images/footer-bottom-background.gif) repeat-x;
	text-align: center;
}

#footer-inner-container-body {
	margin: 0 auto;
	padding-top: 30px;
	width: 800px;
	padding-bottom: 30px;
}

/* @group Footer: Logo */

#footer-inner-container-logo {
	float: left;
	display:inline;
	width: 138px;
	height: 168px;
	background: url(/images/footer-logo.png) no-repeat;
}


/* @end */

/* @group Footer: Copy */

#footer-inner-container-copy {
	width: 600px;
	text-align: left;
	position: relative;
	float: left;
	display: inline;
	left: 50px;
}

.menuTitle{
	float:left;
	font-size: 10px;
	font-weight: bold;
	color:#1E3454;
}

#papercutFooter{
	font-size:10px;
	font-weight:bold;	
	color:#1E3454;
}

#papercutFooter a{
	color:#FFFFFF;
}
/* @end */


/* @end */

/* @group Store */

#store-header {
	z-index: 2000;
	position: relative;
	top:-28px;
	height: 72px;
}

#store-header-allincluded {
	float: left;
	width: 257px;
	height: 72px;
	background: url(/images/shop-header-all-included.jpg) no-repeat left top;
	
}

#store-header-allincluded h3 {
	display: none;
}

#store-header-price {
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	font-size: .8em;
	font-weight: bold;
	color: #5c85cc;
	width: 500px;
}

#store-header-price p {
	margin: 0;
	padding: 0;
}

#store-header-price p:first-child {
	margin-bottom: 3px;
}

#store-header-price p.final-price {
	font-size: 1.2em;
}

#store-header-price p span.gray {
	color: #737373;
}

/* @end */




/* @end */

/* @group Utilities */

.clear-both {
	clear: both;
}

/* @end */

#bannerCaption {
	width:300px;
	color:#fff;
	position:absolute;
	bottom:0;
	right:20px;
	font-weight:bold;
	text-align:right;
	height:40px;
	line-height:20px;
}

#bannerNav {
	list-style-type:none;
	position:absolute;
	bottom:2px;
	left:5px;
}
#bannerNav li {
	float:left;
	display:inline;
	margin-right:3px;
}
#bannerNav li a {
	float:left;
	display:inline;
	border:1px solid #fff;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}

#bannerNav li a:hover, #bannerNav li a.active {
	float:left;
	display:inline;
	border:1px solid #fff;
	background:#507BC5; 
}
.packageChooseButton a {
	float:right;
	display:inline;
}

.viewDetailsButton {
	background:url(/images/buttons/bothDetails.jpg);
	width:123px;
	height:47px;
	text-indent:-2000px;
	float:right;
}

.viewDetailsButtonHide {
	background:url(/images/buttons/bothDetails.jpg) no-repeat -123px 0;
}

.promotions-individual-container h4{
	padding:0px;
	margin:0px;
}

.promotions-individual-container p{
	padding:0;
	margin:0;
}

.promo_header{
	margin-bottom:5px;
}