/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

a img { border:0px; }

body {
	padding:0;
	margin:0;
	background:#e8e9eb;
	color: #2D3286;
	text-align:center;
	font-size:12px;
	font-family: verdana, arial, helvetica, "Times New Roman";
}

#outer{
	min-height:100%;
	width:823px;
	color: #2D3286;
	margin:auto;
	text-align:left;
	position:relative;
}

#main {
	padding-left:6px; 
	padding-right:6px
}

* html #outer{
	height:100%
} 

#header {    
	margin-left:6px;
	margin-right:6px;
}
#header div {
	float:right;
	color:white;
	padding:50px 20px;
	font-family: arial, helvetica, verdana;
	font-size:32px;
	}

h1 {
	font-size:16px;
	color:#00b194;
	}

h2 {
	font-size:16px;
	color:#2D3286;
	}
	
h3 {
	font-size:16px;
	color:#2D3286;
	}
	
/*******************************
***********   Menu    *************
********************************/
#menu  {
	display:block;
}

#menu table {
	color:#2C3488;
	font-weight:bold;
	font-size:13px;
	width:811px;
	margin:10px 0;
	}
	
#menu table tr {padding:0px 0;}	

#menu td {
	border-right:2px solid #00A1DF;
	padding:2px 1px;
	text-align:center;
	}

#menu #menu_td_end{
	border-right:0px solid #00A1DF;
	}

#menu #bottom_border {
	border-bottom:1px white solid;
	margin-bottom:0px;
}	
	
#menu a:link {
	text-decoration:none;
	color:#2D3286;
	}
	
#menu a:visited {
	text-decoration:none;
	color:#00A1DF;
	}
	
#menu a:active {
	}

#menu a:hover {
	text-decoration:underline;
	}
	
#menu .active_menu {
	color:#FFF;
	background-color:#00A1DF;
	
}		



	
/*******************************
**********   content    ************
********************************/
#content {
	background:#FFF;
	padding:10px 10px;
	margin-bottom:10px;
	}
	
.content_image {
	float:right;
	padding:0 0 10px 10px;
	}

.home_page_promo2 {
	color:white;
	padding:4px 5px 5px 5px;	
}

.home_page_promo3 {
	padding:10px 5px;
	background:white;	
}
	
#activity_image_table {	
	float:right;
	width:240px;
	height:568x;
}


#privacy h1 {
	color:#000;
}	

#privacy p {
	color:#000;
}	


/*******************************
***********   footer    ************
********************************/
#footer {
	color:#2C3488;
	font-weight:bold;
	font-size:11px;
	position:absolute;
	bottom:0;
	left:0;
	height:40px;
	width:98%;
	margin-left:1%;
	margin-right:1%;
}

#copyright {
	float:right;
	}

#clearfooter{
	clear:both;
	height:40px;
}/*needed to make room for footer*/

#footer a {
	color:#2C3488;
	text-decoration:none;
	}
#footer a:hover {
	color:#2C3488;
	text-decoration:underline;
	}
	
	
	
#rates_table {
	padding-left:20px;
}


#book_now_td {
	text-align:center;
	width:200px;
	padding-left:50px;
	vertical-align:top;
	background:#fff;
	}
#book_now_td  h2 {
	margin:15px 4px 4px;
	background:#fff;
	font-size:20px;
	}
#book_now_td  h3 {
	margin:0px 0px 4px;
	}
	
	
	
	
#book_now_ul {list-style:none; margin:0; padding:0}

#book_now_ul li{
	width:100%;
	margin:15px 0px;
	padding:0;
}
#book_now_ul li a{
	display:block;
	padding:8px;
	text-decoration:none;
	color:#000;
	border:1px solid #000;
}
/* mac hide - Ie needs this to make whole area active \*/
* html #book_now_ul li a{height:1%}
/* end hide */
#book_now_ul em{
	display:block;
	font-size:120%;
	font-weight:bold;
	font-style:normal;
}
#book_now_ul span,
#book_now_ul strong{
	display:block;
	margin:10px 0;
}
#book_now_ul strong{
	text-decoration:underline;
}
#book_now_ul li a:hover{
	text-decoration:underline;
	border:1px solid #999;
	background-color:#eee;

}
#book_now_ul li a:hover em{}
#book_now_ul li a:hover strong{}



	
#book_small_print h3 {
	padding:0;
	margin:0;
	font-size:11px;
	font-style: italic;
	}
#book_small_print p {
	padding:0;
	margin:0;
	font-size:10px;
	font-style: italic;
	}


