/*
 * State pages
 */

/* State landing page overrides */

#main-content { padding-top:0 }
#main-content #utils { padding-top:8px; padding-right:14px; margin-bottom:5px; }
#list_header { display:none; }
#parkListResultsArea h1 { display:none; }

#content_list_header ul {
	float:right;
	margin-top:-35px;
	margin-right:12px;	
}

#content_list_header li {
	border:1px solid #DEDDD8;
	background-color: #EBF2DA;
	height:20px;
}

#content_list_header h2 {
    background-color: #5E7630;
    padding: 10px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
	margin:0;
}

#state #nav { padding-bottom: 0px; }

#bar-print { display: none; }

/* State landing page general */

.skip, .skip a, .skip a:hover, .skip a:visited, .skip ol, .skip li, .skip h4 {
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}

#state_header {
	height: 262px;
	position: relative;
}

#state_header h1 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 1.6px;
	line-height: 1.2;
	padding: 18px 0 0 19px;
	position: absolute;
	width: 665px;
}

#state_header p {
	bottom: 14px;
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: .2px;
	max-width: 320px;
	position: absolute;
	right: 19px;
	text-transform: uppercase;
}

.state_title {
	background: url(../images/bg/title_background.png) repeat;
	bottom: 0;
	left: 0px;
	height: 80px;
	position: absolute;
	width: 960px;
}

/* State map */

#state_wrapper { margin: 30px 20px 0 20px; }

#state_map {
	background-color: #EBF2DA;
	border-left: 1px solid #DEDDD8;
	border-right: 1px solid #DEDDD8;
	border-top: 1px solid #DEDDD8;
	height: 451px;
}

#map_left {
	float: left;
	height: 451px;
	overflow: hidden;
	width: 708px;
}

#map_left ul {
	float: right;
	font-size: 11px;
	height: 25px;
}

#map_left li {
	border-left: 1px solid #DEDDD8;
	display: inline;
	float: left;
	height: 21px;
	padding-top: 5px;
}

.state_print { padding: 4px 17px 0 12px; }

.state_print a, .list_view a, .map_view a {
	color: #5E7630;
	display: block;
	line-height: 14px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}

.state_print a:hover, .list_view a:hover, .map_view a:hover { color: #7a8f52; }

.state_print a { background: url("../images/buttons/state_print.png") 0px 1px no-repeat; }

.state_print a:hover { background: url("../images/buttons/state_print.png") 0px -15px no-repeat; }

.list_view { padding: 4px 9px 0 12px; }

.list_view a { background: url("../images/buttons/list_view.png") left top no-repeat; }

.list_view a:hover { background: url("../images/buttons/list_view.png") left -17px no-repeat; }

#gmap { width: 708px; height: 426px; margin-top: 25px; position: relative; }

/* State map controls */
#map_right {
	background: url("../images/bg/layers_bg.png") repeat-y #FFFFFF;
	border-left: 1px solid #DEDDD8;
	float: right;
	font-size: 11px;
	height: 451px;
	overflow: hidden;
	width: 209px;
}

#map_right h3 {
	font-size: 13px;
	margin: 11px 16px 0;
}

#map_right p {
	line-height: 14px;
	margin: 4px 35px 0 16px;
}

#gmap_controls {
	border-top: 1px solid #BDBBB1;
	overflow-x: hidden;
	overflow-y: auto;
	height: 371px;
	margin-top: 6px;
	position: relative;
}

#gmap_controls li { position: relative; }

#gmap_controls li:hover { background-color: #EBF2DA; }

#gmap_controls p {
	color: #000000;
	line-height: 15px;
	margin: 0px;
}

#gmap_controls label {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 7px 25px 7px 14px;
	width: 150px;
}

#gmap_controls label:hover {
	background-color: #EBF2DA;
	cursor: pointer;
	cursor: hand;
}

#gmap_controls ul {	margin-top: 11px; }

#gmap_controls li {
	border-bottom: 1px solid #BDBBB1;
	color: #5E7630;
}

#gmap_controls input {
	left: 168px;
	position: absolute;
	top: 3px;
}

