/* Header defintions */

.custom #page #header {background: #254117 url('images/PGS_Header_Logo.jpg') center no-repeat;width: 840; height: 115px; -moz-border-radius: .5em;-webkit-border-radius: .5em;border-radius: .5em;padding: 0;margin: 0 0 0.200em 0;border:0.5em solid #254117; }


body.custom {
    background: #254117;
}

body.custom {
       background: #254117;

}

.custom #container { border: 0.5em double #fff; } 

.custom #page {
    background: #fff;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

    /* This line sets up our clickable background image based on the site title’s link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header’s file name */
    .custom #header #logo a { display: block; height: 115px; width: 840px; background: url(’images/PGS_Header_Logo.jpg‘) no-repeat; outline: none; }

    /* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
    .custom #header #tagline { height: 0; }

    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
    .custom #header { padding: 0; }






/* The following code provides style/color to the Navigation */
.custom ul#tabs {border:0;}
   .custom ul#tabs li {margin:0; border:0; background:none;}
   .custom ul#tabs li.current_page_item, 
      .custom ul#tabs li.current-cat {padding:0; border:0; background:none;}
   .custom ul#tabs li.rss {}
   .custom ul#tabs li a,
      .custom ul#tabs li a:active,
      .custom ul#tabs li a:visited, {text-decoration:none;}
      .custom ul#tabs li a:hover {text-decoration:underline;}
   .custom ul#tabs li.current_page_item a {margin:0; border:0; background:#fff;}
   .custom ul#tabs li.current-cat a {margin:0; border:0; background:#fff;}

.custom #sidebars {background-color: #fff;
} 
.custom #content_box {background-color:#fff;}
.custom #content {background-color:#fff;}

.sidebar a{color:#fff;}

/* Custom Navigation atop Header */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#000 none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.1em; color: #254117; }
.custom ul#topnav li a:hover { text-decoration: underline; } 

/* Hover color for Navigation */
.custom ul#tabs li a:hover { color: #254117; text-decoration:bold; background: #fff;}
.custom li.widget a, .custom li.widget a:visited {color:#254117;}

