@charset "utf-8";

body {
    background-color: #009241;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    font-family: Arial;
    font-size: 12px;
    
    background-image: url(/resources/images/layout/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    
}

#root {
    width: 976px;
    margin: 0 auto;
    padding-top: 10px;
}

#root #content {
    width: 100%;
    float:left;
    min-height: 29px;
    background-image: url(/resources/images/layout/root-top.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    padding-bottom: 50px;
}

#root #bottom {
    width: 100%;
    float:left;
    height: 29px;
    background-image: url(/resources/images/layout/root-bottom.gif);
}

#root #copy {
    width: 100%;
    float:left;
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.empty {
    float:left;
    margin: 20px 0px 0px 15px;
    width: 80%;
}

* html .empty {
    margin: 20px 0px 0px 7px;
}

.logo {
    
    width: 277px;
    height: 140px;
    float:left;
    
    background-image: url(/resources/images/layout/logo-bg.gif);
    background-repeat: no-repeat;
    
}

.logo img {
    margin: 0px 0px 0px 30px;
    float:left;
    width: 236px;
    height: 135px;
    border: 0px;

    background-image: url(/resources/images/layout/logo.jpg);
    background-repeat: no-repeat;
    
}

#left {
    width: 277px;
    float:left;
}

#middle {
    float:left;
    width: 699px;
}

.collage {
    float:left;
    width: 699px;
    height: 140px;
    
    background-image: url(/resources/images/layout/collage.jpg);
    background-repeat: no-repeat;
    
}

.search-box {
    width: 236px;
    height: 48px;
    float: left;
    
    margin-left: 290px;
    
    background-image: url(/resources/images/layout/search-bg.png);
    background-repeat: no-repeat;
}

* html .search-box {
    margin-left: 150px;
}

.search-box form {
    margin: 0px;
    padding: 6px 0px 0px 10px;
}

.search-box .q {
    border: 0px;
    background-color: #fff;
    width: 169px;
    height: 17px;
    float:left;
}

.search-box .b {
    background-color: transparent;
    border: 0px;
    width: 50px;
    height: 17px;
    
    color: #a6c90b;
    font-size: 11px;
    text-decoration: underline;
    
}

.maps {
    padding: 23px 0px 0px 0px;
    width: 144px;
    height: 37px;
    float:left;
    
    background-image: url(/resources/images/layout/map.png);
    background-repeat: no-repeat;
}

.maps img {
    border: 0px;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

.menu {
    float:left;
    width: 100%;
    background-image: url(/resources/images/layout/menu-bg.jpg);
}

.menu .wrp {
    padding-left: 10px;
    float:left;
}

.menu a {
    padding: 7px 6px 7px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    display: block;
    float:left;
}

.menu a:hover,
.menu a.selected {
    color: #ffb137;
    background-color: #fff;
}


.submenu {
    padding-left: 16px;
    width: 261px;
    min-height: 258px;
    float:left;
    padding-bottom: 60px;
    background-image: url(/resources/images/layout/submenu-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    
}

.submenu .title {
    background-color: #f5f6f8;
    color: #009241;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.submenu .title span {
    width: 11px;
    height: 11px;
    float:left;
    display: block;
    background-color: #009241;
    margin-top: 1px;
    margin-right: 10px;
}

.submenu ul {
    list-style: none;
    padding-right: 20px;
}

.submenu ul li {
    padding-bottom: 10px;
}

.submenu ul li a,
.submenu ul li a:visited,
.submenu ul li a:hover,
.submenu ul li a:visited:hover {
    color: #009241;
    font-size: 12px;
    text-decoration: underline;
}

.submenu ul li a:hover,
.submenu ul li a:visited:hover {
    color: #ffb137;
    text-decoration: none;
}

.submenu ul li.selected a,
.submenu ul li.selected a:visited,
.submenu ul li.selected a:hover,
.submenu ul li.selected a:visited:hover {
    color: #ffb137;
    font-weight: bold;
}

.submenu ul li.rootitem a,
.submenu ul li.rootitem a:visited,
.submenu ul li.rootitem a:hover,
.submenu ul li.rootitem a:visited:hover {
    color: #ffb137;
    font-weight: bold;
}


.banner {
    padding-left: 16px;
    width: 261px;
    float:left;
}

.page-content h1 {
    float:left;
    clear: both;
    color: #797979;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px 10px 15px;
    width: 80%;
}

* html .page-content h1 {
    margin: 15px 0px 10px 7px;
}

.navbar {
    float:left;
    width: 80%;
    margin: 0px 0px 0px 15px;
    
    color: #797979;
    font-size: 11px;
}

* html .navbar {
    margin: 0px 0px 0px 7px;
}
  
.navbar a,
.navbar a:visited {
    color: #797979;
    text-decoration: underline;
}  

.navbar span {
    font-weight: bold;
}
  
.pager {
    float:left;
    clear: left;
    width: 660px;
    height: 30px;
    text-align: center;
}

.pager .w {
    padding-top: 5px;
}
  
.pager .w a { 
    font-size: 11px;
    color: #797979;
    padding-left: 5px;
    padding-right: 5px;
} 

.pager span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: #ffb137;
} 
  