body {
	margin: 0px;
	background-color: #388492;
	background-image: url(../_images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
a {
	color: #49AFC2;
	text-decoration: none;
}
a:hover {
	color: #24DDE5;
}
table, tr, td {
	vertical-align: top;
}
ul.list {
	margin: 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
ul.list li {
	margin-top: 6px;
	background-image: url(../_images/bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 0px;
	padding-left: 20px;
	list-style-position: inside;
	margin-left: 0px;
}


/* Transparent Ggray Border */
#trans_gray_container {
	width: 912px;
	margin: 20px auto 0px auto;
	background-image: url(../_images/trans_gray.png);
	background-repeat: repeat;
	padding-top: 6px; /* same as left and right margins of #gray_container*/
/* transparent .png fix for IE5+ */
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="shadow_top_left.png", sizingMethod="scale");
}

#gray_container {
	width: 900px;
	background-color: #202020;
	margin: 0px 6px 0px 6px;
}

#photo_header {
	width: 900px;
	height: 180px;
	background-image: url(../_images/header.jpg);
}

/* M A I N   M E N U 
------------------------------------------------ */
#menu {
	height: 50px;
	width: 900px;
} 
#menu_container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	position: relative;
}

#main_menu {
	margin: 0px;
	padding: 0px;
}
#main_menu li {
	display: inline;
	list-style: none;
	width: auto;
}

#menu .button {
	float: left;
}
#menu .button a {
	height: 50px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
}
#menu .button a:hover{
	background-position: bottom left;
}
/* menu individual buttons */
.main { width: 62px !important ; background: url(../_images/menu/main1.jpg) top left no-repeat;}
.main:hover {background: url(../_images/menu/main1.jpg) bottom left no-repeat;}

.about { width: 102px !important ; background: url(../_images/menu/about1.jpg) top left no-repeat;}
.about:hover {background: url(../_images/menu/about1.jpg) bottom left no-repeat;}

.surfing { width: 85px !important ; background: url(../_images/menu/surf1.jpg) top left no-repeat;}
.surfing:hover {background: url(../_images/menu/surf1.jpg) bottom left no-repeat;}

.facility { width: 115px !important ; background: url(../_images/menu/facility1.jpg) top left no-repeat;}
.facility:hover {background: url(../_images/menu/facility1.jpg) bottom left no-repeat;}

.accommodations { width: 178px !important ; background: url(../_images/menu/accomm.jpg) top left no-repeat;}
.accommodations:hover {background: url(../_images/menu/accomm.jpg) bottom left no-repeat;}

.photos { width: 86px !important ; background: url(../_images/menu/photos1.jpg) top left no-repeat;}
.photos:hover {background: url(../_images/menu/photos1.jpg) bottom left no-repeat;}

.nica { width: 111px !important ; background: url(../_images/menu/nica1.jpg) top left no-repeat;}
.nica:hover {background: url(../_images/menu/nica1.jpg) bottom left no-repeat;}

.tours { width: 69px !important ; background: url(../_images/menu/tours1.jpg) top left no-repeat;}
.tours:hover {background: url(../_images/menu/tours1.jpg) bottom left no-repeat;}

.contact { width: 92px !important ; background: url(../_images/menu/contact1.jpg) top left no-repeat;}
.contact:hover {background: url(../_images/menu/contact1.jpg) bottom left no-repeat;}

/* F O O T E R */
#footer {
	color: #fff;
	font-size: 12px;
	background-image: url(../_images/menu_shadow.jpg);
	background-repeat: repeat-x;
	background-color: #302F30;
	padding: 16px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #24DDE5;
}
#footer div {
	margin-top:10px;
}

/* B U T T O N S */
a.boldbuttons {
	background: transparent url('../_images/rollover_buttons_left.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	height: auto;
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	color: #36849A ;
	line-height: 20px;
/* transparent .png fix for IE5+ */
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/rollover_buttons_left.png", sizingMethod="fixed");
}

a:link.boldbuttons, a.boldbuttons {
	color: #36849A ;
}

a.boldbuttons span{
	background: transparent url('../_images/rollover_buttons.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	padding: 2px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
/* transparent .png fix for IE5+ */
	* background-image: none;
	* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/rollover_buttons.png", sizingMethod="fixed");
}

a:hover.boldbuttons{ /* Hover state CSS */
	background-position: bottom left;
	color: #FFFFFF;
}
a:hover.boldbuttons span{ /* Hover state CSS */
	background-position: bottom right;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	position: relative;
}
/* text mod classes
--------------------------------------- */
.bigger {
	font-size: 150%;	
	}
