/* ! Boilerplate reset.css Resets default browser CSS. */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
input,textarea {
	margin: 0;
}

/* ! Removes Firefox imposed outline */
a {
	outline: none;
}

body {
	background-color: #afcf6d;
/* 	background-color: #a1c65d; */
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px;
}

/* ! Layout Grid */

.pad_sides {
	width: 40%;
	min-width: 40%;
	position: relative;
}

#grid_main {
	width: 1000px;
}

#main_div {
	width: 1000px;
}

#layout_table {
}

#main_top {
	background-image: url(images/mainTopBlock.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 1000px;
	text-align: center;
	margin-bottom: 5px;
}

/* Navigation using tabs begins */
#navbar {
	font-size: 12px;
	width: 990px;
	position: relative;
	z-index: 1;
}

#navbar a {
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

ul.tabs { 
margin: 0; 
padding: 0;
}
ul.tabs li { 
	float: left; 
	list-style: none; 
	margin-top: 15px;
	padding-left: 7px;
	padding-right: 7px;
	border-left-color: #afcd6d;
	border-left-style: solid;
	border-left-width: 1px; 
}
ul.tabs li.first { 
	border-left: none;
	margin-left: 26px;
	}
	
ul.tabs li.parks {
	padding-left: 10px;
	padding-right: 12px;
}

ul.tabs li.activities {
	padding-left: 10px;
	padding-right: 12px;
}

ul.tabs li.about {
	padding-left: 10px;
	padding-right: 12px;
}

ul.tabs li.contact {
	padding-left: 10px;
	padding-right: 15px;
}

ul.tabs li.search {
	padding-left: 12px;
}

	
ul.tabs li.welcome {
	border-left-color: #6b5f43;
	width: 280px;
	text-align: right;
	margin-right: 0px;
}

ul.tabs li.profile {
	position: relative;
	border-left: none;
	border-left-color: #6b5f43;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
}

ul.tabs li.donate {
	border-left: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

ul.tabs li.imageLast {
	margin: 0;
	padding: 0;
	border-left: none;
	margin-top: 17px;
}

ul.tabs li.signLast {
	border-left: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	float: right;
	margin-right: 26px;
}

/* Navigation using tabs ends */

.whiteText {
	color: white;
}

.greenText {
	color: #afcd6d;
}

#enews {
	cursor: pointer;
}

.rightNotch {
	color: #afcd6d;
	background-image: url(images/rightNotch.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 13px;
}

.topNotch {
	color: #afcd6d;
	background-image: url(images/topNotch.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 13px;
}


#signup_form {
	background-color: #6b5f43;
/* 	background-color: fuchsia; */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 237px;
	height: 189px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 5px; 
	position: absolute;
	left: 747px;
	top: 42px;
}

#form_row1 {
	margin-top: 20px;
}

.text_field {
	width: 157px;
}

#form_row1 label {
	margin-right: 7px;
}

#form_row2 {
	margin-top: 8px;
}

#form_row2 label {
	margin-right: 7px;
}

#form_result {
	position: absolute;
	top: 80px;
	left: 35px;
	right: 5px;
}

#form_result p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}

#form_row3 {
	position: absolute;
	top: 150px;
	left: 15px;
}

#main_top_nav_space {
	height: 5px;
	width: 1000px;
}

#main_top_image {

}

#main_top_image_block {
	width: 1000px;
	height: 290px;
	background-image: url(images/main_top_image.gif);
	background-repeat: no-repeat;
}

#goPlayLogoOrange {
	width: 369px;
	height: 90px;
/* 	background-image: url(images/goPlayLogoOrange.gif); */
	background-image: url(images/goPlayLogoOrange.png);
	top: 38px;
	left: -20px;
	position: relative;
}

#brown_block_tab {
	background-image: url(images/brownTab_empty.gif);
	background-repeat: no-repeat;
	width: 325px;
	height: 31px;
	top: 165px;
	position: relative;
}

#brown_block_tab h2 {
	position: relative;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	left: 14px;
	top: 7px;
}

#docs1{
	position: absolute;
	right: 100px;
	top: 10px;
	cursor: pointer;
}


#docs2{
	position: absolute;
	right: 79px;
	top: 10px;
cursor: pointer;
}

#docs3{
	position: absolute;
	right: 58px;
	top: 10px;
	cursor: pointer;
}

#docs4{
	position: absolute;
	right: 37px;
	top: 10px;
	cursor: pointer;
}

#brown_block_copy {
	position: relative;
	width: 325px;
	height: 361px;
	background-image: url(images/brownBlock_empty.gif);
	margin-bottom: 5px;
	float: left;
}

#teal_block_tab {
	background-image: url(images/tealBlockTab1.gif);
	background-repeat: no-repeat;
	width: 177px;
	height: 31px;
	top: 135px;
	left:330px;
	position: relative;
}

#teal_block_tab h2 {
	position: relative;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	left: 39px;
	top: 7px;
}

#main_top_image_space {
	background-image: url(images/mainTopImageSpace.jpg);
	background-repeat: no-repeat;
	width: 491px;
	height: 25px;
	top: 119px;
	left: 508px;
	position: relative;
}

#teal_block_copy {
	width: 670px;
	height: 291px;
	background-image: url(images/tealBlockCopy.gif);
	float: right;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#teal_block_location_form {
	width: 212px;
/* 	height: 210px; */
	left: 14px;
	top: 25px;
	position: relative;
	float: left;
}


#lblLocation_h {
	background-image: url(images/learn1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	font-size: 13px;
	margin-right: 5px;
	padding-left: 26px;
	margin-bottom: 9px;
	
}

