@charset "utf-8";
/* CSS SITE LAYOUT */

/*******************************************************************************

 LAYOUT INFORMATION: One Column 

 *******************************************************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3366CC;
}
#containerWrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead {
	background: #3366CC;
}
#gLinksContainer {
	width: 780px;
	background-color: #FFFFFF;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCE;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}	

#gLinksSpryContainer {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	

#globalPix {
	background: #FFFFFF;
}

#pageName {
	background: #FFFFFF;
	font-size: 200%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bolder;
}

#pageNameTagline {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0066;
	padding-top: 0px;
	padding-right: 10x;
	padding-bottom: 5px;
	padding-left: 15px;
}

#mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}

#utilityContainerTop {
	width: 100%;
	color: #3366CC;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#utilityContainerTop p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#utilityTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #3366CC;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#utilityContainer {
	width: 100%;
	color: #3366CC;
	text-align: center;
	background-color: #D6D6D6;
	padding: 10px;
	margin-top: 25px;
}
#utilityContainer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#utility {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #D6D6D6;
}

#footer {
	font-size: 50%;
	font-weight: lighter;
	color: #999999;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#containerBottomTagline {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bottomTagline {
	width: 100%;
	font-size: 75%;
	font-weight: lighter;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	background-color: #3366CC;
	padding-top: 5px;
}
#bottomTagline p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
/*******************************************************************************

 LAYOUT INFORMATION: TWO Columns based on ONE column layout with insert for left sidebar and a right floated main column

 *******************************************************************************/
 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #BCE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainContent2Col {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 

#mainContent2ColBottom {
	padding: 5px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*******************************************************************************

 LAYOUT INFORMATION: Two EVEN columns 

 *******************************************************************************/

#leftTwoColEven {
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightTwoColEven {
	width: 350px;
	margin-left: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bottomTxt {
	clear: both;
}

/*******************************************************************************

 LAYOUT INFORMATION: Home Page 

 *******************************************************************************/
 
#wrapper {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
#bannerContainer {
	width: auto;
	background-color: #518EDE;
	height: 70px;
	text-align: center;
	padding-top: 40px;
	background-image: url(graphics/gl_bnrPix/sky1.JPG);
	background-position: center;
}

#footerContainer {
	width: auto;
	background-color: #3366CC;
	height: 10px;
	text-align: center;
}

#homeCopyInsert {
	width: 720px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	
#homeCopyInsert2 {
	width: 740px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}	

/*******************************************************************************

 LAYOUT INFORMATION: Forms 

 *******************************************************************************/

#formContainer {
	border: 1px solid #BCE;
	width: 480px;
}

#formHeader {
	background: #C0CFEF; /* the auto margins (in conjunction with a width) center the page */
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0066;
	padding-top: 0px;
	padding-right: 10x;
	padding-bottom: 5px;
	padding-left: 15px;
}


/*******************************************************************************

 LAYOUT PHOTOS 

 *******************************************************************************/

.PhotoLeftMain {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CC0066;
}


.PhotoLeftSub {
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #CC0066;
}

.PhotoRightMain {
	float: right; /* since this element is floated, a width must be given */
	text-align: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #CC0066;
}

.PhotoRightSub {
	float: right;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #CC0066;
}

/*******************************************************************************

 NAVIGATION: NEWS_AD 

 *******************************************************************************/
 #newsBannerContainer {
	width: auto;
	background-color: #3366CC;
	height: 70px;
	text-align: center;
	padding-top: 40px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #BCE;
}

.newsYouCanUseContainerGlobetrotter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: left;
	background-color: #639;
}

.newsYouCanUseContainerCruising {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: left;
	background-color: #FF9900;
}

.newsYouCanUseContainerTidbits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: left;
	background-color: #669900;
}

.newsYouCanUseContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #3366CC;
	padding: 10px;
}

.adFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-align: center;
	padding: 10px;
}

.specialOffer {
	font:30px "Edwardian Script ITC", "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#3366CC;
	line-height:36px;
	margin-top:0px;
	}	

