*{
	margin:0;
	padding:0;
	
}
body {
  font-family: "Trebuchet MS", Arial,sans-serif;
  font-size:12px;
  background-color:#E0E0C2;
}
h1{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#003300;
	font-weight:500;
	margin:0px 0 15px 95px;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color:#003366;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 65px;
	font-weight: 500;
}
h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color:#996600;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 65px;
	font-weight: 500;
}
h4 {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color:#660000;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 65px;
	font-weight: bold;
}
h5 {
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	color:#003300;
	margin-top: 12px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 65px;
	font-weight: normal;
}

ny{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#003300;
	font-weight:500;
	margin:0px 0 15px 95px;
}
/************************************
***  Layout Divs   ***
*************************************/

#container{
	position:relative;
	width: 825px;
	margin: 0 auto;
	background-color:#E0E0C2;
}
#header{
	position:relative;
	width:100%;
	height:100px;
	background-image:url(../Images/slice_top_bar_dk2.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
}
#navcontainer{
	position:relative;
	height:24px;
	width:100%;
	z-index:100;
	vertical-align: top;
	margin: 0px;
	background-image: url(../Images/nav/nav_bkground2.jpg);
	background-repeat:repeat-y;
}
#homemid{
	position:relative;
	width:100%;
	height:403px;
	background-position: 0px 0px;
	overflow:hidden;
	background-image: url(../Images/slice_pics_dk2.jpg);
	clear:left;
	z-index:0;
	margin: 0px;
}

	
#content{
	position:relative;
	width:100%;
	background-image:url(../Images/slice_bkground_image2_dk.jpg);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	text-align: left;
	vertical-align: top;
	height: auto;
	

}

#contentinterior{
	position:relative;
	width:100%;
	background-image:url(../Images/slice_bkground_interior2.jpg);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	text-align: left;
	vertical-align: top;
	height: auto;
		clear:left;
	z-index:0;


}
#footer{
	position:relative;
	width:100%;
	height:35px;
	vertical-align: top;
	background-image:url(../Images/slice_bottom_bar_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#footerinterior{
	position:relative;
	width:100%;
	height:35px;
	vertical-align: top;
	background-image:url(../Images/slice_bottom_bar_dk.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#picinterior{
	position:relative;
	width:100%;
	background-image:url(../Images/slice_bkground_interior2.jpg);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	vertical-align: top;
	text-align: center;
	height: 245px;
	z-index:0;
	}
/************************************
***  Menu List Formatting   ***
*************************************/
#nav, #nav ul {

	list-style: none;

	}

#nav a:link,a:visited, a:active{
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight:500;
	color: #000000;
	

	}
#nav a:hover {
	color: #999;
	

	}

#nav li {
	float: left;
	
	

	}
#nav li#home{width: 112px;
height:21px;
background-image:url(../Images/nav/home_over2.jpg);
display:block;


	}
#nav li#res{width: 102px;
height:21px;
background-image:url(../Images/nav/res_over.jpg);
display:block;


	}
#nav li#romantic{width: 132px;
height:21px;
background-image:url(../Images/nav/romantic_over.jpg);
display:block;


	}
#nav li#family{width: 104px;
height:21px;
background-image:url(../Images/nav/family_over.jpg);
display:block;


	
	}
#nav li#specials{width: 67px;
height:21px;
background-image:url(../Images/nav/specials_over.jpg);
display:block;


	}
#nav li#thingstodo{width: 103px;
height:21px;
background-image:url(../Images/nav/things_over.jpg);
display:block;


	}
#nav li#policies{width: 72px;
height:21px;
background-image:url(../Images/nav/policies_over.jpg);
display:block;


	}
#nav li#about{width: 133px;
height:21px;
background-image:url(../Images/nav/about_over.jpg);
display:block;


	}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	
	

	}
#nav li ul #drop1{
	width: 15em;
	display:block;
	
	

	}
#nav li ul #drop2{
	width: 15em;
	display:block;
	
	

	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 22px;
	display:block;
	background-color:#D6E6C1;
	

	}
/************************************
***  top nav rollover (displaying bkground image) ONLY for menu items that drop down   ***
*************************************/
#nav li:hover img, #nav li.sfhover img {
display:none;


	}

/************************************
***  Top Nav formatting because they are not to rollover unless there is a dropdown   ***
*************************************/
#nav li#about:hover img, #nav li#about.sfhover img {
	display: block;
	

	}
#nav li#policies:hover img, #nav li#policies.sfhover img {
	display: block;
	

	}
#nav li#home:hover img, #nav li#home.sfhover img {
	display: block;
	

	}
#nav li#res:hover img, #nav li#res.sfhover img {
	display: block;
	

	}
#nav li#specials:hover img, #nav li#specials.sfhover img {
	display: block;


		
	}



/************************************
*** Link Formatting   ***
*************************************/



a.bottom:link,a.bottom:visited, a.bottom:active{
	color: #73705B;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	text-decoration: underline;
	text-align: center;
	
}
a.bottom:hover {
	color: #006600;
}

a.main:link,a.main:visited, a.main:active{
	color: #003300;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	text-align:left;
	text-decoration: underline;
	
}
a.main:hover {
	color:#660000;
}


a.main2:link,a.main2:visited, a.main2:active{
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	text-align:left;
	font-weight: bold;
	text-decoration: underline;
	
}
a.main2:hover {
	color: #339999;
}
a.main1:link,a.main1:visited, a.main1:active{
	color: #3c843c;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin: 0px;
	text-align:left;
		text-decoration: none;
}
/************************************
***  Text Elements   ***
*************************************/

.bodytext{
	margin: 0px 45px 0;
	color:#000000;
	line-height:24px;
	font-size: 12px;
	 font-weight:500;
}
.bodyul {
	margin-left: 75px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight:500;
}

.bodytextul{
	margin: 0px 65px 0;
	color:#000000;
	line-height:24px;
	font-size: 12px;
	font-weight:500;
}
.bottomtext {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	color:#73705B;
	line-height:16px;
	font-size: 11px;
	text-align: center;
	
}



/************************************
***  Pictures   ***
*************************************/
.logo{
	float:left;
	margin:1px 0 0 5px;
}
.right-photo{
	float:right;
	z-index:2;
	margin: 5px;
	border: 1px solid #000000;
}



.left-photo {
	float:left;
	z-index:2;
	margin: 5px;
	border: 1px solid #000000;
}
img {
	border: 0px none;
	margin: 0px;
}

.ratestable {
	border: 2px solid #174412;
	padding: 0px;
}

#sky {
	position:relative;
	width:100%;
	height:161px;
	background-image:url(../Images/slice_sky_home.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
}
