
/* COLORS
Body Background: #FFF
Main Text: #000
Link: #D50000
*/

html
{	
	padding:0;
	margin: 0;
	font-size: 62.5%;
	overflow: scroll;
}
body
{
	font-family: Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: left;
	background: #FFF;
	background-color: #6AB3F0;
	background: url('/rotary/images/header/bg_all.gif') repeat;
}
img
{
	border: none;
	text-decoration: none;	
}

p
{
	color: #000;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
a
{
	color: #D50000;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
abbr
{
	text-decoration: none;
	border: none;
}
form
{
	padding: 0;
	margin: 0;
}
a:active
{
	outline: none;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}
h1
{
	font-size: 2.4em;
	color: #0060ae;
}
h2
{
	font-size: 2em;
	color: #0060ae;
}
h3
{
	font-size: 1.8em;
	color: #000;
}
h4
{
	color: #000;
	font-size: 1.2em;
	padding-top:10px;
}
h5
{
	font-size:11px;
	color: #0060ae;
	padding-left:6px;
	padding-top:6px;
}
h6
{
	font-size: 1em;
	color: #0060ae;
}
dl, dd, dt
{
	margin: 0;
	padding: 0;
}

.main_content_wrapper
{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	/*
	background-color: #6AB3F0;
	background: url('/rotary/images/header/bg_all.gif') repeat-x;
	*/
}

.main_content_wrapper div.centered_content
{
	width: 800px;
	background: transparent;
	margin: 0 auto;
	padding: 0;
}

.main_content_wrapper div.centered_content div.main_content 
{
	width: 800px;
	/*float: left;*/
	/*margin-top: 25px;*/
}

.wide_page
{
	width: 800px;
	/*margin-left:5px;*/
	overflow: hidden;
	font-size: 12px;
	color: #000;
	/*line-height: 16px;*/
	text-align: left;
	clear: both;
	background: #FFFFFF;
	/*padding: 15px;*/
	padding-top: 0px;
	/*padding-bottom: 15px;*/
	/*border: 1px solid #000;
	border-top: none;
	border-bottom: none;*/
	/*margin-bottom: 25px;*/
}

.header
{
	text-align: center;
	margin: 10px;
	width: 780px;
	height:227px;
	vertical-align:top;
}

.homepage_banner
{
	background: url('/rotary/images/header/ship_header.jpg') no-repeat;
	width: 780px;
	height: 214px;
	text-align: left;
}

.homepage_banner div.banner_text
{
	text-align: center;
	width: 182px;
	height: 194px;
	padding-top: 7px;
	padding-left: 14px;
	font-family: Arial;
}

.homepage_banner div.banner_text h3
{
	padding-top: 5px;
	color: #FFF;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;	
}

.homepage_banner div.banner_text p
{
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.navigation
{
	background: url('/rotary/images/header/navigation_bg.gif') no-repeat;
	text-align:right;
	height:24px;
	vertical-align: middle;
}

.navigation ul
{
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 15px;
	font-weight: bold;
}

.navigation ul li
{
	font-family: Times, serif; 
	font-stretch: semi-condensed;
	display: inline;
	border-right: 1px solid #000;
	padding-right: 5px;
	padding-left: 5px;
}

.navigation ul li.form
{
	border: none;
}

.navigation ul li.form a
{
	color: #BF2E23;
}

.navigation ul li a
{
	color: #000;
	
}

.navigation ul li a:hover
{
	text-decoration: underline;
}

.navigation ul li a.selected
{
	text-decoration: underline;
}

.form_content
{
	margin: 12px;
	margin-top: 44px;
}

.form_content h1
{
	font-family: Times, serif;
	font-weight: normal;
	font-size: 34px;
	color: #F33C3E;
	margin-bottom: 10px;
}

.form_content h3
{
	font-family: Arial;
	color: #7F0F33;
	font-size: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.form_content div.form_text
{
}

.form_content div.form_text p
{
	font-family: Arial;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.form_content p
{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

table.destination
{
	font-family: Arial;
	margin-top: 5px;
}

table.category
{
	width: 780px;
}

table.flights
{
	margin-top: 5px;
	width: 780px;
	font-family: Arial;
}

table.flights td strong
{
	font-size: 16px;
	color: #7F0F33;
	font-weight: bold;
	padding-bottom: 5px;
}

table.flights td p
{
	font-size: 12px;
}

table.details
{
	width: 770px;
	font-family: Arial;
	font-size: 12px;
}

table.details td.other_details
{
	text-align: right;
}

.footer
{
	background: #F6E3C2;
	height: 50px;
	margin: 10px;
}

.content_body
{
	margin: 10px;
}

table.content_table
{
	width: 780px;
}

table.content_table td
{
	vertical-align: top;
}
/*table.content_table th
{
	width: 476px;
}*/

.content_body p
{
	font-size: 12px;
	font-family: Arial;
	line-height: 20px;
	/*font-weight: bold;*/
}

div.info_box
{
	background: #871534;
	border: 1px solid #000;
	height: auto;
	padding-bottom: 5px;
}

div.info_box ul
{
	list-style-type:disc;
	padding-left:20px;
	padding-right:20px;
}

div.info_box ul li
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #FFF;
	padding-bottom: 5px;
}

div.fares_box
{
	border: 2px solid #881635;
	padding-bottom: 5px;
}

div.fares_box ul
{
	padding-left: 12px;
	padding-right: 12px;
}

div.fares_box ul li
{
	font-family: Arial;
	font-size: 11px;
	/*line-height: 18px;*/
	color: #000;
	padding-bottom: 3px;
}

table.price_box
{
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	border: 1px solid #881635;
	/*margin-bottom: 10px;*/
	width: 350px;
}

table.price_box th
{
	font-size: 13px;
	background: #881635;
	color: #FFF;
	border: 1px solid #881635;
}

table.price_box td
{
	border: 1px solid #881635;
	border-left: none;
	border-top: none;
}

table.price_box tr.prices td
{
	border: none;
	color: #D2232A;
}

table.price_box tr.prices2 td
{
	border: none;
	border-top: 1px solid #881635;
	color: #D2232A;
}

table.vv_info
{
}

table.vv_info td p
{
	font-size: 11px;
	line-height: 15px;
	font-family: Arial;
	margin-bottom: 3px;
}

.special_fares
{
	background: #881635;
	color: #FFF;
	text-align: center;
	width: 123px;
	height: 32px;
	font-family: Arial;
}

div.stateroom_list ul
{
	list-style-type:disc;
	padding-left: 15px;
	padding-right: 15px;
}

div.stateroom_list ul li
{
	font-family: Arial;
	font-size: 12px;
	/*line-height: 18px;*/
	color: #000;
	padding-bottom: 5px;
}

p.view_fares
{
	font-size:14px;
	font-weight:bold;
}


.frm_dropdown
{
	font-weight: bold;
}

.frm_dropdown option
{
	font-weight: normal;
}

.errors
{
	border: 1px solid #DA0000;
	background: #FFDFDF;
	/*color: #DA0000;*/
	margin: 10px;
	padding: 5px;
	width: 600px;
	font-family: Arial;
	font-size: 14px;
}

.form_success
{
	border: 2px solid #FF545C;
	background: #F6E3C2;
	/*color: #DA0000;*/
	margin: 10px;
	padding: 5px;
	width: 600px;
	font-family: Arial;
	font-size: 14px;
}

.top_head
{
	background: url('/rotary/images/headers/top_banner.jpg') no-repeat;
	width: 790px;
	height: 110px;
	/*border-bottom: 1px solid #FFF;*/
	text-align: center;
	color:#0060ac;
	padding:40px 10px 0 0;
	font-weight:bold;
	font-size:1.2em;
}
div#booked
{
	float:right;
	background-color:#d3e9fb;
	padding:15px;
}
div#book_direct
{
	float:right;
	padding:0 50px;
}
.outside_footer
{
	width: auto;
	padding-bottom: 20px;
}
.red
{
	color:#cd071e;
}
.italic
{
	font-style:italic;
}
.footer_links
{
	color:#FFFFFF;
	text-align:left;
	margin-top:5px;
	margin-left:10px;
	font-family:Verdana;
	font-size:11px;
	width: auto;
	float: left;
}

.footer_links a
{
	color: #FFF;
	text-decoration: underline;
}

.phone_number
{
	font-size: 30px;
}

