@charset "UTF-8";
@import url("styles2.css");

/* CLEAR DEF */
* {
   margin: 0;
   padding: 0;
   border: 0;
   text-decoration: none;
}

/* CSS Document */
/* HTML TAGS */
body
{
	font-size: 12px;
	background: #ffffff;
	font-family: Garamond, "Times New Roman", Georgia, serif;
   	font-style: normal;
}

h1
{
	float: left;
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 2em;
	text-align: left;
	width: 780px;
	color: #9a8479;
	padding: 10px 0 5px 0;
	font-weight: normal;
}

h2
{
	float: left;
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 24px;
	text-align: left;
	width: 780px;
	color: #9a8479;
	padding: 20px 0 10px 0;
	font-weight: normal;
	border-bottom: 1px solid #dae9e6;
	margin-bottom: 5px;
}

h3
{
	float: left;
	font-family: Garamond, "Times New Roman", Georgia, serif;
	font-size: 1.4em;
	color: #595360;
	padding: 10px 0 10px 0;
	font-weight: normal;
}

p ul
{
	float: left;
}
/* CUSTOM CLASSES & IDs */
.pageContainer
{
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	min-height: 600px;
	padding: 15px 0 15px 0;
}

#SiteHeader
{
	float: left;
	width: 780px;
	background:url(../images/Aquamare_logo_small.jpg) no-repeat center 5px;
}
.menuOutline {
	margin-top: 125px;
	width: 779px;
	float: left;
	border-right: 1px solid #d7dfdf;
	overflow:hidden;
}

#MainMenu
{
	float: left;
	width: 908px;
	height: 28px;	
	border-left: 1px solid #d7dfdf;
	border-right: 1px solid #d7dfdf;
	background: url('../images/mainmenu_bg.jpg') center repeat-x;
	list-style: none;
}
#MainMenu li {
	float: left;
	width: auto;
	text-align: center;
}
#MainMenu li a {
	float:left;
	height: 28px;
	width: auto;
	line-height: 28px;
	font-size: 1.3em;
	color: #30787b;
	padding: 0 15px 0 16px;
}
#MainMenu li a:hover, #MainMenu .active
{
	color: #ffffff;
	background: url('../images/mainmenu_hilite_bg.jpg') center repeat-x;
}
#MainMenu #LastItem
{
}

/*PAGE CONTENT*/
.Content, .HomeContent
{
	width: 425px;
	float: left;
	font-family: Tahoma, Trebuchet, Arial, sans-serif;
	padding: 5px 0 0 0;
	text-align: justify;
	color: #000000;
}

.HomeContent
{
	width: 780px;
	float: left;
	font-family: Tahoma, Trebuchet, Arial, sans-serif;
	padding: 5px 0 15px 0;
	text-align: justify;
	color: #716558;
	font-size: 13px;
	line-height: 20px;

}

.LargeImage, .HomeImage, .banner
{
	margin-top: 5px;
	float:left;
	width: 780px;
	background: #acacac;
}

.HomeImage
{
	height: 350px;
}

#FormContainer
{
	float: left;
	border:3px solid #dae9e6;
	margin-top: 15px;
	width: 754px;
	background: #FFF9EF;
	padding: 10px;
}

#ColumnOne
{
	float: left;
	width:200px;
}


/*#ReservationForm #FormData td
{
	font-family: sans-serif;
	font-size: 1em;
}

#ReservationForm #FormData .FormTitle
{
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	padding: 15px 0 15px 0;
	font-family: Garamond, "Times New Roman", Georgia, serif;
}

#ReservationForm .FormSection
{
	float: left;
	width: 240px;
}

.FormSectionTitle
{
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	color: #595360;
}*/

#GalleryTable
{
	float: left;
	width: 780px;
	margin-top: 5px;
	border: 2px solid #dde8e6;
}

#ViewerHolder
{
	background:url("images/ajax-loader.gif") center center no-repeat;
}

#GalleryTable td
{
	border: 2px solid #dde8e6;
	background: #dde8e6;
}

.ThumbHolder:hover
{
	border: 2px solid #ffffff;
}

.Clickable:hover
{
	cursor: pointer;
}