@import url(/styles/live/vslsg/articles.css);
@import url(/styles/live/vslsg/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin : 0;
    padding : 0;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    line-height: 160%;
    color : #000000;
    text-align : left;
    background-color : #FFFFFF;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* Links */
a {
    text-decoration: none;
    color: #61A042;

}

a:hover {
    text-decoration: none;
    color: #777777;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    padding: 0 0 12px;
    font-weight: bold;
    font-size: 13px;
}

h2 {
    margin: 0;
    padding: 0 0 5px;
    font-weight: bold;
    font-size: 12px;
}

h2.withborder {
    margin: 0;
    padding: 0 0 8px;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #C8D1D6;
}

h3 {
    margin: 0;
    padding: 0 0 3px;
    font-weight: bold;
    font-size: 11px;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}

#container {
    clear: both;
    float: left;
    width: 960px;
    margin: 20px 0;
}

#header {
    clear: both;
    float: left;
    width: 960px;
    height: 115px;
    position: relative;
}

#logo {
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: -10px;
    width: 350px;
    height: 78px;
}

#metanav {
    clear: both;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 100%;
}

#topnav {
    clear: both;
    position: absolute;
    left: 0;
    top: 80px;
    width: 920px;
    height: 13px;
    padding: 12px 20px 11px;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #61A042;
}

#contentandzonewrapper {
    clear: both;
    float: left;
    width: 895px;
    padding: 25px 44px 24px 19px;
    border-right: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}

#content {
    clear: both;
    float: left;
    width: 495px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
    padding-right: 55px;
}

#zoneright {
    float: left;
    width: 345px;
}

#vslsgaddress {
    clear: both;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #C8D1D6;
}

#footer {
    clear: both;
    float: left;
    width: 960px;
    padding-top: 5px;
    color: #61A042;
}

#footertext {
    clear: both;
    float: left;
    padding-right: 20px;
}

#footernav {
    float: left;
    color: #000000;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul {
    margin: 0;
    padding: 5px 0 5px 17px;
    list-style-position: outside;
    list-style-type: disc;
}

li {
    padding: 3px 0;
}


#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}