/* --- Generic Page Styles --- */

body {
	background: url(../graphics/bg.jpg) repeat-x #F3E7E1 top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #017dc3;
	margin:0px;
	}

.wrapper {width:1000px; background:#F2F1F1;}
.nav a {color:#fff; text-decoration:none; margin: 0 20px;}
.rightshd {background:url(../graphics/shadow-r.png) repeat-y right;}
.btmshd {background:url(../graphics/shadow-b.png) repeat-x;}
.btmrshd {background:url(../graphics/shadow-br.png) no-repeat right;}
.btmlshd {background:url(../graphics/shadow-bl.png) repeat-x;}

img {
	border: 0px;
	}

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

h4 {
	margin: 15px 0px 5px 0px;
	color: #017dc3;
	font-weight: bold;
	font-size: 11px;
	}

.navbtn {float:left; width:107px; height:26px; margin-top:2px; line-height:2;}
.navbtn:hover {background:url(../graphics/navbg-.jpg);}

.bigger { font-size: 18px; }

/* Padding, Margin and Borders and Widths */

.brd0{ border:none !important;}
.brd1{ border:1px solid #354e79;}
.brd2{ border:1px solid #bed9ea;}
.bl1 { border-left: 1px solid #354e79; }
.br1 { border-right: 1px solid #354e79; }
.bt1 { border-top: 1px solid #354e79; }
.bb1 { border-bottom: 1px solid #354e79; }

.pad0{ padding:0px !important;}
.pad2{ padding:2px;}
.pad3{ padding:3px;}
.pad5{ padding:5px;}
.pad10{ padding:10px;}
.pad20{ padding:20px;}
.pad30{ padding:30px;}

.mar0{ margin:0px !important;}
.mar5{ margin:5px;}
.mar10{ margin:10px;}
.mar20{ margin:20px;}

.pt0{ padding-top:0 !important;}
.pt3{ padding-top:3px;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt15{ padding-top:15px;}
.pt30{ padding-top:30px;}
.pt25{ padding-top:25px;}

.mt0{ margin-top:0 !important;}
.mt5{ margin-top:5px; }
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}

.pr0{ padding-right:0 !important;}
.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}

.mr0{ margin-right:0 !important;}
.mr3{ margin-right:3px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}
.mr100{ margin-right:100px;}

.pb0{ padding-bottom:0 !important;}
.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb25{ padding-bottom:25px;}

.mb0{ margin-bottom:0 !important;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb3{ margin-bottom:3px;}

.pl0{ padding-left:0 !important;}
.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}

.ml0{ margin-left:0 !important;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml50{ margin-left:50px;}
.ml100{ margin-left:100px;}
.ml120{ margin-left:120px;}

.w5 { width: 5%; }
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }
.w280px { width: 280px; }

.clear 			{ clear: both; font-size: 1px; }
.clear-5 		{ clear: both; font-size: 1px; height: 5px; }
.clear-10		{ clear: both; font-size: 1px; height: 10px; }
.clear-15 		{ clear: both; font-size: 1px; height: 15px; }
.clear-20 		{ clear: both; font-size: 1px; height: 20px; }
.clear-25 		{ clear: both; font-size: 1px; height: 20px; }
.clear-left 	{ clear: left; font-size: 1px; }
.clear-right 	{ clear: right; font-size: 1px; }

.pmargin-5 p { margin: 0 0 5px 0; }
.pmargin-10 p { margin: 0 0 10px 0; }
.pmargin-15 p { margin: 0 0 15px 0; }
.pmargin-20 p { margin: 0 0 20px 0; }

.float-left    { float:left !important; }
.float-right   { float:right !important; }

.img-left      { float:left; margin:0 10px 4px 0; }
.img-right     { float:right; margin:0 0 4px 10px; }

.text-right		{ text-align: right; }
.text-left		{ text-align: left; }
	
/* --- End Generic Page Styles --- */



/* --- Main Containers/Shadows/Columns --- */

#main-container {
	width: 845px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	}

#maincontent-container {
	width: 801px;
	height: 650px;
	padding: 8px;
	text-align: left;
	background-color: #FFF;
	float: left;
	}

#body-content-container {
	clear: both;
	width: 980px;
	float: left;
	margin-top: 6px;
	}

#body-shade-left {
	width: 14px;
	height: 514px;
	float: left;
	background: url(/images/body-shade-left.gif) no-repeat;
	}

#body-shade-right {
	width: 14px;
	height: 514px;
	float: left;
	background: url(/images/body-shade-right.gif) no-repeat;
	}
	
	
#left-column {
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#middle-column {
	float: left;
	width: 407px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	}	

#right-column {
	float: left;
	width: 188px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#content-column {
	width: 753px;
	padding: 0px 0px 0px 10px;
	float: left;
	text-align: left;
	color: #000;
	}

