body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Verdana;
	font-size:11px;
	background-color:#F8F4E8;
	/*background-color:#FFFFFF;*/
}

p {
	margin:0px; /* This is to prevent text from having white space above */
	font-family:Verdana;
	font-size:11px;
}

/* START OF HEADING NAVIGATION LINK STYLES */

.arrow_btn_homepage {
	padding-top:8px;
	padding-left:20px;
	padding-bottom:6px;
}

.option_heading a {
	font-weight:bold;
	color:#083C89;
}

.option_heading a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#083C89;
}

.option_details {
	padding-left:5px;
	padding-top:8px;
}


.divider {
	float:left;
	background:url(/images/heading_navigation/divider.gif) no-repeat left top;
	display:block;
	height:22px;
	width:2px;
}

A.home_link:link, A.home_link:active, A.home_link:visited {
	float:left;
	background:url(/images/heading_navigation/home_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:78px;
}

A.home_link:hover { 
	background-image:url(/images/heading_navigation/home_hover.gif);
	height:22px;
	width:78px;
}

A.about_orion_link:link, A.about_orion_link:active, A.about_orion_link:visited {
	float:left;
	background:url(/images/heading_navigation/about_orion_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:72px;
}

A.about_orion_link:hover { 
	background-image:url(/images/heading_navigation/about_orion_hover.gif);
	height:22px;
	width:72px;
}

A.expeditions_link:link, A.expeditions_link:active, A.expeditions_link:visited {
	float:left;
	background:url(/images/heading_navigation/expeditions_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:84px;
}

A.expeditions_link:hover { 
	background-image:url(/images/heading_navigation/expeditions_hover.gif);
	height:22px;
	width:84px;
}

A.calendar_link:link, A.calendar_link:active, A.calendar_link:visited {
	float:left;
	background:url(/images/heading_navigation/calendar_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:78px;
}

A.calendar_link:hover { 
	background-image:url(/images/heading_navigation/calendar_hover.gif);
	height:22px;
	width:78px;
}

A.ship_link:link, A.ship_link:active, A.ship_link:visited {
	float:left;
	background:url(/images/heading_navigation/ship_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:39px;
}

A.ship_link:hover { 
	background-image:url(/images/heading_navigation/ship_hover.gif);
	height:22px;
	width:39px;
}

A.brochure_link:link, A.brochure_link:active, A.brochure_link:visited {
	float:left;
	background:url(/images/heading_navigation/brochure_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:78px;
}

A.brochure_link:hover { 
	background-image:url(/images/heading_navigation/brochure_hover.gif);
	height:22px;
	width:78px;
}

A.events_link:link, A.events_link:active, A.events_link:visited {
	float:left;
	background:url(/images/heading_navigation/events_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:63px;
}

A.events_link:hover { 
	background-image:url(/images/heading_navigation/events_hover.gif);
	height:22px;
	width:63px;
}

A.bookings_and_rewards_link:link, A.bookings_and_rewards_link:active, A.bookings_and_rewards_link:visited {
	float:left;
	background:url(/images/heading_navigation/bookings_and_rewards_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:146px;
}

A.bookings_and_rewards_link:hover { 
	background-image:url(/images/heading_navigation/bookings_and_rewards_hover.gif);
	height:22px;
	width:146px;
}

A.charters_link:link, A.charters_link:active, A.charters_link:visited {
	float:left;
	background:url(/images/heading_navigation/charters_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:77px;
}

A.charters_link:hover { 
	background-image:url(/images/heading_navigation/charters_hover.gif);
	height:22px;
	width:77px;
}

A.faq_link:link, A.faq_link:active, A.faq_link:visited {
	float:left;
	background:url(/images/heading_navigation/faq_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:39px;
}

A.faq_link:hover { 
	background-image:url(/images/heading_navigation/faq_hover.gif);
	height:22px;
	width:39px;
}

A.pathways_link:link, A.pathways_link:active, A.pathways_link:visited {
	float:left;
	background:url(/images/heading_navigation/pathways_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:135px;
}

A.pathways_link:hover { 
	background-image:url(/images/heading_navigation/pathways_hover.gif);
	height:22px;
	width:135px;
}

div#flash_map_holder {
	width:302px;
}

div#come_aboard_bg {
	float:left; /* this is required to get the positioning right */
	background:url(/images/home_page/2011Calendar.gif) no-repeat;
	height:203px; 
	width:317px;
}

div#come_aboard_text {
	margin:122px 18px 10px 11px; /* padding instead of margin because its not in a float */
}

/* GLOBAL LAYOUT STYLES */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background:url(../images/body_background.gif) top repeat-y;
	height:auto !important; /* real browsers */
}

div#header {
	margin:0 auto;
	background:url(../images/header_background.gif) no-repeat; /* background-image dimensions need to be specified to display the image */
	height:129px; /* height of the background image */
}

div#navigation_box {
	float:left;
	width:916px; /* width of background from navigation_bg */
	margin:75px 0px 0px 44px; /* placement of the navigation links */
	background-color:#F2F7FD;
	height:22px;
}

* html div#navigation_box {
	margin:75px 0px 0px 22px; /* placement of the navigation links for IE 6 */
}

div#footer {
	margin: auto;
	background-image:url(../images/footer_background.gif); /* background-image dimensions need to be specified to display the image */
	background-repeat:no-repeat;
	width:1000px; /* width of the background image */
	height:29px; /* height of the background image */
	font-family:Verdana;
	font-size:11px;
	color:#6A8AB8;
}

div#footer_links {
	padding-top:20px;
	padding-bottom:10px;
	text-align:center;
}

div#footer_links a:link, #footer_links a:visited, #footer_links a:active {
	color:#6A8AB8;
	text-decoration:none;
	font-weight:normal;
}

div#footer_links a:hover {
	color:#6A8AB8;
	text-decoration:underline;
	font-weight:normal;
}

