/* CSS for  */

* {
	margin: 0;
	padding: 0;
}
body {
  font: 62.5% Helvetica, Verdana, Arial, Trebuchet, geneva, sans-serif; /* 62.5% resets 1em to the equivalent of 10px across all browsers making font changes easier */
	background: #fff url('../images/body-bg.jpg') repeat-x top left;
	text-align: center;

}


/* Global Styles */

a, a:link {text-decoration: underline; }
a:hover { text-decoration: none; }

h1 {
	color: #000;
	font-size: 1.6em;
}
h2 {
	color: #4670b0;
	font-size: 1.3em;
	padding: 15px 0 5px 0;
}
h3 {
	color: #333;
	font-size: 1.2em;
}

table { border-collapse: collapse; } /* Removes all padding and spacing from table cells */
input, select, option { padding: 2px; }
ul, ol { margin: 10px 0 10px 35px; }
li { margin: 0 0 5px 0; }
p { margin: 0 0 15px 0; padding: 0; font-size: 1.2em; }

.l { float: left; }
.r { float: right; }
.clear { clear: both; }
.clear-l { clear: left; }
.clear-r { clear: right; }

.b { font-weight: bold; }
.u { text-decoration: underline; }
.i { font-style: italic; }
.small { font-size: .79em; }
.large { font-size: 1.2em; }
.t-c { text-align: center; }
.t-r { text-align: right; }
.t-l { text-align: left; }

img { border: 0; }
img.l { margin: 0 10px 0 0; }
img.r { margin: 0 0 0 10px; }

.email_confirm, .hide, .hideme { display: none; }


/* Site Colors */

.black { color: #000000; }
.gray, .grey { color: #666666; }
.white { color: #FFFFFF; }
.blue { font-size: 1.2em; color: #2b2f8e; font-weight:bold;}
.green { color: #699a58;}

/* Navigation */


.test:hover{

background: url("../images/nav-about.jpg") no-repeat top left;

}

#nav {
float: right;
clear: both;
height: 40px;
margin-bottom: 10px;

}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}


#nav ul li { /* all list items */
	float: left;
	margin:0;

	/*width: 10em;  width needed or else Opera goes nuts */
}


#nav ul li a {
	display: block;
	/*width: 10em;*/
	color: #303391;
	font-size: 1.3em;
  padding: 12px 13px 8px  13px;
	
	text-decoration: none;
	font-weight: bold;
	
}


#nav ul li ul { /* second-level lists */
	position: absolute;


	left: -999em;
	margin-top:  0px;
}
#nav ul li ul li a {
padding: 0;
color: #2b2f8e;
font-size: 1.2em;
}
#nav ul li ul li.navAbout1 {
margin-left: 5px;
}

#nav ul li ul a.navAbout2 {

	border-bottom: 1px solid #e9e9e9;
  background: url("../images/hover1.jpg") no-repeat 0px -10px;
	padding: 1px 7px 2px 7px;
}
#nav ul li ul li.navGroups1 {
margin-left: 7px;
}
#nav ul li ul a.navGroups2 {
  background: url("../images/hover1.jpg") no-repeat 0px -10px;
	border-bottom: 1px solid #e9e9e9;

	padding: 1px 68px 2px 7px;
}

#nav a:hover {
color: orange;
}
#nav a.navHome {
background: url("../images/nav-home.jpg") no-repeat top center;
padding: 12px 13px 8px  13px;
}
#nav a.navAbout {
background: url("../images/nav-about.jpg") no-repeat top center;
padding: 12px 13px 8px  13px;
}
#nav a.navGroups {
background: url("../images/nav-groups.jpg") no-repeat  top center;
padding: 12px 13px 8px  13px;
}
#nav a.navCruise {
background: url("../images/nav-cruise.jpg") no-repeat  top center;
padding: 12px 13px 8px  13px;
}
#nav a.navContact {
background: url("../images/nav-contact.jpg") no-repeat top center;
padding: 12px 13px 8px  13px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* lists nested under hovered list items */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#container {
width: 938px;
margin: 0 auto;

}

#header {
margin: 0 15px;
height: 88px;
background: url("../images/header-bg.jpg") no-repeat top left;
}

#header .quote a{
float: left;
margin-top: -5px;
width: 153px;
height: 38px;
cursor: pointer;
background: url("../images/quote-button.jpg") no-repeat top left;
}

#header .quote a:hover {
background: url("../images/quote-button-hover.jpg") no-repeat top left;
}

#header .logo {
float: left;
width: 560px;
height: 38px;
cursor: pointer;
}

#header .phone {
float: right;
color: #a6a9cc;
font-size: 2.7em;
margin-right: 4px;
margin-top: 3px;
font-weight: bold;
}

.flash {
background: url("../images/flash-bg.jpg") no-repeat top left;
height: 427px;
width: 938px;
margin:0;
padding:0;
}

.homeBody {
border-right: 1px solid #eaebf5;
border-left: 1px solid #eaebf5;
border-bottom: 1px solid #eaebf5;
margin: 0 14px;
}

.homeBody .homeBus {
float: left; 
width: 347px;

position: relative;
top: -50px;
left: 0;
}

.homeBody .homeContent{

}
.homeBody .homeContent p{
font-size: 1.4em;
color: #666666; 
line-height: 1.8em;
text-align: left;
padding: 10px 15px 0px 15px;

}

 /* ---------------------------------------------footer for home pages due to crazy bus on the front page ---------------------------------------------*/
#footerHome {
position: relative;
top: -30px;
width: 938px;
margin: 0 auto;

}

#footerHome .footerLinks {
 float: left;
 }
#footerHome  .footerLinks a{
color: #303391;
font-size: 1.2em;

