body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
	text-align: center;
	color: #FFFFFF;
	background-color: #004890;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #E6E6E6;
}
			
a img, :link img, :visited img {
    border: none
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	text-decoration: underline;
	color: #91BFF0;
}
a:hover {
	text-decoration: underline;
	color: #F9A119;
}
a:active {
	text-decoration: underline;
	color: #009ACA;
}

h1 span, h2 span, h3 span {
    display: none;
}
li {
    list-style: none;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */

#top, #main, #content, #bottom, #extra, #footer {
	width: 925px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top-wrapper {
	background: url(../Images/top.jpg) 0 0 repeat-x;
	height: 136px;
	overflow: hidden;
}
#top {
	background: url(../Images/top-wave.jpg) 0 0 no-repeat;
}

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */

#main-wrapper {
	padding-bottom: 25px;
	background-image: url(../Images/main2.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#main {
	background-image: url(../Images/main-glow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

	/* MENU ------------------------------ */
	
	/* SPRITE NAVIGATION */ 
	#menu {
	background: url(../Images/menu.jpg) 0 0 no-repeat;
	width: 560px;		/* Width of entire image */
	height: 41px;		/* Height of buttons */
	}
	#menu span {
		display: none;
	}
	#menu li, #menu a {
		height: 41px;		/* Each button must have the same height, define it here */ display: block;
	}
	#menu li {
		float: left;
		list-style: none;
		display: inline;		/* fixes IE/Win double margin float bug (safe) */
	}
	
	/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
	/* width - width of each button, they will each most likely be unique */ 
	#menu-home			{ width: 67px; }
	#menu-about			{ width: 66px; }
	#menu-gallery		{ width: 95px; }
	#menu-whattodo		{ width: 98px; }
	#menu-availability	{ width: 116px; }
	#menu-comments		{ width: 117px; }
	
	/* Changed values should match sum of "width" numbers specified above */ 
	#menu-home a:hover, #home #menu-home a:visited 							{ background: transparent url(../Images/menu.jpg) 0px -41px no-repeat; }
	#menu-about a:hover, #about #menu-about a:visited  						{ background: transparent url(../Images/menu.jpg) -67px -41px no-repeat; }
	#menu-gallery a:hover, #gallery #menu-gallery a:visited 				{ background: transparent url(../Images/menu.jpg) -133px -41px no-repeat; }
	#menu-whattodo a:hover, #whattodo #menu-whattodo a:visited 				{ background: transparent url(../Images/menu.jpg) -228px -41px no-repeat; }
	#menu-availability a:hover, #availability #menu-availability a:visited 	{ background: transparent url(../Images/menu.jpg) -326px -41px no-repeat; }
	#menu-comments a:hover, #comments #menu-comments a:visited 				{ background: transparent url(../Images/menu.jpg) -442px -41px no-repeat; }


/* ----------------------------------- */
/* INTRO
/* ----------------------------------- */

	#intro {
	width: 560px;
	float: left;
	}
	
		#intro p {
			font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
			font-size: 14px;
			line-height: 18px;
			margin-bottom: 10px;
		}
		#intro h2 {
			font-size: 24px;
			color: #FFF;
			margin-top: 28px;
			font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
		}
		
		.underline {
			background: url(../Images/underline.gif) 0 0 repeat;
		}
		.underline h2 {
			font-size: 13px;
			line-height: 24px;
			color: #FFF;
			margin-bottom: 0px;
			background-color: #004890;
		}
		.underline p, .underline ul {
			margin-bottom: 24px;
		}
		.underline p, .underline li {
			line-height: 24px;
		}
		.underline li {
			background: url(../Images/side-li.gif) 0 7px no-repeat;
			padding-left: 15px;
		}
	
	#side {
	width: 365px;
	float: right;
	}
	#side-content {
	width: 365px;
	float: right;
	}

	#side-content p {
	padding-left: 15px;

	}
	
/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */

#content-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

#content {
	width: 925px;
	margin: 0 auto;
	text-align: left;
}

	#content h2 {
	font-size: 24px;
	margin-top: 28px;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #FFFFFF;
	}

	#content dt {
		font-weight: bold;
	}
	#content dd {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ABA995;
	}
	#content ul {
		margin-bottom: 15px;
	}
	.content-list li {
		padding-left: 20px;
		background: url(../Images/content-li.gif) 0 5px no-repeat;
		line-height: 24px;
		border-bottom: 1px solid #949176;
	}
	#content .plan li, #content .thumbnail-list {
		padding: 0;
		background: none;
		border: 0px;
		line-height: 16px;
	}
	.comment-list li {
		padding-left: 20px;
		line-height: 24px;
		border-bottom: 1px solid #949176;
	}
	
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */

#footer-wrapper {
	padding: 15px 0 15px 0;
	background-color: #004890;
	background-image: url(../Images/main2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
}
#footer-menu {
	width: 500px;
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
}
.comment_author {
	font-style: italic;
	font-weight: bolder;
	color: #91BFF0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F9A119;
}
.comment {
	padding-top: 6px;
}

.floatleft {
	float: left;
	border: solid 1px silver;
	padding: 5px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 20px;
}

.floatleftnb {
	float: left;
	padding-right: 8px;
	padding-bottom: 6px;
}
.table_text {
	font-weight: bolder;
	color: #000000;
}

.style1 {
	color: #000000;
	font-weight: bold;
}

.style2 {
	font-weight: bold;
}

.style3 {
	line-height: 28px;
}

.boldcolored {
	color: #F6A21B;
	font-weight: bolder;
	font-size: 16px;
}
