body
{
    background: #cfdfd5 url(site_bg5.jpg) repeat-x left top;
    margin: 0;
    font-family: Arial;
    font-size: small;
}
#container
{
    width: 940px;
    margin: auto; /*  border:1px solid black;*/
    background: #fff;
}
/*
#contact
{
    width: 930px;
    margin: auto;
    text-align: left;
}
*/
#banner
{
    width: 940px;
    height: 121px;
    background: url(banner_bg.jpg);
}

#logo-contact-wrapper
{
    float: left;
    width: 645px;
}

#logo-wrapper
{
    float: left;
    width: 295px;
}
#contact
{
    float: right;
    width: 342px;
    padding: 2
    5px 0 0 8px;
    
}

#user-wrapper
{
    float: right;
    width: 285px;
    text-align: right;
    padding-top: 95px;
    padding-right: 10px;
    color: #fff;
}
#nav-wrapper
{
    height: 27px;
    background: #cfdfd5;
    text-align: left;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    width: 100%;
    clear: both;
}
#utility-wrapper
{
    width: 920px;
    margin: auto;
}
#utility
{
    height: 60px;
    background: url(subnav_bg.jpg) repeat-x left;
}
#breadcrumb-date-wrapper
{
    float: left;
    width: 612px;
}

.breadcrumb
{
    float: left;
    width: 306px;
    text-align: left;
    padding-top: 10px;
}

.date
{
    float: right;
    width: 306px;
    text-align: center;
    padding-top: 10px;
}
/*
.search-wrapper
{
    float: right;
    width: 308px;
    text-align: right;
}
*/
#content-wrapper
{
    width: 920px;
    background: url(3-col-bg.jpg) repeat-y left top;
}
#left-column-wrapper
{
    float: left;
    width: 724px;
}
.leftpane
{
    float: left;
    width: 176px;
   /* padding: 10px 15px;*/
    background: #cfdfd5/* url(ellipse_bottom.gif) no-repeat bottom*/;
}
.contentpane
{
    float: right;
    width: 499px;
    padding: 0 25px 10px 15px;
}
.rightpane
{
    float: right;
    width: 178px;
    padding:0;
}
.footer
{
    width: 904px;
    margin: auto;
    background: #cfdfd5;
    margin-top: 10px;
    padding:8px;
}
.clear
{
    clear: both;
}

/* nav styles
===================*/
#nav, #nav *
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#nav
{
    line-height: 1;
    position: relative;
    left:22px;
    top: 0;
}



/*
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    float: left;
    }

*/
#nav li
{
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; 
  /*  background: url(images/nav-divider.gif) no-repeat right top;*/
}



#nav li:hover
{
    visibility: inherit;
}
#nav li:hover ul, #nav li.sfHover ul
{
    left: 0;
    top: 28px;
    display: block;
}

#nav a
{
    display: block;
    position: relative;
    font: normal 1.1em "Trebuchet MS";
    color: #1d2331;
    padding: 5px 25px 5px 15px; /*  border: #333 solid;     border-width: 0 1px 0 1px;*/
    text-decoration: none;
    background: url(images/nav-divider.gif) no-repeat right 10px;
}

#nav .last a {
background-image:none;
}

#nav a:hover
{
    color: #c00;
}






#nav a.selected, #nav a.bcrumb /*, #nav a:hover, #nav a.selected:hover*/ /*, #nav a:hover, #nav a.selected:hover*/
{
    /*  background: #621717 url(images/on_bg.gif) repeat-x left top;*/
    display: block;
    color: #c00; /*font-weight: bold;   text-transform: uppercase;     letter-spacing: .1em;*/
}

#nav a.selected:hover
{
    color: #c00;
}

#nav ul
{
    position: absolute;
    top:-999em;
    width:15em;
    z-index: 999;
    border: #c00 solid;
    border-width: 0 1px 1px 1px;
    float: left;
}




#nav ul li
{
    width: 100%;
    border-bottom: 1px solid #c00;
}

#nav ul li.last
{
    border: 0;
}
#nav ul a
{
    
    display: block;
   
    height: auto;
    line-height: normal;
    padding: 5px 15px;
background-image:none;
    background-color: #cfdfd5;
  font-size: 90%;
    color: #000;
    
}

#nav ul a:hover
{

    /*background: #363669 url(images/off_bg.gif) repeat-x left top;*/
    color: #fff;
     background-color: #cfdfd5;
    
}

#nav ul li a.hasChildren
{

    background-image: none;
    background-color: #ccc;
    border: #6a4f4f solid;
    border-width: 0 1px 1px 1px;
}

#nav ul li a.bcrumb
{
    background: #cfdfd5;
}

#nav ul li a:hover
{
    background: #cfdfd5;
    color:#fff;
}



#nav ul li a.selected
{
    background-image:none;
   background-color:#cfdfd5;
    border-color:#000;
    border-width:0 1px 1px 1px;
}

#nav ul li a.selected.hasChildren
{
    background-image:none;
   background-color:#ccc;
     border:#6a4f4f solid;
    border-width:0 1px 1px 1px;
}

#nav ul ul
{
}

#nav li:hover li ul, #nav li.sfHover li ul
{
    top: -999em;
}
#nav li li:hover ul, #nav li li.sfHover ul
{
    left: 10em;
    top: -1px;
}
#nav li li:hover li ul, #nav li li.sfHover li ul
{
    top: -999em;
}
#nav li li li:hover ul, #nav li li li.sfHover ul
{
    left: 10em;
    top: -1px;
}


/* layout 
================ */
#search
{
    float: right;
    padding: 8px 23px 0 0;
    position: relative;
}
#search .NormalTextBox
{
    background: #f8f7f7;
    border: 1px #999 solid;
    width: 155px;
    float: left;
    height: 14px;
    color: #666;
    font: normal .8em arial;
    padding-left: 5px;
}
#search a
{
    position: absolute;
    top: 8px;
    right: 19px;
}

/* search */
a.search
{
    font-weight: bold;
    font-size: .8em;
    background: transparent url(images/search.png);
    display: block;
    height: 18px;
    text-indent: -100000px;
    width: 19px;
}
a.search:link
{
    color: #FFF;
    text-decoration: none;
}
a.search:visited
{
    color: #FFF;
    text-decoration: none;
}
a.search:hover
{
    color: #FFF;
    text-decoration: none;
}
a.search:active
{
    color: #FFF;
    text-decoration: none;
}

/* user skin object classes
====================
*/
.MyUserSkinObjectCssClass
{
    visibility:hidden;
    color: #fff;
}

a.MyUserSkinObjectCssClass
{
    color: #fff;
    text-decoration: none;
}

a.MyUserSkinObjectCssClass:hover
{
    color: #ccc;
    text-decoration: underline;
}

.mySkinDateClass
{
    color: #1d2331;
     font: normal 100% "Trebuchet MS";
}

/* for lists
===================== */
ul
{
    margin-left: 17px;
   
    padding: 0 0 10px 0; /*  margin-bottom: 10px;*/
}




li
{
    margin-bottom: 9px;
    padding: 0;
    list-style-image: url(images/marker.gif);
}

.ICG_Modules_ExpandableTextHtmlContent{

margin-top:-50px;
}

/* for forms
============== */
table.simpleform{
width:178px;

}

table.simpleform td{
vertical-align:top;
padding:5px 8px 5px 0;
}


table.simpleform input{
width:120px;
}