@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #bcc4d1;
	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;
	width: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 790px;
	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. */
	/*	background-color: #FFFFFF;*/
	behavior: url(iepngfix.htc);
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
}

.oneColFixCtr #mainContent {
	padding: 0 10px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}

td.breadcrumb {
	font-family: Verdana;
	background-color: #F45D14;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px 11px 4px 11px;
}

td.breadcrumb a {
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline;
}

.box_blueborder {
	border: 1px solid #8a9db5;
	margin: 0px;
	padding: 0px;
}
.mid_blueborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8a9db5;
	border-left-color: #8a9db5;	
	margin: 0px;
	padding: 0px;
}
.mid_bottomborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8a9db5;
	border-left-color: #8a9db5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8a9db5;
}
.box_headerbg {
	background-image: url(../images/layout/header_bg_blue.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8a9db5;
	border-right-color: #8a9db5;
	border-right-width: 1px;
	border-right-style: solid;
	height: 20px;
	line-height: 10px;
	vertical-align: top;
}

.section_title {
	font-size: 12px;
	color: #276096;
	font-weight: bold;
	padding-left:5px;
}

td.sectionleft { 
	width:10px;
}
td.sectionright {
	background-image: url(../images/layout/section_topright.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
td.section_header {
	background-image: url(../images/layout/section_header.gif);
	height: 32px;
	width: 346px;
	font-size: 12px;
	color: #276096;
	font-weight: bold;
	background-repeat: no-repeat;
}
td.section_footer {
	background-image: url(../images/layout/section_footer.gif);
	height: 32px;
	width: 346px;
	font-size: 12px;
	color: #276096;
	font-weight: bold;
	background-repeat: no-repeat;
}
form {
	padding: 0px;
	margin: 0px;
}
.section_font{
	color: #d9560f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.section_font a{
	color: #d9560f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.section_font{
	color: #d9560f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.cruisesection_font{
	color: #d9560f;
	font-size: 12px;
	text-decoration: none;
}
.cruisesection_font a{
	color: #d9560f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.cruisesection_price {
	color: #d9560f;
	font-size: 12px;
	text-decoration: none;
}
.cruisesection_price a{
	color: #d9560f;
	font-size: 12px;
	text-decoration: none;
}
.section_price a{
	color: #d9560f;
	font-size: 12px;
	text-decoration: none;
}
.section_price {
	color: #d9560f;
	font-size: 12px;
	text-decoration: none;
}
.destination_dropdown {
	font-size: 12px;
}

#footer {
	width: 770px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
/*	border-top: 1px dashed #596571;*/
	border-bottom: 1px solid #596571;
	padding: 0px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
.blackborder {
	border: 1px solid #000000;
}
.serviceslink {
	text-decoration:none;
	color: #3e3e3e;
	font-weight: bold;
}
.cruisedivider {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #869fb5;
	background-color:#FFFFFF;
}
#breadcrumbs
{
	font-size:11px;
	padding-left:2px;
	padding-top:2px;
}
#breadcrumbs a
{
		padding-left:2px;
		padding-top:2px;
		color: #000000;
}
