﻿/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* ------ classes ------ */

body
{
    margin: 0;
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #4b4b4b;
}

h1
{
    font-size: 24px;
    font-family: "Times New Roman" , Times, serif;
    color: #005FA4;
    font-weight: normal;
}
h2
{
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
    color: #993333;
}
h3
{
    font-size: 24px;
    font-family: "Times New Roman" , Times, serif;
    color: #116AAA;
}
h4
{
    font-size: 18px;
    font-family: "Times New Roman" , Times, serif;
    color: #005FA4;
    font-weight: normal;
}

hr
{
    color: #d3d3d3;
}
.blueRule
{
    color: #005FA4;
}
.blueBodyCopy
{
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #006699;
    font-weight: bold;
}
.newsHeader
{
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}
.newsCopy
{
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 11px;
    color: #4b4b4b;
    font-weight: normal;
}
.eventName, a.eventName, a.eventName:link, a.eventName:visited, a.eventName:active
{
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #333333 !important;
    font-weight: bold !important;
    text-decoration: underline;
}


.eventDate
{
    font-family: "Trebuchet MS" , "Times New Roman" , Times, serif;
    font-size: 11px;
    color: #006699;
    font-weight: normal;
}

.searchLabel
{ display:none}
.hiddenLabel{display:none}

/*form styles*/
.spacer{ height:10px}
.grayText{ color:Gray;
           font-size:11px}

.marginTop10
{
    margin-top: 10px;
}
.clear
{
    clear: both;
}
.Photo
{
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #999999;
}
.fNavOn
{
    font-weight: bold;
    color: #BEE2FF;
    text-decoration: none;
    text-transform: Uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
}
.italic
{
    font-style: italic;
}


.blogCommentText
{
    font-style: italic;
    color: #006699;
}




.blogCommentTitle
{
    font-size: 20px;
    font-family: "Times New Roman" , Times, serif;
    color: #005FA4;
    font-weight: normal;
}

/* ------ Common Elements ------ */

#featuredNav
{
    background-image: url(/images/common/topBG.jpg);
    background-repeat: repeat-x;
    height: 35px;
}
#fNavContent
{
    width: 921px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
}
#fNav
{
    width: 700px;
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
#fNav ul li
{
    display: inline;
}
#fNav ul
{
    margin: 0;
    padding: 0;
    border: 0;
}
#fNav li
{
   /* list-style-position: inside;*/
    padding-left: 20px;
        margin-left: 20px;
         color: #FFFFFF;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
}


#fNav a:link
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;

}
#fNav a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
}
#fNav a:active
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
}
#fNav a:hover
{
    color: #BEE2FF;
    text-decoration: none;
    text-transform: Uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11.5px;
}
#search
{
    width: 195px;
    float: left;
    height: 20px;
    vertical-align: top;
    padding-right: 10px;
}
#field
{
    float: left;
    width: 145px;
    height: 23px;
    margin: -1px 1px 0 0;
}
#magnify
{
    float: left;
    height: 25px;
    top: 3px;
}
#header
{
    background-image: url(/images/common/headerShadow.jpg);
    background-repeat: repeat-x;
    height: 199px;
}
#headerContent
{
    width: 931px;
    margin-left: auto;
    margin-right: auto;
    height: 184px;
    padding-top: 15px;
    padding-left: 10px;
}
#logo
{
    float: left;
    width: 235px;
}
#headerImage
{
    float: left;
    padding-left: 20px;
}
#navBar
{
    background-image: url(/images/common/navBarBG.jpg);
    background-repeat: repeat-x;
    height: 84px;
}
#nav
{
    padding-top: 10px;
    text-align: center;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
}
#mainContentContainer
{
    margin-top: -568px;
    position: relative;
    z-index: 5;
}
#mainContent
{
    width: 871px;
    padding:  0 20px 0px 30px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
#topContentShadow
{
    top: -66px;
    position: relative;
    z-index: 0;
}
#bottomContentShadow
{
    top: -200px;
    position: relative;
    z-index: 1;
}

#footer
{
    background-image: url(/images/common/footerBG.jpg);
    height: 138px;
    margin-top: -309px;
}
#footerContainer
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
#footerCopy
{
    position: absolute;
    margin-top: 80px;
    width: 913px;
    text-align: right;
    color: #FFFFFF;
    z-index: 10;
}
#footerCopy a:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
#footerCopy a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
#footerCopy a:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
}
#footerCopy a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    font-size: 12px;
}
#fullContainer
{
    width: 977px;
    margin-left: auto;
    margin-right: auto;
}

