@charset "iso-8859-1";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
h6 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
h5 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
h4 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
h3 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
h2 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
h1 {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
iframe {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
object {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
applet {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
span {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
div {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
body {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
html {
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {

/*text-align: center;  */
/* Centers the page content container in IE 5 browsers. */ /*; */



padding: 0px 0px 0px 0px;
background-color: #353c48;
line-height: 1.2em;
font-size: 1em;
color: #2d2e2e;
font-family: Arial, Helvetica, sans-serif;
margin: 0px 0px 0px 0px;
}
body img {
border: 0px;
text-decoration: none;
}

/* Commonly used to style page titles. */
h3 {
color: #69c;
margin: 5px 0px 5px 10px;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h2 {
color: #69c;
margin: 5px 0px 5px 10px;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
color: #69c;
margin: 5px 0px 5px 10px;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
text-align: center;
}


h1 {
font-size: 1.7em;
}

/* Commonly used to style section titles. */
h2 {
font-size: 1.3em;
}

h3 {
font-size: 1.1em;
}

/* Sets the style for unvisited links. */
a:link {
color: #4095df;
font-weight: bold;
text-decoration: none;
}
a {
color: #4095df;
font-weight: bold;
text-decoration: none;
}

/* Sets the style for visited links. */
a:visited {
/*color: #D2B48C; */
color: red;
font-weight: bold;
text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
color: #2170bd;
text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus {
color: #2170bd;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
color: #039;
}


#outer_container {
position: relative;
width: 900px;
background-color: #fff;
/* width: 80%;  */
text-align: left; /* Redefines the text alignment defined by the body element. */;
margin: 0px auto 0px auto;  /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

}

/* CSS layout */

#top_nav {
padding-top:4px;
padding-bottom:12px;
padding-left:00px;
background-color: #2E6AB7;
color: white;
margin-left:0;
height:06px;
width:900px;
font-size:small;
}

#top_nav ul {
display:inline;
padding-left: 10;
list-style: none;
padding-top: 6px;
padding-bottom: 5px;
border-bottom: 1px dashed aqua;
}


#top_nav li {
display:inline;
float: left;
padding-left:10px;
}

#top_nav a {
display:block;
border: 1 px dashed #333;
border-bottom: none;
padding: 5px 25px 5px 25 px;
margin-right: 5px;
/* background-color: red; */
text-decoration: none;
color: white;
text-align: center;
}

#top_nav a:link {
color: white;  
}

#top_nav a:visit {
color: #D2B48C;  
}

#top_nav a:hover {
color: black;
background-color: white;
}

#top_nav a:active {
color: #D2B48C; 
}

#masthead {
  background: #1b5db2 url('../images/parktimesbanner.jpg') no-repeat left 75%;
  background-position:center;
  height: 170px;
  width:900px; 
 }


/*                        left Column                 */

#menu_col {
width: 210px;
float:left;
clear: left;
/*position: float; */
Margin-top:00px;
/*background-color: pink; */
padding-left: 2px;
}

#menu_col h4 {

text-align:center;
color:silver;
margin: 8px 0px 8px 0px;

}
}

#side-menu-1 {

/* background: white url(images/wholebluebox.png) no-repeat;  */

background: white url(../images/boxtoplinebluebox.gif) no-repeat; 
/* margin-top: 2px;
 padding-top:12px;
padding-left:px;
background-color:#D39C50;
border-style:single;
border:medium;
border-bottom-style:double;
border-top-style:double;
border-left-style:double;
border-right-style:double;
padding: 8px 5px 5px 8px;
border-color:red;
*/

}



#side-menu-2 {

/* background: white url(images/wholebluebox.png) no-repeat;  */
background: white url(../images/boxtoplinebluebox.gif) no-repeat; 
 margin-top:0px;
 padding-top:07px;
/*background-color:#D39C50;
border-style:single;
border:medium;
border-bottom-style:double;
border-top-style:double;
border-left-style:double;
border-right-style:double;
padding: 8px 5px 5px 8px;
border-color:red;*/

}


#side-menu-title {
/*  height: 111px; */
width=170px;
  }

#menu_col ul {
/*border-top: 1px dashed #999999; */
margin-top: 20px;
/*margin-bottom: 20px; */

background: #2E6AB7;
list-style:none;
text-decoration: none;
margin-left: 00px;
width: 170px;
margin-top:8px;
border-style:solid; /* style is required for border to work */
border-left:medium;
border-left-color:#cccccc;
border-right:medium;
border-right-color:#CCCCCC;
/*
padding-top:8px;
padding:0;
*/

}

#menu_col li {
padding-top:0px;
padding-left:10px;
border-bottom-style:dotted;
border-width:3px;
margin: 2px 0px 4px 0px;

/*width: 180px; */

border-bottom:thin;
border-top:thin;
border-bottom-color:white;
border-top-color:white;
border-left:thin;
border-left-color:gray;
border-right-color:gray;

/* border: 1px dashed maroon; */

}


#menu_col a {
width: 170px;
}


#menu_col a:link {
color: white;
/* width: 0px; */
}

#menu_col a:visited {
color: #D2B48C;
/* color: red; */
}

#menu_col a:hover {
color: white;
background-color: light-blue;
display:block;
font-style:italic;
text-decoration: none;
background:#5959E1;
width: 160px;
/*text-align:right; */

}

#menu_col a:active {
color: #D2B48C;
    display:block;
}


#menu-graphic-1 {
background: url(images/boxtopsides.gif) repeat; 
margin-left:0px;
/*padding-left:8px; */
}

#menu-graphic-bottom-1 {
margin: -20px 0px 10px 0px;
padding-bottom:24px;
color:white;
height:20px;
/* margin:-20 0 0 10; */
background: url(../images/bottomgraybox.gif) no-repeat; 
}
    

#tag-line {
background: url(../images/taglinebanner.gif) no-repeat center;
position: relative; /*margin-left: 260px; */ /*margin-top:-660px; */;
width: 900px;
background-color: white; /*padding-left:10px;*/;
height: 55px;
}

#page_content {
float: left;
width: 590px;
margin-right: 10px;
padding-left: 04px;
/*border-left: 1px dashed #999999; */
display: inline;

/*position: relative; 
padding: 2px 15px 10px 10px;
margin-left: 270px;
margin-top: -630px; 
margin-right: 40px;
background-color:#e6e6fa;
border-bottom:thin;
border-top:thin;
border:medium;
border-color:black;
display:inline;  
*/
}


#right_top {
position:absolute;
color:red;
background-color:teal;
width: 300px;
height:auto;

left: 270px; 
top: 192px;
padding-left: 5px;
padding-top: 2px;
}


#footer {
border-top: 1px dashed #999999;
clear: both;
background-color: #2E6AB7;
color: white;
width: 860px;
padding-left: 40px;
padding-top:0px;
margin-top:0;


}

#footer a {
color: white;
font-weight: bold;
text-decoration: none;
}


#footer a:visited {
color: #D2B48C;
font-weight: bold;
text-decoration: none;
}

/* Sets the style for links on mouseover. */
#footer a:hover {
color: #aaaaaa;
text-decoration: underline;
}

/* Sets the style for a link that has focus. */
#footer a:focus {
color: black;
}

/* Sets the style for a link that is being activated/clicked. */
#footer a:active {
color: #8b0000;  
}

