/* global level declarations */

.clear { line-height: 0px; clear: both; font-size: 0px; margin: -35px 0 -30px 0; }
#wba div.wba { margin-bottom: 5px; margin-top: 10px;}

body {
    margin: 0px;
    background-color: #263A4B;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
h1, h2, h3 {
    font-variant: small-caps;
    font-family: Georgia, Garamond, Times New Roman, Times, serif;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}

a, a:visited {
    text-decoration: none;
    color: white;
}

a.blue, a.blue:visited { color: #263A4B; text-decoration: underline; }
a.blue:hover { text-decoration: none; }

p {
    margin-top: 0px;
}
* html a {
    color: #FFFFFF;
}

/* class level declarations */
.filter60 {
    color: #A8B0B7;
    /*filter:alpha(opacity=60);
    -moz-opacity:.60;
    opacity:.60;*/
}
.bold {
    font-weight: bold;
}

/* element level declarations */
#container {
    position: absolute;
    width: 800px;
    top: 0px;
    left: 50%;
    margin-left: -400px;
}

#header { margin-top: 12px; }
* html #header {
    margin-top: 12px;
}
#header-small-menu {
    text-align: right;
}
#header-small-menu ul {
    margin-right: 50px;
    list-style-type: none;
}
#header-small-menu li {
    display: inline;
    margin: 0px 5px;
}
#header-small-menu li a {
    color: #A8B0B7;
}
#header-small-menu li a:hover, #header-small-menu li a:active {
    text-decoration: underline;
}

#header-search {
	position: absolute; margin: 19px 0 0 573px;
}

#header-search input.text { background: #39566E; border: 0px; color: white; padding: 2px 5px; font-family: Trebuchet MS, Verdana; font-size: .8em; }
#header-search input.button { border: 0px; padding: 0px 5px; font-family: Trebuchet MS, Verdana; font-size: .8em; }

#header-main {
    height: 105px;
    background: url('../img/title-bg-top.gif') 0px 0px no-repeat;
}
#header-main-logo {
    display: inline;
    margin-left: 56px;
}
img#logo {
    margin-top: 40px;
    vertical-align: -40%;
}

#header-main-menu {
    display: inline;
    font-size: 14px;
}
#header-main-menu ul {
    list-style-type: none;
    display: inline;
    padding-left: 20px;
}
#header-main-menu li {
    display: inline;
    border-left: 1px solid #96908C;
    padding-top: 4px;
    padding-bottom: 4px;
}
#header-main-menu a,
#header-main-menu a:visited  {
    padding: 0px 24px 0px 8px; color: white;
}
#header-main-menu a:hover, #header-main-menu a:active, .menu-highlighted {
    border-bottom: 4px solid #997B33;
}

#content {
    padding: 0px 30px 30px 30px;
    background: url('../img/bg-middle.gif') 0px 0px repeat-y;
}

#footer {
    clear: both;
    padding: 20px;
    height: 105px;
}
#footer-art {
    margin-left: 12px;
}

#footer a,
#footer a:visited { text-decoration: underline; }

#footer a:hover { text-decoration: none; }

#footer-main {}
#footer-address { float: left; margin-left: 5px; }

#footer-main-contact {
    float: right;
    font-size: 16px;
    line-height: 18px;  
}
* html #footer-main-contact {
    margin-right: 120px;
}
#footer-main-contact a:hover, #footer-main-contact a:active {
    text-decoration: underline;
}
#footer-main-menu {
	float: right;
	margin-right: 5px;
    font-weight: normal;
}
#footer-main-menu ul {
    margin-top: 0px;
    margin-bottom: 36px;
}
#footer-final {
    margin-top: 30px;
    margin-left: 32px;
    font-weight: normal;
}
    
#content-homepage-text a,
#content-homepage-text a:visited { text-decoration: underline;  }
#content-homepage-text a:hover { text-decoration: none; }