@import url(/css/llc_dropdown.css);

a img { 
    border-style: none;
}

#header { 
    background: #00a652 url(/images/llc_header_banner.jpg) no-repeat top right;
    padding: 0;
    height: 124px;
    border-bottom: 1px solid black;
}
#header img {
    display: block; /* eliminate unwanted padding after image in IE */
}
body {
    font: 78%/1.5 verdana, sans-serif;
    background: white;
    padding: 0;
    margin: 12px;
}

#container {
    width: 758px;
    background: white;
    text-align: left;
}

p {
    margin: 1em 0;
    text-align: left;
}

h1 {
    margin: 0;
    color: #00a652;
    font-size: 2em;
}
h2 { 
    margin: 0.83em 0;
    font-size: 1.8em;
    color: #00a652;
}
h3 { 
    font-size: 1.6em;
    color: #00a652;
}
h4 { 
    font-size: 1.4em;
    color: #00a652;
}
h5 { 
    font-size: 1.0em;
    color: #00a652;
}
strong { 
    color: #00a652;
    font-weight: bold;
}

a:link { 
    color: #2eb34a;
}
a:visited { 
    color: #66cc66;
 }
a:hover { 
    color: #2eb34a;
 }
a:active { 
    color: #2eb34a;
 }


#footer { 
    border-top: 2px solid #67cc66;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 0.8em;
    text-align: right;
    clear:both;
}

#sidebar { 
    width: 122px;
    float:left;
    padding: 10px 0 5px 0;
    margin: 0 12px 0 0;
}
#sidebar-label { 
    border-bottom: 2px solid #67cc66;
    padding: 0 0 2px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    line-height: 1.5;
    color: black;
    font-size: 1.2em;
}
#sidebar-label a { 
    text-decoration: none;
    color:black;
}
#sidebar ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar li { 
    /* for sidebar with arrow */
    padding-left: 12px;
}
#sidebar li a { 
    color:black;
    text-decoration: none;
}
#sidebar li.active { 
    /* for sidebar with arrow */
    background: url(/images/green_arrow.png) no-repeat left;
}
#sidebar li.active a { 
    color: #00a652;
}
#sidebar li a:hover { 
    text-decoration: underline;
}
#content { 
    float:left;
    width: 624px;
    padding: 5px 0 5px 0;
}
#content.homepage { 
    width: 758px !important;
}

img.inline-right { 
    border: 1px solid black;
    margin: 10px 0 10px 10px;
    float:right;
}

