/* Start of CMSMS style sheet 'main' */
/*******************************************************************************
 General
 ******************************************************************************/
body
{
    background-image: url(/images/bg-top-strip.gif);
    background-repeat: repeat-x;
    background-position: top left;
    margin: 0px;
    padding: 0px;
    background-color: #7cbed2;
}
h2
{

    font-family: Verdana;
    font-weight: bold;
    color: #555555;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
}

h1
{
    font-family: Verdana;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin-bottom: 0px;
}

.center
{
    text-align: center;
}

#all
{
    width: 960px;
    margin: 0 auto;
}

p
{
    font-family: Verdana;
    font-size: 12px;
    color: #555555;
    line-height: 18px;
    margin-top: 0px;
}

.green
{
    color: #4b963f;
}

.left
{
    float: left;
    margin-top: 25px;
}

p#copyright
{
    clear: right;
    float: right;
    font-family: Verdana;
    color: black;
    font-size: 10px;
    line-height: normal;
    margin: 0px;
}


.clear
{
    clear: both;
    font-size: 0px;
}

a
{
   color:#4B963F;
   text-decoration:none;
}

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


/*******************************************************************************
 Content
 ******************************************************************************/
#content
{
    border-left: solid 1px #909090;
    border-right: solid 1px #909090;
    background-color: White;
    padding-top: 5px;
}

#inner-content
{
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;

    display: inline;

height: 380px;


border-left: 1px solid #D6D6D6;
}

body>#all #content #inner-content
{
     min-height: 380px;
    height: auto;
}


/*---------------- Left Bar -------------------------------*/
#left-bar ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 20px;
}

#left-bar ul li
{
   line-height: 14px;
margin-bottom:7px;
}

#left-bar ul li a
{
    text-decoration: none;
    color: #59a34b;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

#left-bar ul li a:hover
{
     text-decoration: none;
    color: #555555;
}

#left-bar
{
    float: left;
    width: 206px;
    padding-left: 15px;
    display: inline;
}

/*---------------- Vision Statement -------------------------------*/
div#vision-statement
{
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-left: -220px;
    width: 880px;
    margin-top: 50px;
    font-family: Book Antiqua;
    font-size: 14px;
    color: #000000;
    background-color: #fffb66;
    padding: 10px;
}

div#vision-statement h2
{
    font-family: Book Antiqua;
    color: black;
    font-size: 16px;
    font-style: italic;
}
div#vision-statement div
{
    width: 8px;
    height: 8px;
    position: absolute;
    background-repeat: no-repeat;
    font-size: 0;
}

div#vision-statement .top-left-corner
{
    background-image: url(/images/bg-top-left-corner.gif);
    left: 0;
    top: 0;
}

div#vision-statement .top-right-corner
{
    background-image: url(/images/bg-top-right-corner.gif);
    right: 0;
    top: 0;
}

div#vision-statement .bottom-left-corner
{
    background-image: url(/images/bg-bottom-left-corner.gif);
    left: 0;
    bottom: 0;
}

div#vision-statement .bottom-right-corner
{
    background-image: url(/images/bg-bottom-right-corner.gif);
    right: 0;
    bottom: 0;
}

/*******************************************************************************
 Footer
 ******************************************************************************/
#footer
{
    background-image: url(/images/bg-footer-bar.gif);
    background-repeat: repeat-x;
    background-position: top left;
    height: 91px;
    background-color: White;
    border-left: solid 1px #909090;
    border-right: solid 1px #909090;
    margin: 0px;
    padding: 0px;
    padding-right: 15px;
}

#footer ul
{
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    list-style: none;
    text-align: center;
    padding: 0px;
    float: right;
}

#footer ul li a
{
    font-family: Verdana;
    font-size: 10px;
    color: #59a34b;
    text-decoration: underline;
}


#footer ul li a:hover
{
   color: #555555;
}

#footer ul li
{
    display: inline;
    padding-left: 5px;
}


#footer ul li.seperator
{
    font-family: Verdana;
    font-size: 10px;
    color: black;
    letter-spacing: -1px;
}

/*******************************************************************************
 Header
 ******************************************************************************/
#header
{
    background-image: url(/images/lgo-logotype.gif);
    background-repeat: no-repeat;
    background-position: center top;
    height: 123px;
}


#header ul
{
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
    padding: 0px;
    top: 94px;
}

#header ul li a
{
    font-family: Georgia;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  font-variant: small-caps;
}

#header ul li a:hover
{
   color: black;
}

#header ul li
{
    display: inline;
    border-left: solid 1px white;
    padding-left: 15px;
    padding-right: 10px;
}

#header ul li.first-left
{
    border: none;
}
/* End of 'main' */