#gmap_controls #all_label:hover, #gmap_controls #all_control:hover {
	background: transparent;
	cursor: default;
}

#gmap_controls #all_label {	font-weight: normal; }

#gmap_controls .expanded { background-color: #EBF2DA; }

#gmap_controls .disable label{ color: #BDBBB1; }
 
#gmap_controls .disable label:hover {
      background: none;
      cursor: default;
}
 
#gmap_controls .disable:hover { background: none; }
 


.map_control { position: relative; }

.layer_description {
	background: url("../images/bg/layer_description.png") repeat-x bottom left transparent;
	display: none;
	padding-bottom: 18px;
	position: relative;
}

.layer_description p { padding: 0 25px 0 14px; }

.layer_description a {
	color: #B28000;
	text-decoration: none;
}

.learn_more {
	display: block;
	margin: 5px 25px 0 14px;
	width: 67px;
}

.layer_description a:hover { text-decoration: underline; }

.layer_description .collapse {
  	background: url("../images/buttons/arrow.png") no-repeat scroll left top transparent;
    bottom: 15px;
    cursor: pointer;
    height: 6px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    width: 10px;
}

.layer_description .collapse:hover {
  	background: url("../images/buttons/arrow.png") no-repeat scroll left bottom transparent;
}

/* State content */
#state_content {
	background: url("../images/bg/numbers_bg.png") repeat-y scroll 579px 0 #FFFFFF;
	padding-bottom: 21px;
}

#state_content h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
}

#state_content_left {
	float: left;
	width: 580px;
}

#state_content_left h2 {
	background-color: #5E7630;
	padding: 13px 10px;
}

#state_content_right {
	float: right;
	width: 340px;
}

#state_content_right h2 {
	background: url("../images/bg/numbers_header_bg.png") repeat-y #B38000;
	padding: 13px 18px;
}

#slide {
	background: url("../images/bg/slide_bg.png") repeat-y;
	margin: 21px 0 0 12px;
}

.highlights { background: url("../images/bg/slide_bg.png") repeat-y; }

.highlights li {
	color: #706D5F;
	display: inline;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	padding-right: 34px;
	width: 138px;
}

.highlights img{
	display: block;
	height: 104px;
}

.highlights h3 {
	color: #5E7630;
	font-size: 18px;
	line-height: 20px;
	margin-top: 7px;
}

.highlights h3 a {
	color: #5E7630;
	text-decoration: none;
}

.highlights h3 a:hover { text-decoration: underline; }

.highlights h4 {
	font-size: 10px;
	margin-top: 13px;
	line-height: 13px;
	text-transform: uppercase;
}

.highlights h5 {
	color: #706D5F;
	font-size: 12px;
	margin-top: 5px;
}

.highlights p {
	line-height: 17px;
	margin-top: 10px;
}

.highlights p a {
	color: #C69833;
	font-size: 12px;
	text-decoration: none;
}

.highlights a:hover { text-decoration: underline; }

.highlights .highlight_last {
	border: none;
	margin-right: 0;
	padding-right: 0px;
}

/* State content slider controls */
#slider_controls {
    background: url("../images/bg/numbers_bg.png") repeat-y scroll 579px 0 #FFFFFF;
    font-size: 18px;
    height: 34px;
    padding-left: 6px;
    padding-right: 12px;
    position: relative;
    clear:both;
}

#slider_controls li {
	display: inline;
	float: left;
}

#slider_controls a {
	color: #B28000;
	text-decoration: none;
}

#slider_controls .disabled a {
	color: #BDBBB1;
	text-decoration: none;
}

.control_next {	margin-left: 5px; }

#highlights_control {
	border-top: 1px solid #BDBBB1;
    float: left;
    padding-left: 523px;
    padding-top: 4px;
    width: 26px;
}

#numbers_control {
    border-top: 1px solid #BDBBB1;
    float: right;
    padding-top: 4px;
    width: 309px;
}

#numbers_control a{
    line-height: 20px;
}

#slide2 { margin: 5px 21px 35px;}

