﻿body {
    text-align: center;
    background-color: #DDDDD6;
    font-size: 62.5%;
}

a img {
    border: none;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: Geneva, 'MS Sans Serif', Sans-Serif;
    color: #9C3100;
    margin: 15px 0px;
    text-transform: uppercase;
}

h1 a {
    color: #9C3100;
    text-decoration: none;     
}

h1 a:hover {
    text-decoration: underline;
}

h2, .h2 {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    padding-bottom: 3px;
    border-bottom: 1px dotted #360;
    margin-bottom: 5px;
    color: #9A9639;
}

h3, .h3 {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    color: #322929;
}

h3.title {
 display: block;
    font-weight: normal;
    font-size: 1.6em;
    padding-bottom: 15px;
    color: #9A9639;
}

h4, .h4 {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.1em;
    color: #9A9639;   
}

#container {
    position: relative;
    margin: 0 auto;
    width: 742px;
    border-left: 1px solid #CAB470;
    border-right: 1px solid #CAB470;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: left;
    background: #FFF;
}

#ctl00_content {
    font-weight: normal;   
}

#headerNav {
    /*background: url(/images/headerNav.jpg) no-repeat;*/
    background: #322929;
    width: 732px;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
}

#headerNav a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

#headerNav a:hover {
    text-decoration: underline;   
}

#headerBanner {
    background: url(/images/headerBanner.jpg) no-repeat;
    width: 742px;
    height: 143px;
    padding-bottom: 1px;
    border-bottom: 1px dotted #019935;
}

#ctl00_content {
    padding: 0px 15px 110px 15px;
}

#leftCol {
    float: left;
    width: 200px;
    margin: 0px 30px 0px 10px;
    font-size: 1.2em;
}

#leftContent {
    margin: 10px 0px;
    font-size: 0.9em;   
}

#rightCol {
    float: left;
    width: 420px;
    color: #333;
    font-size: 1.2em;
    padding-top: 15px;
}

#rightCol a, #leftContent a {
    color: #9A9639;
}

#rightCol a:hover, #leftContent a:hover {
    color: #322929;   
}

#leftNav ul {
    margin: 15px 0px;
    list-style: none;
}

#leftNav ul li {
    margin-bottom: 3px;   
}

#leftNav a {
    display: block;
    width: 185px;
    height: 22px;
    line-height: 22px;
    /*background: url(/images/leftNavBg.jpg) no-repeat;*/
    background: #322929;
    padding-left: 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

#leftNav img.countryButton{
    border: 1px solid #666;
}

#leftNav a:hover {
    text-decoration: underline;   
}

#container #footer {
    left: 0px;
    top: 0px;
    text-align: center;
    color: #FFF;
    height: auto;
    width: auto;
}

#container #footer a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;   
}

#container .footerImage 
{
	display: block;
	height: 113px;
}

#container #footerNav {
    /*background: url(/images/footerNav.jpg) no-repeat;*/
    background: #9A9639;
    width: 742px;
    height: 27px;
    line-height: 27px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: 1px dotted #593535;
    font-size: 1.2em;
}

#container #footerCopyright {
    /*background: url(/images/footerCopyrightBg.jpg) no-repeat;*/
    background: #322929;
    width: 742px;
    height: 26px;
    line-height: 20px;
    text-decoration: underline;
}

.detailsButton {
    position: absolute;
    right: 10px;
    display: block;
    background: url(/images/detailsButton.jpg) no-repeat;
    margin-top: -3px;
    width: 59px;
    height: 20px;
}

.detailsButton a {
    display: block;
    width: 59px;
    height: 20px;   
}

.yellowText {
    color: #EDE17F;
}

.indentedList {
    padding: 20px 0px;   
}

.indentedList li{
    padding-left: 20px;
}

.rightImg {
    float: right;
    padding-left: 5px;   
}

.greenNote {
    display: block;
    background-color: #E9E7CD;
    border: 1px solid #996;
    padding: 8px;
}

#rightCol .greenNote a {
    color: #7C351A;
}

.smallText {
    font-size: 0.6em;
}

.lightGreeText {
    color: #6A9E55;   
}

.note {
    border: 1px solid #A3A376;
    background-color: #FFF;
    margin: 15px;
    padding: 8px;
    display: block;
}

.noteHeader {
    position: relative;
    left: -8px;
    top: -8px;
    margin: 0px -16px 5px 0px;
    display: block;
    background-color: #E9E7CD;
    border-bottom: 1px dotted #772014;
    padding: 8px 8px 5px 8px;
}

.noteHeader h3 {
    padding-right: 60px;   
}

table.normalTable {
    text-align: center;
    border-left: 2px solid #C5AD64;
    border-top: 2px solid #C5AD64;
    border-right: 1px solid #C5AD64;
    border-bottom: 1px solid #C5AD64;
}

.normalTable th {
    background-color: #EBD5AA;   
}

.normalTable td, .normalTable th {
    padding: 5px;
    border-bottom: 1px solid #C5AD64;
    border-right: 1px solid #C5AD64;
}

.brownTable {
    padding: 10px;
    background-color: #CAB470;
    width: 100%;  
}

.brownTable th { 
    padding-bottom: 5px; 
}

.clear {
    clear: both;   
}

#headerTitle {
position: relative; 
height: 62px;
}

#logo {
position: absolute;
left: 20px;
top: 18px;
background: url(/images/logo.gif) no-repeat;
width: 282px;
height: 25px;
}

#logo h1 {
display: none;
}

#contact {
position: absolute;
top: 13px;
right: 20px;
text-align: right;
color: #322929;
font-size: 18px;
line-height: 20px;
}

#contact a {
font-size: 14px;
}
