/** Setup **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	color: #000;
	background: #fff url('/images/main/gradient.gif') 0 0 repeat-x;
	font: 80%/1.4 Arial, sans-serif;
	min-width: 920px;
	_width: 950px;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:active, a:visited {
	color: #d4812c;
	border-bottom: 1px #d4812c dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px #d4812c solid;
}

/** End setup **/


/** Main containers **/

#header {
	background: transparent url('/images/main/swirl.gif') bottom left no-repeat;
	height: 140px;
	position: relative;
}

#logo {
	left: 30px;
	position: absolute;
	top: 45px;
}

#banner {
	background: #fff;
	display: none;
	height: 60px;
	left: 288px;
	position: absolute;
	top: 22px;
	width: 468px;
}

#page {
	float: left;
	padding: 30px;
	padding-right: 10px;
	width: 750px;
}

#map {
	background-color: #eee;
	border: 1px #979797 solid;
	height: 350px;
	margin: 12px 0px 18px;
	width: 706px;
}

#map.coverage {
	float: right;
	height: 500px;
	margin-left: 60px;
	width: 380px;
}

#skyscraper {
	background: #eee;
	display: none;
	float: left;
	height: 600px;
	margin: 30px 0;
	width: 120px;
}

#footer {
	background: transparent url('/images/main/footer-gradient.gif') top left no-repeat;
	clear: both;
	color: #999;
	font-size: 0.85em;
	height: 90px;
	margin-left: 30px;
	padding: 20px 12px;
}

/** End Main containers **/

/** Navigation **/

#nav {
	bottom: 0;
	left: 30px;
	position: absolute;
}

#nav li {
	background: #6ea230 url('/images/main/tab-left.gif') 0 0 no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin-right: 2px;
}

#nav li.on {
	background: #fff url('/images/main/tab-left-on.gif') top left no-repeat;
}

#nav a {
	background: transparent url('/images/main/tab-right.gif') top right no-repeat;
	border: none;
	color: #dee9d0;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 16px 6px 16px;
	text-decoration: none;
}

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

#nav li.on a {
	background: transparent url('/images/main/tab-right-on.gif') top right no-repeat;
	color: #555;
}

#nav li.on a:hover {
	color: #555;
}

#nav a span {
	font-weight: normal;
}

/** End Navigation **/


/** Boxes **/
div.box {
	background: #f8f4f0 url('/images/common/base.gif') bottom left no-repeat;
	float: left;
	margin-bottom: 20px;
	margin-right: 21px;
	padding-bottom: 12px;
	width: 354px
}

div.wide {
	background: #f8f4f0 url('/images/common/base-wide.gif') bottom left no-repeat;
	width: 730px;
}

div.box h2 {
	background: #84bb43 url('/images/common/header-green-left.gif') top left no-repeat;
	height: 32px;
}

div.box div.body {
	padding: 12px;
}

div.box h2 span {
	background: transparent url('/images/common/header-green-right.gif') top right no-repeat;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding: 8px 12px;
}

div.box h2 span b {
	color: #fdee98;
}

div.illustrated {
	background: #ddf4fa url('/images/common/cityscape.gif') bottom left no-repeat !important;
	padding-bottom: 120px;
}

div.box ul li {
	list-style-position: outside;	
	list-style-type: disc;
	margin-left: 24px;
}

div.box ul.news li {
	list-style: none;
	margin: 0;
	padding: 12px;
}

div.box ul.striped li.even {
	background-color: #fefdfb;	
}

div.box ul li span {
	color: #666;
	font-size: 0.9em;
}

div.body p {
	line-height: 1.6;
	margin: 0 0 16px 0;
}

div.box fieldset {
	background-color: #ece7e3;
	display: block;
	margin: 6px 0 12px;
	padding: 12px;
}

div.box fieldset.vertical {
	width: 200px;
}

div.box fieldset span {
	float: left;
	margin-left: 6px;
}

