/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	background-color:#466392;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#012674;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#012674;
}

h1 
{
	margin:0 0 15px 0;
	letter-spacing:-1px;
	font-size:23px;
}

h2 
{
	padding:10px 0;
	letter-spacing:-1px;
	font-size:22px;
}

h3 
{
	padding:0;
	font-size:18px;
	margin:0 0 4px 0;
}

h4
{
	font-size:14px;
	padding:0;
	margin:0 0 6px 0;
}
.landing h1
{
	font-size:25px;	
}
.landing h2
{
	font-size:20px;	
}
.sectionheader h1
{
	font-size: 18px;
	line-height:18px;
	color:#FFF;
	display:inline-block;
	margin:0;
	padding:0 0 0 0;
	float:left;
}

.travelprograms h4
{
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	color:#4C72B5;
	font-size: 13px;
}
.medcolumn h1
{
	margin:6px 0 6px 0;

}
.programbox h5
{
	font-size: 14px;
	font-family: Arial, Helvetica, san-serif;
	margin-bottom:10px;	
}
.programbox12 h5
{
	font-size: 14px;
	font-family: Arial, Helvetica, san-serif;
	margin-bottom:10px;	
}

.halfcolumn h4
{
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	color:#CC3E1A;
	font-size: 13px;
}

.halfcolumn h5
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
}

.halfcolumn h6
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.fullcolumn h4
{
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	color:#CC3E1A;
	font-size: 15px;
}

.fullcolumn h5
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 16px;
}

.fullcolumn h6
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
.metrocolumn h4
{
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	color:#CC3E1A;
	font-size: 13px;
}

.metrocolumn h5
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
}

.metrocolumn h6
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.footerbox h3
{
	margin-bottom:6px;
	color:#666666;
	font-style:italic;
}
.footerbox h3 span
{
	color:#003366;
}

/***** Weather Box classes *****/
.weatherbox
{
	background:#fff url('/images/weatherbg.gif') no-repeat bottom left;
	padding:10px 10px 10px 0;
	margin-top:10px;
	margin-bottom:20px;
}
.weatherbox span
{
	color:#ac3c3e;
}
.weatherhigh
{
	width:50px;
	font-size:11px;
	font-weight: bold;
	display: inline-block;
	padding:10px 0;
}
.weatherhigh span
{
	color:#ff7800;
	font-size:14px;
}
.weatherlow
{
	width:50px;
	font-size:11px;
	font-weight: bold;
	display: inline-block;
	padding:10px 0;
}
.weatherlow span
{
	color:#999;
	font-size: 14px;
}
.weatherdd, .weatherdd input
{
	width:50px;
	display: inline-block;
}
.weatherdd select
{
	width:150px;	
}
/***** Common Formatting *****/

p, 
{
	margin:0 0 5px 0;
	padding:0 0 0 0;
}

{
	padding:0 0 0 0;
}

img 
{
	border:0;
}

sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover 
{
	text-decoration:none;
	cursor:pointer;
}
.paragraphimg
{
	float:right;
	color:#4C72B5;
	font-size:10px;
	margin:0 0px 4px 14px;
	text-align:center;
	width:180px;
}
.color1, .color2
{
	padding:5px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	display:inline-block;
}
.color1
{
	background-color:#b0cfe0;
}
.color2
{
	background-color:#C3DCF4;
}
.alphabox
{
	text-align:left;
}
.alphabox a
{
	text-decoration:none !important;
	width:12px;
	text-align:center;
}
.alphabox a:hover
{
	color:#003 !important;	
	text-decoration:underline !important;
}

.address
{
	padding: 4px 10px;
	margin:4px 0;
	background-color:#DBEAF2;
	border-top:1px dotted #B6C4E4;
	border-bottom:1px dotted #B6C4E4;
}
.address p a
{
	color:#C30;	
}
.list
{
	padding: 4px 10px 4px 10px;
	margin:0;
	background-color:#DBEAF2;
	border-bottom:1px dotted #B6C4E4;
}
/***** Wrapper *****/

#wrap 
{
	width:960px;
	margin:0 auto;
}

/***** Rounded Top *****/

