@charset "utf8";
@import 'content.css';
@import 'text.css';
@import 'vnav.css';
@import 'fnav.css';
/*
@import 'nav_en.css';
*/
.clear
{
	clear : both;
}
div.clear {
position : relative;
height : 1px;
clear : both;
overflow : hidden;
}

html, body {
	/* Required */
	height : 100%;
	margin : 0;
	padding : 0;
	text-align : center;
}

body
{
	color : #333;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	background-image : url(../images/site/page_bg.jpg);
	background-repeat : repeat-x;
}

div#page
{
	position : relative;
	width : 100%;
	height : auto !important;/* For Modern Browsers */
	height : 100%;/* For IE */
	min-height : 100%;/* For Modern Browsers */
	margin : 0 auto;
	text-align : center;
	font-size : 12px;
	z-index : 10;
/*	background-image : url(../images/site/page_bg.jpg);
	background-repeat : repeat-x;*/
}

div#content_wrapper
{
	position : relative;
	width : 758px;
	padding-bottom : 70px;
	padding-top : 120px;
	text-align : left;
	margin : 0 auto;
	z-index : 10;
}

div#content_wrapper:after {
	clear : both;
	content : ".";
	display : block;
	font : 1px/0px serif;
	height : 0;
	visibility : hidden;
}


div#footer
{
	position : relative;
	width : 100%;
	height : 60px;
	margin-top : -60px;
	font-size : 11px;
	color : #FFF;
	text-align : center;
	background-image : url(../images/site/footer_bg.gif);
	background-repeat : repeat-x;
	z-index : 10;
}
div#footer_middle
{
	position : relative;
	width : 758px;
	margin : 0 auto;
	z-index : 20;
}
div#footer_middle a#signature
{
	color : #69BEDC;
	text-decoration : none;
}
div#footer_middle a#signature:hover
{
	color : #FFF;
}
div#footer_left
{
	position : absolute;
	top : 10px;
	left : 3px;
	width : 160px;
	text-align : center;
}
div#footer_right
{
	position : absolute;
	top : 10px;
	right : 3px;
	width : 570px;
	text-align : center;
}
div#header
{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 120px;
	text-align : center;
	z-index : 20;
}
div#header_middle
{
	position : relative;
	width : 758px;
	height : 120px;
	margin : 0 auto;
	background-image : url(../images/site/header.jpg);
	background-repeat : no-repeat;
	z-index : 50;
}
div#header_left
{
	position : absolute;
	left : 0;
	top : 0;
	height : 120px;
	width : 50%;
	z-index : 20;
}
div#header_right
{
	position : absolute;
	right : 0;
	top : 0;
	height : 120px;
	width : 50%;
	background-image : url(../images/site/header_bg.jpg);
	background-position : top;
	background-repeat : repeat-x;
	z-index : 20;
}
img#img_header_left
{
	position : absolute;
	top : 0;
	right : 379px;
}
img#img_header_right
{
	position : absolute;
	top : 0;
	left : 378px;
}
img#logo
{
	position : absolute;
	left : 8px;
	top : 8px;
	z-index : 30;
}
img#banner
{
	position : absolute;
	right : 29px;
	top : 5px;
}
div#header a img
{
	border : none;
}

/* ruthsarian column layout stuff */
div#outer_container
{
	margin-left : 170px;
}
div#inner_container
{
	width: 100%;
	z-index: 1;	
}
div#right_column, div#left_column
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	text-align : justify;
	color : #095BA6;
	z-index: 5;
}
div#left_column
{
	float: left;
	margin: 0 1px 0 -165px;
	width: 160px;
	z-index: 4;
	
}


div#outer_container_2
{
	margin-left : 370px;
}
div#inner_container_2
{
	width: 100%;
	z-index: 1;	
}
div#right_column_2, div#left_column_2
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#right_column_2
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	text-align : justify;
	color : #095BA6;
	z-index: 5;
}
div#left_column_2
{
	float: left;
	margin: 0 1px 0 -365px;
	width: 360px;
	z-index: 4;
	
}
div#left_column_2.border_right
{
	border-right : 1px dashed #9AD2E7;
}

a.booking_link {
  padding-left : 24px;
  height : 20px;
  float : left;
  background : url(../images/site/icon_book_sm.gif) no-repeat left;
}