div.box input {
	border: 1px #999 solid;
	float: left;
	line-height: 1;
	margin-bottom: 3px;
	padding: 2px 3px 1px 3px;
}

div.box input.checkbox {
	border: none;
}

div.box label {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 100px;
}

div.box fieldset.vertical input,
div.box fieldset.vertical label {
	float: none;
}

/** End Boxes **/

/** Page Furniture **/

a.button,
span.button {
	border: none !important;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 62px;
}

a.button.small,
span.button.small {
	height: 20px;
}

span.control {
	display: block;
	margin: 0 12px;
}

span.control button, {
	height: 18px;
}

a.right,
button.right,
div.right,
span.right {
	float: right;
}

a.left,
button.left,
div.left,
span.left {
	float: left;
}

.clear {
	clear: both;
}

button {
	border: none;
	cursor: pointer;
	display: block;
	height: 25px;
	padding: 0;
	text-indent: -9999px;
	width: 62px;
}

button:hover,
a.button:hover {
	background-position: 0 -25px;
}

a.small,
button.small,
span.small {
	height: 20px;
	width: 41px;
}

a.small:hover,
button.small:hover,
span.small {
	background-position: 0 -20px;
}

a.backToSearchProfile,
button.backToSearchProfile,
span.backToSearchProfile {
	background: transparent url('/images/common/back-to-search-profile.gif') top left no-repeat;
	width: 150px;
}

a.cancel,
button.cancel,
span.cancel {
	background: transparent url('/images/common/cancel-small.gif') top left no-repeat;
}

a.cancelLg,
button.cancelLg,
span.cancelLg {
	background: transparent url('/images/common/cancel.gif') top left no-repeat;
}

a.continue,
button.continue,
span.continue {
	background: transparent url('/images/common/continue.gif') top left no-repeat;
}

a.decline,
button.decline,
span.decline {
	background: transparent url('/images/common/decline.gif') top left no-repeat;
}

a.delete,
button.delete,
span.delete {
	background: transparent url('/images/common/delete-small.gif') top left no-repeat;
}

a.find,
button.find,
span.find {
	background: transparent url('/images/common/find.gif') top left no-repeat;
	width: 54px;
}

a.login,
button.login,
span.login {
	background: transparent url('/images/common/log-in.gif') top left no-repeat;
}

a.logout,
button.logout,
span.logout {
	background: transparent url('/images/common/log-out.gif') top left no-repeat;
}

a.new,
button.new,
span.new {
	background: transparent url('/images/common/new.gif') top left no-repeat;
}

a.register,
button.register,
span.register {
	background: transparent url('/images/common/register.gif') top left no-repeat;
	width: 75px;
}

a.save,
button.save,
span.save {
	background: transparent url('/images/common/save.gif') top left no-repeat;
}

a.save-small,
button.save-small,
span.save-small {
	background: transparent url('/images/common/save-small.gif') top left no-repeat;
}

a.show,
button.show,
span.show {
	background: transparent url('/images/common/show.gif') top left no-repeat;
}

a.show-small,
button.show-small,
span.show-small {
	background: transparent url('/images/common/show-small.gif') top left no-repeat;
}

a.sort,
button.sort,
span.sort {
	background: transparent url('/images/common/sort.gif') top left no-repeat;
	width: 17px;
}

a.sort.desc,
button.sort.desc,
span.sort.desc {
	background: transparent url('/images/common/sort-down.gif') top left no-repeat;
}

a.sort.asc,
button.sort.asc,
span.sort.asc {
	background: transparent url('/images/common/sort-up.gif') top left no-repeat;
}

a.unsubscribe,
button.unsubscribe,
span.unsubscribe {
	background: transparent url('/images/common/unsubscribe.gif') top left no-repeat;
	width: 89px;
}

a.view,
button.view,
span.view {
	background: transparent url('/images/common/view-small.gif') top left no-repeat;
}