.roundedtop 
{
	background:#466392 url(/images/roundedtop.gif) no-repeat center top;
	height:3px;
	width:960px;
	margin-top:10px;
}
.roundedbottom 
{
	background:#466392 url(/images/roundedbottom.gif) no-repeat center top;
	height:3px;
	width:960px;
	margin-bottom:6px;
}

/***** Header Styles *****/
.headerwrap 
{
	padding:15px;
	background-color:#FFF;
	
}
.header 
{
	background-color:#FFF;
	border-bottom:#012674 5px solid;
	width:930px;
	margin-bottom:15px;
}
.logo 
{
	float:left;
	margin-bottom:-15px;
}
.headerwelcome
{	
	margin-top:40px;
	margin-left:20px;
	font-style:italic;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8a8f93;
}
.headerwelcome span
{
	color:#002872;
}
.rightheadercontent
{
	float: right;
	width:400px;
}
/***** Navigation *****/
.topnavigation
{
	border-bottom:#0099ff 1px solid;
	margin-bottom: 2px;
	margin-top:-5px;
}
.topnavigation a span
{
	color:#0066cc;
	font-size: 10px;
	padding-right: 10px;
	margin-right:10px;
	margin-top:-10px;
	background:#fff url(/images/arrowup.gif)  right 4px no-repeat;
	text-decoration: none;
	border:none;
}
.navigation a
{
	color: #012674;
	background: #B6C4E4 url(/images/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
	
}

.navigation a span
{
	background: url(/images/right-tab.gif) right top no-repeat;
	padding-right: 25px;
	margin-top:-5px;
	padding-top:5px;
	padding-bottom:3px;
	margin-bottom:-3px;
}
.navigationon li a
{
	color: #012674;
	background: #ffa20c url(/images/left-tab-on.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
}
.navigationon li a span
{
	background: url(/images/right-tab-on.gif) right top no-repeat;
	padding-right: 25px;
	margin-top:-5px;
	padding-top:5px;
}