#left-column-home {
	float: left;
	width: 182px;
	margin: 0 4px 0 0;
	padding: 0px;
	}

#middle-column-home {
	float: left;
	width: 429px;
	margin: 0;
	padding: 0px;
	color: #5d5e68;
	}	

#right-column-home {
	float: right;
	width: 182px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	

/* ----- End Main Containers/Shadows/Columns ----- */



/* ----- Top Components ----- */

#logo {
	width: 317px;
	height: 73px;
	float: left;
	}

#plane-fade {
	float: right;
	background: url(/images/plane-fade.gif) no-repeat;
	width: 436px;
	height: 73px;
	}

#nav-container {
	width: 801px;
	height: 32px;
	clear: both;
	margin: 0px;
	padding: 0px;
	}

#nav-end-left {
	width: 14px;
	height: 32px;
	float: left;
	background: url(/images/nav-end-left.gif) no-repeat;
	}

#nav-end-right {
	width: 14px;
	height: 32px;
	float: left;
	background: url(/images/nav-end-right.gif) no-repeat;
	}

#nav-content {
	position:relative;
	width: 773px;
	height: 32px;
	background: url(/images/nav-bg.gif) repeat-x;
	float: left;
	z-index: 2;
	}

#nav-content a, #nav-content a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	}

#nav-content a:hover, #nav-content a:active {
	color: #6e84ad;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	}

#nav-list {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style: none;
	}

#nav-list li {
	margin: 0em .95em 0em 0em;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline !important;
	float: left;
	z-index: 2;
	}

*html #nav-list li {
	margin: 0em .85em 0em 0em;
	}

li.navspacer {
	width: 1px;
	height: 15px;
	background: url(/images/nav-spacer.gif) no-repeat;
	}

li.no {
	margin: 0em !important;
	}





#terms_drop{
position:absolute;
top:23px;
left:263px;
text-align: left;
z-index: 5;
background-color: #24285a;
display: none;
}

*html #terms_drop{
position:absolute;
top:23px;
left:259px;
text-align: left;
z-index: 5;
background-color: #24285a;
display: none;
}

#terms_drop ul {
margin:0px;
padding:0px;
list-style-type:none;
}
#terms_drop ul li {
margin:0px;
padding:0px;
display: block;
}

#terms_drop ul li a {
display:block;
width:103px;
padding:5px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: normal;
text-transform: none;
}

#terms_drop ul li a:visited {
display:block;
width:103px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: normal;
text-transform: none;
}

#terms_drop ul li a:hover, #terms_drop ul li a:active {
background-color: #363b7c;
font-weight: normal;
text-transform: none;
}

#flyout{
position:absolute;
top:98px;
left:415px;
text-align: left;
z-index: 6;
display: none;
background-color: #24285a;
}

#flyout ul {
margin:0px;
padding:0px;
list-style-type:none;
}
#flyout ul li {
margin:0px;
padding:0px;
display: block;
}

#flyout ul li a, #flyout ul li a:visited {
display:block;
width:130px;
padding:5px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: normal;
text-transform: none;
}


#flyout ul li a:hover, #flyout ul li a:active {
background-color: #363b7c;
font-weight: normal;
text-transform: none;
}

/* ----- End Top Components ----- */
	

/* ----- New Homepage Content - Jan 22nd/08 ----- */

a#book-banner {
	display: block;
	width: 174px;
	height: 159px;
	margin-bottom: 3px;
	background: url(/images/home/book-banner.jpg) no-repeat center;
	}

a#toorlando-banner {
	display: block;
	width: 174px;
	height: 227px;
	background: url(/images/home/toorlando-banner.jpg) no-repeat center;
	clear: both;
	}

a#mexico-banner {
	display: block;
	width: 174px;
	height: 156px;
	margin-bottom: 3px;
	background: url(/images/home/mexico-599.jpg) no-repeat center;
	}
	
#kids-banner {
	display: block;
	width: 174px;
	height: 227px;
	background: url(/images/home/flyfree-banner.jpg) no-repeat center;
	margin-bottom: 3px;
	}

#specfare-banner {
	display: block;
	width: 174px;
	height: 227px;
	background: url(/images/home/specfare-banner.jpg) no-repeat center;
	margin-bottom: 3px;
	}

#sunday-banner {
	display: block;
	width: 174px;
	height: 227px;
	background: url(/images/home/sunday-banner.jpg) no-repeat center;
	margin-bottom: 3px;
	}

#getonefree-banner {
	display: block;
	width: 174px;
	height: 227px;
	margin-bottom: 3px;
	background: url(/images/home/4for3-banner.jpg) no-repeat center;
	}

