body, html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; 
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

img {
	border: 0;
}

#content {
	width: 960px;
	margin:  50px 75px;
	padding: 20px 0 0 0;
}

h1, h2, h3, p {
	margin: 0;
}

/* HEADER */
#annex {
	margin: 0 0 20px 0;
}

#nav {
	border-bottom: 2px solid #ccc;
	padding: 0 0 8px 0;
	margin: 0 0 25px 0 ;
}

#nav a {
	font-size: 26px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	margin: 0 10px 0 0;
}

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


/* CONTENT */
h1 {
	font-size: 80px;
	line-height: 75px;
	letter-spacing: -2px;
	color: #fff;
}

/* BLOCKS */ 
.text {
	margin: 0 0 75px 0;
}

/* TEXT */ 

.active {
	color: #fff !important;
}

.med {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.med p {
	margin: 0 0 24px 0;
}


/* LINKS */
h3 {
	font-size: 50px;
	letter-spacing: -2px;
	margin: 0 0 5px 0;
}

#footer {
	border-top: 8px solid #fff;
	padding: 15px 0 0 0;
	margin: 25px 0 0 0;
}

#footer a {
	color: #ccc;
	text-decoration: none;;
}

/* SEE */

#thumbs {
	margin: 0 50px 2 50px;
	height: 20px;
	font-weight: bold;
	
}

#thumbs a {
	text-decoration: none;
	color: #000;
	
	background: #eee;
	padding: 4px 4px 2px 4px;
	margin: 0 4px 0 0;
}

#thumbs a:hover, #thumbs .selected a {
	color: #fff;
	background: #666;
}

#thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs ul li {
	float: left;
	
}

p.click {
	background: #fff;
	padding: 20px 0 10px 50px;
}

#images {
	background: #fff url(img/loading.gif) no-repeat center center;
	padding: 25px 0 40px 0;
}

#slideshow {
	padding: 0 0 0 50px;
	height: 573px;
	width: 910px;
	overflow: hidden;
}

#slideshow:hover {
	cursor: pointer;
}

#caption {
	margin: 0 50px 10px 50px;
	font-style: italic;
	font-size: 11px;
	color: #666;
}

/* FLOORPLAN */

#floorplan {
	display: none;
	background: #fff;
	padding: 50px 0 30px 50px;
}

#floorplan img {
	margin: 0 0 35px 0;
}

#floorplan a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted;
}


/* FORM */

.highlight {
	color: #ff0000 !important;
}

#show-form, #show-floorplan {
	width: 745px;
	border-bottom: 1px solid #fff;
}

#show-form:hover, #show-floorplan:hover {
	cursor: pointer;
}

#contact-form {
	display: none;
}

#output {
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

#submit {
	float: right;
	padding: 5px 0 3px 5px;
	background: #fff;
	margin: 0 5px 0 0;
}

#submit input {
	color: #666 !important;
	border: none !important;
	font-weight: bold !important;
}

#submit input:hover {
	cursor: pointer;
	color: #000 !important;
}

#wait {
	display: none;

	position: relative;
	top: 2px;
	margin: 0 1px 0 6px;
}

#contact {
	display: block;
	margin: 0 0 100px 0;
}

#contact .line {
	margin: 0 0 35px 0;
}

#contact input {
	background: none;
	height: 30px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #fff;
	margin: 0 5px 0 0;
}

#contact #name {
	width: 600px;
}

#contact #org {
	width: 347px;
}

#contact #address {
	width: 955px;
}

#contact #city {
	width: 779px;
}

#contact #state {
	width: 60px;
}

#contact #zip {
	width: 100px;
}

#contact #phone, #contact #email {
	width: 473px;
}

#contact #event-type {
	width: 579px;
}

#contact #dates {
	width: 190px;
}

#contact #guests {
	width: 168px;
}

#contact #hear {
	width: 955px;
}

#contact #catering {
	width: 955px;
}




