/*** DEFAULTS ***/

body, p, h1, h2, pre, ul, img, a, table, tr, td, div
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #223E72;
    border: none;
}

body
{
    background-position: left top;
    background-repeat: repeat;
    margin: 0px 0px 0px 20px;
}

table, tr, td
{
    border-collapse: collapse;
    vertical-align: top;
}

/*** MAIN ***/

#main
{
    min-width: 900px;
    overflow: hidden;
    background-color: #FFFFFF;
}

/*** HEADER ***/

#banner
{
    clear: both;
}

#banner img
{
    border: none;
    border-top: solid 1px #243F74;
    border-bottom: solid 3px #243F74;
}

#header
{
    clear: both;
    padding: 0px 0px 0px 2px;
}

#header img
{
    float: left;
    position: relative;
    top: 7px;
}

#header a
{
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 7px solid;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 17px 4px 0px;
    padding: 21px 0px 10px;
    text-align: center;
    width: 138px;
    height: 32px;
    color: #223E72;
    text-decoration: none;
}

#header a:hover
{
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 7px solid;
    border-bottom: none;
    color: #243F74;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 10px 4px 0px;
    padding: 21px 0px 10px;
    text-align: center;
    width: 138px;
    height: 32px;
}

#header a.section0
{
    background-image: url(/Resource/Kate_Header_Heart_Green.bmp);
    border-color: #3AB54A;
}

#header a.section1
{
    background-image: url(/Resource/Kate_Header_Heart_Yellow.bmp);
    border-color: #EDE224;
}

#header a.section2
{
    background-image: url(/Resource/Kate_Header_Heart_Blue.bmp);
    border-color: #00B8FF;
}

#header a.section3
{
    background-image: url(/Resource/Kate_Header_Heart_Red.bmp);
    border-color: #EF1C23;
}

#header a.section4
{
    background-image: url(/Resource/Kate_Header_Heart_Mustard.bmp);
    border-color: #FDBE11;
}

#header a.section5
{
    background-image: url(/Resource/Kate_Header_Heart_Purple.bmp);
    border-color: #8F72CA;
}

#header a
{
}

/*** SIDE NAVEGATION ***/

.bodycontainer
{
    width: 900px;
}

/*** SIDE NAVEGATION ***/

.navtreecontainer
{
    background-color: #EEEEF0;
}

#navigationtree
{
    width: 190px;
}

#navigationtree ul
{
    list-style-type: disc;
    padding-left: 0px;
}

#navigationtree li
{
    list-style: none;
    border-bottom: solid 3px #CFCFCF;
    padding: 15px 0px;
    margin-bottom: 0px;
}

#navigationtree li.listcontaineritem
{
    margin: 0px;
    padding: 0px;
    border: none;
    border-top: 1px solid #E6E7E9;
}

#navigationtree .level1 li
{
    background-color: #E6E7E9;
    padding: 5px 0px;
}

#navigationtree a
{
    color: #223E72;
    text-decoration: none;
    display: block;
}

#navigationtree .level0 a
{
    padding-left: 15px;
}

#navigationtree .level1 a
{
    padding-left: 30px;
}

#navigationtree .level2 a
{
    padding-left: 45px;
}

#navigationtree .level3 a
{
    padding-left: 60px;
}

#navigationtree .level4 a
{
    padding-left: 75px;
}

#navigationtree a:hover
{
    color: #FE4B16;
    text-decoration: none;
}

/*** CONTENT ***/

.contentcontainer
{
    background: white;
    padding: 25px;
    width: 100%;
    font-size: 1em;
    line-height: 1.3em;
    border-right: 3px solid #EEEEF0;
}

.freetextbox
{
    background: white;
    font-size: 1em;
    line-height: 1.3em;
}

h1
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #FE4B16;
    font-weight: normal;
}

h2
{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
}

h2.subtitle
{
    margin-bottom: 10px;
    font-style: italic;
}

p
{
    margin-bottom: 5px;
}

p.emphasis
{
    font-style: italic;
}

ul
{
    list-style-type: circle;
    padding-left: 15px;
}

li
{
    margin-bottom: 12px;
}

img
{
    border: solid 1px black;
}

img.left
{
    margin: 10px 15px 10px 0px;
    float: left;
}

img.right
{
    margin: 10px 0px 10px 15px;
    float: right;
}

/*** NEWS ITEMS ***/

.postingsbarcontainer #postingssidebar
{
    padding: 0px 5px 0px 10px;
    width: 175px;
    height: 100%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.1em;
}

.postingsbarcontainer #postingssidebar h1
{
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 1.7em;
    font-weight: normal;
    text-transform: capitalize;
}

.postingsbarcontainer h2
{
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.postingsbarcontainer p
{
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.postingsbarcontainer p.date
{
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
}

.postingsbarcontainer a.more
{
    text-decoration: none;
    color: #FE4B16;
    text-align: right;
    display: block;
    position: relative;
    top: -5px;
}

div.posting
{
    padding: 3px 5px 13px 0px;
}

h1.news
{
    color: #FFC200;
}

h1.events
{
    color: #2FBA28;
}

/*** FOOTER ***/

#footer
{
    clear: both;
    width: 900px;
    background-image: url(/Resource/Kate_Footer_Bar.bmp);
    background-position: top;
    background-repeat: no-repeat;
    border-top: solid 1px #243F74;
    vertical-align: middle;
    font-size: .7em;
}

#footer p
{
    padding: 22px 0px 10px 40px;
}

#footer a
{
    text-decoration: none;
}

/*** REUSABLE FONT STYLES ***/

span.nameemphasis
{
    font-weight: bold;
}

/*** CONTACT US ***/

#contactus div.location
{
    clear: left;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 10px 10px 0px;
    width: 20%;
}

#contactus div.contactinfo
{
    float: left;
    margin: 10px 0px;
    width: 75%;
}

/*** BOARD OF DIRECTORS ***/

.contentcontainer div.boardsection
{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.contentcontainer div.boardsection h1
{
    font-weight: bold;
}

.contentcontainer div.boardsection ul
{
    width: 19em;
    padding: 0px;
    list-style: none;
}

.contentcontainer div.boardsection li
{
    float: left;
    padding: 0px;
}

.contentcontainer div.boardsection li.doublecol
{
    width: 50%;
}

.contentcontainer div.boardsection li.singlecol
{
    width: 100%;
}

/*** POSTING ***/

#posting h1.banner
{
    color: #FEFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

#posting h1.news
{
    background-color: #FFC200;
}

#posting h1.event
{
    background-color: #2FBA28;
}

#posting img.head
{
    margin: 15px 0px 15px 15px;
    float: right;
    width: 250px;
}

#posting img
{
    width: 200px;
    margin: 10px 10px 10px 0;
}

#posting p.content
{
    display: inline;
    clear: none;
}

#posting p
{
    margin: 15px 0px;
    display: block;
    clear: both;
}

/*** POSTINGS (News & Events page) ***/

.postings h1
{
    color: white;
    font-size: 0.95em;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
    text-transform: capitalize;
}

.postings h1.news
{
    background-color: #FFC200;
}

.postings h1.event
{
    background-color: #2FBA28;
}

.postings td
{
    padding: 0px 7px 0px 7px;
    vertical-align: bottom;
}

.postings .description
{
    font-size: .8em;
}

.postings a
{
    text-decoration: none;
}

.postings a.more
{
    color: #FE4B16;
    text-align: right;
}