#usave-banner {
	display: block;
	width: 174px;
	height: 76px;
	clear: both;
	background: url(/images/home/usave.gif) no-repeat center;
	}

#usavewide-banner {
	display: block;
	width: 429px;
	height: 90px;
	clear: both;
	margin-top: 3px;
	background: url(/images/home/usave-wide.gif) no-repeat center;
	}

.padded-banner {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #b4b4b4;
	}

#myrtle-cities {
	width: 423px;
	height: 192px;
	border: 1px solid #b4b4b4;
	background: #fff;
	padding: 2px;
	}
	
#myrtle-cities div.content {
	background: url(/images/home/grey-grad.gif) repeat-x top #dfdfdf;
	width: 403px;
	height: 182px;
	padding: 10px 10px 0 10px;
	}

#myrtle-cities div.content h2#new {
	width: 294px;
	height: 19px;
	background: url(/images/home/titles/new-destinations.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: 0px !important;
	font-size: 1px;
	}

#myrtle-cities div.content h2#gulfport {
	background: url(/images/home/titles/gulfport.gif) no-repeat;
	width: 290px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0px !important;
	font-size: 1px;
	}
	
#myrtle-cities div.content div.left {
	float: left;
	width: 196px;
	}
	
#myrtle-cities div.content div.right {
	float: right;
	width: 196px;
	text-align: left;
	}
	
#myrtle-cities div.content div.left h2 {
	width: 196px;
	height: 15px;
	background: url(/images/home/titles/myrtle-from.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0px !important;
	font-size: 1px;
	}
	
#myrtle-cities div.content div.right h2 {
	width: 196px;
	height: 15px;
	background: url(/images/home/titles/rockford-from.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0px !important;
	font-size: 1px;
	}
	
#myrtle-cities div.content ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	width: 186px;
	}
	
#myrtle-cities div.content ul li {
	width: 136px;
	height: 36px;
	padding: 1px 0 0 50px;
	margin: 0;
	}
	
#myrtle-cities div.content ul li.charleston { background: url(/images/home/city-thumbs/charleston.gif) no-repeat; }
#myrtle-cities div.content ul li.rockford { background: url(/images/home/city-thumbs/rockford.gif) no-repeat; }
#myrtle-cities div.content ul li.bridgeport { background: url(/images/home/city-thumbs/bridgeport.gif) no-repeat; }
#myrtle-cities div.content ul li.dayton { background: url(/images/home/city-thumbs/dayton.gif) no-repeat; }
#myrtle-cities div.content ul li.scranton { background: url(/images/home/city-thumbs/scranton.gif) no-repeat; }
#myrtle-cities div.content ul li.akron { background: url(/images/home/city-thumbs/akron.gif) no-repeat; }
#myrtle-cities div.content ul li.denver { background: url(/images/home/city-thumbs/denver.gif) no-repeat; }
#myrtle-cities div.content ul li.detroit { background: url(/images/home/city-thumbs/detroit.gif) no-repeat; }
#myrtle-cities div.content ul li.myrtle { background: url(/images/home/city-thumbs/myrtle.gif) no-repeat; }
	
#myrtle-cities div.content ul li h3 {
	font-weight: bold;
	font-size: 11px;
	color: #007dc3;
	margin: 0;
	padding: 0;
	}
	
#myrtle-cities div.content ul li p { line-height: 13px; }
	

p#disclaimer {
	margin: 5px auto 0 auto;
	text-align: center;
	clear: both;
	color: #c2c2c2;
	clear: both;
	width: 700px;
	}

#about-box {
	width: 160px;
	background: #fff;
	border: 1px solid #b4b4b4;
	padding: 10px 10px 5px 10px;
	color: #5d5e68;
	margin: 0 0 3px 0;
	}

#about-box h2 {
	width: 160px;
	font-weight: bold;
	font-size: 11px;
	color: #007dc3;
	border-bottom: 1px solid #b4b4b4;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	}

#about-box p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	}

#newsletter-box p {
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 18px;
	}

#newsletter-box {
	width: 170px;
	background: #fff;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #5d5e68;
	float: left;
	margin: 0 0 3px 0;
	}

#newsletter-box h2 {
	width: 170px;
	font-size: 11px;
	font-weight: bold;
	color: #007dc3;
	border-bottom: 1px solid #b4b4b4;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	}

#newsletter-box input {
	border: 1px solid #c5c6d9;
	width: 165px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#newsletter-box a.submit {
	display: block;
	float: right;
	width: 75px;
	height: 26px;
	background: url(/images/home/submit-button.gif) no-repeat 0% 0%;
	margin-top: 5px;
	}

#newsletter-box a.submit:hover { background-position: 100% 100%; }


	
	
	
/* ----- Main Page Content ----- */	

