*,html,body { margin: 0; padding: 0; }

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #122410 url(../images/mj-leaves-bg.jpg) top left;
/* 	background-color: #22321e; */
	color: #385331;
	margin: 0 12px 12px 12px;
	padding: 0;
	font-size: 15px;
}


h1, h2, h3 {
	color: #238d98;
	margin-bottom: 12px;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-top: 18px;
	margin-bottom: 4px;
	font-size: 22px;
}

h3 {
	color: #327862;
	font-size: 20px;
	margin-top: 18px;
	margin-bottom: 4px;
}

p {
	line-height: 150%;
	margin: 0 0 6px 0;
}

ul, ol {
	margin: 14px 0 0 0;
	padding: 0;
}

li {
	line-height: 150%;
	margin: 0 0 6px 24px;
}

a {
	color: #2b8200;
	text-decoration: none;
}

a:hover {
	color: #19a800;
}

hr {
	width: 100%;
	height: 3px;
	margin: 20px 0;
	border: none;
	background-color: #e7eae4;
}

.sexyButton {
	float: left;
	display: block;
	padding: 5px 10px;
	cursor: pointer;
}


/* Structure */

#niplet {
	clear: both;
	height: 12px;
}

#page {
	float: left;
	width: 100%;
	min-width: 880px;
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
}

#header #searchField {
	color: #092939;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 2px 1px 2px 5px;
	width: 200px;
	top: 34px;
	right: 14px;
	background: #c9dccd url(../images/16-zoom.png) no-repeat 184px 3px;
	border: 1px solid #6b8a6b;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#header #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom: 32px;
	left: 100px;
	font-size: 38px;
	text-decoration: none;
	color: #9ec890;
	letter-spacing: -2px;
}

#header #title span {
	margin: 5px;
}

#header #beta {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 30px;
	left: 8px;
	color: #e2ecd9;
	letter-spacing: -1px;
	font-size: 18px;
}


#content {
	float: left;
	margin: 0;
	width: 95%;
	padding: 20px 2%;
	min-height: 300px;
	background-color: white;
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #659782;
}


/* Login / Join / About */

#topMenu {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 8px;
}

#topMenu a, #topMenu span {
	font-size: 13px;
	float: right;
	color: #a3c1cf;
	padding: 6px 8px;
}

#topMenu span {
	color: #cce9bb;
}

#topMenu a:hover {
	color: #6dacb8;
}

/* Login Dialog */

#loginWindow {
	display: none;
}

#loginWindow h2 {
	color: #24ffbc;
	margin-top: 6px;
	margin-bottom: 6px;
}

#loginWindow h3 {
	color: #24ffbc;
	margin-top: 18px;
	float: left;
}

#loginWindow span {
	white-space: nowrap;
	float: left;
	width: 165px;
	text-align: right;
	padding-right: 8px;
}


#loginMsg {
	display: none;
	text-align: center;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 12px;
	padding: 6px 0;
}


/* Sexy Navigation Buttons */

#headerNavigation {
	position: absolute;
	right: 8px;
	bottom: 0;
}

#headerNavigation li {
	float: right;
	list-style-type: none;
	margin: 0 4px 0 0;
}

#headerNavigation li a {
	border-left-color: #659782;
	border-bottom-color: #8fbca7;
	border-right-color: #659782;
	border-top-color: #659782;
	color: #279ea8;
	text-decoration: none;
	padding: 3px 7px;
	font-size: 14px;
	background-color: #f4fffa !important;
	border-style: solid;
	border-width: 2px;
}

#headerNavigation li a:hover {
	color: #21ba62;
	background-color: #f7fff7 !important;
	border-color: #e6e8ea;
	border-bottom-color: #ffffff;
}

#headerNavigation li .selected, #headerNavigation li .selected:hover {
	color: #238d98;
	background-color: #fff !important;
	border-color: #e6e8ea;
	border-bottom-color: #ffffff;
}


/* Footer */

#footer {
	float: left;
	position: relative;
	clear: both;
	width: 95%;
	margin: 0;
	padding: 0 2%;
	height: 170px;
	background: white url(../images/footer.jpg) no-repeat top left;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #659782;
}


/* previewSlab resides within previewGallery to accomodate vertical resizing. Don't fuck with it. */

#previewGallery {
	position: absolute;
	top: 64px;
	left: 0;
	width: 98%;
	height: 70px;
	overflow: hidden;
}

#previewSlab {
	float: left;
	width: 1500px;
	height: 70px;
}

#previewSlab h3 {
	color: #bec9bc;
	float: left;
	margin-top: 9px;
	margin-left: 32px;
}

#previewSlab a {
	float: left;
	padding: 4px;
	background-color: #eeeeee;
	margin: 8px 0 0 20px;
}

#previewSlab a:hover {
	background-color: #ccefbb;
}

#previewSlab a img {
	width: 133px;
}




#footer #footerTitle {
	position: absolute;
	left: 12px;
	bottom: 8px;
	color: #b5d0b0;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -2px;
}

#footer #copyRight {
	position: absolute;
	color: #c4c4c4;
	right: 16px;
	bottom: 8px;
	font-size: 12px;
}


.sexyLink {
	background: #fff url(/images/bullet.gif) no-repeat 2px 0;
	padding-left: 32px;
	display: block;
	line-height: 150%;
}



/* Directions things */

#directionsFrom {
	font-size: 13px;
}

#directionsPanel {
	display: none;
	float: left;
}

.directionsSearchButton {
	margin-left: 8px;
	cursor: pointer;
}




#mapZoomIn, #mapZoomOut {
	position: absolute;
	top: 11px;
	left: 11px;
	cursor: pointer;
}

#mapZoomOut {
	top: 44px;
}


/* Advertising Blocks */

.advertSpace {
	float: left;
	position: relative;
	border: 2px solid #d8d8d8;
	width: 98%;
	margin: 6px 0 6px 0;
	padding: 1%;
	background-color: #fcfff8;
	cursor: pointer;
}

.advertSpace h1 {
	font-size: 28px;
	text-align: center;
	cursor: pointer;
}

.advertSpace a {
	color: #63ba00;
	float: none;
	display: block;
	text-align: center;
	line-height: 150%;
}