.navigation a, .navigation a span
{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
.navigation a, .navigation a span
{
	float: none;
}
/* End hide */

.navigation a:hover
{
	color: #012674;
	background: url(/images/left-tab-over.gif) left top no-repeat;
	padding-left: 25px;
	text-transform:uppercase;
	font-weight: bold;
}

.navigation a:hover span
{
	background: url(/images/right-tab-over.gif) right top no-repeat;
	padding-right: 25px
}

.navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation li
{
	list-style: none;
	float: left;
	margin: 0 1px;
}
.navlast li
{
	margin-right:0px !important;
}
.navfirst
{
	margin-left:0px !important;
}
.tabanchor
{
	color: #012674;
	background: url(/images/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
}

.tabspan
{
	background: url(/images/right-tab.gif) right top no-repeat;
	background-repeat:no-repeat;
	padding-right: 25px;
	margin-top:-5px;
	padding-top:5px;
	text-transform:uppercase;
	font-weight: bold;
	padding-bottom:3px;
	margin-bottom:-3px;
}
.selectedanchor
{
	color: #000;
	background: url(/images/left-tab-on.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 25px;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight: bold;
}
.reson a span
{
	color:#FFFFFF;	
}
.selectedspan
{
	background: url(/images/right-tab-on.gif) right top no-repeat;
	padding-right: 25px;
	margin-top:-5px;
	padding-top:5px;
	text-transform:uppercase;
	font-weight: bold;
}
.reservationnav
{
margin-bottom:-5px;
}
.reservationnav a 
{
	margin:0;
	padding:0;
}
/* Hide from IE5-Mac \*/
/***** Banner *****/
.banner
{
	width:400px;
	background-color: white;
	margin-bottom:10px;
}
/***** Column Classes *****/

.smcolumn
{
	width:300px;
	float: left;
	margin-right: 10px;
}
.medcolumn
{
	width:620px;
	float: left;
	font-size:12px;
}
.medcolumn p
{
	line-height:15px;	
	margin:0 0 8px 0;
}
.lgcolumn
{
	width:930px;
}
.halfcolumn
{
	width: 283px;
	float:left;
	min-height: 250px;
}
.halfcolumn img
{
	float:right;
	margin:2px 0 4px 3px;
	border:1px solid #003366;
}
.halfcolumn p
{
	width: 130px;
	margin:0 0 6px 0;
}
/* These work like crap - using a table to constrain the long images */
.fullcolumn
{
	width: 590px;
	min-height: 230px;
}
.fullcolumn img
{
	margin:2px 6px 4px 3px;
	border:1px solid #003366;
}
.fullcolumn p
{
	width: 380px;
	margin:0 0 6px 0;
	font-size:12px;
}

.metrocolumn
{
	width: 286px;
	float:left;
	min-height: 190px;
}
.metrocolumn p
{
	width: 290px;
	margin:0 0 6px 0;
}
.terms p
{
	margin:0;
	padding:0;
	font-size:10px;
}

.footerbox
{
	margin-top:10px;
	text-align: center;
}
.bluebox
{
	background-color: #012674;
}
.stateText
{
	padding:0px 10px 12px 0px;
	margin-top:5px;
}
.statelinks
{
	margin-bottom:15px;	
}
.ltbluebox
{
	background-color: #d9EBF7;
	padding:10px;
	font-size:12px;
}

.ltbluebox3
{
	background-color: #d9EBF7;
	font-size:12px;
}
.ltbluebox sup
{
	font-size:10px;
	vertical-align:text-top;
}
.boximg
{
	float:left;
	margin:3px 10px 10px 0;
}

.boximgright
{
	float:right;
	margin:2px 2px 10px 18px;
}

/***** Packages *****/
.ltbluebox2
{
	background-color:#FDF4DF;
	padding:10px;
	font-size:12px;
	margin-top:10px;
}
.ltbluebox2 p
{
	font-size:11px;
}
.ltbluebox2 span a
{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}
.ltbluebox2 a
{
	color:#012674;	
}

/***** Footer *****/
.fadebluebox
{
	background-color: #FFF;
	background-image:url(../images/fadeFooter.jpg);
	background-repeat:repeat-x;
	padding:10px;
	font-size:11px;
}
.social 
{
	text-align:center;
	padding:6px 0 0 0;
}
.bottombox
{
	height:230px;	
}
.bottombox2
{
	height:230px;	
}
/***** Margin Classes *****/
.marg10
{
	margin: 10px;
}
.marg15{}
.marg20{}

/***** Reservation Box Classes *****/
.reservationwrap
{
	margin-bottom:10px;
}
.reservationbluebox
{
	background-color: #dbeaf2;
	padding:10px;
	border:10px solid #002872;
	font-size:10px;
}
.reservationbluebox h3
{
	margin:0;
	padding:0;
}
.reservationbluebox select
{
	width:258px;;	
	border:1px solid #B6C4E4;
}

.reservationbluebox input
{
	width:105px;
	border:1px solid #B6C4E4;
	display:inline-block;
}
.reservationbluebox label
{
	font-weight:bold;
	font-size:11px;
}
.reservationbluebox a
{
	font-size:10px;	
}
.reservationchange
{
	display:inline-block;	
}
.reservationchange a
{
	color:#012674;
	text-decoration:underline;
}
.reservationfield
{
	width:130px;
	float:left; 
	margin:10px 0px 10px 0;
}
.btnsubmit
{
float:right;
margin-right:3px;
}
.btnsubmit input
{
	background:url(/images/btnnext.gif) no-repeat;
	width:55px;
	height:24px;
	border:none;
}

.reservationlanguage
{
	text-align:center;
	margin-top:10px;
}
.reservationlanguage a
{
	font-size:10px;
	text-decoration:underline;
	color:#3d6cc8;
	
}
/***** Button Styles *****/
.cal
{
	width:30px;
	display:inline-block;
}
.cal input
{
	background: url(/images/calender.gif) no-repeat;
	width:20px;
	border:none;
}
/***** Link Styles *****/
.orangearrow a span
{
	color:#cc3e1a;
	font-size:12px;
	font-weight:bold;
	padding: 1px 10px 0 0;
	margin-right:4px;
	margin-top:6px;
	background: url(/images/orangearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:right;
}
.sectionheader a span
{
	color:#FFF;
	font-size:12px;
	padding-right: 10px;
	margin-top:10px;
	background:url(/images/whitearrow.gif) right 4px no-repeat;
	text-decoration: none;
	float:right;
	display:inline-block;
}
.sectionheader a:hover span
{
	text-decoration:underline;	
}
.introfooter a span
{
	color:#012674;
	font-size:12px;
	font-weight:bold;
	padding-right: 10px;
	margin:10px 10px 8px 0;
	background:url(/images/bluearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:right;
	cursor:pointer;
}
.introfooter a:hover span
{
	text-decoration:underline;	
}
.halfcolumn a span
{
	color:#012674;
	font-size:12px;
	font-weight:bold;
	padding-right: 10px;
	background:url(/images/bluearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:right;
	margin:6px 0 12px;
}
.fullcolumn a span
{
	color:#012674;
	font-size:12px;
	font-weight:bold;
	padding-right: 10px;
	background:url(/images/bluearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:left;
	margin:6px 0 12px;
}
.metrocolumn a span
{
	color:#012674;
	font-size:12px;
	font-weight:bold;
	padding-right: 10px;
	background:url(/images/bluearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:right;
	margin:6px 0 12px;
}
.medcolumn a
{
	text-decoration: underline;
	color:#012674;
}
.medcolumn a:hover
{
	color:#7895C7;
}
.footerbox a
{
	text-decoration: none;
	color:#012674;
}
.footerbox a:hover
{
	color:#7895C7;
}

/***** Section Classes *****/
.sectionheader
{
	padding:0 6px;	
}
.section
{
	margin-bottom:10px;	
}
.section1
{
	background:#5b73cf;	
}
.section2
{
	background:#5274c2;	
}

.section3
{
	background:#4968b4;	
}

.section4
{
	background:#4260aa;	
}

.section5
{
	background:#3a579f;	
}

.section6
{
	background:#314b91;	
}

.section7
{
	background:#2b4387;	
}

.section8
{
	background:#21387a;	
}

.section9
{
	background:#192f6e;	
}
.section10
{
	background:#132664;	
}
.section11
{
	background:#091b56;	
}
.sectionintro
{
	margin:10px 10px 0 10px;
}

.sectionintro p
{
	/* float:left; */
	/* width:400px; */
}
.introfooter span
{
	color:#4c72b5;
	font-size:10px;
	float:left;
	margin-bottom:8px;
	margin-top:10px;
}

/***** List Classes *****/
.orangebullet ul, .orangebullet ol
{
	list-style-type: none;
	padding: 0px;
	margin-bottom: 10px !important;
}
.orangebullet li
{
	margin:0px;
	list-style:none;
	background:url(/images/orangebullet.gif) no-repeat 0 11px;
	padding-left: 10px;
}
.orangebullet a
{
	font-size:11px;
	text-decoration:none;
	color:#012674;
}
/***** Travel Program Classes *****/
.programbox
{
	font-size: 11px;
	border-top:1px dotted #b6c4e4;
	margin-top:8px;
	padding:8px 0 0 0;
}
.programbox12
{
	font-size: 12px;
	border-top:1px dotted #b6c4e4;
	margin-top:8px;
	padding:8px 0 0 0;
}
/***** Calendar Classes *****/
.month
{
}
.monthitem a
{
	text-decoration:underline;
	font-weight:bold;
}
.monthitem
{
	border-bottom:1px dotted #cccccc;
}
.monthitem strong
{
	
}
.monthheader h3
{
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	padding:0 5px;
	color:#FFF;
}
.monthitem
{
	margin:10px;	
}
/***** Hotel Page Classes *****/
.hoteldescription
{
	margin-top:10px;
}
.subheadbutton
{
	font-weight:bold;
	margin-bottom:10px;
}
/***** Footer Classes *****/
.footer, .footer a
{
	color:#99CCFF;
	text-align:center;
	font-size:10px;
}
/***** Global Classes *****/
.clear         
{
	clear:both;
	margin:0;
	padding:0;
}
.float-left    
{ 
	float:left;
}
.float-right  
{ 
	float:right;
}

.text-left     
{ 
	text-align:left; 
}
.text-right    
{ 
	text-align:right; 
}
.text-center   
{ 
	text-align:center; 
}
.text-justify  
{ 
	text-align:justify; 
}
.bold          
{ 
	font-weight:bold; 
}
.italic        
{
	font-style:italic; 
}
.underline     
{
	border-bottom:1px solid; 
}
.highlight     
{
	background:#ffc; 
}

.wrap          
{
	width:960px;margin:0 auto; 
}

.img-left      
{
	float:left;margin:4px 10px 4px 0; 
}
.img-right     
{
	float:right;margin:4px 0 4px 10px; 
}

.nopadding     
{
	padding:0;
}
.nomargin
{
	margin:0px;
}
.noindent      
{
	margin-left:0;padding-left:0;
}
.nobullet      
{
	list-style:none;list-style-image:none; 
}
.margright
{
	margin-right:10px;
}

.boxborder
{
	border:1px solid #b6c4e4;
}
.rule
{
	border-bottom:1px dotted #b6c4e4;
	height:8px;
	margin:0 20px 8px;
}

.boldorange, .boldorange a
{
	font-weight:bold;
	color:#cc3e1a;
}
.boldblue, .boldblue a span
{
	font-weight:bold;
	color:#012674;
}
.itblue
{
	font-style:italic;
	color:#012674;
}
.itorange
{
	font-style:italic;
	color:#cc3e1a;
}
.blditblue
{
	font-style:italic;
	color:#012674;
	font-weight:bold;
}
.blditorange
{
	font-weight:bold;
	color:#cc3e1a;
	font-style:italic;
}
.blueboldheader
{
	font-size:18px;
	font-weight:bold;
	color:#012674;
}
p.tourist
{
	border:1px solid #b6c4e4;
	background-color:#EBEFFB;
	font-style:italic;
	display:table;
	padding:10px 18px;
	margin:3px 0 12px;
}
.updatedtext
{
	color:#4C72B5;
	font-size:10px;
	margin-bottom:5px;
}
.mainhotelimg
{
	float:right;
	padding:5px;
	border:1px solid #3D6CC8;
	margin:0 0 15px 15px;
}
.bluesubnav
{
	margin-top:-20px;
	background-color:#012674;
	color:#B6D2E7;
	font-size:11px;
	text-align:left;
	padding:3px 0 3px 312px;
	margin-bottom:10px;
}
.bluesubnav a
{
	color:#B6D2E7;
	font-size:11px;
}
.bluesubnav a:hover
{
	text-decoration:none;
	color:#F6DF4F;	
}
.bluesubnav span
{
	color:#FFFFFF;
}
.dotted
{
	border:none;
	border-top:2px dotted #cccccc;
	height:2px;
	margin:10px 0;
}
.ltbluetxt
{
	color:b1dee5;	
}

/* Don't freak out Jon - these are for tables ;) */
/* Table styles for Featured properties */
td.fadeBG 
{
	background-image:url(../images/fadeFooter.jpg);
	background-repeat:repeat-x;
	padding:10px 10px 16px;

}
td.fadeBG img
{
	margin:2px 6px 4px 3px;
	border:1px solid #003366;
}
td.fadeBG p
{
	width: 380px;
	margin:0 0 6px 0;
	font-size:12px;
}
td.fadeBG a span
{
	color:#012674;
	font-size:12px;
	font-weight:bold;
	padding-right: 10px;
	background:url(/images/bluearrow.gif)  right 4px no-repeat;
	text-decoration: none;
	float:left;
	margin:6px 0 12px;
}
td.fadeBG h4
{
	font-family: Arial, Helvetica, san-serif;
	text-transform: uppercase;
	color:#CC3E1A;
	font-size: 15px;
}

td.fadeBG h5
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 16px;
}

td.fadeBG h6
{
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
	
/* Used in temporary program cells home page */
td.blueTableRow
{
	background-color:#21387a;	
	padding:4px 8px;
}
td.blueTableRow h1
{
	color:#FFFFFF;
	font-size:18px;
	line-height:18px;
	margin:0;	
}	
td.spacerRow
{
	line-height:6px;
}
td.dotBorderRight
{
	border-right:2px dotted #CCCCCC;
}
td.program
{
	padding:2px 10px 0 10px;
}
td.program p
{
	font-size:12px;
}
td.program a
{
	font-size:12px;
}