a span, h2 span {
	display: none;
	}

#flash-intro {
	margin-top: -6px;
	}

#flash-intro-home {
	padding-bottom: 3px;
	}

*html #flash-intro-home {
	padding-bottom: 1px;
	}

#planner-container {
	width: 393px;
	padding: 0px;
	margin: 4px 4px 0px 8px;
	text-align: center;
	float: left;
	}

#planner-container h2#thankyou-title {
	width: 121px;
	height: 16px;
	background: url(/images/thankyou-title.gif) no-repeat;
	margin: 20px 0px 5px 0px;
	}

#planner-container h2#comingsoon-title {
	width: 132px;
	height: 16px;
	background: url(/images/comingsoon-title.gif) no-repeat;
	margin: 40px 0px 5px 0px;
	}

*html #planner-container {
	margin: 4px 0px 0px 4px;
	}

#planner-end-left {
	background: url(/images/planner-end-left.gif) no-repeat;
	width: 10px;
	height: 199px;
	padding: 0px;
	margin: 0px;
	float: left;
	}

#planner-end-right {
	background: url(/images/planner-end-right.gif) no-repeat;
	width: 10px;
	height: 199px;
	padding: 0px;
	margin: 0px;
	float: left;
	}

#planner-content {	
	width: 373px;
	height: 199px;
	background: url(/images/planner-bg.gif) repeat-x;
	float: left;
	text-align: left;
	}

#planner-column {
	float: left; 
	width: 210px;
	margin-right: 10px;
	}

#teetime-column {
	float: left; 
	width: 150px;
	}

p.planner-image {
	background: url(/images/planner-image.gif) no-repeat center;
	text-align: center;
	width: 205px;
	height: 161px;
	margin: 5px 0px 0px 0px;
	}

p.teetime-image {
	background: url(/images/teetime-image.gif) no-repeat center;
	text-align: center;
	width: 150px;
	height: 161px;
	margin: 5px 0px 0px 0px;
}

p.planner-button {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	}


	

	
/* --- About Box --- */

#about-container {
	width: 188px;
	height: 458px;
	}

#about-top {
	background: url(/images/about-top.gif) no-repeat;
	width: 188px;
	height: 11px;
	font-size: 1px;
	}

#about-bottom {
	background: url(/images/about-bottom.gif) no-repeat;
	width: 188px;
	height: 11px;
	font-size: 1px;
	clear: both;
	}

#about-content {
	width: 172px;
	background: url(/images/about-bg.gif) repeat-x #24285a;
	text-align: left;
	padding: 8px;
	color: #FFF;
	float: left;
	}

h3.about-title {
	background: url(/images/aboutss-title.gif) no-repeat;
	width: 170px;
	height: 12px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 1px;
	}

h3.partner-title {
	background: url(/images/partner-title.gif) no-repeat;
	width: 113px;
	height: 10px;
	margin: 0px 0px 7px 12px;
	padding: 0px;
	font-size: 1px;
	}

h3.links-title {
	background: url(/images/links-title.gif) no-repeat;
	width: 99px;
	height: 10px;
	margin: 0px 0px 7px 12px;
	padding: 0px;
	font-size: 1px;
	}

#more-button {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	}

ul.about {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

ul.about li {
	background-image: url(/images/white-dot.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 13px;
	}

ul.partner {
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

ul.partner li span {
	font-weight: normal !important;
	}

ul.partner li {
	background-image: url(/images/white-dot.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	}

ul.partner li a:link {
	font-weight: normal !important;
	}

ul.links {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.links li {
	background-image: url(/images/white-dot.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 13px;
	font-weight: bold;
	}

ul.links li a:link {
	font-weight: normal !important;
	}
	
/* --- End About Box --- */	
	
/* ----- End Main Page Content ----- */	





/* ----- Left Column Content ----- */

/* --- Search Box --- */	

#search-container {
	width: 206px;
	height: 253px;
	padding: 0px; 
	margin: 0px;
	}

#search-top {
	width: 206px;
	height: 13px;
	background: url(/images/search-top.gif) no-repeat;
	}

#search-bottom {
	width: 206px;
	height: 11px;
	background: url(/images/search-bottom.gif) no-repeat;
	}

#search-body {
	width: 200px;
	height: 229px;
	padding: 0px 2px;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	}

*html #search-body {
	margin-top: -1px;
	}

h3.search-title {
	width: 195px;
	height: 17px;
	margin: 0px 3px 0px 3px;
	background: url(/images/search-title.gif) no-repeat #007cc2 .8em .1em;
	}

*html h3.search-title {
	margin: 0px 2px 0px 3px;
	}

#search-content {
	background: url(/images/search-bg.gif) repeat-x;
	background-position: bottom;
	width: 200px;
	height: 192px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	}

