body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, sans-serif;
    background:#fff url(../images/back.jpg) repeat-x;
    font-size: 12px;
    color: #313131;
}
body label {
    color: #6D6D6D;
}
body table {
    width: 100%;
    padding: 2px 2px 2px 2px;
}
body table td {
    vertical-align: top;
}
body table th {
    background-color: #FFFFFF;
    color: #313131;
    font-weight: bold;
    border-bottom: 1px solid #73aed0;
}
body table th a {
    color: #313131;
}
body table th a:hover {
    color: #cc3333;
    text-decoration: none;
}
body table tr.r0 {

}
body table tr.r1 {
    background-color: #ebebeb;
}
.hover_table tbody tr:hover{
    background-color:#ccd7d7;
}
body a {
    color:  #CC3333;
    text-decoration: none;
}
body a:hover {
    text-decoration: underline;
}

/*
#box {
    background: white;
    margin: 5px;
    padding: 5px;
    border: 1px dashed #73aed0;
}*/
#pagewrapper {
    width: 900px;
    margin: 10px auto;
    padding: 0;
}
#headerwrapper {
    width: 900px;
    margin: 10px auto;
    padding: 0;
    height: 41px;
}
#header-full {
    width: 100%;
    margin: 0;
    padding: 0;
    background:url(../images/header.jpg) repeat-x;
    height: 41px;
    clear:both;
}
#mainlinks{
    width: 578px;
    padding: 0;
    margin: 0 auto;
}
.menu-text p {
    padding: 20px 0 0 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.menu-text {
    font-family: Verdana, Tahoma, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    text-align: left;
    color: white;
    font-size: 10px;
    line-height: 150%;
}
.menu-text a {
    color: white;
}

#menu-item1{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-company-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item1:hover {
    background-position: -137px 0;
}
#menu-item2{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-services-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item2:hover {
    background-position: -137px 0;
}
#menu-item3{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    background-image: url(../images/menu-solutions-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item3:hover {
    background-position: -137px 0;
}
#menu-item4{
    width: 137px;
    height: 319px;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    background-image: url(../images/menu-contact-double.png);
    text-decoration: none;
    cursor: pointer;
}
#menu-item4:hover {
    background-position: -137px 0;
}
#login_logout {
    float: right;
    font-size: 12px;
}
#content {
    padding: 10px 0 20px 0;
}

#footer {
    background:#fff url(../images/footer.jpg) repeat-x;
    padding-top: 9px;
    padding-bottom: 5px;
    clear:both;
    text-align: center;
    height: 38px;
}
#footer p, #footer a {
    text-align: center;
    font-size: 12px;
    color: #00549e;
    margin: 0;
    padding: 2px;
}

#flashnotice {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

#flasherror {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

/* Lists and Alerts */
.listcontent2 ul {
    margin: 0;
    padding: 0;
    list-style-image:url("../images/arr.png");
    list-style-position: inside;
}
.listcontent2 ul li {
    padding: 2px 0 2px 0;
}
.listcontent ul {
    margin: 0;
    padding: 0;
    list-style-image:url("../images/arr.png");
    list-style-position: inside;
}
.listcontent ul li { 
    /*display: inline;*/
    padding-bottom: 10px;
}
.listcontent ul li a {
    /*color: #4880A2;*/
    text-decoration: none;
}
.listcontent ul li a:hover {
    text-decoration: underline;
}
.leftcolumnlist {
    float: left;
}
.rightcolumninfo {
    float: left;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
    background-color: #ebebeb;
}
#listpagination {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

/* Specific to Alert details */
.alertdetails
{
    background-color: #ffd;
    font-size: 12px;
}
.userbar-locale {
    font-size: 11px;
    float:right;
    text-align: right;
    width:240px;
    height:20px;
    padding:0 0 0 0;
    margin: 0;
    z-index: 10;
    position: relative;
    color: maroon;
    clear: both;
}

/* MISC */
.tableheader {
    text-decoration: underline;
    background-color: #EEE;
    color: #6D6D6D;
    font-weight: bold;
}
.tablerow {
    background-color: #eeeefc;
}
.compliancetable td {
    padding: 5px;
}
.listtitle {
    text-decoration: underline;
}
.sectiontitle {
    color: #00549e;
    font-weight: bold;
    font-size: 15px;
}
.sectionsubtitle {
    color: #00549e;
    font-weight: bold;
    font-size: 13px;
}
.section {
    padding-left: 10px;
    padding-top: 10px;
}
.emphasize {
    color: #00549e;
}
.leftcontent {
    float: left;
    width: 48%;
    padding-top: 10px;
}
.rightcontent {
    float: right;
    width: 48%;
    padding-top: 10px;
}
.announcements {
    padding-top: 10px;
    padding-bottom: 10px;
}
.announcementdetails {
    background-color: #eeeefc;
}
.line {
    background: url(../images/dot.gif) repeat;
    height:1px;
}
.abs {
    vertical-align: middle;
}
.spacer {
    padding-top: 20px;
}
.logo {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}
#title {
    position: relative;
    float: right;
    padding: 10px 20px 5px 0;
    font-size: 16px;
    color: #00549e;
}
#links {
    position: relative;
    float: right;
    padding: 3px 0 5px 0;
}

#links img {
    padding-right: 20px;
    border-style: none;
    vertical-align:middle;
}

#links a {
    font-size: 16px;
    color: #00549e;
}
img {
    border-style: none;
}
P {
    margin: 0 0 20px 0;
}
P img {
    margin: 5px;
    float: right;
    border-style: none;
}

#boxs{
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    margin: 5px;
    width: 100%;
    /*border: 1px dashed #73aed0;*/
    border-collapse: collapse;
    border-spacing: 0px;
}

#boxs p{
    text-align: left;
    font-weight: normal;
    padding: 5px;
    padding-top: 0px;
    line-height: 12px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#box-header{
    text-align: left;
    font-weight: bold;
    background-color: #ccd7d7;
    border-bottom: 2px solid #73aed0;
    padding-left: 5px;
}

#contactleftcolumn {
    float:left;
    width:350px;
    padding: 0 0 0 100px;
}
#contactrightcolumn {
    float:right;
    text-align:left;
    width:450px;
}

#blogleftcolumn{
    float: left;
    position: relative;
    width: 680px;
    padding: 10px 0 10px 10px;
    margin:0 10px 10px 0;
}

#blogrightcolumn {
    float: left;
    position: relative;
    width: 180px;
    padding: 10px 0 10px 10px;
    margin:0 0 10px 0;
}

#myoverlay {
    background-image: url(../images/overlay.png);
    height: 100%;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#myoverlay img{
    border: none;
    position: absolute;
    top: 250px;
    left: 45%;
}

#formdiv {
    padding: 15px;
    /*border: 1px dashed #666;*/
}

#fixeddiv{
    background-color: #ccd7d7;
    font-weight: bold;
    width: 800px;
    text-align: center;
    z-index: 90;
    position:fixed;
}