/*
------------------------------------------
parks and recreation  styles
modified: nov 05
------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body{
	background:#666 url(Images/html_bg.jpg) repeat-y center top;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	
}


td,p,ul,caption,label,li, ul, ol, div, img {
	text-align:left;
	vertical-align:top;
}

img{ /* takes care of issue in firefox */
	padding: 0;
	margin: 0;
}


/*   =layout 
-------------------------------------------------------- */
#pagecontainer{
	text-align:left; /* for ie */
	width: 750px;
	padding:0px;
	margin:0 auto;
	z-index: 1;
	position: relative;
	background: url(Images/pagecontainer_bg.gif) repeat-y;	
	font-size:100%;
	
	}
	
#adminpagecontainer{
	text-align:left; /* for ie */
	width: 750px;
	padding:0px;
	margin:0 auto;
	z-index: 1;
	position: relative;
	}

/*   =header 
-------------------------------------------------------- */
	
div.header {
	height:50px;
	background: #8C7A32;
	margin: 0px;
	color: #FFF;
	vertical-align: middle;
	font: bold 150%/50px "Courier New", Courier, mono;
}

div.header img{
	float: left;
}

.social-media-buttons-container{
	position:absolute;
	top:20px;
	left:700px;	
	width:40px;
	height:16px;
}

.btn-social-media{
	display:block;
	float:left;
	margin-right:3px;	
	border:none;	
}

.btn-social-media:hover{
	background:none;
	border:none;
}

.btn-social-media img{
	border:none;	
	background:none;
}

div.topnav{
    width:750px; 
    background-color: #EDE6C9; 
    height: 30px; 
    border-bottom: 1px solid #FFF; 
}

div.topnav div.breadcrumb
{
    padding: 8px 10px 8px 20px;
    font-size: 10px;
    color: #6D6842;
    float: left;
    width: 60%;
}

div.topnav div.topnavlinks{
    padding: 8px 2px 8px 0px;
    font-size: 11px;
    color: #6D6842;
    float: right;
    width: 30%;
	width:auto;
    position: relative;
}

div.searchbox
{
    position: absolute;
    top: 5px;
    left: -200px;
}

/*   =sidebar 
-------------------------------------------------------- */
.sidebar-a{
	width: 175px;
	float: left;

}


/* =hack ie 3 pixel gap (holly hack)
-------------------------------------------------------------------*/

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .sidebar-a{
  margin-right: -3px;
  }
 
* html .iewrapper{
  height: 1%;
  margin-left: 0px;
  }

/* End hide from IE5/mac */

/* end hack */


.banner{
   
    padding: 0px;
    margin: 0px;
}
	

.imgrotate{
	border-left:1px solid white;
}



/* =maincol
-----------------------------------------------------*/

.maincol{
	width: 575px;
	padding: 0px;
	text-align:left;
	float: right;
}

.iewrapper{ /* this div is needed to get rid of ie 6 3 pixel float gap */
	margin-left:175px;
}

.content {
	padding:10px  5px 10px 10px;		/* not sure if we are using this ---------delete ---*/
	/*background-color: #EDE6C9;*/
	line-height: 1.5em;	
}
.contentblock {
	padding: 10px;
	/*background-color: #EDE6C9;*/
}

.flashslideshow{
    width: 575px; 
    height: 225px; 
    background-color: #ebebeb;
}



/* =footer 
------------------------------------------------------*/

div.footer {
	list-style: none;
	font-size: 92%;
	color: #333;
	height: 100px;
	line-height: 150%;
	border-top: 1px dotted #ccc;
	text-align:left; /* for ie */
	width: 750px;
	padding:0px;
	margin:0 auto;
	z-index: 1;
	position: relative;
	clear:both;
	background: #fff;
}

div.footer div.leftlinks{
   float:left; 
    padding:5px;
	width: 570px;
}

div.footer a:link, div.footer a:visited{
	font-size: 90%;
    color: #777;
}

div.footer a:hover, div.footer a:active{
	font-size: 90%;
    color: #333;
    text-decoration: underline;
    background: none;
}


.footerbtns{
	width: 160px;
	float: right;
	
}

.footerbtns img{
	float:left;

}


/* =homepage content 
-------------------------------------------------*/

.homepagecontent{
	width:575px;
	background:url(Images/homepagecontent_bg.gif) repeat-y;
}


