﻿* {
    font-family: Arial, Sans-Serif;
}
body, html {
    margin: 0px;
    padding: 0px;
    background-color: #8E1616;
    background-image: url("./images/body_bg.jpg");
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    font-size: 9pt;
}
a img {
    border: 0px;
    margin: 0px;
}
a.button img {
    margin: -2px 0px;
}
a {
    color: #2F6C92;
}
a:hover {
    color: #FF6600
}
.clear {
    clear: both;
}

a.button {
    background-image: url("./images/btn-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    text-decoration: none;
    color: #656565;
    display: inline-block;
    height: 23px;
    font-weight: bold;
    text-align: right;
    margin-top: 3px;
}
a.button span {
    background-image: url("./images/btn-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 4px 35px 4px 15px;
    text-align: right;
    display: inline-block;
    height: 23px;
    overflow: hidden;
    cursor: pointer;
}
a.button:hover {
    color: #ffffff;
    background-image: url("./images/btn_hover-left.gif");
}
a.button:hover span {
    background-image: url("./images/btn_hover-right.gif");
}

#outer-container {
    width: 1022px;
    margin: auto;
    background-image: url("./images/header_ornament.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
#inner-container {
    width: 810px;
    margin: auto;
    padding-bottom: 5px;
    border: solid 1px #000000;
    border-top: 0px;
    background-color: #2d2e28;
}
#header {
    width: 810px;
    height: 152px;
    background-image: url("./images/header_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: right;
}
#logo {
    position: absolute;
    top: 17px;
    left: 20px;
}
#toplinks {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: .9em;
}
#toplinks li {
    display: inline;
    padding: 0px 3px;
}
#toplinks a {
    text-decoration: none;
    font-weight: bold;
}
#toplinks a:hover {
    color: #2F6C92;
    text-decoration: underline;
}
#navigation {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: -1px;
}
#navigation a {
    display: none;
    margin-left: 1px;
}
#navigation table a, #navigation div a {
    background-image: url("./images/header_btn-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    text-decoration: none;
    color: #4e4e4e;
    display: inline-block;
    /*display: block;
    float: left;*/
    height: 32px;
    font-weight: bold;
}
#navigation div img {
    display: none;
}
#navigation div a {
    margin-top: -1px;
    height: 33px;
    margin-left: -2px;
}
#navigation table a span, #navigation div a span {
    background-image: url("./images/header_btn-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding: 8px 15px;
    /*display: block;
    float: right;*/
    display: inline-block;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
}
#navigation table a:hover, #navigation table .selected a, #navigation div a:hover, #navigation div .selected a {
    background-image: url("./images/header_btn_hover-left.gif");
    color: #ffffff;
}
#navigation table a:hover span, #navigation table .selected a span, #navigation div a:hover span, #navigation div .selected a span {
    background-image: url("./images/header_btn_hover-right.gif");
}
#banner {
    width: 810px;
    height: 183px;
}

.pod {
    float: left;
    text-align: left;
    margin: 6px 0px 0px 10px;
    position: relative;
}
.pod.medium {
    width: 260px;
}
.pod.small {
    width: 195px;
    overflow: hidden;
}
.pod.large {
    width: 325px;
}

.pod_top {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background-image: url("./images/pod_top-mid.gif");
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
}
.pod_top .left {
    height: 5px;
    width: 6px;
    background-image: url("./images/pod_top-left.gif");
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
}
.pod_top .right {
    height: 5px;
    width: 6px;
    background-image: url("./images/pod_top-right.gif");
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
}

.pod_title {
    width: 100%;
    background-color: #5f8abe;
    background-image: url("./images/pod_title_bg.gif");
    background-repeat: no-repeat;
    background-position: left top;
    height: 50px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}
.pod_title .icon {
    float: left;
    margin-right: 15px;
}
.pod_title h2 {
    font-size: 1.25em;
    letter-spacing: .01em;
    margin: 0px;
    padding-top: 1.05em;
    padding-left: 15px;
}
.pod_title h2 a, .pod_title h2 a:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: default;
}
.pod_title h2 .multiline {
    margin-top: -.5em;
    display: block;
}

.pod_mid {
    background-color: #F9F9F9;
    color: #565656;
    padding: 15px 20px;
}
.pod_mid h2 {
    font-size: 1.5em;
}
.pod_mid h3 {
    font-size: .9em;
    color: #2F6C92;
    margin: 0px;
}
.pod_mid h4 {
    font-size: 1.1em;
    margin: 0px 0px 1em 0px;
}
.pod_mid p {
    margin-top: 0px;
}
.pod_mid ul {
    font-size: .9em;
    color: #2F6C92;
    margin: 5px 0px;
    padding: 0px 1em;    
}
.pod_mid.links {
    padding: 0px;
}
.pod_mid.links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 1em;
    overflow: hidden;
    margin-bottom: -1px;
}
#subnavigation {
    width: 100%;
    margin-bottom: -1px;
}
#subnavigation table {
    width: 100%;
}
#subnavigation br {
    display: none;
}
.pod_mid.links ul li {
    position: relative;
    display: inline;
}
.pod_mid.links ul a, #subnavigation a {
    display: block;
    background-color: #cdcdcd;
    background-image: url("./images/sublink_bg.gif");
    background-repeat: repeat-x;
    background-position: center top;
    padding: 8px 20px;
    text-decoration: none;
    color: #565656;
    border-bottom: solid 1px #AAAAAA;
    position: relative;
}
.pod_mid.links ul a:hover, #subnavigation a:hover {
    background-color: #5e5e5e;
    background-image: url("./images/sublink_bg-hover.gif");
    color: #ffffff;
}

.pod_bot {
    height: 17px;
    width: 100%;
    overflow: hidden;
    background-image: url("./images/pod_bot-mid.gif");
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
}
.pod_bot .left {
    height: 17px;
    width: 5px;
    background-image: url("./images/pod_bot-left.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
}
.pod_bot .right {
    height: 17px;
    width: 5px;
    background-image: url("./images/pod_bot-right.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
}

.pod .separator {
    height: 4px;
    background-image: url("./images/separator.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0px;
}

#left-column {
    float: left;
    width: 540px;
    overflow: hidden;
    margin: 0px;
    position: relative;
    _padding-left: 10px;
}
#left-column .pod {
    _margin-left: 0px;
    _margin-right: 10px;
}
#sub-left {
    float: left;
    overflow: hidden;
    _width: 205px;
}
#right-column {
    float: left;
    width: 270px;
    _width: 260px;
    margin: 0px;
    position: relative;
}
#left-column .pod.small .right, #left-column .pod.large .right{
    _right: -1px;
}

#right-column .pod.medium {
    width: 250px;
    _margin-left: 0px;
}
.socialMedia img
{
	width:35px;
	height:35px;
	border:0px;
	margin: 0 5px;
}