html {
	margin: 0;
	padding: 0;
	}

body {
	font: 78%/1.5 arial, helvetica, serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 53em;
	background: white;
	text-align: left;
	border: 0 solid black;
	margin: 0 auto;
}

p {
	margin: 1em 2em;
}

h1 {
	height: 35px;
	background: url(../images/logo.jpg) bottom right no-repeat;
	text-indent: -999em;
	margin: 0em 0 0 0;
}

h2 {
	height: 182px;
	background: url(../images/right-chicago.jpg) top left no-repeat;
	text-indent: -999em;
	margin: 0;
}

h3 {
	height: 4.2em;
	background: url(../images/lighthouse2.jpg) top left no-repeat;
	text-indent: -999em;
	margin: 0;
}

#newsletter {
	float:left; 
	margin: .5em .4em 0 0; 
	width: 14.1em; 
	text-align: center; 
	background-color: black; 
	color: white; 
	padding-bottom: 1em;
}

#medText {
	font-family: Arial, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: bold; 
}

#smallText {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.9em;
}

#content {
	clear: left;
	border: 5px solid black;
	padding: .4em .4em .4em .4em;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	text-align: center;
	background-color: black;
	border-top: .35em solid red;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

#footer-right {
	float: right;
	font-size: .9em;
}

#footer-left {
	float: left;
	font-size: .9em;
}







#nav, #nav ul {
	float: left;
	width: 48.1em;
	list-style: none;
	line-height: 1;
	background: black;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0;
	border: solid red;
}

#nav {
	border-width: 0 0 .35em 0;
	margin: .1em 0 0 0;
}

#nav ul {
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 7.4em;
	color: white;
	text-decoration: none;
	padding: 0.35em .80em;
}

#nav li {
	float: left;
	padding: 0;
	width: 9em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	width: 9em;
	padding-right: 1em;
}

#nav li ul a {
	width: 8.4em;
	w\idth: 8.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: red;
}