.homeleft{
	width:320px;
	float: left;
	background: url(Images/homepageleft_bg.jpg) no-repeat center top;
}


.homeright{
	width:255px;
	float:left;

}

.homeright img{
	padding:5px;
}

.newstabs {
	height: auto;
	text-align: left;
	width:302px; /* 2 pix for border on tab content */
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
}

.newstabs ul{
	padding:  0px;
	font: bold 11px verdana, sans-serif;
	margin:0;
}

.maincol .newstabs ul li{
	list-style: none;
	margin: 0;
	display: inline;
	}

 .homepagecontent .newstabs ul li a{
	padding: 0px 0.5em;
	margin-left: 0px;
	border-bottom: none;
	text-decoration: none;
	border-top: 1px solid #960;
	border-right: 1px solid #960;
	border-left: 1px solid #960;
	background: #FFEA8C;
}

.newstabs ul li a:link{
	color:#996600;
}

.newstabs ul li a:visited{
	color:#999;
}

.newstabs ul li a:link:hover, .newstabs ul li a:visited:hover{
	color:#996600;
	background: #fff;
	border: #666666;
	border-top: 1px solid #960;
	border-right: 1px solid #960;
	border-left: 1px solid #960;
	border-bottom: 1px solid #960;
}

.newstabs ul li a.current{
	background:#fff;
	border-bottom: 1px solid #fff;
}
.newstabs ul li a.current:hover{
	border-bottom: 1px solid #fff;
}

.newstabcontent{
	border: 1px solid #960;
	background:#fff;
	width:300px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:1em;
}


.selectparkdd{
 background:#867553;
	margin-left:auto;
	margin-right: auto;
	padding:10px;
}

/* generics
--------------------------------------------*/

.floatright{
	float:right;
}

.clearboth { 
	clear: both; 
}

.hide { 
	display: none; 
}

.show { 
	display: block; 
}

/* =clear fix 
----------------------------------------*/


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* 	=text
---------------------------------------------------------------*/

p {
  margin:.5em .5em 1em 1em;
  }



h1, h2, h3, h4, h5 {
	
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #900;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-bottom:.25em;
}

h2 {
	color: #996600;
	margin: .5em 0em .5em 0em;
	font: normal 1.3em Arial, Helvetica, sans-serif;	
}

h3 { 
	color: #999900;
	font: 1.1 em normal Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #999900;
	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

/* =lists
--------------------------------------------------------*/

.maincol dl, .maincol ol 
{
	/*list-style: none;*/
   	margin-left: 1em;
	padding-left: 0; /* must set both for crossbrowser indentation */
}

.maincol ul{
	/*list-style: none;*/
   	margin-left: 1em;
	padding-left: 0; /* must set both for crossbrowser indentation */
	list-style: square;
}



.maincol li
{
	margin: 2px 0px;
}

.sitemap{
    padding: 10px;
}

.sitemap a:hover{
	text-decoration: none;
}



.sitemap ul 
{
	 margin-left: 0.5em;
	 padding-left: 0;
}



/* --------------------------------- remove if not needed 
.contentlinks{		
	display:block;
	background: #EDEBD5;
	margin:5px;
	border: 1px solid #AEA574;
	padding:5px;	
}

*/


.highlight{
	background:#edebd5;
	margin:.5em;
	padding:1em;
}



/* = bread crumb 
-------------------------------------------------------*/
 
 div.breadcrumb{
 	width:700px;
	padding: 1em 0;
	font-size:80%;
	margin:0px; /* zero out from above */
 }
 
 div.breadcrumb ul{

 }
 
 div.breadcrumb li{
  float:left;
  padding:0px;
  text-indent:0px;
 }
  
  
/* = links
------------------------------------------------------*/
a:link, a:visited{
	color: #B28000;
	text-decoration: none;
}

a:hover, a:active {
	color: #8C4F3A;
	text-decoration: underline;
}

a img{
	border: 0px;
	padding: 0;
	margin: 0;
}


a:hover img, a:active img{
	background-color: #FFF;
}

.contentblock a:link, .contentblock a:visited{
	color: #B28000;
	text-decoration: none;
	/*border-bottom: 1px dotted #8B4D32;*/
}

.contentblock a:hover, .contentblock a:active {
	color: #8C4F3A;
	}
	
/*
.content a:link, .content a:visited{
	color: #B28000;
	text-decoration: none;
	border-bottom: 1px dotted #8B4D32;
}

.content a:hover, .content a:active 
{
	color: #8C4F3A;
	}
	
	*/
	
a.closebtn:link, a.closebtn:visited {
	font-weight:bold;
	font-size:90%;
	color:#960;
	background:#EDE6C9;
	border: 1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	padding:4px 8px;
	margin: 1em;
}

a.closebtn:hover, a.closebtn:active {
	font-weight:bold;
	font-size:90%;
	color:#fff;
	background:#960;
	padding:4px 8px;
	margin: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #CCC;
}
	
	

.messagebox{
	position: absolute;
	top: 200px;
	left: 225px;
	width: 300px;		
	border: 2px solid #EDE6C9;
	padding:3px;
	background-color: #FFF;
	z-index: 10;
}

.messagebox .header{
    height: 20px;
	background: #8C7A32;
	margin: 0px;
	padding: 10px;
	color: #FFF;
	vertical-align: middle;
	font: bold 20px "Courier New", Courier, mono;
}



	
/* =faq 
--------------------------------------------------*/

dl{
	margin:1em;
}

dt{
	color: #909679;
	border-bottom: 1px dotted #CC9900;
	font: 1.2em/24px "Trebuchet MS", Verdana, Arial;
}

dt span { /* date styles */
	border-right: 1px solid #BB9955;
	padding-right: .5em;
	margin-right: .5em;
	color: #336;
}

dd{
	color: #333;
	margin-bottom: 1em;
}



/*=contentlist 
------------------------------------------*/

.contentlist{
	border:1px solid #999;
	background: #fff;
	padding:3px;
}

.contentlist ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	background: #EEE;
  }
  
