/***********************************************/
/* Layout Divs                                 */
/***********************************************/
html, body {
    margin: 0px;
    padding: 0px;
    border: 0;
    list-style: none;
    font-family: arial, helvetica, sans-serif;
    color:#333;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    background-color: #E5E5E5;
}

#HTML_main {
    width: 791px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
}

#top_wrapper{
    padding: 0px;
    margin: 0px;
    width: 791px;
    height: 116px;
}

#logo{
    margin: 0px;
    padding-top: 0px;
    width: 140px;
    height: 116px;
    float: left;
}

#topbanner{	
    margin: 0px;
    padding-top: 0px;
    width: 651px;	
    height: 116px;
    float: left;
}


/***********************************************/
/* NAVIGATION AREA                             */
/***********************************************/
#nv_wrapper{
    margin: 0px;
    width: 791px;
    background-color: white;
}

#nv_bk{
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 7px;
    width: 763px;
    height: 28px;
    background-image: url(../images/nv_bk.gif);
    background-repeat: repeat-x;
    text-align: center;
}

.nv_text{
    margin: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 21px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    text-align: center;
    background-image: url(../images/btn_circle.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline;
}

.nv_text:hover{
    color: #9CC;
    background-image: url(../images/btn_circle_f2.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}

.nv_text_selected{
    margin: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 21px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #9CC;
    font-size: 10px;
    text-align: center;
    background-image: url(../images/btn_circle_f2.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline;
}

/***********************************************/ 

#midbanner{
    margin: 0px;
    padding-left: 14px;
    padding-right: 15px;
    background-color: white;
    width: 762px;
    height: 325px;
    float: left;
    display: inline;
}

#content_wrapper{
    margin: 0px;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: white;
    width: 762px;
    float: left;
    display: inline;
    overflow: auto;
}

#content_wrapper a:link{
    color: #369;
    text-decoration: underline;
}

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

#bluebanner{
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 14px;
    padding-right: 15px;
    background-color: #E5EAEE;
    color: #036;
    width: 733px;
    font-size: 18px;
    line-height: 22px;
    float: left;
    display: inline;
}

#content_fullwidth{
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 15px;
    width: 733px;
    float: left;
    display: inline;
}

#contentleft_col{
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 520px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    border-right:solid #C2C2C2 1px;
    display:inline;
}

#contentleft_halfcol1{
    margin-top: 0px;
    margin-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 350px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    border-right:solid #C2C2C2 1px;
    display:inline;
}

#contentleft_halfcol2{
    margin-top: 0px;
    margin-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 350px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    display:inline;
}

#contentleft_col1{
    margin-top: 0px;
    margin-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 220px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    display:inline;
    min-height: 200px;
}

#contentleft_col2{
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 220px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    border-left:solid #C2C2C2 1px;
    display:inline;
    min-height: 200px;
}

#contentleft_col3{
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 220px;
    float: left;
    /*word-wrap: break-word;*/
    background-color: white;
    border-left:solid #C2C2C2 1px;
    display:inline;
    min-height: 200px;
}

#contentright_col{
    margin-top: 10px;
    margin-left: 15px;
    width: 200px;
    float: left;
    display:inline;
}

#contentright_col_sect{
    margin-top: 6px;
    margin-left: 3px;
    padding: 0px;
    width: 690px;
    background-image: url(../images/content_sect_bk.gif);
    background-repeat: repeat-y;
    float: left;
    display:inline;
}

#content_text{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

#copyright_bk{
    margin: 0px;
    padding-top: 10px;
    padding-left: 15px;
    width: 776px;
    height: 20px;
    float: left;
    display:inline;
    background-color: #036;
}

#copyright_text{
    font-size: 10px;
    color: white;
    float: left;
    display:inline;
}

.nexusv{
    margin-left: 320px;
    font-size: 10px;
    color: white;
    float: left;
    display:inline;
}

.nexusv:hover{
    color: #9C3;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

form	{
    margin: 0px;
    padding: 0px;
}

li	{
    font-family: arial, helvetica, sans-serif;
    color:#333;
    text-decoration: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

ul{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-bottom-width: 0px;
}

.rollover{
    border-width:0px;
    display: block;
}
.rollover img{
    width: 100%; height: 100%;
    border: 0;
}
.rollover:hover{ 
    visibility: visible; 
}
.rollover:hover img{
    visibility: hidden;
}

h3 {
    margin: 0px;
    padding-bottom: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    color: #036;
    line-height: 25px;
    font-weight: normal;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 17px;
    font-weight: bold;
}

h5 {
    margin: 0px;
    padding-right: 0px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #369;
    line-height: 17px;
    font-weight: bold;
}

.subtitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 14px;
    font-weight: bold;
}

img{
    border:0;
}