#state_disclaimer {
    position: absolute;
    right: 13px;
    top: -31px;
    width: 306px;
}

#state .disclaimer {
    color: #706D5F;
    font-size: 9px;
    line-height: 12px;
}


.state_numbers {
	color: #333333;
}

.state_numbers li { padding-top: 13px; }

.state_numbers a {
	/*color: #B28000;*/
	color: #7E5B00;
	text-decoration: none;
	font-size:12px;
}

.state_numbers a:hover {
	/*color: #DEB240;*/
	color: #333333;
	text-decoration: underline;
}

.download_numbers a {
	background: url("../images/buttons/download_numbers.png") no-repeat scroll 0 0 transparent;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	margin-right: 62px;
	margin-top: 5px;
	padding-left: 20px;
}

.download_numbers a:hover {	text-decoration: underline !important; }

/* State columns */
.state_divider {
	background: url("../images/bg/state_divider.png") no-repeat scroll top right transparent;
	height: 7px;
	width: 918px;
}

#state_columns {
	margin-bottom: 37px;
	padding-left: 14px;
	padding-top: 29px;
}

.state_column {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin-right: 21px;
    min-height: 235px;
    padding-bottom: 6px;
    width: 239px;
}

.state_column h3{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.state_column ul {
    line-height: 16px;
    padding-top: 14px;
}

.state_column li {
    line-height: 19px;
    margin-bottom: 15px;
}

.state_column li a:hover { 
	color: #D39800; 
	text-decoration: underline;
}

.state_column a {
	color: #B28000;
	text-decoration: none;
}

.state_column p {
	color: #666666;
	display: block;
	font-size: 12px;
}


#state_columns #state_search {
	border-top: 2px solid #D1B366;
	float: left;
	margin-left: 18px;
	width: 180px;
}

#email_us {
padding: 12px 0 6px 0;
border-bottom: 3px solid #BDBBB1;	
}

#email_us img {
margin-bottom: 4px;	
}

#email_us h4 {
font-weight:normal;	
margin-bottom: 4px;
}

#email_us  a {
	color: #B28000;
	font-size: 12px;
	text-decoration: none;
}

#email_us a:hover { text-decoration: underline; }

.leftnav_search {

margin-top:16px;	
}

/* State News and Event columns */
.state_header {
	border-bottom: 1px solid #CCCCCC;
	border-top: 2px solid #D1B366;
	padding-bottom: 10px;
	padding-top: 12px;
}

.state_header h2 {
    color: #666666;
    float: left;
    font-family: georgia,serif;
    font-size: 20px;
    font-weight: normal;
}

.state_header a {
	color: #B28000;
	float: right;
	font-size: 11px;
	margin-top: 2px;
	text-decoration: none;
}

.state_header a:hover { text-decoration: underline; }

.state_header .news_rss {
	float: left;
	margin-left: 8px;
}

/* State information column */
#state_info {
	background-color: #F4EFDD;
	float: left;
	margin-left: 6px;
	min-height: 228px;
	padding: 15px 15px 0;
	width: 152px;
}

#state_info h3 {
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
}

#state_info ul { margin-top: 18px; }

#state_info li {
	line-height: 18px;
	margin-bottom: 14px;
}

#state_info a {
	color: #B28000;
	text-decoration: none;
}

#state_info a:hover { text-decoration: underline; }

/* State search column */

#state_search {
	border-top: 3px solid #BDBBB1;
	float: left;
	margin-left: 18px;
	width: 180px;
}

/* State landing text resizing */

/* large */

.large #map_right p {
	 font-size: 14px;
	 line-height: 16px;
}

.large #gmap_controls label {
	font-size: 14px;
	line-height: 15px;
}

.large .learn_more {
    font-size: 14px;
    width: 85px;
}

.large .highlights h3 {
	font-size: 19px;
	margin-top: 3px;
}

.large .highlights h5 {
	font-size: 13px;
	margin-top: 3px;
}

.large .highlights p {
    font-size: 14px;
   	margin-top: 3px;
}

.large .state_numbers {	font-size: 14px; }

.large .state_numbers li { padding-top: 11px; }

