@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(Images/fgmtbgdarkblue.jpg);
	background-color: #0054a6;
	background-repeat: repeat-x;
	background-attachment:fixed;	
	box-sizing:border-box;
}

h1 {
color:#0054a6;
	
	
}

h2 {
color:#0054a6;
	
	
}

p {
	margin-right:20px;
	margin-left:20px;
	margin-top:10px;
	color:#000;
	
	
	
}


h3 {
	padding:0;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	color:#0054a6;
}
h4 {
	margin-bottom:0px; 
	margin-top:0px; 
	vertical-align:middle;	
	
	
	
	
	
	
}

h5 {
	margin-bottom:0px; 
	margin-top:0px; 
	vertical-align:middle;	
	
	
	
	
	
	
}

#pageHeader
{
	background-color:#0054a6; 
	border-radius:15px; 
	padding-bottom:5px; 
	padding-top:5px; 
	margin: 0 auto;
	margin-bottom:30px;
	color:#FFF;
}

#pageHeader2
{
	background-color:#0054a6; 
	border-radius:15px; 
	
	margin:0px auto 0px; 
	padding-bottom:5px; 
	padding-top:5px; 
	width:800px; 
	 
	color:#FFF;
}
#pageHeader2 h3
{
	color:#FFF;
}
#pageHeader h3
{
	color:#FFF;
}
#pageHeader3 h3
{
	color:#FFF;
}

#pageHeader3
{
	background-color:#0054a6; 
	border-top-right-radius:15px; 
	border-top-left-radius:15px; 
	margin:0px auto 0px; 
	padding-bottom:5px; 
	padding-top:5px; 
	
	 
	color:#FFF;
}

#pageHeader4
{
	background-color:#0054a6; 
	color:#FFF;
	border-top-right-radius:15px; 
	border-top-left-radius:15px; 
	margin:0px auto 0px; 
	padding-bottom:5px; 
	padding-top:5px; 
	border:1px solid #0054a6;
	box-sizing:border-box;
}

#pageHeader4 h3
{
	color:#FFF;
}




#quoteBC {
	/*BC = Box Container*/
	
	width:600px; 
	
	padding:0px;
	margin: 0px auto 30px; /* the auto margins (in conjunction with a width) center the page */
	display:block;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
}
#quoteBCWorld {
	/*BC = Box Container*/
	
	
	
	padding:0px;
	margin: 0px auto 30px; /* the auto margins (in conjunction with a width) center the page */
	display:block;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
}

#quoteBCABD {
	/*BC = Box Container*/
	background-color:#fff;
	padding:0px;
	margin: 0px auto 30px; /* the auto margins (in conjunction with a width) center the page */
	display:block;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	padding-top:10px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:1px solid #0054a6;
	box-sizing:border-box;
	
}
#quoteBCABD p {
	/*BC = Box Container*/
	
	margin-top:0px;
	
}

#quoteBCABDInnerRight
{
	padding-left:10px;
	height:50px;
	background-color:#0054a6; 
	color:#FFF;
	width:580px;
	display:table-cell;
	box-sizing:border-box;
	border-bottom-right-radius:15px;
	padding-top:5px;
	
	
}

#quoteBCABDInnerRight select
{
	width:270px;
	margin-right:10px;
	
	
}

#quoteBCABDInnerLeft
{
	padding-left:10px;
	background-color:#0054a6; 
	color:#FFF;
	display:table-cell;
	width:580px;
	box-sizing:border-box;
	border-bottom-left-radius:15px;
	border-right:1px solid #0054a6;
	height:50px;
	padding-top:5px;
	
}

 
 #quoteBCInner
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:200px; 
	 display:inline-block; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 margin-right:-6px;
	 box-sizing:border-box;
}

 #quoteBCInnerCruiseRow
{
	display:table-row;
}
 #quoteBCInnerCruise
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:50%; 
	 display:table-cell; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 height:50px;
	 vertical-align:middle;
	 padding-right:5px;
	 padding-left:5px;
	 background-color:#eee;
	 box-sizing:border-box;
	 border-right:4px solid #FFF;
	 border-bottom:2px solid #FFF;
	 border-top:2px solid #FFF;
	 
}
 #quoteBCInnerCruiseR
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:50%; 
	 display:table-cell; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 height:50px;
	 vertical-align:middle;
	 padding-right:5px;
	 padding-left:5px;
	 background-color:#eee;
	 box-sizing:border-box;
	 border-left:4px solid #FFF;
	 border-bottom:2px solid #FFF;
	 border-top:2px solid #FFF;
	 
}
 #quoteBCInnerCruiseGrey
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:50%; 
	 display:table-cell; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	  height:50px;
	  padding-right:5px;
	 padding-left:5px;
	  vertical-align:middle;
	 background-color:#ddd;
	 box-sizing:border-box;
	 border-right:4px solid #FFF;
	 border-bottom:2px solid #FFF;
	 border-top:2px solid #FFF;
}

 #quoteBCInnerCruiseGreyR
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:50%; 
	 display:table-cell; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	  height:50px;
	  padding-right:5px;
	 padding-left:5px;
	  vertical-align:middle;
	 background-color:#ddd;
	 box-sizing:border-box;
	 border-left:4px solid #FFF;
	 border-bottom:2px solid #FFF;
	 border-top:2px solid #FFF;
}