#search-content p {
	text-align: left;
	margin: -10px 5px 2px 5px;
	line-height: 1.6em;
	color: #017dc3;
	}

.search-email {
	width: 175px;
	height: 18px;
	margin: 10px 0px;
	}

.search-submit {
	float: right;
	}
	
/* --- End Search Box --- */


/* --- Feature Vacation --- */

#feature-vacation {
	margin: 10px auto 0px auto;
	text-align: center;
	}

#feature-vacation p {
	margin: 0 0 3px 0;
	}

#feature-vacation input {
	border: 1px solid #e1e1e1;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	height: 15px;
	}

/* --- End Feature Vacation --- */

/* ----- End Left Column Content ----- */





/* ----- About Us Page Content ----- */

h3.aboutus-title {
	background: url(/images/aboutus-title.gif) no-repeat;
	width: 182px;
	height: 10px;
	margin: 5px 0px 8px 0px;
	}

div.aboutus-header {
	background: url(/images/aboutus-header.jpg) no-repeat;
	width: 585px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	}

#content-column p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	}

.flright {
	float: right;
	margin: 15px 0px 5px 5px;
	}

.flright-pic {
	float: right;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	}

ul.press {
	margin: 3px 0px 20px 15px;
	padding: 0px;
	list-style: none;
	}

ul.press li {
	background: url(/images/bluedot.gif) no-repeat 0 .5em;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px;
	}

li.header-bold {
	background: none !important;
	font-weight: bold;
	padding-left: -5px;
	}

/* ----- End About Us Page Content ----- */



/* ----- Routes & Schedules Page Content ----- */

h3.routes-title {
	background: url(/images/routes-title.gif) no-repeat;
	width: 145px;
	height: 12px;
	margin: 5px 0px 8px 0px;
	}

#content-column p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	line-height: 1.5em;
	}

#routes-container {
	width: 585px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#routes-box-top {
	background: url(/images/routes-box-top.gif) no-repeat;
	width: 585px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	}

#routes-box-bottom {
	background: url(/images/routes-box-bottom.gif) no-repeat;
	width: 585px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	}


#routes-content {	
	width: 565px;
	height: auto;
	background-color: #e6e6e6;
	text-align: left;
	padding: 10px;
	}

#routes-content h4 {
	margin: 3px 0px;
	padding: 0px;
	color: #017dc5;
	font-weight: bold;
	font-size: 11px;
	}

#routes-content p {
	margin: 5px 0px;
	line-height: 1.6em;
	}

/* ----- End Routes & Schedules Page Content ----- */

/* ----- Airlines & Aircraft Page Content ----- */

#airline-header {
	background: url(/images/pac-header.gif) no-repeat top center;
	width: 585px;
	height: 91px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#airline-info {
	width: 555px;
	padding: 0px 15px;
	margin: 0px;
	text-align: left;
	color: #000;
	}

#airline-info p {
	margin: 5px 0px;
	line-height: 1.6em;
	}

h3.featuredaircraft-title {
	background: url(/images/featuredaircraft-title.gif) no-repeat;
	height: 10px;
	margin: 15px 15px 8px 15px;
	text-align: left;
	font-size: 1px;
	}

#featured-aircraft {
	background: url(/images/featuredaircraft-bg.gif) no-repeat top center;
	width: 354px;
	height: 200px;
	text-align: left;
	margin: 0px 15px;
	}

#featured-aircraft img {
	float: left;
	margin: 25px 15px 0px 0px;
	}

#featured-aircraft p {
	padding-top: 5px;
	line-height: 1.7em;
	}

#featured-aircraft p a:link {
	font-weight: bold;
	color: #353b87;
	margin-bottom: 2px;
	}

	


/* ----- End Airlines & Aircraft Page Content ----- */


/* ----- Travel Links Page Content ----- */

#links-header {
	background: url(/images/links-header.jpg) no-repeat;
	width: 585px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	}

#links-container {
	width: 561px;
	margin: 10px 12px;
	clear: both;
	padding: 0px;
	}

#travellinks-column {
	float: left;
	width: 275px;
	margin-right: 11px;
	padding: 0px;
	}

#otherlinks-column {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px;
	}

#links-container a:link, #links-container a:visited, #links-container a:active, #links-container a:hover {
	color: #353b87;
	}

#links-container ul {
	margin: 3px 0px 8px 15px;
	padding: 0px;
	list-style: none;
	}

#links-container ul li {
	background: url(/images/bluedot.gif) no-repeat 0 .5em;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}

li.header {
	background: none !important;
	}

/* ----- End Travel Links Page Content ----- */


/* ----- Contact Us Page Content ----- */

#contact-header {
	background: url(/images/contact-header.jpg) no-repeat top center;
	width: 407px;
	height: 181px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
