@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

/*Colors 


*/

body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#524a3b;
	background-color:#d0c1a1;
	line-height:18px;
}

td {
	padding: 5px;
}

a {
	color:#5b5447;
	text-decoration:underline;
}

a:hover {
	color:#876f43;
}
	
h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	font-weight:normal;
	line-height:33px;
}
	

h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:15px 0;
	color:#4b5e7f;
	font-weight:normal;
	line-height:24px;
}

h3 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:17px 0 10px 0;
	font-weight:normal;
	text-decoration:underline;
}

#container {
	width:984px;
	margin:10px auto;
}

#whitebg {
	background-color:#FFF;
	padding:8px 8px;
	width:968px;
}

#bluebox {
	background-color:#8ea0be;
	width:968px;
	margin:0 0 8px 0;
}


#logo {
	margin: 10px 0px 10px 12px;
	float: left;
	width: 290px;
}

#calltoaction {
	width: 500px;
	text-align:right;
	float: left;
	margin: 35px 15px 0 150px;
	color:#FFF;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	text-transform:uppercase;
}
	
#navigation {
	margin: 0 0 8px 0;
}

#flash {
	margin: 0 0 8px 0;
}

#ctacontainer{
	width: 234px;
	float: left;
	margin: 0 8px 0 0;
 }

	#ctacontainer :last {
		margin: 0 0 0 0;
 		}
		
		
#blueheadingbox{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	padding: 8px;
	background-color:#8ea0be;
	margin: 0 0 8px 0;
	width:221px;

}

#blueheadingbox a {
	color:#fff;
	text-decoration:none;
}

 #blueheadingbox a:hover {
	color:#fff;
	text-decoration:underline;
}
	


#photoheadingbox{
	width:237px;
}


#bodycontainer {
	width: 968px;
	padding:13px;
}


#footer {
	text-align:center;
	color:#5b5447;
	font-size:11px;
	line-height:18px;
	padding:14px;
	}

	#footer a {
		color:#5b5447;
		text-decoration:underline;
		}
	
	#footer a:hover {
		color:#876f43;
		}
		
.hometext{
	font-size:16px;
	}	
		
/*Start Secondary*/

#leftsidebar{
	float:left;
	padding:8px;
	margin: 0 8px 0 0;
	background-color:#ebe0c6;
	width: 222px;
	
}
	#leftsidebar h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#756953;
	}

	#leftsidebar img{
		float:center;
		padding: 2px 2px;
	}

.boxtext{
	font-size:12px;
}

.box{
	border:solid 1px #d8cbae;
	background-color:#f9f2e2;
	width: 220px;
	margin: 0 0 16px 0;
	padding: 5px;
}

#contentcontainer {
	width:712px;
	float:left;
	background-color:#FFF;
	padding-left:10px;
	min-height:865px;
}


	#topphoto{
	width:710px;
	}

	#contentarea{
	width:710px;
	padding:5px;
	}
	


#contentarea p{
	margin: 0 10px 20px 0;
}

#contentwrap {
	background-color:#ebe0c6;
}

#yourteamcontainer {
	width:208px;
	float: left;
	margin: 0 0 8px 8px;
}

	#yourteambluebox {
		width:196px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#FFF;
		padding: 8px;
		background-color:#8ea0be;
		margin: 0 0 0 8px;
	}
	
	#yourteambluebox a {
	color:#fff;
	text-decoration:none;
	}
	
	 #yourteambluebox a:hover {
		color:#fff;
		text-decoration:underline;
}
	
	
	#yourteamphoto {
		width:208px;
		margin: 0 0 0 8px;
	}

.imgleft{
	padding: 0 8px 5px 0;
	float:left;
}

.imgright{
	padding: 0 8px 5px 8px;
	float:right;
}


/*End Secondary*/


/*contactform*/


/*contactform*/
	
.clear {
	clear:both;
	}
	
/* Start of Nav */


#navigation li {
	float:left;
}

a.home {
	display: block;
	width: 76px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Home.gif);
	}

a.home:hover {
	background-position: 0 -38px;
	}
	
a.accommodations {
	display: block;
	width: 168px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Lodging.gif);
	}

a.accommodations:hover {
	background-position: 0 -38px;
	}
	
a.weddings {
	display: block;
	width: 193px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Weddings.gif);
	}

a.weddings:hover {
	background-position: 0 -38px;
	}
	
a.meetings {
	display: block;
	width: 208px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Meetings.gif);
	}

a.meetings:hover {
	background-position: 0 -38px;
	}
	
a.photos {
	display: block;
	width: 87px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Photos.gif);
	}

a.photos:hover {
	background-position: 0 -38px;
	}


a.directions {
	display: block;
	width: 114px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-Directions.gif);
	}

a.directions:hover {
	background-position: 0 -38px;
	}
	
a.contact {
	display: block;
	width: 122px;
	height: 38px;
	text-decoration: none;
	background: url(/images/Navigation-ContactUs.gif);
	}

a.contact:hover {
	background-position: 0 -38px;
	}
	
.displace {
	position: absolute;
	left: -5000px;
	}

/*End of Nav*/


/* Start of Wedding Nav */


#weddingnavigation {
	float:left;
	background-color:#998e79;
	padding:5px;
	margin: 0 0 8px 0;
	width:960px;
	color:#e3d5b6;
}

#weddingnavigation a{
	color:#f9f2e2;
}

#weddingnavigation a:hover{
	color:#e3d5b6;
}



/*End of Wedding Nav*/

