body {
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #BBBBBB;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	margin: 0px;
	padding-bottom: 10px;
	color: #5F5F5F;
	line-height: 140%;
}

#container {
	width: 779px;
	margin: 0px auto;
}

#header {

}

.right-navigation {	
	margin: 0;
	padding: 0;
	border: 1px solid #3676B3
}

h2.packages-header {
	margin: 0;
	padding: 3px;
	background-color: #3676B3;
	color: #FFF;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#navigation {
	height: 20px;
	width: 779px;
	background-image: url(../images/nav_bar.jpg);
	padding-top: 7px;
	position:relative;
	right: 4px;
}

#right_nav {
	float: right;
	width:165px;
	padding-left: 25px;
	padding-bottom: 20px;
}

#content_top {
	height: 14px;
	background-image: url(../images/content_bg_top.gif);
	position: relative;
	left: 3px;
}

#content {
	background-image: url(../images/content_bg_mid.gif);
	min-height: 360px;
	position: relative;
	left: 3px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#content_bot {
	font-weight: bold;
	padding-left: 40px;
	padding-top: 27px;
	height: 40px;
	background-image: url(../images/stones.jpg);
	text-indent: -5000px;
	position: relative;
	left: -1px;
	margin-bottom: 10px;
}

#footer_nav {
	width: 780px;
	text-align: center;
	padding:10px;
	padding-top: 5px;
	position: relative;
	right: 4px;
}

#footer {
	margin:0px auto;
	height: 225px;
	text-align: center;
	padding:10px;
	padding-top: 0px;
	position: relative;
	right: 4px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

#left_column {
	
}

.nav_item {
	display: inline;
	padding-left: 23px;
}

.cell_blue {
	background-color: #3676b3;
	padding: 3px;
	padding-left: 10px;
	border-bottom: 0.5px solid #CCCCCC;
	color: white;
}

.cell_white {
	background-color: white;
	padding: 3px;
	padding-left: 10px;
	border-bottom: 0.5px solid #CCCCCC;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #5F5F5F;
	margin-bottom: 2px;
}

h4 {
	
}

a, a:visited, a:hover {
	text-decoration: none;
}

a, a:visited {
	color: #666666;
}

a:hover {
	color: black;
}

a.white {
	color: #FFFFFF;	
}

a.white:visited {
	color: #FFFFFF;
}

a.white:hover {
	color: #999999;
}


.darkGrey {
	color: #666666;
}

a.darkGrey {
	color: #666666;
}

a.darkGrey:visited {
	color: #666666;
}

a.darkGrey:hover {
	color: #0000FF;
}




a.grey {
	color: #666666;	
}

a.grey:visited {
	color: #666666;
}

a.grey:hover {
	color: #0066FF;
}

a.blue_grey {
	color: #2969A7;	

}

a.blue_grey:visited {
	color: #2969A7;
}

a.blue_grey:hover {
	color: #0033FF;
}

a img {
	border: none;

}

img.border {
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}

.title {
	font-size: 150%;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

.small {
	font-size: 80%;
	color: #666666;

}

.book_today {
	background-image: url(../images/button_book.jpg);
	width: 324px;
	height: 90px;

}

.rule {
	height: 1px;
	width:90%;
	border-bottom: 1px dotted #999999;
	margin: 15px 15px;
}

#contactUs_button a {
	height: 30px;
	width:149px;
	padding:0; margin:0;
	cursor: pointer;
	display: block;
	background-image: url(../images/contact_btn.gif);
	background-repeat: no-repeat;
}

#contactUs_button a:hover {
	background-position: 0 -30px;
}

