body{
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #333;
    background:#f5f5f5;
}

address{
    font-style:normal;
}

a{
    text-decoration: none;
    color: #693;
}

a:hover{
    text-decoration: underline;
}

#content_wrap li{
    margin:1px 0 1px 20px;
    list-style:circle;
}

#shadow{
    background:  url('../img/content_top_shadow.png') repeat-x;
    height: 20px;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
}

#header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 101px;
    background: url('../img/header_wrap_bg.png') repeat-x 0px -100px;
    z-index: 100;
}

    #header_wrap #header{
        position: relative;
        width: 950px;
        height: 100px;
        margin: auto;
    }
    
        #header_wrap #header #logo{
            position: absolute;
            left: 35px;
            top: 35px;
        }
    
    #header_wrap #header #menue{
        margin: 0;
        position: absolute;
        right: 141px;
        top: 0;
        bottom: 0;
        width: 644px;
        background: url('../img/header_wrap_bg.png') repeat-x 0px 0px;
        overflow: hidden;
    }
    
    #header_wrap #header #menue li{
        display:block;
        float:left;
    }
    
        #header_wrap #header #menue li a{
            display: block;
            position: relative;
            margin-right:1px;
            width: 160px;
            height: 100px;
            float:left;
            text-decoration: none;
            background: url('../img/header_wrap_bg.png') repeat-x 0px -100px;
        }
        
        #header_wrap #header #menue li:last-child a{width:161px; margin:0;}
        
            #header_wrap #header #menue li a span{
                display: block;
                margin: 25px 12px 0px 12px; 
                color: #eee;
                font-size: 14px;
                text-transform: lowercase;
                overflow: hidden;
                letter-spacing: 1px;
                height: 100%;
                text-shadow: #000 0px 0px 3px;
            }
            
                #header_wrap #header #menue li a span span{
                    letter-spacing: normal;
                    display: block;
                    margin: 10px 5px 0 0;   
                    color: #666;
                    font-size: 10px;
                    text-transform: lowercase;
                    overflow: visible;
                    text-transform: none;
                    line-height: 1.2em;
                    text-shadow: none;
                }           

        #header_wrap #header #menue li a .highlight{
            display: block;
            margin: 0;
            background: url(/cms/img/header_nav_highlight.png) no-repeat;
            position: absolute;
            bottom: 0;
            top: 100px;
            width: 17px;
            height: 9px;
            left: 15px;
            text-indent: -10em;
        }
        
        
        .nojs #header_wrap #header #menue li a:hover .highlight{top:91px;}
        .nojs #header_wrap #header #menue li a:hover span{ color: #fff;}
        .nojs #header_wrap #header #menue li a:hover span span{ color:#eee;}
        
        
#headspacer{
    height: 100px;
}

