/* Start of CMSMS style sheet 'LWS-Base' */
/*
/   TYPOGRAPHY
/--------------------------------------------------------------------------*/

body 
{
    font-size: 12px;
    color: #000;
    min-width: 1002px;
}
a
{
    color: #369;
    text-decoration: none;
}
a:hover 
{
    color: #003875;
    
}
a:active 
{
    outline: none;
}

p 
{
    line-height: 1.3em;
    margin-bottom: 14px;
}

h1, h2, h3, h4, h5, h6 
{ 
    color: #666;
    margin-bottom: 6px;
    font-weight: normal;
}

h1 
{
    font-size: 30px;
}

h2
{
    font-size: 26px;
}
h3
{
    font-size: 16px;
    font-weight: bold;
}
h4
{
    font-size: 16px;
}
h5, h6
{
    font-size: 14px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

hr
{
    width:100%;
    display:block;
    clear:both;
    height: 1px;
    border-top: solid 1px #666;
    margin: 20px 0;
}

/*
/   MISCELLANEOUS REUSABLE CLASSES
/--------------------------------------------------------------------------*/

.push
{
    font-weight: bold;
}

.submit input, input.submit, a.submit
{
    background: url("./images/structure/btn_submit.png") no-repeat -2px 0;
    border: none;
    float: left;
    display:block;
    width: 82px;
    height: 24px;
    padding: 2px 0 4px 6px;
        *padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #369;
    text-align: left;
    cursor: pointer;
} a.submit { line-height:20px; _line-height:16px; text-decoration:none !important; }
.submit input:hover,
.submit input.hover,
input.submit:hover,
input.submit.hover, a.submit:hover, a.submit.hover
{
    color: #003875;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.no-margin
{
    margin: 0;
}

/*
/   STRUCTURAL LAYOUT
/-------------------------------------------------------------------------------*/


#page-wrapper-outer
{
    background: url("./images/structure/bg_tri-shadow.gif") repeat-x left bottom;
}
#page-wrapper-inner
{
    background: url("./images/structure/bg_landscape.jpg") no-repeat center bottom;
    padding-bottom: 20px;
}
#footer-wrapper 
{
    clear: both;
    background: #003875;
}

#header, #content, #footer
{
    width: 980px;
    margin: 0 auto;
    padding: 0 11px;
}

#content .focus
{
    width: 240px;
    float: left;
    margin-right: 31px;
    margin-left: 18px;
    display: inline;
    min-height: 468px;
    _height: 468px;
    _overflow: visible;
}

#content .copy,
#content .media
{
    width: 682px;
    float: left;
}

/*--- Footer ---*/

#footer
{
    padding: 40px 14px 100px 14px;
    color: #999;
    font-size: 11px;
}
#footer p
{
    width: 600px;
    float: left;
    margin-bottom: 4px;
}
#footer a:hover
{
    color: #FFF;
}
#footer .social-links
{
    float: right;
}
#footer .social-links li
{
    float: left;
    background: url("./images/structure/divider_footer-nav.gif") no-repeat right top;
    padding: 0 9px 0 0px;
    margin-left: 7px;
    display:inline;
}
#footer .social-links li.last
{
    margin: 0;
    padding-left: 9px;
    background:none;
}
/* End of 'LWS-Base' */