.large #highlights_control {
    font-size: 24px;
    padding-left: 518px;
    width: 31px;
}

.large .download_numbers a {
    font-size: 14px;
    margin-right: 15px;
}

.large .state_header h2 {
	font-size: 24px;
	line-height: 17px;
}

.large #state_disclaimer { 
	font-size: 14px;
	line-height: 16px;
	top: -35px; 
}

.large #gmap_controls {	height: 349px; }

.large #state_header h1 { font-size: 46px; }

.large #map_right h3 { font-size: 17px; }

.large #state_content h2 { font-size: 22px; }

.large .highlights h4 {	font-size: 11px; }

.large #numbers_control { font-size: 24px; }

.large .state_column { min-height: 256px; }
	
.large #state_info { min-height: 248px }

.large #state_header p, 
.large .highlights p a, 
.large .state_header a, 
.large .state_column h3,
.large .leftnav_search small a {
	font-size: 13px;
}

.large .state_print a, 
.large .list_view a, 
.large .map_view a {
	font-size: 14px;
}

.large .state_column p,
.large .state_column a,
.large #state_info h3,
.large #state_info a {
	font-size: 15px;
}

/* small */

.small #highlights_control {
    font-size: 16px;
    padding-left: 525px;
    width: 23px;
}

.small .download_numbers a {
    font-size: 11px;
    margin-right: 68px;
}

.small .highlights h3 {	font-size: 17px; }

.small #state_header h1 { font-size: 36px; }

.small .highlights p,
.small #map_right h3,
.small .state_numbers {
	font-size: 12px;
}

.small .state_header h2,
.small #state_content h2,
.small #numbers_control {
	font-size: 16px;
}

.small #map_right p,
.small .highlights h4,
.small .state_column h3,
.small #gmap_controls label,
.small .state_print a, 
.small .list_view a, 
.small .map_view a,
.small .learn_more,
.small .state_header a {
	font-size: 10px;
}

.small .highlights h5,
.small .highlights p a, 
.small .state_column p,
.small .state_column a,
.small #state_info h3,
.small #state_info a {
	font-size: 11px;
}

/* State list overrides */

#list_header .state_print {
	padding-right: 19px;
}

#list_filter #gmap_controls p {
	margin: 0px;
}

#list_filter #gmap_controls {
	height: 306px;
}

#list_content_left {
      background: url("../images/bg/list_content.png") no-repeat scroll top right #FFFFFF;
      float: left;
      min-height: 393px;
    width: 711px;
	margin-bottom: 12px;
}
 
#list_content_left h5{
    color: #666666;
    font-size: 19px;
    margin-left: 12px;
    margin-right: 7px;
    float: left;
}
 

/* State list view */

.map_view { padding: 4px 13px 0 12px; }

.map_view a { background: url("../images/buttons/map_view.png") left 2px no-repeat; }

.map_view a:hover { background: url("../images/buttons/map_view.png") left -12px no-repeat; }

/* State list main content */

#list_content_left {
	background: url("../images/bg/list_content.png") repeat-y scroll top right #FFFFFF;
	float: left;
    width: 711px;
}

#list_content_left h1{
    background-color: #5E7630;
    color: #FFFFFF;
    font-size: 14px;
    height: 21px;
    margin: 3px 21px 0 1px;
    padding: 6px 11px 0;
}

#list_header {
	background: url("../images/bg/list_header.png") repeat-y scroll top	right #EBF2DA;
    border-bottom: 1px solid #DEDDD8;
    border-top: 1px solid #DEDDD8;
    margin-bottom: 17px;
    width: 100%;
}

#list_header ul {
    float: right;
    font-size: 11px;
    height: 25px;
}

#list_header li {
    border-left: 1px solid #DEDDD8;
    display: inline;
    float: left;
    height: 21px;
    padding-top: 5px;
}
	
#list_header p, .loadingMessageMap {
	float: left;
	font-size: 12px;
	margin: 5px 12px;
}


.loadingMessage {
	background: url("../images/bb/load_icon_15px.png") no-repeat top	left;
	padding-left:25px;
	text-transform: uppercase;
	display:none;
}