.fl {
	float: left;
	margin: 0px 5px 0px 0px;
	}

ul.contact {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.contact li {
	margin: 0px;
	padding: 2px 0px;
	}
	
.bold {
	font-weight: bold;
	}

#contactframe {
	padding: 5px 0px 5px 0px;
	clear: both;
	}

#contact_form {
	float: left; 
	width: 99%; 
	padding: 15px;
	}
	
.contact_form_element, .contact_form_element_lft {
	float: left; 
	padding: 6px 0; 
	}
	
.contact_form_element_lft {
	font-weight: bold; 
	padding-bottom: 0;
	}

.contact_form_element_rht {
	font-weight: bold; 
	padding-bottom: 0;
	float: right;
padding-right: 15px;
	}
	
#contact_form_element_left, #contact_form_element_right {
	padding-right: 0; 
	width: 150px; 
	}
	
#contact_form_element_right {
	padding-right: 24px;
	}

.contactcomment {
	width: 313px;
	height: 110px;
	}

.contacttext {
	width: 124px;
	height: 22px;
	}

#textbox {
	font-family: trebuchet ms, tahoma, arial;
	font-size: 8pt;
	border: 1px solid #0089ce;
	padding: 2px 3px;
	}
	
/* ----- End Contact Us Page Content ----- */


/* ----- Groups Booking Page Content ----- */

#groups-header {
	background: url(/images/groups-header.jpg) no-repeat top center;
	width: 585px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}


ul.callcenter {
	list-style: none;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	}

ul.callcenter li {
	margin: 3px 0px;
	padding: 0px;
	color: #0084ce;
	}

ul.directions {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.directions li {
	margin: 3px 0px;
	padding: 0px;
	line-height: 1.4em;
	}

ul.directions li a {
	color: #353b87;
	text-decoration: underline;
	}

ul.directions-sub {
	list-style: none;
	margin: 5px 0px 5px 25px;
	padding: 0px;
	}

ul.directions-sub li {
	margin: 3px 0px;
	padding: 0px;
	color: #0084ce;
	}

ul.additional {
	list-style: none;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-weight: bold;
	}

ul.additional li {
	margin: 3px 0px;
	padding: 0px;
	line-height: 1.4em;
	}

#groupform-top {
	background: url(/images/groupform-top.gif) no-repeat;
	width: 585px;
	height: 13px;
	font-size: 1px;
	}

#groupform-bottom {
	background: url(/images/groupform-bottom.gif) no-repeat;
	width: 585px;
	height: 13px;
	}

#groupform-content {
	background: #e6e6e6;
	width: 585px;
	text-align: left;
	}

table.group-form {
	width: 500px;
	}
	
table.group-form ul {
	list-style: none;
	margin: 0px 0px 0px 29px;
	padding: 0px;
	width: 240px;
	}
	
table.group-form ul li {
	width: 120px !important;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: 007dc3;
	float: left;
	text-align: left;
	}



table.group-form tr {
	height: 30px;
	}

tr.space-bottom {
	margin-bottom: 15px !important;
	}

td.td-textbox {
	width: 240px;
	}

td.submit {
	float: right;
	}

.groupform-text {
	width: 205px;
	height: 15px;
	}

table.group-form td {
	text-align: right;
	font-size: 11px;
	}



/* ----- Groups Booking Page Content ----- */


/* ----- Policies Page Content ----- */

div.policies-header {
	background: url(/images/policies-header.jpg) no-repeat;
	width: 585px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	}

#fullpolicies-container {
	width: 575px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}

#policy-container {
	width: 575px;
	padding: 0px;
	margin: 15px 0px;
	}

h4.caps-title {
	padding: 15px 0px 0px 21px !important;
	text-transform: uppercase;
	color: #000;
	}

img.plusminus {
	float: left;
	margin-right: 5px;
	}

#policies-box {
	width: 552px;
	margin: 10px 0px 0px 21px;
	clear: both;
	}

#policies-top {
	background: url(/images/policies-top.gif) no-repeat;
	width: 552px;
	height: 12px;
	font-size: 1px;
	}

#policies-bottom {
	background: url(/images/policies-bottom.gif) no-repeat;
	width: 552px;
	height: 12px;
	font-size: 1px;
	}

#policies-content {
	background: #eaeaea;
	width: 532px;
	padding: 0px 10px;
	}

#policies-content p {
	margin: 0px;
	padding: 0px;
	}

a.policyt {
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	}

a.policyb {
	float: right;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	}


#policies-content ul {
	list-style: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}

#policies-content ul li {
	background: url(/images/bluedot.gif) no-repeat 0 .5em;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}

	


/* ----- End Policies Page Content ----- */



/* ----- Terms and Conditions Page Content ----- */

