/* IDs */
#container {
	width:960px;
	background:url("../images/shadow-horizontal.jpg") repeat-y;
	margin:0 auto 0 auto;
	}

	/* background */
#roof {
	height:16px;
	background:url("../images/roof-shadow.jpg") repeat-x;
	}

#floor {
	height:18px;
	background:url("../images/floor-shadow.jpg") repeat-x;
	clear:both;
	}

#logo {
	float:left;
	margin: 14px 0px 16px 30px;
	}

#top-text {
	height:170px;
	position:relative;
	width:700px;
	float:right;
	margin:3px 20px 10px 40px;
	}
#content #top-text p {
	position:absolute;
	bottom:0;
	line-height:2em;
	text-align:left;
	font-size:1.2em;
	line-height:1.9em;
	margin:0;
	}

#honorees,
#pricing {
	margin:0 40px 0 40px;
	}
.celebration #honorees p {
	color:#535d8c;
	font-size:1.5em;
	margin:0 10px 0 10px;
	}
.celebration #honorees img {
	width:100px;
	height:110px;
	margin:8px 3px 2px 3px;
	}
.celebration #honorees table {
	display:inline;
	border-style:none;
	float:left;
	margin:0 0 30px 0;
	}
.celebration #honorees td {
	text-align:center;
	}
.sponsorship #pricing td {
	font-size:1.3em;
	line-height:1.4em;
	padding:4px 4px 0;
	font-family:arial;
	}
.sponsorship #pricing th {
	font-size:1.7em;
	color:#203D76;
	padding-top:16px;
	font-family:arial;
	}
.sponsorship #pricing .price {
	font-weight:bold;
	color:#203d76;
	}
.celebration h1,
.sponsorship h1,
.register h1 {
	margin:30px 0 0 0;
	font-size:2.8em;
	}
#content .bodyCopy {
	margin:30px 40px 0 40px;
	clear:both;
	}
#content .bodyCopy p {
	line-height:1.5em;
	font-size:1.4em;
	}
#content .bodyCopy p strong {
	font-weight:bold;
	color:#203d76;
	}
#content .bodyCopy ul,
#content #pricing ul {
	font-size:1.4em;
	font-family:arial;
	list-style-type:none;
	margin:10px 10px 20px 16px;
	}
#content .bodyCopy ul li,
#content #pricing ul li {
	margin-top:8px;
	}
	
#content {
	text-align:left;
	background:#b3c9e8 url("../images/background-vertical.jpg") repeat-x;
	margin:0 17px 0 17px;
	}
#content p {
	font-family:verdana, sans-serif;
	margin:1.4em 0 0 0;
	font-size:1.4em;
	line-height:1.7em;
	}
#content p a {
	color:#203D76;
	text-decoration:none;
	font-style:italic;
	}
#content p a:hover {
	text-decoration:underline;
	}

ul#navigation {
	clear:both;
	height:31px;
	text-align:center;
	}
ul#navigation li {
	display:inline;
	font-family:verdana;
	font-size:1.3em;
	background-color:#FFF;
	/* margin-left:3px; #doesn't work in all browsers */
	}
ul#navigation li a {
	color:#edeef6;
	text-decoration:none;
	width:305px;
	height:31px;
	background-color:#2764a9;
	display:inline-block;
	text-align:center;
	line-height:31px;
	}
ul#navigation li a:hover {
	text-decoration:underline;
	}
ul#navigation li:hover #subnav {
	display:inline;
	}

ul#subnav {
	display:none;
	position:absolute;
	top:231px;
	margin-left:-311px;
	list-style-type:none;
	list-style-position:outside;
	}
ul#subnav li {
	display:block;
	font-family:verdana;
	font-size:1em;
	background-color:#FFF;
	border:solid 1px #FFF;
	}
ul#subnav li a {
	color:#edeef6;
	text-decoration:none;
	width:305px;
	height:31px;
	background-color:#2764a9;
	display:inline-block;
	text-align:center;
	line-height:31px;
	}
	
.celebration #celebration a,
.sponsorship #sponsorship a,
.register #register a {
	background-color:#203d76;
	}

#content #saveTheDate {
 	width:350px; 
 	margin-left:40px;
 	display:inline;
 	float:left;
	}
#content #saveTheDate h1,
#content #saveTheDate p {
	text-align:center;
	}

#content #contactInfo {
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	}
	
#honorees ul {
	list-style-position:inside;
	}
#honorees ul li {
	font-size:1.2em;
	float:left;
	width:50%;
	font-family:arial;
	}
#honorees ul li i {
	margin-left:10px;
	}
#honorees ul li.year {
	font-size:1.3em;
	list-style-type:none;
	font-weight:bold;
	margin-top:10px;
	width:100%;
	clear:both;
	}
#honorees ul li.note {
	clear:both;
	list-style-type:none;
	margin-top:10px;
	margin-left:24px;
	width:100%;
	}

#callout {
	margin: 30px 20px 0;
	}

#reservation {
	margin: 0 20px 0 40px;
	float:left;
	width:400px;
	}
#email {
	margin: 0 20px 0 50px;
	float:left;
	width:350px;
	}
#email h2 {
	margin-top:40px;
	}
#email label {
	font-size:1.2em;
	font-family:verdana;
	display:block;
	}

/* Classes */

/* Elements */
body {
	background-color:#FFF;
	color:#1c1614;
	text-align:center;
	}

h1 {
	margin-top:40px;
	font-size:3.5em;
	font-family:verdana;
	color:#203d76;
	font-weight:normal;
	}
h2 {
	margin-top:20px;
	font-size:2em;
	font-family:verdana;
	color:#203d76;
	font-weight:normal;
	}