@import url(/styles/live/icp/articles.css);
@import url(/styles/live/icp/navigation.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html, body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #565958;
    line-height: 150%;
    text-align : left;
    background-color : #7E8488;
}

body {

}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

.bold {
    font-weight: bold;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}


.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #24406D;

}

a:hover {
    text-decoration: none;
    color: #7E8488;
}

/* 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;
    font-weight: bold;
    font-size: 12px;
    color: #24406D;
}

h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #24406D;
}

h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #24406D;
}


/* Body - Container */
#container_tb {
    clear: both;
    margin: 0 auto;
    width: 960px;
}

#container {
    clear: both;
    float: left;
    width: 944px;
    padding: 8px 8px 0 8px;
    margin: 50px 0 0;
    background-color: #ffffff;
    background-image: url(/images/icp/containerbg.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#header {
    clear: both;
    float: left;
    width: 944px;
    height: 242px;
}

#topandservicenavwrapper {
    clear: both;
    float: left;
    width: 944px;
    height: 50px;
    position: relative;
}

#metanav {
    clear: both;
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 9px;
    color: #565958;
}

#topnav {
    clear: both;
    position: absolute;
    bottom: 8px;
    left: 192px;
    z-index: 99;
}

#logo {
    display: block;
    clear: both;
    float: left;
    width: 176px;
    height: 182px;
    margin-right: 8px;
}

#bannerwrapper {
    float: left;
    width: 760px;
    height: 182px;
}

#banner {
    clear: both;
    width: 760px;
    height: 182px;
    overflow: hidden;
    z-index: 1;
}

#sidenavcontentsidebarwrapper {
    clear: both;
    float: left;
    width: 944px;
    background-image: url(/images/icp/sidenavcontentsidebarbg.gif);
    background-repeat: repeat-y;
    position: relative;
}

#sidenavwrapper {
    clear: both;
    float: left;
    width: 176px;
    height: auto !important;
    height: 145px;
    min-height: 145px;
    padding: 0 0 210px 0;
    font-size: 10px;
    background-image: url(/images/icp/sidenavbg.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#address {
    clear: both;
    position: absolute;
    left: 10px;
    bottom: 3px;
    width: 156px;
    line-height: 130%;
}

#content {
    float: left;
    width: 560px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding: 8px 16px 0;
    overflow-x: hidden;
}

#content a {
    color: #F8B55A;
}

#content a:hover {
    color: #7E8488;
}

#contentstart {
    float: left;
    width: 560px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    padding: 8px 16px 170px;
    overflow-x: hidden;
}

#contentstart a {
    color: #F8B55A;
}

#contentstart a:hover {
    color: #7E8488;
}

#links {
    clear: both;
    position: absolute;
    left: 184px;
    bottom: -3px;
    width: 576px;
}

#sidebarright {
    float: left;
    width: 176px;
    height: auto !important;
    height: 10px;
    min-height: 10px;
    background-image: url(/images/icp/sidenavbg.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#sidenavcontentsidebarbg-bottom {
    clear: both;
    float: left;
    width: 944px;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/icp/sidenavcontentsidebarbg-bottom.gif);
    background-repeat: no-repeat;
}

#footer {
    clear: both;
    float: left;
    width: 944px;
    height: 42px;
    margin-top: 8px;
    font-size: 10px;
}

#containerbgbottom {
    clear: both;
    float: left;
    width: 960px;
    height: 8px;
    font-size: 1px;
    line-height: 1px;
    background-color: #ffffff;
    background-image: url(/images/icp/containerbgbottom.gif);
    background-position: left top;
    background-repeat: no-repeat;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}

ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-position: outside;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