/* State list items */

#list_parks {
	margin-right: 20px;
	margin-bottom: 14px; 
}

#list_parks li {
    border-bottom: 1px solid #CCCCCC;
    padding: 17px 7px 23px 15px;
	margin-left:3px;
}

#list_parks li li {
    border-bottom: none;
    padding: 0;	
}

#list_parks .list_last {
	border-bottom: none;
}

.list_left {
    float: left;
    width: 460px;
}

.list_left h2 {
    color: #5E7630;
    font-size: 10px;
    text-transform: uppercase;
	margin-bottom: 0px;
}

.list_left h3 {
    color: #666666;
    font-size: 18px;
    margin-top: 0px;
    padding-bottom: 0px;
	margin-bottom: 0px;	
}

.list_left h3 a {
    color: #B28000;
    text-decoration: none;
}

.list_left h3 a:hover {
    color: #d39800;
    text-decoration: underline;
}

.list_left h4 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}

.list_left p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 11px;
}

.list_right {
    float: right;
    font-size: 12px;
    padding: 5px 0 0 0;
	width: 174px;
}

.list_right ul {
	margin-top: 10px;
}

.list_right li {
	margin-top: 4px;
	margin-left:0px;
}

.list_right a {
	color: #B28000;
    text-decoration: none;
}

.list_right a:hover {
	color: #D39800;
    text-decoration: underline;
}

.list_divider {
	background: url("../images/bg/list_divider.png") no-repeat scroll top right transparent;
	height: 8px;
	width: 691px;
}

/* State list pagination controls */
 
#list_pagination {
    color: #BDBBB1;
    padding: 15px 0 66px 0px;
    text-align: center;
    margin-right: 20px;
}
 
#list_pagination li { display: inline; }
 
#list_pagination li ul { display:inline; }
 
#list_pagination li a {
      color: #706D5F;
      text-decoration: none;
}
 
#list_pagination li a:hover {
      color: #D39800;
      text-decoration: underline;
}
 
#list_pagination ul { margin: 0px 16px; }
 
#list_pagination li .ellipsis {
      color: #B28000;
      margin: 0px;
}
 
#list_pagination .last {
      background: #f5f0dd;
      margin-left: 6px;
      padding: 4px;
}
 
#list_pagination li li {
      color: #706D5F;
      margin: 0px 6px;
}
 
#list_pagination li li a {
      color: #B28000;
      text-decoration: underline;
}
 
#list_pagination li li a:hover { color: #D39800; }
 
/* State list right column */

#list_content_right {
	float: right;
	width: 209px;
}

/* State list filter */

#filter_wrapper{
	background: url("../images/bg/filter.png") repeat-y scroll left bottom transparent;
}

#list_filter {
	background: url("../images/bg/layers_bg.png") repeat-y #FFFFFF;
	border-bottom: 4px solid #5E7630;
	border-top: 1px solid #DEDDD8;
	font-size: 11px;
	height: 388px;

	overflow: hidden;
}

#list_filter h3 {
	font-size: 13px;
	margin: 13px 16px 0;
}

#list_filter p {
	line-height: 14px;
	margin: 4px 35px 0 16px;
}

#list_numbers {
    padding-top: 0px;
    padding-bottom: 12px;	
}

#list_disclaimer {
    margin-left: 15px;
    margin-top: 12px;
    width: 180px;
}

#list_numbers h2 {
	background-color: #B38000;
	color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px;
	margin:0px;
}

#list_numbers li {
	padding: 5px 0;
}

#list_numbers .numbers_download {
	padding-top: 2px;
}

.numbers_download img {
	display: block;
    float: left;
    padding-top: 4px;
}

.numbers_download a {
	/*color: #B28000;*/
	color: #7E5B00;
	float: right;
    width: 162px;
}

.numbers_download a:hover {
	/* color: #DEB240; */
	color: #333333;
}

#list_numbers .state_numbers {
	line-height: 16px;
    padding: 9px 13px 0;
}