text-decoration: none;
padding-left: 5px;
}
#footerHome .footerLinks a:hover {
text-decoration: underline;
}
#footerHome  a.footerFirst {
padding-left: 0;
}

#footerHome  .bwmCredits {
float: right;
margin-left: 20px;
text-align: right;
font-size: 1.1em;
color: #666666; }

#footerHome  .bwmCredits a{
text-decoration: none;
color: #666666;
}

#footerHome  .bwmCredits a:hover {
text-decoration: underline;
color: #3f8aca;
}
/* ---------------------------------------------footer for home page ends---------------------------------------------*/

/* ---------------------------------------------footer for interior pages due to crazy bus on the front page ---------------------------------------------*/

#footerInterior {


width: 938px;
margin: 10px auto;
height: 30px;
}

#footerInterior .footerLinks {
 float: left;
 }
#footerInterior  .footerLinks a{
color: #303391;
font-size: 1.2em;

text-decoration: none;
padding-left: 5px;
}
#footerInterior .footerLinks a:hover {
text-decoration: underline;
}
#footerInterior  a.footerFirst {
padding-left: 0;
}

#footerInterior  .bwmCredits {
float: right;
margin-left: 20px;
text-align: right;
font-size: 1.1em;
color: #666666; }

#footerInterior  .bwmCredits a{
text-decoration: none;
color: #666;
}
#footerInterior  .bwmCredits a:hover {
text-decoration: underline;
color: #3f8aca;
}
/*footer for interior pages ends */


/* --------------------------------------------- Interior Pages Begin --------------------------------------------- */
.flashInterior {
margin-top: 10px;
background: url("/images/flash-interior-bg.jpg") no-repeat top left;
height: 292px;
width: 938px;
margin:0;
padding:0;
}
.flashCruise{
margin-top: 10px;
background: url("/images/flash-cruise-bg.jpg") no-repeat top left;
height: 292px;
width: 938px;
margin:0;
padding:0;
}
.flashGroups{

margin-top: 10px;
background: url("/images/flash-contact-bg.jpg") no-repeat top left;
height: 292px;
width: 938px;
margin:0;
padding:0;
}
.flashAbout{
margin-top: 10px;
background: url("/images/flash-about-bg.jpg") no-repeat top left;
height: 292px;
width: 938px;
margin:0;
padding:0;
}
.flashContact{
margin-top: 10px;
background: url("/images/flash-groups-bg.jpg") no-repeat top left;
height: 292px;
width: 938px;
margin:0;
padding:0;
}

.intBody {
border-right: 1px solid #eaebf5;
border-left: 1px solid #eaebf5;
border-bottom: 1px solid #eaebf5;
margin: 0 14px;
position: relative;
}

.intBody .intLeft {
padding: 10px 0px 20px 40px;
width: 550px;
text-align: left;
float: left;
}

.intBody .intLeft ul {
font-size: 1.2em;
list-style-type: none;
color: #666666; 
}

.intBody .intLeft li {
padding-left: 15px;
background: url("/images/li-dot.jpg") no-repeat 0 4px;	
}
.intBody .intLeft h1 {
color: #2b2f8e;
font-size: 1.8em; 
margin-bottom: 10px;
}

.intBody .intLeft p.green {
color: #699a58;
}
.intBody .intLeft p {
font-size: 1.2em;
color: #666666; 
line-height: 1.8em;
}

.intBody .intLeft ul.ulClean {
list-style-type: none;
line-height: 1.8em;

font-size: 1.2em;
color: #666666; 
}



.intBody .intRight img.sideImg {
padding: 5px;
border: 1px solid #abade7;
margin-top: 30px;
}
.intBody .intRight {

float: right;
width: 250px;
margin-bottom: 20px;
padding-right: 40px;
text-align: right;
}
.intBody .intRight h2 {
text-align: left;
font-size: 1.2em;
margin-left: 20px;
}
.intBody .intRight p{ 
text-align: left;
margin-left: 20px;
color: #666666; 
padding: 5px 0 0 0;
font-size: 1.2em;
line-height: 1.8em;

}
.intBody .intRight input {
width: 230px;
border: 1px solid #474747;
margin-bottom: 5px;

}

.intBody .intRight input.submit {
background-color: #313491;
color: #fff;
width: 100px;
text-align: center;
}
.intbody .intRight .submit {
float: right;
margin-right: -20px;
}

#contact-form { line-height: normal; 
color: #666666;

font-size: 1.2em;}
#contact-form label {
	float: left;
	display: block;
	width: 260px;
	margin: 0 10px 5px 0;
	padding: 2px 0 0 0;
	font-weight: bold;
	
}

#contact-form select  { 
  font: Helvetica, Verdana, Arial, Trebuchet, geneva, sans-serif; 
	margin: 0 0 5px 0;
	width: 156px;
	border: 1px solid #dfdfdf;
	color: #004890; 
}


#contact-form input, #contact-form textarea{ 
  font: Helvetica, Verdana, Arial, Trebuchet, geneva, sans-serif; 
	margin: 0 0 5px 0;
	width: 150px;
	border: 1px solid #dfdfdf;
	color: #004890; 
}
#contact-form input:hover, #contact-form textarea:hover  {  border: 1px solid #004890; }
#contact-form  input.special_requirements, #contact-form  input.audio_visual {
position: relative;
top: 0px;
border: none;
width: 10px;
margin: 5px;
}
#contact-form  span.special_requirements, #contact-form  span.audio_visual {
position: relative;
top: -3px;
}

#contact-form .submit_button {
border: 0pt none; 
background-color:  #313491;
color: #fff; 
margin: 15px 0pt 0pt; 
width: 109px; 
height: 30px;
cursor: pointer;
}

#contact-form .submit_button:hover {
cursor: pointer;
background-color: #5b5eb4;
}