body {
  text-align: center;
	margin-top: 30px;
	color: #969696;
	font: 0.9em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

* { margin: 0; padding: 0; }

#container {
  margin: 0 auto;
  width: 500px;
	}

#content {
	padding-bottom: 30px;
}

#form {
	padding-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	width: 700px;
	margin: 30px auto;
	text-align: left;
	}

#form form {
	margin-top: 0;
	text-align: left;
	margin-left: 213px;
}
	
span.radio {
	width: 28px;
	height: 29px;
	padding: 0 16px 0 0;
	display: block;
	clear: left;
	float: left;
	background: url(../images/checkmarks.png) no-repeat;
	margin-top: 5px;
	margin-left: 0;
}

.hide { 
	display: none; 
}

.checkarea {
	line-height: 9px;
}

span.blue {
	color: #32a4e6;
	}

span.j {
	color: #32a4e6;
	font-size: 0.8em;
}

#sub-content ol li {
	list-style-type: circle;
	list-style-position: inside;

	}

fieldset {
	margin-bottom: 20px;
}

input {
	font-size: 20px;
}
	
textarea {
	font-size: 20px;
}

#answer p {
	margin-bottom: 4px;
	line-height: 1.5em;
}

#contact p {
	margin-bottom: 0;
	margin-top: 6px;
	padding-left: 2px;
}

#number p {
	margin-bottom: 0;
	margin-top: 6px;
	padding-left: 2px;
}

#notes p {
	margin-bottom: 0;
	margin-top: 6px;
	padding-left: 2px;
}

span.select {
	position: absolute;
	width: 158px;
	/* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.gif) no-repeat;
	overflow: hidden;
}

input {
	border: 1px solid #bfbfbf;
	width: 274px;
}

textarea#notes {
	border: 1px solid #bfbfbf;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

input#rsvp {
	border-style: none;
	width: inherit;
}

/* nav */

.nav {
	margin: 15px 0;
	padding: 12px 0;
	}

#nav-wrap {
	width: 700px;
	margin: 39px auto 30px;
	}

#nav {
	border-top: 1px solid #ddd;
	display: block;
	height: 20px;
	border-bottom: 1px solid #ddd;
	padding-top: 9px;
	padding-bottom: 8px;
	}

#nav a.active {
	border-bottom: 1px solid #32a4e6;
	}

#nav ul li {
	list-style-type: none;
	margin-right: 11px;
	float: left;
	font-size: 1em;
	}

.nav span { font-weight: bold;
	}

a { color: #32a4e6; text-decoration: none; }
a:hover { color: #2881b1; }

h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #414f51;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	color: #357797;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 16px;
	}

#sub-content {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	width: 700px;
	margin: 30px auto;
	text-align: left;
	}

#sub-content p {
	margin-bottom: 15px;
	}

.left {
	float: left;
	width: 217px;
	padding-right: 10px;
	}

.highlight {
	color: #414f51;
	}

div.hotel-odd {
	background-color: #f5f6f5;
	padding: 21px 20px 20px;
	border-top: 1px solid #ddd;
	}

div.hotel-even {
	padding: 21px 20px 10px;
	border-top: 1px solid #ddd;
	}

#sub-content img {
	margin-right: 20px;
	float: left;
	margin-bottom: 21px;
	border: 1px solid #ddd;
	}

p.almost {
	text-align: center;
	}

hr {
	border-top: 1px solid #ddd;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	}
