body
{
    background: url(../images/bg.png) top repeat-x #aeb96d;
    //old-#F7F7F6
    font-family: Verdana,Tahoma,sans-serif;
    font-size: .80em;
}

@font-face {
    font-family: 'Silkscreen';
    src: url('../../fonts/slkscr-webfont.eot');
    src: url('../../fonts/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/slkscr-webfont.woff') format('woff'),
         url('../../fonts/slkscr-webfont.ttf') format('truetype'),
         url('../../fonts/slkscr-webfont.svg#SilkscreenNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Brawler';
    src: url('../../fonts/brawler-webfont.eot');
    src: url('../../fonts/brawler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/brawler-webfont.woff') format('woff'),
         url('../../fonts/brawler-webfont.ttf') format('truetype'),
         url('../../fonts/brawler-webfont.svg#BrawlerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

div.sidebar {
width:20%;
font-family:"Silkscreen",serif;
float:right;
//border-top: 2px solid rgb(125,134,60);
color: rgb(125,134,60);
font-size:9px;
margin-top:0px;
padding: 5px 3px 5px 5px;
text-align: left;
z-index: 100;
position:absolute;
right:0;

}

.sidebar a, .sidebar a:visited {
    color: #7D863C;
    margin-left: 3px;
    text-decoration: none;
}

a:link, a:visited
{
    text-decoration: none;
    color: #000086;
}

a:hover
{
    text-decoration: underline;
}

.headline
{
    font-size: 1.1em;
    padding: 3px 8px 7px;
    margin: 0 0 10px;
    border-bottom: 1px solid #A79E92;
}

.alert
{
    border: #003300 thin solid;
    background-color: #AAFFAA;
    width: 100%;
    max-width: 870px;
    float: left;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1em;
}

#wrapper
{
    float: left;
    width: 90%;
    //margin: 0% 5% 10px 5%;
    margin: 10px 5% 20px 2%;
    background: white;
    //border:3px solid gold;
    padding:20px;
        border-radius: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-border-radius: 5px;
        
        box-shadow: 0px 3px 4px #999;
        -webkit-box-shadow: 0px 3px 4px #999;
        -moz-box-shadow: 0px 3px 4px #999;
}

#header
{
    float: left;
    padding-top: 22px;
    margin-bottom: 1em;
    background: url(/offices/asc/template/images/logo.png) no-repeat;
    width: 100%;
}

#header ul
{
    padding-bottom: .5em;
    border-bottom: 1px solid #A79E92;
    float: right;
    text-align: center;
}

#header li, #footer li
{
    display: inline;
    margin-right: 2em;
}

#header a:link
{
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

#items
{
    float: left;
    width: 100%;
    margin-bottom: 3em;
}

#selected_item
{
    //float: left;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background: white center url(/offices/asc/images/header1.jpg) no-repeat;
cursor: pointer;
}

#item_links
{
    float: left;
    width: 100%;
}

#item_links a
{
    float: left;
    padding: 4px 8px 4px 4px;
    margin: 1em 0px 3px 6px;
}

#item_link1
{
    background-color: black;
}

#item_link2
{
    background-color: #A79E92;
}

#item_link3
{
    background-color: #A79E92;
}

#body
{
    float: left;
    width: 100%;
}

#content
{
    width: 100%;
    float: left;
    padding-left: 0px;
}

#agenda
{
    float: left;
    width: 75%;
    padding-left: 0px;
}

#highlights
{
    float: left;
    width: 50%
    padding-left: 0px;
}

#highlights ul
{
    float: left;
    list-style: none;
    padding-left: 0px;
}

#highlights li
{
    float: left;
    margin-left: 0px;
}

#highlights a
{
    float: left;
    width: 135px;
    padding-top: 85px;
    padding-left: 5px;
    margin-left: 0px;
}

#highlight1
{
    background: url(/offices/asc/images/highlight1.jpg) no-repeat;
}

#highlight2
{
    background: url(/offices/asc/images/highlight2.jpg) no-repeat;
}

#highlight3
{
    background: url(/offices/asc/images/highlight3.jpg) no-repeat;
}

#quicklinks
{
    float: left;
    width: 20%;
}

#quicklinks ul
{
    float: left;
    list-style: none;
    padding-left: 10px;
}

#footer
{
    float: left;
    margin-top: 3em;
    font-size: .80em;
    font-style: italic;
}
