* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

object,embed {
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #a7a7a7;
	padding: 0 0 17px;
}

a img {
	border: 0;
}

input,select,textarea {
font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border: none;
}

.imagetext {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

.imagetext a {
	display: block;
	width: 100%;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.spacer, div.hspacer { overflow: hidden; height: 0; clear: both; }

div.hspacer {
	height: 1px;
	background-color: #9fab9b;
	margin: 1em 0;
}

#wrapper {
	width: 930px;
	padding: 26px 18px 0;
	background: url(../img/wrapper-back.png) repeat-y;
	margin: auto;
}

#wrapper-close {
	background: url(../img/footer-back.png) no-repeat left top;
	width: 966px;
	height: 11px;
	overflow: hidden;
	margin: auto;
}

#header {
	height: 81px;
	overflow: hidden;
}

#hours {
	width: 200px;
	float: right;
}

#hours b {
float: left;
width: 100px;
}

#hours span {
float: right;
width: 100px;
}

#hours li {
line-height: 1.25em;
height: 1.25em;
}

#logo {
	width: 232px;
	height: 81px;
	background: url(../img/header/logo.png);
	float: left;
	display: inline;
}

#quicklinks {
	background: #9fab9b;
	width: 668px;
	padding: 15px;
	height: 51px;
	overflow: hidden;
	float: left;
	font-size: .75em;
	color: #42513d;
}

#quicklinks a {
	color: #42513d;
	font-weight: bold;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #FFF;
}

#quicklinks .right {
	text-align: right;
	line-height: 1.25em;
}

#quicklinks .right strong {
	display: block;
}

#quicklinks .right ul {
	font-size: .9em;
	list-style: none;
	margin: 5px 0 0;
}

#quicklinks .right ul li {
	line-height: 1.25em;
}

#nav {
	height: 29px;
	overflow: hidden;
}

#date {
	background: url(../img/nav/green.png) repeat-x left bottom;
	height: 30px;
	line-height: 30px;
	width: 232px;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
	font-size: .7em;
	color: #9fab9b;
}

#nav ul {
	list-style: none;
	height: 29px;
	width: 698px;
	float: left;
	display: inline;
	background: url(../img/nav/gray.png);
}

#nav ul li {
	float: left;
	display: inline;
	color: #FFF;
	height: 29px;
	font-size: .8em;
	font-weight: bold;
	margin-right: -9px;
	background-position: right top;
	position: relative;
}

#nav ul li a {
	padding: 0 25px;
	line-height: 29px;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#nav ul li.events {
	background-image: url(../img/nav/eventsoff.png);
	z-index: 3;
}

#nav ul li.events a {
	padding-left: 16px;
}

#nav ul li.jobs {
	background-image: url(../img/nav/jobsoff.png);
	z-index: 2;
}

#nav ul li.giftcards {
	background-image: url(../img/nav/giftcardsoff.png);
	z-index: 1;
}

#nav ul li.active, #nav ul li:hover {
	background-image: url(../img/nav/on.png);
}

#nav ul li.active a, #nav ul li:hover a {
	color: #42513d;
}

#body {
}

#menu {
	width: 182px;
	padding: 15px 25px;
	background: #42513d url(../img/menu/back.png) repeat-x left bottom;
	color: #9fab9b;
	height: 100%;
	float:left;
}

#menu ul.menu {
	list-style: none;
	font-size: .8em;
	margin: 0 0 15px;
}

#menu ul.menu li.item {
	position: relative;
}

#menu ul.menu li.hover {
	z-index: 10;
}

#menu ul.menu li.item a {
	color: #9fab9b;
	text-decoration: none;
	display: block;
	line-height: 2em;
	height: 2em;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#menu ul.menu li.item a:hover, #menu ul li.item a.active, #menu ul.menu li.hover>a {
	color: #FFF;
}

#menu ul.menu li.item a:hover, #menu ul.menu li.hover>a {
background-color: #323d2e;
padding: 0 5px;
margin: 0 -5px;
}

#menu ul.menu li.item a.active {
	font-weight: bold;
}

#menu ul.subMenu {
	display: none;
	background-color: #323d2e;
	border-bottom: solid 1px #21281e;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	top: 0;
	right: -5px;
	/*top: -.25em;
	left: -.5em;
	padding: 2.25em .5em .75em;
	width: 100%;*/
}

#menu ul.menu li.hover ul.subMenu {
	display: block;
}

#menu ul.subMenu li.subItem {
	font-size: .85em;
}

#menu ul.subMenu li.subItem a {
line-height: 2.4em;
height: 2.35em;
	padding: 0 8px;
	margin: 0;
}

#menu ul.subMenu li.subItem a:hover {
padding: 0 8px;
margin: 0;
}

#menu .search h5 {
	font-weight: bold;
	font-size: .7em;
	margin: 0 0 5px;
}

