@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
html, body {
    margin:0;
    padding:0;
    height:100%;
    background-color: #666;
    font-family:Arial, Helvetica, sans-serif;
    }

/*preload images*/
    .preload {
        visibility:hidden;
        height:1px;
        width:1px;
    }
h1 {
    font-size: 24px;
    font-weight:bold;
    line-height:26px;
}
h2 {
    font-size: 22px;
    font-weight:bold;
    line-height:24px;
}
h3 {
    font-size: 20px;
    font-weight:bold;
    line-height:22px;
}
h4 {
    font-size: 18px;
    font-weight:bold;
    line-height:20px;
}
h5 {
    font-size: 17px;
    font-weight:bold;
    line-height:19px;
}
h6 {
    font-size: 16px;
    font-weight:bold;
    line-height:18px;
}

a:link {color:#09579f;}
a:visited {color:#09579f;}
a:hover {color:#897c74;}

#page-wrapper {
    background: url(images/page_wrapper_bg.jpg);
    background-repeat:repeat-y;
    margin-left: auto;
    margin-right: auto;
    width:980px;
    overflow:hidden;
    position:relative;
}
#header {
    position:relative;
    background: url(images/content_header.jpg);
    width: 980px;
    height: 111px;
}
#logo {
    position:absolute;
    top:0px;
    left:35px;
    width:167px;
    height:111px;
}
#nav {
    background: url(images/nav_bg.jpg);
    background-repeat:repeat-x;
    width: 981px;
    height: 41px;
    line-height:41px;
    font-size:13px;
    font-weight:bold;
    margin: 0px 0px 0px -1px;
    padding: 0px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    overflow:hidden;
}
#nav ul {
    list-style:none;
}
#nav > ul > li {
    background: url(images/nav_divider.jpg);
    background-repeat:no-repeat;
    float:left;    
    height:41px;
}
#nav ul li a{
    color:#333;
    padding-left:16px;
    padding-right:15px;
    display: block;
    text-decoration:none;
}
#nav ul li a:hover{
    color:#fff;
    background-color:#09579f;
}
#nav ul li ul {
    clear:left;
    display:none;
    background: url(images/home_page_link_side_bgrnd.png);
    z-index:100;
    position:absolute;
    line-height:30px;
    width:170px;
}
#nav ul li:hover > ul {
    display:block;
}
#nav ul li > ul > li {
}
#nav ul li > ul > li a:hover{
    color:white;
    background-color:#09579f;
    text-decoration:none;
}
#nav ul li > ul > li a{
}
#nav ul li > ul > li:hover{
}
#column-wrapper {

    float:left;
    width:980px;
    /*padding-bottom:259px;*/
    background: url(images/content_footer_bg.png);
    background-position:bottom;
    background-repeat:no-repeat;
}
#left-column-wrapper {
    min-height:146px;
    width:199px;
    float:left;    
}
#left-column {
    padding:60px 20px 0px 20px;
    min-height:146px;
    background: url(images/left_column_bg.png);
    background-repeat:no-repeat;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    text-align:right;
}
#left-column ul {
}
#left-column a, #left-column ul li {
    padding:8px 0px 8px 0px;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
    text-align:right;
    text-decoration:none;
}
#left-column ul li a{
    text-decoration:none;
}

#left-column a:hover {
    text-decoration:underline;
}

#left-column ul li a:hover {
    text-decoration:underline;
}
#right-column-wrapper
{
    min-height:146px;
    float:left;
    width:781px;
}
#right-column {
    padding:60px 40px 0px 40px;
    min-height:146px;
    background: url(images/right_column_bg.jpg);
    background-repeat:no-repeat;
    color:#333;
    font-size:13px;
    line-height:22px;
}
#right-column ul {
    padding: 20px 0px 20px 60px;
}
#right-column ul li {
    list-style-type: disc;
}
#right-column li ul li {
    list-style-type: circle;
}
#right-column p,h1,h2,h3,h4,h5,h6
{
    margin-bottom:10px;
}
#footer {
    height: 35px;
    line-height:35px;
    background: url(images/footer_bg.jpg);
    background-repeat:repeat-x;
    clear: both;
    font-size:10px;
    text-align:justify;
    padding:0px 10px;
    color:#333;
}
#footer a {
    color:#000;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;    
}

/*
#left-footer {
    background: url(images/content_footer_bg_left.png);
    width: 671px;
    height: 169px;
    position:absolute;
    bottom:0;
    left:0;
    vertical-align:bottom;
}
#center-footer {
    background: url(images/content_footer_bg.png);
    width: 115px;
    height: 300px;
    position:absolute;
    bottom:0px;
    left:671px;
    vertical-align:bottom;
}
#right-footer {
    background: url(images/content_footer_bg_right.png);
    width: 194px;
    height: 442px;
    position:absolute;
    bottom:0;
    vertical-align:bottom;
    right:0;
}
*/
