/* --------------- BASIC STLYES --------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 40px 0;
	text-align: center;
	background: #ABBBC3 url(../images/body-bg.jpg) repeat-x top left;
	font-family: georgia, serif;
	color: #3D1E00;
}

img {
	border: none;
}

a:link, a:visited {
	color: #3D1E00;
}

/* --------------- CONTAINER --------------- */

#container {
	margin: 0 auto;
	width: 740px;
	height: 800px;
	background: #AFBFC8 url(../images/container-bg.jpg) repeat-x top left;
	text-align: center;
}

/* --------------- HEADER --------------- */

#header {
	margin: 0 auto;
	width: 720px;
	height: 152px;
	background: #BFD2DC url(../images/header.jpg) no-repeat top left;
}

#header h1 {
	margin-left: -9999px;
}

/* --------------- NAV --------------- */

#nav {
	margin: 0 auto;
	width: 720px;
	height: 34px;
	background-color: #643200;
	list-style-type: none;
}

#nav li {
	float: left;
	color: #fff;
}

#home, #conferences, #weddings, #rooms, #contact {
	position: relative;
}

#home {
	width: 73px;
	height: 34px;
}

#conferences {
	width: 204px;
	height: 34px;
}

#weddings {
	width: 200px;
	height: 34px;
}

#rooms {
	width: 126px;
	height: 34px;
}

#contact {
	width: 117px;
	height: 34px;
}

#nav span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home span {
	background: url(../images/home.jpg) no-repeat top left;
}

#conferences span {
	background: url(../images/conferences.jpg) no-repeat;
}

#weddings span {
	background: url(../images/weddings.jpg) no-repeat;
}

#rooms span {
	background: url(../images/rooms.jpg) no-repeat;
}

#contact span {
	background: url(../images/contact.jpg) no-repeat;
}

#home .active {
	background: url(../images/home-on.jpg) no-repeat;
}

#conferences .active {
	background: url(../images/conferences-on.jpg) no-repeat;
}

#weddings .active {
	background: url(../images/weddings-on.jpg) no-repeat;
}

#rooms .active {
	background: url(../images/rooms-on.jpg) no-repeat;
}

#contact .active {
	background: url(../images/contact-on.jpg) no-repeat;
}

/* --------------- CALLOUT --------------- */

#callout {
	float: left;
	margin-bottom: 15px;
	text-align: left;
	width: 720px;
	background: url(../images/callout-bg.jpg) repeat-x;
}

#callout img {
	float: left;
	margin-left: 15px;
}

#callout p {
	float: left;
	margin: 5px 0 10px 15px;
	width: 365px;
	font-size: 15px;
	line-height: 13pt;
	color: #000;
}

#callout #intro {
	margin-top: 60px;
}

/* --------------- CONTENT --------------- */

#content {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 720px;
	background-color: #FAF3E6;
}

/* --------------- MAIN CONTENT --------------- */

#main-content {	
	display: inline;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
	width: 380px;
	text-align: left;
	font-size: 13px;
}

#main-content h1 {	
	margin: 40px 0 15px 0;
	font-size: 1.5em;
	font-weight: normal;
}

#main-content h2 {	
	margin: 30px 0 15px 0;
	font-size: 1.1em;
	font-weight: normal;
}

#front #main-content {
	padding-top: 0;
	padding-right: 25px;
	width: 450px;
	border-right: 1px solid #D7D0C1;
}

#main-content p {
	margin-bottom: 20px;
	line-height: 15pt;
}

#main-content ul {
	margin: 0 0 15px 30px;
}

#front #main-content ul {
	margin: 0 0 30px 30px;
}

#main-content li {
	margin-bottom: 10px;
}

#front #meadow {
	position: relative;
	float: left;
	margin: -5px 15px 0 -10px;
}

/* --------------- SECONDARY CONTENT --------------- */

#secondary-content {
	display: inline;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
	width: 270px;
	text-align: left;
}

#front #secondary-content {
	margin-left: 20px;
	padding-top: 0;
	width: 170px;
}

#secondary-content h2 {
	margin-bottom: 15px;
	font-size: .95em;
	font-weight: normal;
}

#front #secondary-content ul {
	margin-bottom: 40px;
	list-style-type: none;
}

#front #secondary-content li {
	margin-bottom: 8px;
	font-size: .8em;
}

#secondary-content p {
	font-size: .8em;
	margin-bottom: 30px;
	margin-left: 10px;
}

#front #secondary-content p {
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 16pt;
}

/* --------------- CONTACT PAGE --------------- */

#contact-us #main-content {
	width: 600px;
}

#contact-us #main-content .contact-col {
	float: left;
	width: 280px;
}

#contact-us .contact-col h1 {
	margin-top: 0;
}

/* --------------- FOOTER --------------- */

#footer {
	margin: 0px auto;
	margin-bottom: 40px;
	padding: 10px 0 0 0;
	width: 720px;
	text-align: left;
	border-top: 10px solid #3D1E00
}

#footer p {
	margin-left: 10px;
	font-size: .85em;
	color: #666;
}

#footer #attrib {
	margin-left: 15px;
}

/* --------------- MISC --------------- */

#main-content h1.first {
	margin-top: 0;
}

.clear {
	clear: both;
}.clear {
	clear: both;
}