body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4C7DAA;
	background-color:#0E518F;
	font-size:11px;
	background-image:url(../images/site-bg-gradient-tile.jpg); 
	background-repeat:repeat-x;
	margin:0px;
	text-align: center;
}

select,legend,input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4C7DAA;
	font-size:11px;
}

a.body-link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4C7DAA;
	font-size:11px;
}

 a:hover.body-link
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0E518F;
	font-size:11px;
}

div#site-wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:809px;
	text-align:left;
}

div#img-logo
{
	float:left;
	background-image:url(../images/logo.jpg);
	width:169px;
	height:101px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#img-media-box-boat-top
{
	float:right;
	background-image:url(../images/media-box-boat-top.jpg);
	width:305px;
	height:101px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#img-media-box-boat-bottom
{
	float:right;
	background-image:url(../images/media-box-boat-bottom.jpg);
	width:305px;
	height:174px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#img-media-box-main-pic1
{
	float:left;
	background-image:url(../images/media-box-main-pic1.jpg);
	width:504px;
	height:174px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#page-header-wrapper
{
	background-image:url(../images/page-header-bg-gradient.jpg);
	width:809px;
	height:126px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#page-content-wrapper
{
	background-image:url(../images/page-content-bg-gradient-tile.jpg);
	width:809px;
	height:100%;
	background-repeat:repeat-y;
	overflow:hidden;
}

div#page-content
{
	padding:5px 30px 5px 30px;
}

div#page-footer-wrapper
{
	background-image:url(../images/page-footer-bg-gradient.jpg);
	width:809px;
	height:51px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#page-footer-reflection-wrapper
{
	background-image:url(../images/page-footer-bg-gradient-reflection.jpg);
	width:809px;
	height:75px;
	background-repeat:no-repeat;
	overflow:hidden;
}

div#page-header-title
{
	text-align: center;
	color:#0E518F;
	font-size:26px; 
	font-weight:bold;
	line-height:40px;
	letter-spacing:3px;
	margin:35px;
}

div#page-footer-copyright
{
	float:left;
	text-align:left;
	color:#377FBE;
	font-size:10px;
	letter-spacing:2px;
	padding-top:25px;
	padding-left:25px;
	/*margin-left:15px;*/
}

div#page-footer-slogan
{
	float:right;
	text-align:left;
	color:#A80419;
	font-size:10px;
	font-style:italic;
	letter-spacing:2px;
	padding-top:25px;
	padding-right:25px;
}


/* Footer Menu */
div#page-footer-link 
{
	text-align: center;
	font-size:11px;
	color:#0E518F;
	text-decoration:none;
	line-height:20px; 
}
div#page-footer-link A 
{
	color:#0E518F;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:5px;
	padding-right:5px;
}
div#page-footer-link A:hover 
{
	color:#0E518F;
	text-decoration: underline;
}



/* Header Menu */
div#page-header-link 
{
	text-align: center;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	line-height:30px; 
	letter-spacing:1px;
	word-spacing:2px;
}
div#page-header-link A 
{
	color:#ffffff;
	text-decoration:none;
	/* If more links are inserted, please decrease the left and right padding accordingly */
	padding-left:30px;
	padding-right:30px;
}
div#page-header-link A:hover 
{
	color:#0E518F;
	text-decoration: underline;
}

div.photo
{
	border: 5px solid #7a9dc7; 
	float:right
}

div.photo img
{
	border: 1px solid #ffffff;
}

/* 
:Left:
This floats a div to the left.
*/
div.float-left
{
	float:left;
}
/* 
:Right:
This floats a div to the right.
*/
div.float-right
{
	float:right; 
}

/* 
:Break:
Use break to simply break the current flow of one or more divs that float left or right 
This simply allows you to start on a new line without affecting the above layout. 
For Vertical Spacing use div.spacer.
*/
div.break
{
	clear:both;
}

/* 
:Horizontal Space:
When applied to a div, this adds 5px of external space to the left and right of any div container.
*/
div.space-horizontal
{
}

/* 
:Vertical Space:
When applied to a div, this adds 5px of external space to the top and bottom of any div container.
*/
div.space-vertical
{
}

/* 
:Top Space:
When applied to a div, this adds 5px ofexternal space to the top only of an object or container.
*/
.space-top
{
	margin-top:5px;
}

/* 
:Bottom Space:
When applied to a div, this adds 5px of external space to the bottom only of an object or container.
*/
.space-bottom
{
	margin-bottom:5px;
}

/* 
:Left Space:
When applied to a div, this adds 5px ofexternal space to the left only of an object or container.
*/
.space-left
{
	margin-left:5px;
}

/* 
:Right Space:
When applied to a div, this adds 5px of external space to the right only of an object or container.
*/
.space-right
{
	margin-right:5px;
}

/* 
:Spacer:
A spacer should be used to simply add spacing between verticle div objects.
Spacers should not have content inside them.
*/
div.spacer
{ 
	padding:5px; 
}

hr {
	border:0;
	width:80%;
	color:#4C7DAA;
	background-color:#4C7DAA;
	height:1px;
}

div.separator-right {
	border-right:1px dashed #4C7DAA; 
	padding-right:5px;
}

div.separator-left {
	border-left:1px dashed #4C7DAA; 
	padding-left:5px;
}

div#cruises{
	width: 360px;
	height:200px;
	border:1px dashed #CC3300;
	padding:2px;
	float:left;
	overflow:visible;
	}
	
div#cruises li{
	margin-left:-20px;
	}	
	
div#cruises h4{
	background:#CC3300;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	margin:0;
	padding:2px;
	
	}	