@charset "utf-8";
@import url("/css/specials-old.css");
@import url("/css/header.css");
@import url("/css/navigation.css");
/* CSS Document */

/*************** Layout ***************/

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 30px;
	color: #000066;
	background-color: #000066;
	text-align: left;
}


#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border:3px solid #ff0000;
	font-size: 1.2em;
}
#header {
	position: relative;
	height: 176px;
	border: 10px solid #ff0000;
	
}
#header .headerText {
	float: left; padding: 10px 0 0 10px;
}
#header h1 {
	color: #2F3399;
	margin-left: 35px;
	padding: 0px;
	font-size: 2em;
}

#header p {
	color: #2F3399;
	font-size: 1.33em;
	margin-top: 0px;
}

#headerPhotos {
	float: right;
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 196px;
}
.bodycolumn .back {display:none;}
.bodycolumn .leftCol {
	padding-top: 5px;
}

#flashContent {
	background-color: #000099;
	padding: 10px;	
	margin-top:15px;
}
#flashContent *{color:#FFFFFF; font-weight: bold; margin: 0;}


#sitefooter {
	font-size: .83em;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	background-color: #ff0000;
	height: 20px;
	padding: 5px;
}
#sitefooter a {
	color: #FFFFFF;
		font-size: .83em;

}

.cruisephoto {
	margin-right: 10px;
	border: 1px solid #000066;
	float: left;
}

#toTop{
	padding-left: 17px;
}

.hideToTop #toTop {display:none;}


/*************** Basic Styling ***************/

h1, h2, h3, h4, h5, h6 {line-height: 110%}

h1 {color: #ff0000; font-size: 2em;}
h2 {color: #ff0000; font-size: 1.6em;}
h2 span {
	color: #000066;
	font-weight: normal;
}

h2 strong {color: #000066;}
h3 {
	color: #002E7A;
	margin-bottom: 5px;
	font-size: 1.4em;
}

h4 {font-size: 1.2em;}
h5 {
	font-size: .8em;
}

h6 {
	color: #0000CC;
	font-size: 2.5em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	color: #000066;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.displayNone {
	display: none;
}
.clearboth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.padding15px {
	padding: 15px;
}
.padding20px {
	padding: 20px;
}

	
#content{
	background-image: url(/images/content-fill.gif);
	background-repeat: repeat-y;
}
#content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content {display:inline-block;}
/* Hide from IE Mac \*/
	#content {display:block;}
/* End hide from IE Mac */
	
.rightCol {	
	float: right;
	width: 290px;
	padding-top: 20px;
	padding-right: 33px;
	}	
.rightCol h1, .rightCol h3, .rightCol p, .rightCol a {
	line-height: 145%;
	color: #FFFFFF;
}

.rightCol hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

.rightContent {
	float: right;
	width: 340px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.rightContentHome {
	float: right;
	width: 500px;
	padding-right: 20px;
	padding-left: 0px;
}
	
.rightContent ul {
	line-height: 115%;
	color: #000066;
}

.rightContent li {
	line-height: 115%;
	color: #000066
}

.rightContent hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #E0E9F2;
}
	
		
.leftCol {
	float: left;
	width: 520px;
	padding-bottom: 1px;
	padding-left: 40px;
	line-height: 20px;
}

.home .rightContent {width: 480px;}
.home .leftCol {width: 420px}

.leftBack {
	float: left;
	width: 520px;
}



.threeCol {
	background-color: #FFFFFF;
	float: left;
	width: 25%;
	padding: 20px;
	}

hr  {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000066;
}





/*************** Colors ***************/

.red {
	color: #FF0000;
}
.green {
	color: #060;
}

.highlight {
	color: #ff0000;
	font-size: 1.2em;
	
}


/************* Warnings ****************/

.warning {
	font-size: 100%;
	line-height: 100%;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}

/**************** Errors ******************/

.errormsg {
	font-size: 1.16em;
	line-height: 120%;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
.error {
	font-size: 1.3em;
	line-height: 120%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}
.required {
	font-size: 100%;
	line-height: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
	font-weight: bold;
	width: 25%;
}

/*************** Success *****************/

.success {
	font-size: 1.33em;
	line-height: 120%;
	color: #009900;
	background-color: #FFFFFF;
	border: 2px solid #33CC33;
	padding: 10px;
	font-weight: bold;
}

/**************** Forms *******************/

form {
	padding: 2px;
}
legend {
	font-size: 1.33empx;
	font-weight: bold;
	line-height: 110%;
	border: 1px solid #000000;
	padding: 5px;
}
fieldset {
	border: 1px solid #000000;
	padding: 2px;
}
label {
	font-size: 1em;
	line-height: 110%;
	font-weight: bold;
}
.submitButton {
	font-size: 1em;
	line-height: 100%;
	color: #009900;
	background-color: #F0FFF0;
	border: 1px solid #33CC33;
	padding: 5px;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 50px;
}
li {
	padding-bottom: 5px;
}
#header a {
	color: #2F3399;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 120%;
}

#counter {float:right;}	


#globalBtn {
	min-width: auto;
	width: auto !important;
	width: 120px;
	text-align: center;
}

a#globalBtn {
	background-image: url(/images/global-btn-a.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	height: 35px;
	display: block;
	margin-right: 6px;
	padding-right: 20px; /* sliding doors padding */
	_overflow:hidden;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
a#globalBtn span {
	background-image: url(/images/global-btn-span.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	padding-top: 0px;
	_padding-right: 5px;
	padding-left: 20px;
    _overflow:hidden;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

a:hover#globalBtn {
    outline: none; /* hide dotted outline in Firefox */
	background-position: right -35px;
}
a:hover#globalBtn span {
	color: #ff0000;
	background-position: 0px -35px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.showBtn {
	color: #0000FF;
	font-size: 1.2em;
	text-decoration:underline;
	cursor:pointer;
	background-image: url(/images/closed-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
.showBtn:hover {color: #000066;}

.open {
	color: #ff0000;
	background-image: url(/images/open-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#galleryWrap {margin: 0px 40px;}

#pushTheContentDown {margin-bottom: 60px;}