#submenu{
    margin: auto;
    width:950px;
}
        
    #submenu ul{
        height: 30px;
        margin-left: 180px;
        position: absolute;
        z-index: 2;
        overflow: hidden;
    }
    
    #submenu ul li{
        display: block;
        float: left;
        cursor: pointer;

    }
    
        #submenu ul a{
            line-height: 30px;
            display: block;
            height: 30px;
            margin: 0 10px;
            padding-left: 20px;
            text-decoration: none;
            color: #666;
            cursor: pointer;
            background: url(/cms/img/submenue_arrows.png) no-repeat 5px 12px;
            font-size: 11px;
        }
        
        #submenu ul li a:hover{ text-decoration:underline; }     
        
  #content_wrap{
    margin: auto;
    width:950px;
    background: transparent url(/cms/img/dw_lines.png) no-repeat fixed top;
}
            
            #content_wrap #contentbox{
                width: 830px;
                padding-top:40px;
                padding-bottom:1px;
            }
            
                #content_wrap #contentbox h1{
                    font-size: 24px;
                    font-weight: normal;
                    margin: 0 0 20px 0;
                    float: left;
                }
                
                #content_wrap #contentbox #breadcrumbs{
                    font-size: 10px;
                    font-weight: normal;
                    margin: 7px 20px;
                    float: right;
                }
                
                    #content_wrap #contentbox #breadcrumbs a{
                        text-decoration:none;
                        color:#333;
                        font-size:10px;
                        font-weight:bold;
                    }
                    
                     #content_wrap #contentbox #breadcrumbs a:hover{
                         text-decoration:underline;
                     }
            
            #content_wrap #contentbox .box{
                background: #fff;
                margin-bottom: 40px;
            }
                #content_wrap #contentbox .box .head,
                #content_wrap #contentbox .box .foot{
                    height: 5px;
                    width: 100%;
                }
                
                #content_wrap #contentbox .box .head{background: url(/cms/img/content_corners.png) bottom;}
                #content_wrap #contentbox .box .foot{background: url(/cms/img/content_corners.png) top;}              
            
                #content_wrap #contentbox .box .content{
                    margin: 15px 20px 25px 20px;
                    line-height: 1.5em;
                }
    
                    #content_wrap #contentbox .box .content .col1{
                        width: 240px;
                        float: left;
                    }
                    
                    #content_wrap #contentbox .box .content .col2{
                        width: 372px;
                        float: left;
                    }                   
                    
                    #content_wrap #contentbox .box .content .colspacer{
                        height: 1px;
                        width: 15px;
                        float: left;
                    }                   

                    
                #content_wrap #contentbox .box .content h2,
                #content_wrap #contentbox .box .content h3,
                #content_wrap #contentbox .box .content h4,
                #content_wrap #contentbox .box .content h5{
                    font-weight: normal;
                    font-size: 14px;
                    margin: 10px 0;
                    line-height: 1.5em;
                }               

                #content_wrap #contentbox .box .content h3,
                #content_wrap #contentbox .box .content h4,
                #content_wrap #contentbox .box .content h5{
                    font-size: 12px;
                    margin: 5px 0;
                    line-height:1em;
                }               

                #content_wrap #contentbox .box .content h4,
                #content_wrap #contentbox .box .content h5{
                    font-size: 11px;
                    margin: 10px 5px;
                }               

        #footer_wrap{
            background: url('../img/footer_bg.png') repeat-x top #fff;
            height: 200px;
            position: relative;
            z-index: 200;
            border-top: 1px solid #ccc;
            overflow: hidden;
        }           
        
            #footer_wrap #footer{
                height: 200px;
                width:890px;
                margin: 20px auto;
                overflow: hidden;
            }
            
                #footer_wrap #footer .col{
                    width: 240px;
                    float: left;
                }
                
                    #footer_wrap #footer .col h5{
                        display: block;
                        font-weight: normal;
                        font-size: 14px;
                        margin-bottom: 10px;
                    }
                    
                    #footer_wrap #footer .col a{
                        text-decoration: none;
                        color: #333;
                    }
                    
                    #footer_wrap #footer .col #partners{
                        width:200px;
                        height:100px;
                        margin:20px;
                    }
                    
                        #footer_wrap #footer .col #partners img{
                            margin:auto;
                         }
                    
                    #footer_wrap #footer .col a:hover{ text-decoration:underline;}

                
                #footer_wrap #footer .colspacer{
                    height: 1px;
                    width: 25px;
                    float: left;
                }
            
        #footer_wrap2{
            position: relative;
            z-index: 200;
            border-top: 1px solid #ccc;
            background: #fff;
            margin: auto;
            overflow: hidden;
            
        }
        
            #footer_wrap2 #footer2{
                height: 30px;
                margin: auto;
                line-height: 30px;
                width:890px;
                overflow: hidden;
                color: #999;
            }
            
                #footer_wrap2 #footer2 span a{
                    color: #ccc;
                    text-decoration: none;
                }
            
                #footer_wrap2 #footer2 span{
                    color: #ccc;
                }
            
            #footer_wrap2 #footer2 ul{
                display: block;
                float: right;
                margin-right: 115px;        
            }
    
                #footer_wrap2 #footer2 ul li{
                    display: block;
                    float: right;
                }
    
                    #footer_wrap2 #footer2 ul li a{
                        display: block;
                        height: 30px;
                        text-decoration: none;
                        color: #999;
                        margin: 0 5px;
                    }
                    
                    .nojs #footer_wrap2 #footer2 ul li a:hover{
                        color: #333;
                    }
                    