#quoteBCInnerRight
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:200px; 
	 display:inline-block; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 margin-right:-6px;
	 text-align:right;
}

#quoteBCInnerLand
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:250px; 
	 display:inline-block; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 margin-right:-6px;
}
#quoteBCInnerWDW{
height:270px; margin-top:0px; margin-bottom:30px;}

#quoteBCInnerUniversal
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:200px; 
	 display:inline-block; 
	 padding-top:5px; 
	 padding-bottom:5px; 
	 margin-right:-6px;
}



#quoteBCInnerWorldValue
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:210px;
	 height:30px;
	 display:inline-block; 
	 float:left;
	 margin-right:0px;
	 background-color:#ddd;
}

#quoteBCInnerWorldValue h4

{
	margin-top:7px;
	
	
}

#quoteBCInnerWorldModerate
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:260px; 
	 height:30px;
	 display:inline-block; 
	 float:left;
	 margin-right:0px;
}

#quoteBCInnerWorldModerate h4

{
	margin-top:7px;
	
	
}



#quoteBCInnerWorldDeluxe
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:280px;  
	 background-color:#ddd;
	 height:30px;
	 display:inline-block; 
	  float:left;
	 margin-right:0px;
	
}
#quoteBCInnerWorldDeluxe h4

{
	margin-top:7px;
	
	
}


#quoteBCInnerWorldVilla
{
	/*A div for use inside quoteBC, 200px wide by default, change this with a "style" tag in the div*/
	 width:408px; 
	 height:30px;
	 display:inline-block; 
	float:left;
	 margin-right:0px;
	 
	 
	 
}
#quoteBCInnerWorldVilla h4

{
	margin-top:7px;
	
	
}


#questionMiddle {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	border-bottom:1px solid #5db7f8;
	clear:both;
	margin-top:30px;
}

#questionMiddleTop {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	border-bottom:1px solid #5db7f8;
	border-top:1px solid #5db7f8;
	clear:both;
}
#questionMiddleBottom {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

#boxContainer {
	width:620px;
	padding:0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#childLabel
{
	display:inline-block; 
	width:80px; 
	margin-bottom:5px;
}

#childAge
{
	display:inline-block; 
	width:90px; 
	margin-bottom:5px;
}

#childDate
{
	display:inline-block; 
	width:80px; 
	margin-bottom:5px;
}


#CruiseChildName
{
	display:inline-block; 
	width:450px; 
	margin-bottom:5px;
}


#childName
{
	display:inline-block; 
	width:510px; 
	margin-bottom:5px;
}


#adultDate
{
	display:inline-block; 
	width:80px; 
	margin-bottom:5px;
}


#adultName
{
	display:inline-block; 
	width:490px; 
	margin-bottom:5px;
	
	
}

#adultLabel
{
	display:inline-block; 
	width:100px; 
	margin-bottom:5px;
	
	
}

#transFeaturePic
{
	width:400px;
	height:100px;
	border-radius:15px;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	float:right;
	margin-top:10px;
	display:inline-block;
	overflow:hidden;
	
}



#transFeatureTextL
{
	width:700px;
	height:100px;
	margin-right:0px;
	display:inline-block;
	float:left;
	margin-top:10px;
	
	
}

#transFeatureTextL h2
{
	float:right; 
	margin-bottom:0px;
	
	
}
#transFeatureTextL p
{
	margin-top:10px;
	margin-right:0px;
	float:right;
}

#secretButton
{
			display: block; padding: 10px 10px;
			margin-bottom:10px;
			color: #FFF; text-decoration: none;
			background-color:#0054a6;
			z-index:99;
			text-align: left;
			font-weight:500;
			font-family:Verdana, Geneva, sans-serif;
}

#secretButton a
{
	color:#FFF;
	text-decoration:none;
}

#aboutusBox
{
	margin-top:30px;
	display:block;
	vertical-align:top;
	background-color:red;
	box-sizing:border-box;
	width:100%;
	
}
#aboutusPictureContainer
{
	width:100px;
	float:left;
	vertical-align:top;
	height:130px;
	display:inline-block;
	
	box-sizing:border-box;
	border-radius:15px;
	overflow:hidden;
	margin-top:0px;
	border:1px solid #5db7f8;
}

#aboutusPicture
{
	width:100px;
	background-color:cyan;
	border-radius:15px;
	overflow:hidden;
	box-sizing:border-box;
	
}
#aboutusContent
{
	border-radius:15px;
	background-color:#0054a6;
	
	float:left;
	vertical-align:top;
	border:1px solid #0054a6;
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	width:1040px;
	margin-left:10px;
	
	
	
	
	
	
}

#aboutusContent p
{
color:#fff;
	
	
}
#aboutusContent a
{
color:#5db7f8;
	
	
}



	
	
}