﻿body 
{
        font-family: Geneva, Arial, Helvetica, sans-serif;
	    font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	    /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc 
	    change almost not at all. seems 76% is as small as you can go and stay the same across browsers.*/
	    color: #FFFFFF;
	    background-image:url(images/navigation/glbg.jpg);
	    margin-top:0px;
	    background-color:#000000;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em .0em;
	color:#FFFFFF; 
	}
.white
	{
	    background-color:White;
	    color:Black;
	}
	
h1
{
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.0em;
	padding: 3px 3px 1px 1px;
	background:#2a57a2;
	/*background:#DF7318; Good light Orange*/
	margin:3px 0px 3px 0px;
}

h2
{
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.0em;
	padding: 3px 3px 1px 3px;
	background:#bb633d;
	margin:3px 0px 3px 0px;
}
.h2DkBlue
{
	font-weight:bold;
	padding: 3px 5px 1px 3px;
	background:#288146; /*11447B */
	margin:3px 2px 3px 0px;
	color:#FFFFFF;
}
		
.nopadding
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding:0px;
    background-color:White;
    top:0px;
}
.nomargin
{
    margin-top:0px; 
    margin-bottom:0px;
    top:0px;
    bottom:0px;
}

#container
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    margin-top:6px;
    padding:0px;
    background-color:#000000;
    top:0px;
}

#PageHead
{ text-align:center;
}

.newsStory
{
 float:right;   
}