h3.agreement-title {
	background: url(/images/agreement-title.gif) no-repeat;
	width: 274px;
	height: 10px;
	margin: 5px 0px 8px 0px;
	}

.boldblue {
	font-weight: bold;
	color: #017dc3;
	}

p.signature {
	width: 479px;
	height: 29px;
	background: url(/images/signature-line.gif) no-repeat;
	}


/* ----- End Terms and Conditions Page Content ----- */




/* ----- FAQ Page Content ----- */

div.faq-header {
	background: url(/images/faq-header.jpg) no-repeat;
	width: 585px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	}


/* ----- End FAQ Page Content ----- */


/* ----- Golf Package Page Content ----- */

#golf-left-column {
	float: left;
	width: 200px;
	height: 68px;
	margin: 0px;
	padding: 553px 0px 0px 35px;
	color: #FFF;
	background: url(/images/golfdeal-left.jpg) no-repeat;
	}

#golf-left-column a {
	color: #FFF;
	}
	
#golf-content-column {
	width: 566px;
	height: 621px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	color: #000;
	}

#golf-top {
	background: url(/images/golfdeal-top.jpg) no-repeat;
	width: 566px;
	height: 52px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#golf-header {
	background: url(/images/golfdeal-header.jpg) no-repeat center;
	width: 566px;
	height: 109px;
	}

#packages-body {
	width: 558px;
	margin: 3px 4px 0px 4px;
	padding: 0px;
	}

#packages-body div.left {
	float: left;
	width: 274px;
	margin-right: 10px;
	padding: 0px;
	}

div.left div.one {
	background: url(/images/golfpackage1-bg.gif) no-repeat;
	width: 274px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	}

div.left div.two {
	background: url(/images/golfpackage2-bg.gif) no-repeat;
	width: 274px;
	height: 187px;
	margin: 0px;
	padding: 0px;
	}

div.right div.three {
	background: url(/images/golfpackage3-bg.gif) no-repeat;
	width: 274px;
	height: 339px;
	margin: 0px;
	padding: 0px;
	}

#packages-body div.right {
	float: left;
	width: 274px;
	margin: 0px;
	padding: 0px;
	}

#golf-content-column p.note {
	font-size: 9px;
	color: #000;
	clear: both;
	margin: 3px 20px;
	}
	
#golf-content-column p.disclaimer {
	font-size: 9px;
	padding: 5px 10px;
	color: #000;
	clear: both;
	text-align: justify;
	}

#golf-content-column h4 {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	clear: both;
	color: #000;
	text-align: center;
	}

ul.includes {
	list-style: none;
	padding: 65px 10px 0px 10px;
	margin: 0px;
	}

ul.includes li {
	background: url(/images/bluedot.gif) no-repeat 0 .5em;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px;
	}

ul.includes li span {
	font-weight: bold;
	color: #007dc3;
	}
	

/* ----- End Golf Package Page Content ----- */


/* ----- Golf Package Page Content ----- */

#memorial-left-column {
	float: left;
	width: 235px;
	height: 2080px;
	color: #FFF;
	background: url(/images/memorial-left.jpg) no-repeat;
	}

#memorial-left-column a {
	color: #FFF;
	}
	
#memorial-content-column {
	width: 566px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	color: #000;
	}

#memorial-top {
	background: url(/images/memorial-top.jpg) no-repeat;
	width: 566px;
	height: 52px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#airdeals-header {
	background: url(/images/airdeals-header.jpg) no-repeat center;
	width: 553px;
	height: 131px;
	}

#airdeals-header a.link {
	width: 50px;
	height: 20px;
	display: block;
	position: absolute;
	margin: 107px 0px 0px 50px;
	}

#packagedeals-header {
	background: url(/images/packagedeals-header.jpg) no-repeat center;
	width: 553px;
	height: 109px;
	}

#memorial-content-column div.packages-body {
	width: 553px;
	float: left;
	margin: 3px 0px 0px 5px;
	padding: 0px;
	}

#memorial-content-column div.packages-body ul.includes {
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

#memorial-content-column div.packages-body ul.includes li {
	background: url(/images/bluedot.gif) no-repeat 0 .5em;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px;
	}

#memorial-content-column div.packages-body ul.includes li span {
	font-weight: bold;
	color: #007dc3;
	}

div.packages-body div.friday {
	width: 553px;
	float: left;
	margin: 10px 0px;
	}

div.packages-body div.friday div.top {
	width: 553px; 
	height: 29px;
	background: url(/images/friday-top.gif) no-repeat;
	font-size: 1px;
	}

div.packages-body div.monday div.top {
	width: 553px; 
	height: 29px;
	background: url(/images/monday-top.gif) no-repeat;
	font-size: 1px;
	}