/* ------ Homepage Elements ------ */

#homeLeftColumn
{
    width: 549px;
    margin-right: 45px;
    float: left;
}
#homeLeftColumn a:link, a:visited, a:active
{
    color: #005FA4;
    font-weight: normal;
}
#homeLeftColumn a:hover
{
    color: #4b4b4b;
    font-weight: normal;
}
#homeRightColumn
{
    width: 268px;
    float: left;
}
#homeRightColumn a:link
{
    color: #005FA4;
    font-weight: normal;
}
#homeRightColumn a:visited
{
    color: #005FA4;
    font-weight: normal;
}
#homeRightColumn a:active
{
    color: #005FA4;
    font-weight: normal;
}
#homeRightColumn a:hover
{
    color: #4b4b4b;
    font-weight: normal;
}
.boxTop
{
    background-image: url(/images/common/topRound.jpg);
    background-repeat: no-repeat;
    height: 15px;
    width: 548px;
}
.boxMiddle
{
    background-image: url(/images/common/middleRound.jpg);
    background-repeat: repeat-y;
    padding-left: 18px;
    padding-right: 18px;
    width: 512x;
}
.boxBottom
{
    background-image: url(/images/common/bottomRound.jpg);
    background-repeat: no-repeat;
    height: 17px;
    width: 548px;
}
#shareCopy
{
    width: 82px;
    float: left;
    margin-right: 10px;
}
#shareButton
{
    width: 162px;
    float: left;
    margin-top: 20px;
}

/* ------ Interior Page Elements ------ */

#interiorColumn
{
    width: 862px;
}
#interiorColumn a:link
{
    color: #005FA4;
    font-weight: bold;
}
#interiorColumn a:visited
{
    color: #005FA4;
    font-weight: bold;
}
#interiorColumn a:active
{
    color: #005FA4;
    font-weight: bold;
}
#interiorColumn a:hover
{
    color: #4b4b4b;
    font-weight: bold;
}
#shareInterior
{
}
#print
{
    float: left;
    width: 100px;
}
.print
{
    color: #4b4b4b !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px !important;
    font-weight: normal !important;
}

.print:hover
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.searchButton
{
    height: 20px;
    width: 23px;
    position: absolute;
}
.txtSearch
{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    height: 20px !important;
    color: #267226;
    border: 0px;
}


/*Styles for Doc manager */

.fileTitle
{
    font-family: "Times New Roman" , Times, serif;
    color: #005FA4;
    font-size: 16px;
    font-weight: normal;

}

.fileSize
{
    font-family: "Times New Roman" , Times, serif;
    color: gray;
    font-size: 11px;
    font-weight: normal;
}

.fileTitle:hover
{
    color: #4b4b4b;

}

.leftPad30Date
{
    padding-left: 30px;
    font-size: 10px;
    text-decoration: none;
    color: gray;
    font-weight: normal;

}

.leftPad30Desc
{
    padding-left: 30px;
    font-size: 11px;
    text-decoration: none;
    color: #2c2c2c;
    width: 600px !important;
    font-weight: normal;
    white-space:normal;
    padding-bottom:10px
    
}

#repRoot
{    font-family: "Times New Roman" , Times, serif;
    color: #005FA4;
    font-size: 18px;
    font-weight: normal;
    padding-bottom:10px
    }