﻿body
{
    background: #4b6c7e;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    color: #252625;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.clear
{
    clear: both;
}
#key
{
    background-color: #B7D576;
    text-align: left;
    padding: 3px;
}
#action-links
{
    float: right;
}
#action-links a
{
    font-weight: bold;
}
a
{
    text-decoration: none;
    color: #252625;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}
h2
{
    font-size: 18px;
    color: #577982;
    font-family: Arial;
    margin-top: 15px;
}
h4
{
    font-size: 15px;
    color: #4B6C7E;
    font-family: Arial;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}
#CenterFrame
{
    border: solid 1px #c2c2c2;
    border-top: none;
    height: auto;
    width: 750px;
    text-align: left;
    margin: auto;
}

#midsect
{
    background-color: #fff;
    padding-bottom: 20px;
}


#logo
{
    height: 116px;
    background-color: #4b6c7e;
    text-align: left;
    margin: auto;
    width: 750px;
}

#logo img
{
    float: right;
}


/***************NAVIGATION**************/


#navbar
{
    width: 750px;
    height: 18px;
    color: #fff;
    text-align: left;
    background-color: #4b6c7e;
    font-size: 13px;
    text-align: left;
    margin: auto;
}

/************* Overridden in ie css */
#navbar a
{
    color: #ffffff;
}

#navbar a:hover
{
    border-bottom: solid 5px #b7d576;
    text-decoration: none;
}
/************* Overridden in ie css */
#homenav
{
    border-bottom: solid 5px #b7d576;
}

#navbar ul
{
    list-style: none;
}

#navbar ul li
{
    float: left;
    padding-left: 5px;
}




#trail
{
    height: 19px;
    background-color: #c5dbea;
    margin-top: 3px;
    border-top: solid 3px white;
    color: #4a88a6;
    padding-top: 3px;
    padding-left: 5px;
}

#trail a
{
    color: #4a88a6;
}

.footer
{
    height: 22px;
    border-top: solid 1px #88bad1;
    border-bottom: solid 1px #88bad1;
    margin-top: 15px;
    padding-top: 7px;
    text-align: center;
    color: #4b6c7e;
    font-size: 11px;
}
.footer-links
{
    border-top: solid 1px #88bad1;
    border-bottom: solid 1px #88bad1;
    margin-top: 15px;
    margin-bottom: -5px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    color: #4b6c7e;
    font-size: 11px;
}
#siteby
{
    float: right;
    margin-bottom: 5px;
    color: #4b6c7e;
    font-size: 10px;
    margin-top: 4px;
    margin-right: 5px;
}

#login
{
    float: left;
    font-size: 10px;
    margin-top: 4px;
    margin-left: 5px;
}
#login a
{
    color: #4b6c7e;
}

#siteby a
{
    color: #4b6c7e;
}

#imagebanner
{
    margin-top: 30px;
    text-align: center;
    border-top: solid 20px #d1e2ee;
    border-bottom: solid 20px #d1e2ee;
}

#imagebanner img
{
    width: 15%;
    margin: 5px 4px 5px 4px;
    cursor: pointer;
}

/*
commented out to allow jquery to fx the opacity
#imagebanner img:hover
{
    opacity:0.4;
    filter:alpha(opacity=40);
}*/

/************MAIN CONTENT*******************/


#MainContent
{
    padding: 15px;
    min-height: 350px;
}

#MainContent p
{
    width: 95%;
    margin-top: 5px;
    margin-left: 10px;
}

#MainContent h3
{
    font-weight: normal;
    font-family: Georgia;
    font-size: 19px;
    width: 95%;
    margin-top: 10px;
    margin-left: 10px;
    color: #252625;
}

#MainContent .pagename
{
    margin-bottom: 10px;
}

.leftcol
{
    float: left;
    width: 45%;
}

.rightcol
{
    width: 50%;
    float: right;
}

#bigimage
{
    height: 260px;
    width: 360px; /*background-image: url(../img/home_big_imagebox.jpg);     background-repeat: no-repeat;     background-position:center ;*/
}

#thumbs
{
    /*text-align: center;*/
    width: 360px;
}

/* ie 6 doesnt support real first and last child selectors */
#thumbs img#first-child
{
    margin-right: 5px;
    margin-top: 5px;
}

#thumbs img.thumbs-img
{
    margin-left: 5px;
    margin-right: 4px;
    margin-top: 5px;
}

#thumbs img#last-child
{
    margin-left: 4px;
    margin-top: 5px;
    margin-right: 0px;
}

/*
commented out to allow jquery to fx the opacity
#thumbs img:hover
{
    opacity:0.4;
    filter:alpha(opacity=40);
    cursor: pointer;
}*/

.imgdesc
{
    color: #4b6c7e;
    font-size: 10px;
    text-align: right;
}


.leftcol h2, .leftcol h4, .rightcol h2, .rightcol h4
{
    font-weight: normal;
    font-size: 18px;
    color: #577982;
    font-family: Georgia;
}


.pageNums
{
    float: right;
    font-family: Georgia;
    font-size: 15px;
    padding: 5px;
}

span.active-link
{
    font-weight: bold;
    text-decoration: overline;
}

a.bg-img
{
    display: block;
    float: left;
    margin: 2px;
    width: 100px;
    height: 100px;
    background-position: 35% 25%;
}