.contentlist ul li {
  margin: 2px 0 6px 0; 
  padding: 0;
  line-height: 24px; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
  
.contentlist ul li a {
  padding-left: 30px; /* width of icon + whitespace */
  font-weight: bold;
  }


/* =table data
-----------------------------------------------------*/

table.tbldata th 
{
	background-color: #8E6E3B;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	border-right: 1px solid #714D19;
	border-bottom: 1px solid #714D19;
}

table.tbldata  tr td 
{
	font-size:85%;
	padding: 3px 8px;
	border-right: 1px solid #714D19;
	border-bottom: 1px solid #714D19;
}


.tblfigures {
	border-top: 1px solid #714D19;
	border-left: 1px solid #714D19;

}

.tblfigures th 
{
	background-color: #8E6E3B;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	border-right: 1px solid #714D19;
	border-bottom: 1px solid #714D19;
	font-size:70%;
	text-align:center;
}

.tblfigures  tr td 
{
	font-size:70%;
	padding: 3px 8px;
	border-right: 1px solid #714D19;
	border-bottom: 1px solid #714D19;
}
	
	
	

a.button:link, a.button:visited {
	font-weight:bold;
	font-size:90%;
	color:#666;
	background:#ede9d9;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	padding:2px 4px;
}

a.button:hover, a.button:active {
	font-weight:bold;
	font-size:90%;
	color:#fff;
	background:#960;
	padding:2px 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #CCC;
}


td.button a:link, td.button a:visited {
	font-weight:bold;
	font-size:90%;
	color:#666;
	background:#ede9d9;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	padding:2px 4px;
}

td.button a:hover, td.button a:active {
	font-weight:bold;
	font-size:90%;
	color:#fff;
	background:#960;
	padding:2px 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #CCC;
}

div.tabs{
	float:left;
    width:100%;
    line-height:normal;
	border-bottom:1px solid #06C;
	background:#fff;
}

div.tabs ul{
	padding:0px;
	margin:0px;
	list-style: none;
}

div.tabs ul li{
	display:block;
	background:#fff;
	margin: -1px 3px 0 3px;
	padding: 5px 15px 8px;
	border-bottom:1px none #CCCCCC;
	float:left;
	color: #00CCFF;
	border: 1px solid #CCCCCC;
	}
	


/* =admin only 
-----------------------------------------------------*/	
div.layoutheader{
    background-image: url(Images/titleBarBg.gif);
    color: #FFF;
    font-weight: bold;
    padding: 0; 
    height: 27px;
    width: 100%;
}

div.leftlayoutheader{
    background-image: url(Images/titleBarBg.gif);
    height: 27px;
    color: #FFF;
    padding: 0; 
    clear: both;
    width: 100%;
    font-size: 10px;
}
    
.contextitem{
    padding: 3px;
	height: 15px;
	vertical-align: middle;
	font-size: 85%;
}

.contextitemover{
    padding: 3px;
	height: 15px;
	vertical-align: middle;
	font-size: 85%;
	background-color: #EDE6C9;
	cursor: pointer;
}


/* park styles 
---------------------------------------*/

.parkdetails{
	font-size:.85em;
	float:left;
}

.parkdetails ul{
	list-style: none;	
	margin:5px;
	padding:0;
	background: #FDF4A5;
}

.parkdetails li{
	border-bottom: 1px solid #EDDE89;
	margin:  0px;
	padding: 5px;
}

.parkdetails li h4{
	color:#8E7C34;
	padding:0;
	margin: 0;
}

.parktitle{
	border-bottom: 1px dotted #e87c34;
}

.parkmain{
	/*width:560px;*/
	width:100%;
	float: left;
}


.parkmaindesc{
	width: 300px;
	float:left;
	
}

.parkmedia {
	width:260px;
	float:left;
	
}

.parklocation{
	border: 1px solid #8C7A32;
	padding:.5em;
	font-size: .85em;
	background: #F1DD84 url(Images/typo_bg_yellow.gif) no-repeat right bottom;
}

.parkslideshow{
	margin: 1em 0;
	border: 1px solid #8C7A32;
	text-align:center;
	
} 




.parkslideshow img{
	padding:.5em 0;
	
	}
	


/* park tabs
------------------------------------------------*/
.parktabs {
	height: auto;
	background: #fff;
	text-align: left;
}



.parktabs ul{
	padding: 3px 3px 3px 0px;
font: bold 11px verdana, sans-serif;
	margin:0;
	
}

.parktabs ul li{
	list-style: none;
	margin: 0;
	display: inline;
	}

.content .parktabs ul li a{
	padding: 3px 0.5em;
	margin-left: 0px;
	border-bottom: 1px none #960;
	background: #FFEA8C;
	text-decoration: none;
	border-top: 1px solid #960;
	border-right: 1px solid #960;
	border-left: 1px solid #960;
}

.parktabs ul li a:link{
	color:#996600;
}

.parktabs ul li a:visited{
	color:#999;
}

.parktabs ul li a:link:hover, .parktabs ul li a:visited:hover{
	color:#996600;
	background: #fff;
	border: #666666;
	border-top: 1px solid #960;
	border-right: 1px solid #960;
	border-left: 1px solid #960;
	border-bottom: 1px solid #fff;
	
}

.parktabs ul li a.current{
	background:#fff;
	border-bottom: 1px solid #fff;
}

.parktabcontent{
	border-bottom: 1px solid #960;
	border-right: 1px solid #960;
	border-left: 1px solid #960;
	border-top: 1px solid #960;	
	
}





/*  =nav id
-----------------------------------------------------*/
#nearbynav{
	color: #333;
	margin:5px;
	text-align:center; /* for ie */
	width:165px;
 }
 
