/*****STRUCTURE*****/
html {
	font: normal 10pt 'Bookman Old Style', 'Times New Roman', serif;
	color: #2A1B1A;
	background: url('/img/bkgd.jpg') repeat top left;
}

body {
	margin: 0 auto;
}

#container {
	width: 801px;
	margin: 0 auto;
	position: relative;
}

#slideframe {
	width: 801px;
	height: 428px;
	position: absolute;
	top: -50px;
	left: 0;
	background-image: url('/img/slideframe.png');
	z-index: 10;
}

#slides {
	width: 668px;
	height: 298px;
	margin: 17px 0 0 12px;
	position: relative;
}

#slides img {
	position: absolute;
	z-index: 0;
}

#mast {
	width: 624px;
	height: 94px;
	margin: 0 auto;
	background-image: url('/img/mast.png');
}

#page {
	width: 700px;
	min-height: 800px;
	margin: 50px auto 0 auto;
	padding-top: 5px;
	background: url('/img/page.png') repeat-y;
}

#content {
	width: 450px;
	margin: 0 auto 0 20px;
	padding-bottom: 50px;
	text-align: justify;
}



/*****NAVIGATION*****/
#nav {
	width: 665px;
	position: absolute;
	left: 65px;
	bottom: 22px;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav a {
	height: 48px;
	margin: 0 4px;
	float: left;
	background-image: url('/img/nav/nav.png');
}

#nav_home {
	width: 63px;
}
#nav_home:hover, #nav_home.selected {
	background-position: 0 -48px;
}

#nav_history {
	width: 81px;
	background-position: -73px 0;
}
#nav_history:hover, #nav_history.selected {
	background-position: -73px -48px;
}

#nav_weddings {
	width: 110px;
	background-position: -164px 0;
}
#nav_weddings:hover, #nav_weddings.selected {
	background-position: -164px -48px;
}

#nav_events {
	width: 72px;
	background-position: -286px 0;
}
#nav_events:hover, #nav_events.selected {
	background-position: -286px -48px;
}

#nav_catering {
	width: 99px;
	background-position: -370px 0;
}
#nav_catering:hover, #nav_catering.selected {
	background-position: -370px -48px;
}

#nav_gallery {
	width: 88px;
	background-position: -476px 0;
}
#nav_gallery:hover, #nav_gallery.selected {
	background-position: -476px -48px;
}

#nav_booking {
	width: 89px;
	background-position: -575px 0;
}
#nav_booking:hover, #nav_booking.selected {
	background-position: -575px -48px;
}


/*****SIDEBAR*****/
#sidebar {
	width: 200px;
	height: 300px;
	margin-top: 40px;
	float: right;
	text-align: center;
	/*border: 1px solid black;*/
}

#sidebar h4 {
	font-size: 10pt;
}

#sidebar h4 span {
	border-bottom: 1px dotted  #2A1B1A;
}

#sidebar p {
	margin-top: 4px;
	text-indent: 0;
}

#sidebar div {
	margin-bottom: 20px;
}

#sidebar #phone {
	height: 52px;
	background: url('/img/phone_bkgd.jpg') no-repeat top center;
}

#sidebar #fax {
	height: 54px;
	padding-top: 5px;
	background: url('/img/fax_bkgd.jpg') no-repeat top center;
}

#sidebar #mail {
	height: 47px;
	background: url('/img/mail_bkgd.jpg') no-repeat top center;
}

#sidebar #addr {
	height: 100px;
	padding-top: 16px;
	background: url('/img/addr_bkgd.jpg') no-repeat top center;
}



/*****COMMON*****/
h4 {
	font-size: 12pt;
	text-transform: uppercase;
}

p {
	margin: 10px 0;
	text-indent: 20px;
}

#page p a, #page li a, #bottom p a {
	padding: 0 1px;
	font-style: italic;
	color: #282D17;
	text-decoration: none;
	background-color: #ffffc7;
}
#page p a:hover, #page li a:hover, #bottom p a:hover {
	color: #57859d;
} 
#page p a.selected {
	text-decoration: underline;
}

#page ul {
	margin-left: 25px;
}

#page li {
	list-style-type: circle;
}

img.profile {
	margin: 15px 0 5px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #ccc;
}

.subsec {
	margin: 10px 0;
}

.note {
	margin-top: 30px;
	padding: 3px 6px;
	text-indent: 0;	
	background-color: #ffffc7;
	border: 1px dashed #ccc;
}

.hidden {
	display: none;
}

.right {
	text-align: right;
}




/*****HOME*****/
#home h3 {
	width: 217px;
	height: 66px;
	background-image: url('/img/headings/bienvenu.jpg');
}

#pronounce {
	margin-top: 30px;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight: bold;	
	text-align: center;
} 



/*****HISTORY*****/
#history h3.waters {
	width: 279px;
	height: 75px;
	background-image: url('/img/headings/waters.jpg');
}

#history h3.restoration {
	width: 201px;
	height: 78px;
	background-image: url('/img/headings/restoration.jpg');
}



/*****WEDDINGS*****/
#weddings h3 {
	width: 164px;
	height: 92px;
	background-image: url('/img/headings/ido.jpg');
}



/*****EVENTS*****/
#events h3 {
	width: 284px;
	height: 74px;
	background-image: url('/img/headings/classy.jpg');
}




/*****CATERING*****/
#catering h3.appetit {
	width: 256px;
	height: 84px;
	background-image: url('/img/headings/appetit.jpg');
}

#catering h3.menu {
	width: 204px;
	height: 87px;
	background-image: url('/img/headings/menu.jpg');
}

#catering li a {
	cursor: help;
}



/*****GALLERY*****/
#gallery {
	min-height: 1000px;
}

#gallery h3 {
	width: 233px;
	height: 73px;
	background-image: url('/img/headings/words.jpg');
}

.photos {
	width: 100%;
	text-align: center;
}

.photos a {
	border: none;
}

.photos a img {
	padding: 4px;
	border: 1px solid #ccc;
}

.photos a:hover img {
	border: 1px solid #999;
}



/*****BOOKING*****/
#booking h3.stips {
	width: 208px;
	height: 56px;
	background-image: url('/img/headings/stipulations.jpg');
}

#booking h3.direcs {
	width: 182px;
	height: 58px;
	background-image: url('/img/headings/directions.jpg');
}

#booking h3.getaway {
	width: 401px;
	height: 53px;
	margin-top: 30px;
	background-image: url('/img/headings/getaway.jpg');
}

#map_canvas {
	margin-top: 20px;
	border: 1px solid #999;
}



/*****BOTTOM****/
#bottom {
	width: 762px;
	height: 155px;
	margin: 0 auto;
	background-image: url('/img/page_bottom.png');
}

#byline {
	padding-top: 40px;
}

#bottom p {
	margin: 0;
	padding-top: 3px;
	font-size: 9pt;
	color: #999;
	text-align: center;
}


/*****RESET*****/
.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}