div.packages-body div.friday div.body, div.packages-body div.monday div.body, div.packages-body div.package-one div.body, div.packages-body div.package-two div.body, div.packages-body div.package-three div.body {
	width: 523px;
	float: left;
	padding: 5px 15px;
	background-color: #f1f1f1;
	}

div.packages-body div.friday div.bot, div.packages-body div.monday div.bot, div.packages-body div.package-one div.bot, div.packages-body div.package-two div.bot, div.packages-body div.package-three div.bot {
	width: 553px;
	height: 10px;
	background: url(/images/packages-bot.gif) no-repeat;
	clear: both;
	font-size: 1px;
	}	

div.packages-body div.package-one, div.packages-body div.package-two, div.packages-body div.package-two {
	clear: both;
	}

div.packages-body div.package-one div.top {
	width: 553px;
	height: 124px;
	background: url(/images/mempackage-one.gif) no-repeat;
	}

div.packages-body div.package-two div.top {
	width: 553px;
	height: 107px;
	background: url(/images/mempackage-two.gif) no-repeat;
	}

div.packages-body div.package-three div.top {
	width: 553px;
	height: 107px;
	background: url(/images/mempackage-three.gif) no-repeat;
	}

div.packages-body div.package-one div.body img, div.packages-body div.package-two div.body img {
	float: left;
	margin: 24px 10px 0px 0px;
	}

div.packages-body div.package-three div.body img {
	float: left;
	margin: 0px 10px 0px 0px;
	}

div.packages-body div.package-three div.body p {
	margin-top: 15px;
	}

div.packages-body div.package-one div.body h5, div.packages-body div.package-two div.body h5 {
	font-weight: bold;
	color: #000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 11px;
	}

div.packages-body div.package-one span, div.packages-body div.package-two span {
	font-weight: bold;
	color: #007dc3;
	}

div.packages-body div.package-one div.body ul, div.packages-body div.package-two div.body ul {
	list-style: none;
	margin: 0px 20px;
	padding: 0px;
	}

div.packages-body div.package-one div.body ul li, div.packages-body div.package-two div.body ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
	}

div.package-one div.body ul li p.date, div.package-two div.body ul li p.date {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 90px;
	margin-right: 10px;
	}

div.package-one div.body ul li p.details, div.package-two div.body ul li p.details {
	float: left;
	}

/* ----- End Golf Package Page Content ----- */



/* ----- Footer & Copyright ----- */

#footer {
	clear: both;
	padding: 30px 0px;
	text-align: center;
	}
	
	#footer a {color:#017dc3; text-decoration:none;}
	#footer a:visited {color:#017dc3; text-decoration:none;}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#footer ul li {
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	text-transform: lowercase;
	}

#copyright {
	color: #353b85;
	font-size: 10px;
	margin-top: 5px;
	}

a#hbcweb {
	display: block;
	width: 217px;
	height: 25px;
	background: url(/images/hbcweb.gif) no-repeat;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: center;
	}
	
/* ----- End Footer & Copyright ----- */	
	
	
	
/* ----- Disclaimer Page Content ----- */
	
#disclaimer-container { 
	width: 500px;
	padding: 5px;
	}

#disclaimer-title {
	width: 238px;
	height: 71px;
	float: right;
	margin-bottom: 5px;
	}


#disclaimer-body {
	clear: both;
	background-color: #E6E6E6;
	padding: 10px 5px;
	width: 100%;
	}

#disclaimer-body p {
	margin: 0px 0px 10px 0px;
	line-height: 1.6em;
	}

/* ----- End Disclaimer Page Content ----- */	

	
/* ----- Lightbox Styles ------ */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	z-index: 10; height: 32px; width: 45%;
	float: left;
	margin-top: -2px;
	}
#hoverNav a{ outline: none; height: 32px;}

#prevLink, #nextLink{
	width: 50px;
	height: 19px;
	display: block;
	float: left;
	vertical-align: bottom;
	margin-top: 10px;
	padding: 0px;
	}

#prevLink { background: url(/images/prev.gif) 0 0 no-repeat;}
#nextLink {  background: url(/images/next.gif) 0 0 no-repeat;}


*html #prevLink { margin: 0px 5px; background: url(/images/prev.gif) 0 0 no-repeat; }
*html #nextLink { margin: 0px 5px; background: url(/images/next.gif) 0 0 no-repeat;}

#imageDataContainer{
	font: 8pt Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding: 0px 10px;
	margin-top: -4px;
	}

*html #imageData{padding: 0px 10px; padding-top: -10px !important;}


#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ /*display: block; clear: left; padding-bottom: 1.0em;*/ display: none;	}			
#imageData #bottomNavClose{ width: 50px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* ----- End Lightbox Styles ------ */
	
	

	