#nearbynav ul {
	font-size: 11px;
	padding: 0;
	margin:0;
	list-style: none;
	width:165px;
	}

#nearbynav li {
	float: left;
	width:165px;
	border-bottom: 1px solid #BCB99C;
		
 }



#nearbynav li a {
	width: 150px;
 	display: block;
	color: #482200; 
	text-transform: lowercase;
    /*letter-spacing: 2px;*/
    padding: 4px 0px 4px 15px;
	background:#fff;
 }
 
 html>body #nearbynav li a { /* ie can't process this */
 width: auto; 
}

#nearbynav li a:hover {
	background-color: #E5E3BF;
	color: #CC6600;	
	text-decoration: none;  
 }


 /* set current link style different for current page */
 
#nearbynav li a.current {
	display: block;
	padding: 5px 2px 5px 22px;
	background-color: #FFF;
	color: #CC6600;	  
	text-decoration: none;
	width: 100%; /* for ie */
 }
 
  html>body #nearbynav li a.current { /* ie can't process this */
 width: auto; 
}
 
 	#nearbynav h3{
	background:#960;
	line-height:1.5em;
	padding:5px;
	vertical-align:middle;
	}
	
/* tbl board 
--------------------------------------------*/


.tblboard{
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-collapse:collapse;

}