/*   -------------------------- PAGE LINKS ---------------------------   */
a:link{color:#FFFFFF; }
a:visited{color:#FFFFFF;}
a:active{color:#FFFFFF; }
a:hover {color:#FFFFFF;background-color:#000000; text-decoration:none;}

/*   -------------------------- White Text and Darker Blue Hover LINKS ---------------------------   */
a.whitebluelink:link{color:#FFFFFF; }
a.whitebluelink:visited{color:#FFFFFF;  }
a.whitebluelink:active{color:#FFFFFF;  }
a.whitebluelink:hover {color:#2a57a2;background-color:#FFFFFF;text-decoration:none;}

/*   -------------------------- Black Text and White Hover LINKS ---------------------------   */

a.burntOrangeEditLink:link{color:#FFFFFF; padding-left:10px; }
a.burntOrangeEditLink:visited{color:#FFFFFF;  padding-left:10px;}
a.burntOrangeEditLink:active{color:#FFFFFF;  padding-left:10px;}
a.burntOrangeEditLink:hover {color:#009933;background-color:white;text-decoration:none;padding-left:10px;}

/*   -------------------------- Black Text and White Hover LINKS ---------------------------   */
a.footerlink:link{color:#000000; }
a.footerlink:visited{color:#000000;  }
a.footerlink:active{color:#000000;  }
a.footerlink:hover {color:#ffffff;background-color:#000000;text-decoration:none;}

/*   -------------------------- NEWS LINKS ---------------------------   */
a.newslink:link{color:#DF7318; }
a.newslink:visited{color:#DF7318;  }
a.newslink:active{color:#DF7318;  }
a.newslink:hover {color:#ffffff;background-color:#DF7318;text-decoration:none;}

.mainlist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
  	list-style-type:none;
	width:170px;
	margin:0px;
	padding:0px;
}


 .mainlist a, .mainlist  a:visited {
	display:block;
	background-image:url(images/navigation/mainnavbg.gif);
	background-repeat: repeat-x;
	background-color:#d8d8d5;
	color: #000000;	/* ie hack so ALL ul li's don't take on the .selected properties */
	text-decoration:none;
	padding-top:2px;
	padding-left:1px;
	padding-right:3px;
	height:22px;
	background-position: 0% 50%;
	text-decoration: none;
	
	
	
}
 .mainlist  a:hover {
 	display:block;
	background-image:url(images/navigation/mainnavbghov.gif);
	background-repeat: repeat-x;
	background-color:#000000;
	background-position:top;
	color: #FFFFFF;
	padding-top:2px;
	padding-left:1px;
	padding-right:3px;
	height:22px;
	
}
.nav {float:left;}
.content {float:right;}

.leftnav 
{ background-color:#5d7fb9;
    background-image:url(images/navigation/navbg.gif);
	background-repeat:repeat; 
    float:left;   
}

.footer
{ color:#000000; background-color:#d8d9d7;
   background-image:url(images/navigation/footer_bg.jpg);
   border: 1px solid #FFFFFF; 
   width:100%;
    text-align:center;
     padding-top:2px;
      padding-bottom:2px;
       clear:both;
        margin-top:5px;
}

.pageLabel
{
    color:#FFFFFF;
    padding: 3px 3px 3px 8px;
    margin: 0px 5px 5px;
    width:745px;
}

.BreadCrumbs 
{
    text-align:left;
     color:#FFFFFF;
      font-size:1.0em;
       padding:3px 0px 3px 10px;
        background:#636360;
         margin: 0px 0px 0px 0px;
         /* overflow:hidden;*/
         
}
.subhead
{
   	font-size: 1.3em;
	line-height: 1.2em;
	padding: 3px 0px 3px 10px;
    margin: 0px 0px 5px 0px;
	color:#FFFFFF;
	background-color:#2a57a2;
    font-weight:bold; 
      
}

.whiteP
	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	/*margin: 1.2em 0em 1.2em 0em;*/
	color:#FFFFFF; 
	}/*c7d4ec*/
	
.lightBlueP
	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color:#c7d4ec; 
	}
.HeaderP
{
	font-weight:bold;
	color:#000000;
	font-size:1.0em;
	padding: 3px 3px 3px 10px;
	background:#FFFFFF;
	/*background:#DF7318; Good light Orange*/
	margin: 0px 6px 6px;
 vertical-align:middle;
}
.BlueP
{
	font-weight:bold;
	color:#FFFFFF;
	background:#2a57a2;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 6px 0px;
	width:auto;
	

}
.Porange {

	font-weight:bold;
	color:#FFFFFF;
	background:#DF7318;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 6px 0px;
}
.Pred 
{
	font-weight:bold;
	color:#FFFFFF;
	padding: 3px 3px 3px 10px;
	background:#BB120D;
	margin: 0px 6px 6px;
	
}

.Pdkblue {
	font-weight:bold;
	padding: 3px 3px 3px 3px;
	background:#11447B;
	margin: 0px 6px 6px 0px;
	color:#FFFFFF;
	
}

.Pmedblu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#336699;
	text-align: left;
	font-weight: bold;
}
.Pltblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#57B5E9;
}
.Pyellow 
{	color:#000000;
	padding: 3px 0px 3px 8px;
	background:#FFFF01;
	margin: 0px 0px 6px 0px;
	
}

.PBlackhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000000;
	text-align: left;
}

.Pgreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009933;
	font-weight: bold;
}

.PClayPotHead
{
	font-weight:bold;
	color:White;
	padding: 3px 0px 3px 8px;
	background:#009933;
	margin: 0px 0px 6px 0px;
}

.pGray
{
   	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0px 0px 3px 10px;
    margin: 0px 0px 5px 0px;
	color:#000000;
	background-color:#a1a1a1;
    font-weight:bold; 
}

.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009933;
	font-weight: bold;
}
.purple
{
	color:#663366;
	 font-weight: bold;
}

tr.desc
{
     background-color: #006699;
     font-weight: bold;
}

td.linkName
{
    font-family: arial,helvetica,sans_serif;
	color: white;
    width: 320px;
    text-align: center;
}

.paraLeftMargin
{
    margin:0px 15px 0px 15px;
}

.ppad 
{
    padding-left:10px;
    padding-right:3px;
}

.FindParkButton
{
   vertical-align:bottom;
}