a.viewSearches,
button.viewSearches,
span.viewSearches {
	background: transparent url('/images/common/view-searches.gif') top left no-repeat;
	width: 110px;
}

a.disabled,
button.disabled,
span.disabled {
	opacity: 0.5;
	cursor: default;
	filter: alpha(opacity=50);
}

div.pagination {
	margin: 2px 0 16px 0;
	text-align: right;
}

div.pagination div {
	float: left;
	text-align: left;
}

div.pagination span {
	color: #999;
}

div.body table {
	clear: both;
	margin-bottom: 16px;
	width: 100%;
}

div.body table th {
	background: #c3b6aa url('/images/common/header-brown.gif') top left repeat-x;
	border-left: 1px #fff solid;
	border-right: 1px #b0a499 solid;
	color: #fff;
	font-weight: bold;
	height: 28px;
	padding: 0 12px;
	vertical-align: middle;
}

div.body table tr {
	background: #ece7e3;
}

div.body table tr.odd {
	background: #f2eeeb;
}

div.body table tr.highlight {
	background: #f5f5d0;
}

div.body table th.outside-left {
	border-left: none;
}

div.body table th.outside-right {
	border-right: none;
}

div.body table td {
	border-left: 1px #fff solid;
	border-right: 1px #d5d0cd solid;
	border-top: 1px #fff solid;
	padding: 8px 12px;
	vertical-align: middle;
}

div.body table td.outside-left {
	border-left: none;
}

div.body table td.outside-right {
	border-right: none;
}

div.body table td.panel {
	border-bottom: 1px #d5d0cd solid;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0;
}

div.body table td.panel h3 {
	background: #fbf9f7 url('/images/common/panel-top.gif') top left no-repeat;
	margin: 0 12px;
	padding: 8px;
	padding-bottom: 0;
	width: 666px;
}

div.body table td.panel div {
	background: #fbf9f7 url('/images/common/panel-base.gif') bottom left no-repeat;
	margin: 12px;
	margin-top: 0;
	padding: 0 8px 8px;
	width: 666px;
}

div.body table td.panel div p {
	margin-bottom: 0px;
}


div.message {
	background: #ffc;
	margin: 12px 0;
	padding: 8px;
}

div.errors {
	background: #ffc url('/images/common/error-symbol.gif') 8px 8px  no-repeat;
	margin: 12px 0;
	padding: 8px 8px 8px 40px;
}

div.errors ul li {
	list-style: none;
	margin: 4px 12px;
}

div.textblock {
	_height: 20px;
	margin: 8px 0;
	min-height: 20px;
}

/** End Page Furniture **/

/** News **/

div.news p.date {
	color: #666;
	line-height: 1;
	margin: 24px 0 0 0;
}

div.news h1 {
	color: #84bb43;
	font-size: 1.5em;
	line-height: 1;
}

div.news p.attribution {
	color: #84bb43;
	line-height: 1;
	margin-bottom: 24px;
}

div.news p {
	line-height: 1.3;
}

/** End News **/

/** Map **/

#mapInfo {
	display: none;
}

div.markerInfo {
	width: 200px;
}

div.markerInnerInfo {
	overflow: hidden;
	width: 180px;
}

/** End Map **/


/** Search Results **/

div#interstitial {
	background: #fff;
	border: 1px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	display: none;
	left: 230px;
	height: 220px;
	opacity: 0.9;
	padding: 12px;
	position: absolute;
	top: 100px;
	width: 400px;
	z-index: 1000;
}

div#interstitial h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 24px;
	text-align: center;
}

div#interstitial span {
	float: left;
	margin: 8px 64px;
	_margin: 8px 52px;
}

div#overlay {
	background: #000;
	display: none;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

/** End Search Results **/


/** Search Profile **/
#newSearch {
	display: none;
}

#searchTerms {
	width: 200px;
}
/** End Search Profile **/