#location {
	font-size: 11px;
/* 	margin-bottom: 11px; */
	
}


#address {
	font-size: 11px;
	color: #a3a8af;
	margin-bottom: 11px;
	width: 207px;
}

#city {
	font-size: 11px;
	color: #a3a8af;
	margin-right: 7px;
	margin-bottom: 11px;
	width: 147px;
}

#zip {
	font-size: 11px;
	color: #a3a8af;
	margin-bottom: 11px;
	width: 48px;
}

#saveLocation {
	padding-left: 56px;
	margin-bottom: 7px;
}

#lblMiles_h {
	margin-right: 7px;
	background-image: url(images/learn2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	height: 18px;
}

#miles {
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 12px;
}

/*
#directions p{
font-family: Verdana, Helvetica, sans-serif;
font-size: 9px;
text-align: left;
width: 222px;
}

#directions span {
color: #b25538;
font-weight: bold;
}
*/

#directions img {
	margin-top: 15px;
	margin-left: -2px;
	cursor: pointer;
}

.overlay {
	background-image: url(images/learnTeal.jpg);
	width: 594px;
	height:691px;
	display:none;
}

div.overlay div.close {
	position:absolute;
	right:24px;
	top:24px;
	cursor:pointer;
	height:11px;
	width:107px;
}

#block_map {
	float: right;
	position: relative;
	width: 400px;
	height: 230px;
	top: 6px;
	right: 15px;
	color:gray;
}


#teal_block_activity_form {
	position: relative;
	clear: both;
	width: 670px;
	height: 30px;
	left: 14px;
	top: 22px;
}

#inactive_search {
	background-image: url(images/learn3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	width: 670px;
	height: 41px;
}

#inactive_search img {
	padding-left: 26px;
}


#active_search_h {
	position: absolute;
	background-image: url(images/learn3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 26px;
	height: 18px;
}

#level_1 {
	display: inline;
}

#level_2 {
	display: inline;
}

#level_3 {
	display: inline;
}

#lblFindType {
	margin-right: 5px;
}

#findType {
	margin-right: 7px;
	font-size: 12px;
}

#lblActivity {
	margin-right: 5px;
}

#activity {
	margin-right: 7px;
	font-size: 12px;
}

#lblFacility {
	margin-right: 5px;
}

#facility {
	margin-right: 0px;
	font-size: 12px;
	max-width: 100px;
}

#parkSearch {
	position: absolute;
	top: -6px;
	left: 571px;
	z-index: 1;
}

#teal_block_background {
	background-image: url(images/tealBlockBackground.gif);
	width: 1000px;
	height: 400px;
	margin-top: 5px;
	clear: both;
	margin-bottom: 132px;
}

#advert_300_400 {
	width: 300px;
	height: 400px;
	background-color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	position: relative;
	display: inline;
	
}

#orange_header_block {
	width: 655px;
	height: 70px;
	background-color: #b35639;
	float: right;
	margin-right: 15px;
	margin-top: -70px;
	position: relative;
	display: inline;
}

#orange_header_block h2{
	font-size: 20px;
	color: #ffffff;
	margin-top: 33px;
	/* margin-left: 29px; */
	margin-left: 62px;
}

#white_text_block {
	width: 655px;
/* 	height: 561px; */
	height: 601px;
	background-image: url(images/whiteTextBlock_1.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: 15px;
	position: relative;
	z-index: 1500;
}

/*
#printer_friendly {
	position: absolute;
	right: 34px;
	top: 13px;
	cursor: pointer;
}
*/
#white_text_block_text {
	margin-left: 32px;
}

#white_text_block_text ul {
	margin-top: 45px;
	/* margin-top: 78px; */
	margin-left: 62px;
	position: relative;
}

#white_text_block_text li{
	padding-bottom: 28px;
}

/*
#first_content_item {
	padding-top: 15px;

}
*/

#white_text_block p {
	margin-right: 99px;
	color: #9ea4ab;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 14px;
}

.twitterItem {
/* 	list-style-image: url(images/twitterItem_b.jpg); */
	list-style: none;
}

.twit {
	position: absolute;
	float: left;
	left: -35px;
}

.blogItem {
	list-style: none
}

.blogItem ul {
	margin-top: 0px !important;
	font-size: 11px;
	color: #9ea4ab;
}

.blogItem li {
	padding-bottom: 0px !important;
}

.blog {
	position: absolute;
	float: left;
	left: -35px;
}

#white_text_block h2 {
	font-size: 13px;
}

#white_text_block a {
	color: #444b4c;
	text-decoration: none;
}

#white_text_block a:hover {
	color: #b35639;
/* 	text-decoration: underline; */
}


.itemDate {
	padding-left: 16px;
}



#followUs {
	position: absolute;
	left: 62px;
	bottom: 25px;
}

#followUs #contactus {
	padding-right: 59px;
}

#followUs #twitterus {
	padding-right: 9px;
}

#bottomSpacer {
	position: relative;
	top: 160px;
	left: 15px;
}

#main_bottom {
	position: relative;
	background-image: url(images/bottomImage.gif);
	width: 1000px;
	height: 69px;
	top: 47px;
	margin-bottom: 0px;
	padding-bottom:  0px;
	z-index: 1000;
	display: block;
}

#main_bottom p {
	position: absolute;
	font-size: 11px;
	font-weight: lighter;
	text-align: right;
	vertical-align: bottom;
/* 	padding-top: 56px; */
/* 	padding-right: 32px; */
	right: 32px;
	top: 31px;
}

#main_bottom a {
	color: #cac6bc;
	text-decoration: none;
}

#main_bottom a:hover {
	text-decoration: underline;
}