.tblboard td, .tblboard th{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px;

}


.tblboard td img {
border: 1px solid #ccc;
padding:3px;
float:left;
margin:5px;


}


/* tbl browsers  - accessiblity page 
----------------------------------------------*/


.tblbrowsers{
	float: right;
	background:#FBF4E9;
	border-right: 1px solid #D2CDC3;
	margin: 1em;
}


.tblbrowsers td {
	text-align:center;
	padding:2px;
	border-left: 1px solid #D2CDC3;
	border-bottom: 1px solid #D2CDC3;
}


.tblbrowsers th{
	text-align:center;
	background:#fff;
	border-top: 1px solid #D2CDC3;
	border-left: 1px solid #D2CDC3;
	border-bottom: 1px solid #D2CDC3;
}

.platform{
	background:#ebebeb;
}


/* tblnews  - accessiblity page 
----------------------------------------------*/


.tblnews{
	padding:10px;
}

.tblnews table{
	border: 0px;
}


.tblnews td {
	padding:5px;
	
}


.tblnews th{
	text-align:center;
	
	
}


/* jumplinks for naviation to anchors 
---------------------------------------------*/
.jumplinks{
	border: 1px dotted #D2CDC3;
	padding:10px;
	width:500px; /* width set for ie win */
	margin-bottom: 1em;
}

.jumplinks span{
	font-weight:bold;
	color:#006600;
	
}


.jumplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
 }

.jumplinks li {
	border-bottom: 1px dotted #ccc;
	background: url(Images/arrow_submenu.gif) no-repeat right center;	
	
 }


.jumplinks li a {
	display: block;
	padding: 5px 0px 5px 20px; /* left padding same as link styles padding */
	color: #334A5A;
	text-decoration: none;
	width: 100%;
	
	
 }
 
 htmls>body .jumplinks li a { /* ie can't process this */
 width: auto; 
}

.jumplinks li a:hover {
	/*background-color: #E5E3BF;*/
	color: #CC6600;	 
	
 }
 
 
 .jumplinks li ul{
 	padding-left:1em;
 }


.jumplinks li ul li{
	border-bottom: 0px dotted #ccc;	

}


.quote{
	background: url(Images/govquote_bg.gif) no-repeat left top;

}

.quote p{
	padding: 20px;

}

.quote p img{
	float:right;
	padding: 0px 10px;
}	




.quotebtm{
background: url(Images/quoteright.gif) no-repeat right bottom;

}

/* Callout Boxes */
.callout-box {
	margin: 15px 0;
	width: 523px;
	height: 130px;
	background: url(/assets/images/callout-boxes/callout-boxes.jpg) no-repeat 0 0;
}

.callout-box .callout-image {
	width: 178px;
	height: 130px;
	float: left;
}
.callout-box.plain .callout-image { display: none }

.ci-ranger .callout-image {
	background: url(/assets/images/callout-boxes/ci-ranger.gif) no-repeat 0 0;
}

.ci-planning .callout-image {
	background: url(/assets/images/callout-boxes/ci-planning.gif) no-repeat 0 0;
}

.ci-gis .callout-image {
	background: url(/assets/images/callout-boxes/ci-gis.gif) no-repeat 0 0;
}

.callout-box .callout-content {
	padding: 0 20px 0 0;
	width: 325px;
	height: 130px;
	float: right;
}
.callout-box.plain .callout-content {
	padding: 0 20px;
	width: 483px;
}

.callout-box h3 {
	margin: 0;
	padding: 22px 0 0 0;
	font-size: 20px;
	color: #77120e;
}

.callout-box p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.callout-box a {
	color: #77120e !important;
}


/* print styles 
--------------------------------------------------*/

@media print
{
	* {
		background-color: white !important;
		background-image: none !important;
		margin: 0 !important;
		padding: 0 !important;
		color: black !important;
		border-color: Black !important;
		border-style: none !important;
		float: none !important;
	}
	
	.header, .topnav, #nav, #nearbynav, .footer, .parkslideshow, .parktabs ul li
	{
		display: none !important;
	}
	
	.content, .content p, .parktabcontent
	{
		width: 700px;
	}
	
	.parklocation 
	{
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	
	.parkdetails 
	{
		margin-bottom: 10px !important;
	}
	
}
