@import url(/styles/live/vslsg/articles.css);
@import url(/styles/live/vslsg/downloadlist.css);
@import url(/styles/live/vslsg/events.css);
@import url(/styles/live/vslsg/calendar.css);
@import url(/styles/live/formmanager.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 */

#toolboxswitcher2 {
    display: none;
}

#toolboxswitcher2_end {
    display: none;
}

#container_tb {
    clear: both;
    width: 100%;
}

#container {
    clear: both;
    width: 100%;
}

#header {
    clear: both;
    width: 100%;
}

#logo {
    padding-bottom: 30px;
}

#metanav {
    display: none;
}

#topnav {
    display: none;
}

#contentandzonewrapper {
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

#content {
    clear: both;
    width: 100%;
}

#zoneright {
    clear: both;
    width: 100%;
}

#subnavwrapper {
    display: none;
}

#vslsgaddress {
    clear: both;
    width: 100%;
}

#footer {
    clear: both;
    width: 100%;
}

#footertext {
    clear: both;
    width: 100%;
}

#footernav {
    display: none;
}

.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;
}