#list_search {
    border-top: 3px solid #F2F1EF;
    /* float: left; */
    margin-left: 15px;
    margin-top: 35px;
    padding-top: 11px;
    width: 180px;
}

/* State list text resizing */

/* large */

.large #list_filter p {
	 font-size: 14px;
	 line-height: 16px;
}

.large #list_content_left h1 {
	font-size: 18px;
}

.large .list_left h2 {
    font-size: 13px;
}

.large .list_left h3 {
    font-size: 21px;
    padding-bottom: 4px;
}

.large .list_left p {
    font-size: 15px;
    line-height: 19px;
}

.large .list_right {
    font-size: 15px;
    line-height: 17px;
}

.large #list_disclaimer { 
	font-size: 14px;
	line-height: 16px;
}

.large #list_filter #gmap_controls { height: 284px; }

.large #list_header p { font-size: 15px; }

.large #list_filter h3,
.large .list_left h4,
.large #list_pagination {
	font-size: 17px;
}

/* small */

.small #list_filter p { font-size: 10px; }

.small .list_left h3 { font-size: 16px; }

.small #list_filter h3,
.small #list_content_left h1,
.small .list_left h4 {
	font-size: 12px;
}

.small #list_header p,
.small .list_left p,
.small .list_right,
.small #list_pagination {
    font-size: 11px;
}

#bar_print{
	display: none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  Header
/////////////////////////////////////////////////////////////////////*/
.chrome-center {
	margin:  0 auto;
	padding:0 4px 0;
	width: 960px;
}
#header-container {
	background-color: #000;
	height: 100px;
	width: 100%;
}
#header {
	background-color: #000;
	height: 100px;
	position: relative;
	z-index: 100;
}

/* Logo */
#header #logo {
	padding: 15px 0 0 6px;
}
#header #logo span, #logo a {
	display: block;
	height: 51px;
	width: 329px;
}
#header #logo span {
    background: url("/common/commonspot/templates/images/chrome/logos/main-logo.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
#header #logo a {
    color: #000000;
    font-size: 12px;
    position: relative;
}

/* Search */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; display:block; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

#header .search {
    background: url("/common/commonspot/templates/images/chrome/bg/search_bg.png") no-repeat scroll left top transparent;
    height: 25px;
    font-size: 13px;
    position: absolute;
    right: 16px;
    top: 31px;
    width: 177px;
    z-index: 3;
}
#global-search input {
    background-color: #989898;
    border: medium none;
    color: #000000;
    height: 14px;
    line-height: 14px;
    padding: 6px 0 4px 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 140px;
}

/* Search results */
#search-results-container {
	display: none;
    position: absolute;
    right: -7px;
    top: 22px;
    width: 190px;
    z-index: 10;
}
#search-results-container .top {
	background: url("/common/commonspot/templates/images/chrome/bg//results-top.png") no-repeat scroll left top transparent;
	height: 18px;
}
#search-results-container .bottom {
	background: url("/common/commonspot/templates/images/chrome/bg/results-bottom.png") no-repeat scroll left top transparent;
	height: 18px;
}
#search-results-container #search-results {
	background: url("/common/commonspot/templates/images/chrome/bg/results.png") repeat-y scroll left top transparent;
}
#search-results {
	font-size: 11px;
	word-wrap: break-word;
	padding: 0px 24px;
}
#search-results p {
	color: #9e9e9e;
}
#search-results ul {
	padding-top: 7px;
}
#search-results li {
	padding-bottom: 7px;
}
#search-results a {
	color: #363636;
}
#search-results #suggestions ul {
	border-bottom: 1px solid #D5D5D5;
    margin-bottom: 6px;
    padding-bottom: 4px;
}
.ie7 #search-results #searches #result2 {
	padding-bottom: 0px;
}
.ie7 #search-results #searches {
	padding-bottom: 7px;
}

