/*unrecognized unknown*/
* {
    margin: 0px;
    padding: 0px;
    position: relative;
}

body {
    background: url(/images/background.jpg) no-repeat center top #000;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: white;
    font-size: 15px;
    position: relative;
}

a {
    text-decoration: none;
    color: #c3bc81;
    font-style:italic;
}

a:hover {
    text-decoration: underline;
    font-style:normal
    color: #ccc;
}

p {
    text-align: justify;
}

h1 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 28px;
    font-style: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}

table {
    width: 530px;
    height: 583px;
}

td {
    vertical-align: top;
    width: 176px;
}


a img {
    border: none; 
}

.header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 973px;
    height: 245px;
    text-indent: -9999px;
    width: 975px;
    background: url(/images/header_rendered.png) no-repeat;
}

.nav {
    margin-left: auto;
    margin-right: auto;
    width: 973px;
    height: 32px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    z-index: 100;
    background: url(/images/nav_bg.jpg) repeat-x;
}

.nav ul {
    list-style-type: none;
    height: 32px;
}

.nav li * {
    white-space:nowrap;
}

.nav>ul>li {
    float: left;
    width: 150px;
    height: 32px;
}

.nav ul li a, .nav ul li span {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #ccc;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
}

.nav li a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px -1px 0px;
}

.nav li>ul {
    visibility: hidden;
    width: 200px;
    z-index: 200;
}

.nav li>ul a, .nav li>ul span {
    text-align: left;
    padding-left: 20px;
}

.nav li>ul ul {
    margin-left: 150px;
    margin-top: -32px;
}

.nav li>ul li {    
    height: 32px;
    background-color: rgba(0,0,0,0.8);
}

.nav li>ul li:hover {
    background-color: rgba(0,0,0,0.9);
}

.nav li:hover>ul {
    visibility: visible;
}

.section {
    margin-left: auto;
    margin-right: auto;
    width: 973px;
    background-color: #1d1617;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.section .content {
    left: 0px;
    right: 0px;
    height: 100%;
    background-image: url(/images/line-diag-mask.png);
    padding: 30px;
}

.article {
    width: 747px;
    min-height: 300px;
    margin-left: 166px;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 973px;
    height: 141px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    background: url(/images/footer_bg.jpg) repeat-x;
}

.copyright {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 10px;
    font-style: italic;
    color: #c8c8c8
}

.badges {
    float: right;
    width: 350px;
    height: 136px;
}

.badges a img {
    padding: 10px;
    float: right;
}

.centered-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.solid-border {
    border: 15px solid #f0e6c5;
}

.right {
    float: right;
}

.left {
    float: left;
}

.bordered-photo {
    position: relative;
    margin: 14px;
    margin-left: 24px;
    margin-right: 24px;
    display:inline-block;
}

.bordered-photo>div {
    position: absolute; 
    left: -9px; 
    top: -9px;
    right: -9px;
    bottom: -6px;
}

.bordered-photo .tl, .bordered-photo .tr, .bordered-photo .bl, .bordered-photo .br {
    width: 17px;
    height: 17px;
    position: absolute;
    background: url(/images/photo-corners.png) no-repeat;
}

.bordered-photo .t, .bordered-photo .b {
    left: 17px;
    right: 17px;
    height: 17px;
    position: absolute;
    background: url(/images/photo-h.png) repeat-x;
}

.bordered-photo .l, .bordered-photo .r {
    top: 17px;
    bottom: 17px;
    width: 17px;
    position: absolute;
    background: url(/images/photo-v.png) repeat-y;
}

.bordered-photo .tl, .bordered-photo .tr, .bordered-photo .t {
    top: 0px;
    background-position-y: top;
}

.bordered-photo .bl, .bordered-photo .br, .bordered-photo .b {
    bottom: 0px;
    background-position-y: bottom;
}

.bordered-photo .bl, .bordered-photo .tl , .bordered-photo .l {
    left: 0px;
    background-position-x: left;
}

.bordered-photo .br, .bordered-photo .tr, .bordered-photo .r {
    right: 0px;
    background-position-x: right;
}

#map_canvas {
    width: 800px;
    height: 600px;
    position: none;
}

#map_content {
    color: black;
}


