/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/***************
 Overall layout
****************/
#wrap
{
    background: #b2b2b2 url(/images/layout/page-bgd.png) repeat-y;
    width: 984px;
    margin: 0px auto 0px auto;
    text-align: left;
}

/*******
 Header
********/
#header
{
    background: url(/images/layout/header-bgd.png) no-repeat;
    width: 934px;
    height: 220px;
    margin: 0px;
    padding: 0px 25px;
    text-align: right;
}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
}

#header a:link,
#header a:visited
{
    color: #001a32;
}

#header a:hover
{
}


/**********
 Navigation
***********/
#navigation
{
    margin: 50px 0px 0px 240px;
    display: block;
    height: 40px;
    padding: 5px;
    float: left;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 0px 0px;
    height: 40px;
    font: normal 12px 'Georgia', 'Times', 'serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 5px 7px 10px 7px;
    color: #808d99;
}

#navigation li a:hover
{
    text-decoration: none;
    color: white;
}

#navigation li a:link.selected,
#navigation li a:visited.selected
{
    background: white;
}

#navigation li a:hover.selected
{
    color: #808d99;
}

/****
Side
*****/
#side
{
    width: 240px;
    margin: 17px 0px 50px 12px;
    float: left;
}

#side h2
{
    padding: 5px 5px 5px 15px;
}


#side ul
{
    margin: 0px;
    padding: 0px;
}

#side ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

#side ul li a:link,
#side ul li a:visited
{
    padding: 5px 5px 5px 15px;
    display: block;
    text-decoration: none;
    color: #808d99;
}

#side ul li a:hover
{
    background: #edeff2;
    text-decoration: none;
}


/****
 Body
*****/
#page
{
    padding: 5px 5px 50px 10px;
    margin: 10px 20px 0px 270px;
}

#page p,
#page h2,
#page ul li
{
    padding-right: 230px;
    text-align: justify;
}

#home p
{
    margin: 0px 0px 10px 0px;
}

#contact-side
{
    float: right;
    width: 210px;
}

#contact-side p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

#contact-side hr
{
    background: #808d99;
    border: none;
    height: 1px;
    margin: 20px 0px 10px 0px;
}

table#wof
{
    width: 450px;
    background: #f2f3f6;
}

#wof tr th
{
    background: #808d99;
    color: white;
    padding: 10px;
}

#wof tr th h2
{
    color: white;
}


#wof td
{
    padding: 5px 5px 15px 5px;
    border-bottom: 1px solid #808d99;
}

/******
 Footer
*******/

#footer
{
    background: #b2b2b2 url(/images/layout/footer-bgd.png) bottom no-repeat;
    padding: 20px 25px 75px 25px;
    clear: both;
}

#foot-notes td
{
    width: 240px;
    padding: 0px 20px;
    color: #808d99;
}

#foot-notes h2
{
    margin-bottom: 10px;
}

#foot-notes p
{
    margin: 0px 0px 10px 0px;
}

#foot-notes ol li
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#foot-notes ol
{
    margin: 0px;
    padding: 0px;
}

td#contact-details
{
    font-family: 'Georgia', 'Times', 'serif';
    text-align: right;
    color: #001a32;
}

td#contact-details h2 a:link,
td#contact-details h2 a:visited
{
    color: #001a32;
}

#foot-admin
{
    background: #b2b2b2;
    padding: 10px 0px 20px 0px;
    text-align: center;
    font-size: 11px;
    color: #666;
}

#foot-admin a:link,
#foot-admin a:visited
{
    color: #666;
}

#foot-admin a:hover
{
    color: #001a32;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.page-img
{
    float: right;
    margin: 0px 20px 25px 25px;
    border: 1px #ccc solid;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}

.testimonee
{
    text-align: right;
}

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #808d99;
    text-decoration: none;
}

a:hover
{
    color: #001a32;
    text-decoration: underline;
}

ul, li
{
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

ul
{
    margin: 5px 0px 10px 0px;
}

hr
{
    background: #808d99;
    border: none;
    height: 1px;
    width: 420px;
    margin: 20px 0px 10px 0px;
}

body
{
    background: #b2b2b2 url(/images/layout/body-bgd.png) repeat-x;
    color: #001a32;
    font: normal 12px 'Helvetica', 'Arial', 'sans-serif';
    margin: 0px;
    line-height: 1.4em;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Georgia', 'Times', 'serif';
    margin: 0px;
}

h1
{
    font-weight: normal;
    line-height: 1.3em;
}


h2
{
    font-weight: normal;
    letter-spacing: 2px;
    color: #808d99;
    line-height: 1.3em;
}

h3
{
    font-size: 13px;
    margin: 20px 0px 0px 0px;
}

h5
{
    font-size: 12px;
    font-weight: bold;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}
