﻿body
{
    font-family: Verdana, Helvetica, Helvetica-Narrow, Arial, sans-serif;
    margin: 0px;
    background: #89AA49 url(images/background_main-green.jpg) repeat-y center top;
    font-size: 10 px;
    color: #FFFFFF;
}
a:link
{
    color: #FFFFFF; /*#999999*/ /*old color #8A3700*/
}
a:visited
{
    color: #FFFFFF;/*#542100*/
}
a:hover
{
    text-decoration: none;
    color: #999999;/*#A45521*/
}
a:active
{
    text-decoration: none;
    color: #FFFFFF;/*#808080*/
}



/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
  margin: 2px 0 2px 0;
  font-family: Verdana, Helvetica, Helvetica-Narrow, Arial, sans-serif;
  color: #FFFFFF;
}


h1
{
    font-size: 20px;/*28px*/
    font-weight: bold;
    margin: 5px 0 5px 0;
}



h2
{
    font-size: 14px;/*28px*/
    font-weight: bold;
    text-align: center;
}

h3
{
    font-size: 12px;/*28px*/
    font-weight: bold;
    text-align: center;
}

h4
{
    font-size: 9px;
    
   }
h5
{
    font-size: 8px;
    
   }
h6
{
    font-size: 6px;
    
   }







/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    background: url(images/poster-green.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main-green.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Arial, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #FFFFFF;/*#C89F3D*/
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    text-decoration: none;
    color: #767676;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
}

a:active
{
    color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #767676;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

/* 3 column layout */
#columnleft
{
    float: left;
    width: 200px;
    height: auto; 
}

#columnright
{
    margin-left: 205px;
    width: 383px;
    height: auto;
}
#columnright2
{
    float: right
    /*margin-left: 593px;
    width: 128px;*/
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft-green.gif) repeat-y;
    vertical-align: top;
}


 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright-green.gif) repeat-y;
    position: relative;
    width:350px;
    /*
    top: -26px;
    left: 148px;
*/
}


.rightblock2
{
    border: 1px solid #DBDB79;
    padding: 10px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright-green.gif) repeat-y;
    position: relative;
    width:110px;
}

    



/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 1px;
    margin-bottom: 1px;
    clear:right;
    width: 446px;
    height: 1px;
}









/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}


/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;    
}

.picture
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px;
    margin: 5px;  
}

/* add hover border to href thumbnail images */
/*todo: rectify whether these should be .photo instead */

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #767676;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}

.thumbnail a:visited img
{
    border: 2px solid #FFFFFF;
}


/************************************************************************
* 
* List type pages
*
************************************************************************/



/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

/* Used by the page number control */


.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}