#menu .search input {
	border: solid 1px #21281e;
	background: #FFF;
	font-size: 11px;
	padding: 3px;
	width: 174px;
	display: block;
	margin: 5px 0 0;
	color: #9fab9b;
}

#menu .search input.active {
	color: #000;
}

#menu .search select {
	width: 100%;
	font-size: 11px;
	border: solid 1px #21281e;
	background: #FFF;
	display: block;
}

#content {
	width: 648px;
	float: left;
	font-size: .8em;
	line-height: 1.5em;
	padding: 25px;
	color: #42513d;
}

#content h2 {
	color: #9fab9b;
	font-size: 1.35em;
	margin: 0 0 1em;
}

#content h4 {
	font-size: 1.1em;
	margin: 0 0 .35em;
}

#content h5 {
	font-size: 1em;
	margin: 0 0 .35em;
	color: #6a5641;
}
#content p {
	margin: 0 0 1em;
	line-height: 1.35em;
	font-size: 1em;
}

#content p.small {
font-size: .85em;
}

#content ul, #content ol {
	margin: 1em 30px 1em;
	font-size: 1em;
}

#content ul li, #content ol li {
	line-height: 1.35em;
	margin: .35em 0;
}

#content a {
	color: #6a5641;
}

#content a:hover {
	text-decoration: none;
	color: #94785b;
}

#content img.right, #content .captioned {
	margin: 0 0 25px 25px;
}

#content .captioned img {
	display: block;
}

#content .captioned p {
	text-align: right;
	font-size: .85em;
}

#content h2 em {
	color: #42513d;
}

#content .searchresult a.title {
color: #42513d;
display: block;
font-weight: bold;
margin: 0 0 .35em;
}

#content .searchresult .content {
line-height: 1.35em;
margin: .35em 0;
}

#content .searchresult .details {
font-size: .85em;
}

#content .searchresult .details .url {
font-weight: bold;
color: #9fab9b;
}

#content .searchresult .details a.cache {
color: #9fab9b;
}

#content .searchpages {
text-align: center;
margin: 2em 0 0;
}

#content .searchpages a.next {
margin: 0 0 0 1em;
font-weight: bold;
color: #42513d;
}

#content .searchpages a.prev {
margin: 0 1em 0 0;
font-weight: bold;
color: #42513d;
}

#content fieldset label {
float:left;
display: inline;
width: 270px;
padding: 6px 10px 0 0;
height: 1em;
font-weight: bold;
text-align: right;
}

#content fieldset input.field {
border: solid 1px #6a5641;
font-size: 1em;
padding: 4px;
}

#content fieldset textarea.field {
border: solid 1px #6a5641;
font-size: 1em;
padding: 4px;
width: 250px;
line-height: 1.35em;
}

#footer {
	color: #42513d;
	font-size: .7em;
	height: 26px;
	line-height: 26px;
	padding: 3px 0 0;
}

#footer strong {
	text-transform: uppercase;
}

#footer .right, #footer .left {
	height: 26px;
	line-height: 26px;
}

#footer a {
	color: #42513d;
	text-decoration: none;
}

#footer a:hover {
	color: #9fab9b;
}

#menu .reno-update {
	width: 199px;
	height: 102px;
	background: url(../img/menu/items/reno-update.png);
	margin: 18px -9px 0;
}

#menu .newsletter {
	width: 199px;
	height: 121px;
	background: url(../img/menu/items/newsletter.png);
	margin: 0px -9px 0;
}

#newsletter {
display: none;
height: 131px;
}

#newsletter h5 {
	font-weight: bold;
	font-size: .7em;
	margin: 0 0 3px;
}

#newsletter input.field {
	border: solid 1px #21281e;
	background: #FFF;
	padding: 3px;
	width: 174px;
	display: block;
	margin: 3px 0 0;
	color: #9fab9b;
	font-size: 11px;
}

#newsletter input.submit {
display: block;
margin: 3px 0 0;
font-size: 11px;
}

#newsletter input.active {
	color: #000;
}

.table {
	clear: both;
	margin: 0 0 1em;
}

.table .th, .table .td {
	float: left;
	display: inline;
	width: 19%;
	font-size: .85em;
	line-height: 1.75em;
}

.table .tr {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #9fab9b;
}

.table .th {
	font-weight: bold;
	font-size: .85em;
	text-align: center;
}

.table .tdl, .table .thl {
	width: 43%;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
}

.table .thl {
	font-size: 1em;
}

.holiday-hours .hilite {
	color: #f00;
}

.haiti-button img {
	display: block;
	margin: auto;
}

#quicklinks {
	position: relative;
}

#quicklinks .left, #quicklinks .right {
	position: relative;
	z-index: 10;
}

#quicklinks .haiti-button {
	position: absolute;
	left: 248px;
	top: 6px;
}