


#header {
    background: #185359 url(../images/header.jpg) bottom left repeat-x;
    position: relative;
}

.page-header{
	color: #0A5E69;
    font-family: 'Titillium Maps', Arial;
    font-weight: bold;
}
.menu-title{
	color: #0A5E69;
    font-family: 'Titillium Maps', Arial;
    font-weight: bold;
    font-size: 18px
}

.logoheader {
   border-top: solid 1px transparent;
   color: #fff;
   background: url(../images/bar.jpg) repeat-x top left;
   margin: 0;
   padding: 0;
   text-align: left;
   font-weight: normal;
   line-height: 1.5em;
   min-height: 159px;
}
h1#logo {
    font-family: 'Titillium Maps', Arial;
    text-shadow: #333 0.1em 0.1em 0.2em;
}
h1#logo {
    font-size: 3.5em;
    line-height: 1.0em;
}
#logo {
    margin-top: 0.6em;
    margin-left: 10px;
    /* position: absolute; */
    display: block;
    padding: 20px 20px 20px 10px;
    width: 300px;
    padding-top: 0.6em;
    font-weight: normal;
    line-height: 1em;
    font-size: 3em;
}
	
}
#footer-outer {
    background: #fff url(../images/headingback.png) repeat-x;
    border-top: solid 1px #ccc;
}
#footer-sub {
    background: url(../images/footer_bg.png) repeat-x;
    color: #fff;
}
#footer {
    padding: 15px 10px 15px 20px;
    text-align: right;
    margin: 0 auto;
    display: block;
    max-width: 1020px;
    overflow: hidden;
    font-size: x-small;
    color:#999
}
ul {
    list-style-type: square;
/*     margin: 0px 0; */
}
li.submenu{
	border-bottom: solid 1px lightgray;
/* 	padding: 1px; */
}
ul.menu {
    border: 0;
    background: #fff /* url(../images/nature/nav_level_1.gif) repeat-x */;
    border: solid 0px #eee;
/*     list-style-type: none !important; */
/*     margin: 0 0 0px 0px; */
    padding: 10px 5px 25px 25px;

}
.nav-pills>li>a{
font-size: small;
color:black;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color:#eae6e6;
color:black;
}

#topaddress {
    padding: 5px 0px 2px 2px;
    position: absolute;
    right: 20px;
    top: 13em;
    max-width: 38em;
    font-size: x-small;
    color: white;

}
.tdheight {
	height: 50px;
	vertical-align: middle;
}