div.clear_float {
	clear:both; /* clears any styles that uses a float */
}

/* STYLES FOR INDEX PAGE */

div#middle_content_holder {
	margin-top:-15px; /* places the middle content up near the header background shadow */
	padding:0em 2.6em 1em 3.3em; /* spacing between the middle content*/
}

* html div#middle_content_holder {
	padding-bottom:0px; /* prevents IE 6 and 7 from adding more padding then it should */
}

div#middle_column_left {
	float: left;
	width: 615px; /* Width of images */
}

div#middle_column_right {
	float:right;
	width:306px; /* Width of images */
}

div#main_banner {
	width:615px;
}

div#main_banner_new {
	width:615px;
	padding-left:4px;
}


div#map_box {
	float:left; /* have it float left of the middle content area */
}

div#ship_box {
	float:left; /* have it float left of the middle content area */
	background:url(../images/orion_ship.jpg) no-repeat;
	height:250px; /* height of the background image */
	width:302px;

}

div#middle_content_bg {
	float:right;
	background:url(../images/middle_content_bg.gif) no-repeat; /* background-image dimensions need to be specified to display the image */
	height:212px; /* height of the background image */
	width:307px;
}

div#middle_content_bg_new {
	float:right;
	background:url(../images/middle_content_bg.gif) no-repeat;
	height:250px; /* height of the background image */
	width:313px;
}

div#middle_content_text {
	margin:15px 20px 10px 0px; /* Middle Content text positioning. This sits inside the middle_content_bg so it doesn't move the background out of place */
}

div#middle_content_text_new {
    padding-left:25px;
	padding-top:10px;
	margin:15px 20px 10px 0px; /* Middle Content text positioning. This sits inside the middle_content_bg so it doesn't move the background out of place */
}

* html div#middle_content_bg, * html div#map_box {
	margin-top:-2px; /* Hack for IE 6 to remove white space that was below the main_banner for the middle_content_bg and map_box. */
}

/* START OF BOTTOM ROW STYLES */

div#bottom_row {
	padding:0.3em 2.9em 0em 3.3em; /* spacing to middle content into the background image */
}

* html div#bottom_row {
	padding-top:0.7em;
}

div#orion_logo_footer {
	text-align:right;
	padding:0em 4.5em 0em 0em;
}

div#papua_new_guinea_background {
	float:left;
	background:url(../images/home_page/papua_new_guinea.gif);
	width:154px;
	height:197px;
}

div#papua_new_guinea_text {
	margin:10px 12px 5px 12px;
}

div#melanesia_background {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/melanesia.gif);
	width:154px;
	height:197px;
}

div#melanesia_text {
	margin:10px 12px 5px 12px;
}

div#australian_islands_background {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/australian_islands.gif);
	width:154px;
	height:197px;
}

div#australian_islands_text {
	margin:10px 12px 5px 12px;
}


div#asia_background {
	float:left;
	background:url(../images/home_page/asia.gif) no-repeat;
	width:154px;
	height:197px;
}

div#asia_text {
	margin:10px 12px 5px 12px;
}


div#new_zealand_background {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/new_zealand.gif);
	width:154px;
	height:197px;
}

div#new_zealand_text {
	margin:10px 12px 5px 12px; 
}

div#antarctica_background {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/antarctica.gif);
	width:154px;
	height:197px;
}

div#antarctica_text {
	margin:10px 12px 5px 12px;
}








/* NEW FOOTER STYLES FOR UPGADED HOMEPAGE 23 JULY 2008 */





div#kimberly_background {
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}


div#papua_new_guinea_background_new {
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#papua_new_guinea_text {
	margin:10px 12px 5px 12px;
}

div#melanesia_background_new {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#melanesia_text {
	margin:10px 12px 5px 12px;
}

div#australian_islands_background_new {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#australian_islands_text {
	margin:10px 12px 5px 12px;
}


div#asia_background_new {
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#asia_text {
	margin:10px 12px 5px 12px;
}


div#new_zealand_background_new {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#new_zealand_text {
	margin:10px 12px 5px 12px; 
}

div#antarctica_background_new {
	margin-left:1px;
	float:left;
	background:url(../images/home_page/footer_tabs_new.gif);
	width:132px;
	height:169px;
}

div#antarctica_text {
	margin:10px 12px 5px 12px;
}









a.learn_more_link:link, a.learn_more_link:visited, a.learn_more_link:active {
	color:#6A8AB8;
	font-weight:bold;
	text-decoration:none;
}

a.learn_more_link:hover {
	color:#6A8AB8;
	font-weight:bold;
	text-decoration:underline;
}