/* Navigation */
#header #nav {
	background-color: #485a28;
    position: absolute;
    top: 84px;
}
#header #nav li {
    float: left;
    height: 32px;
    position: relative;
}
#header #nav li a {
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
}
#header #nav li a:hover { 
	cursor: pointer; 
}
#header #nav li a span {
    background: url(/common/commonspot/templates/images/chrome/bg/nav.png) 0px 0px no-repeat;
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top:0;
    width: 100%;
}
#header #nav li a:hover span { 
	cursor: pointer; 
}
#header #nav #nav_find_park a, 
#header #nav #nav_find_park a span {
    background-position: 0px 0px;
	width: 107px;
}
#header #nav #nav_find_park a:hover span,
#header #nav #nav_find_park:hover a span { 
	background-position: 0px -32px; 
}
#header #nav #nav_find_park.active a span { 
	background-position: 0px -64px; 
}

#header #nav #nav_discover a, 
#header #nav #nav_discover a span {
	background-position: -107px 0;
	width: 140px;
}
#header #nav #nav_discover a:hover span,
#header #nav #nav_discover:hover a span { 
	background-position: -107px -32px;
}
#header #nav #nav_discover.active a span {
	background-position: -107px -64px; 
}
#header #nav #nav_explore a, 
#header #nav #nav_explore a span {
    background-position: -247px 0;
    width: 132px;
}
#header #nav #nav_explore a:hover span,
#header #nav #nav_explore:hover a span { 
	background-position: -247px -32px; 
}
#header #nav #nav_explore.active a span { 
	background-position: -247px -64px; 
}
#header #nav #nav_involved a, 
#header #nav #nav_involved a span {
    background-position: -379px 0;
    width:116px;
}
#header #nav #nav_involved a:hover span,
#header #nav #nav_involved:hover a span { 
	background-position: -379px -32px; 
}
#header #nav #nav_involved.active a span { 
	background-position: -379px -64px; 
}
#header #nav #nav_working a, 
#header #nav #nav_working a span {
    background-position: -495px 0;
    width: 212px;
}
#header #nav #nav_working a:hover span,
#header #nav #nav_working:hover a span { 
	background-position: -495px -32px; 
}
#header #nav #nav_working.active a span  { 
	background-position: -495px -64px; 
}
#header #nav #nav_teachers a, 
#header #nav #nav_teachers a span {
    background-position: -707px 0;
    width: 92px;
}
#header #nav #nav_teachers a:hover span,
#header #nav #nav_teachers:hover a span { 
	background-position: -707px -32px; 
}
#header #nav #nav_teachers.active a span { 
	background-position: -707px -64px; 
}
#header #nav #nav_kids a , 
#header #nav #nav_kids a span {
    background-position: -799px 0;
	width: 66px;
}
#header #nav #nav_kids a:hover span,
#header #nav #nav_kids:hover a span { 
	background-position: -799px -32px; 
}
#header #nav #nav_kids.active a span { 
	background-position: -799px -64px; 
}
#header #nav #nav_about a , 
#header #nav #nav_about a span {
	background-position: -865px 0;
	width: 95px;
}
#header #nav #nav_about a:hover span,
#header #nav #nav_about:hover a span, 
#header #nav #nav_about.active a span { 
	background-position: -865px -32px; 
}
#header #nav #nav_about.active a span { 
	background-position: -865px -64px; 
}
#header #nav li ul {
	background: transparent url(/common/commonspot/templates/images/chrome/bg/nav-dd-edges.png) no-repeat left bottom;
	display: none;
	left: -6px;
	padding: 9px 6px 17px 6px;
	position: absolute;
}
#header #nav #nav_about ul {
	left: auto;
	right: -6px;
}
#header #nav li:hover ul,
#header #nav li.hover ul {
	display: block;
}
#header #nav li ul li {
	height: auto;	
}
#header #nav li ul li:first-child a,
#header #nav li ul li:first-child a:hover {
	border-top: none;
}
#header #nav li ul li a {
	color: #5b5b5b;
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	height: auto;
	line-height: 14px;
	margin: 0 19px 0 17px;
	padding: 7px 0;
	width: 136px !important;
}
#header #nav li ul li a:hover {
	background-color: #916800;
	border-top: 1px solid #916800;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 7px 19px 7px 17px;	
	text-decoration: none;
}
#content #npsNav h2 { display:none; }