﻿* {
    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: 10px;
    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;
}

.footer{
	width:810px;
	margin-top:5px;
	margin-left:auto;
	margin-bottom:25px;
	margin-right:auto;
	font-size:10px;
	letter-spacing:1px;
	color:#FFFFFF;
}
.footer-top{
	background-image: url("./images/footer/top_bkg.png");
    background-repeat: no-repeat;
    background-position: center;
	text-align:center;
	padding:5px;
	display:block;
}
.footer-top span{
	padding-left:10px;
	padding-right:10px;
	background-color:#8E1616;
}
.footer-bottom{
	display:block;
	text-align:left;
}
.footer-section{
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
}
.footer-section h1
{
	color:White;
	font-size:12px;
	padding-bottom:5px;
	text-indent:5px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
#footer-logo
{
	background-image: url("./images/footer/logo_bit.png");
    background-repeat: no-repeat;
    background-position: 18px 0px;
    height:50px;
}
#footer-logo:Hover
{
	background-image: url("./images/footer/logo_bit.png");
	background-position: 18px -48px;
    background-repeat: no-repeat;
    height:50px;
    cursor:pointer;
}
.footer-link
{
	font-weight:bold;
	text-indent:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-color:#A91818;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.footer-link-social
{
	font-weight:bold;
	text-indent:25px;
	padding-top:6px;
	background-position: left center;
	background-repeat:no-repeat;
	padding-bottom:6px;
	border-bottom-color:#A91818;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.footer-link:Hover, .footer-link-social:Hover
{
	background-color:#9A1616;
	cursor:pointer;
}
#maplink{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	border:none;
}
#maplink:Hover{
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.tipsy { padding: 5px; font-size: 10px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url(images/tipsy.gif); }
  .tipsy hr{border:none; height:1px; border-top-style:solid; border-top-color:#CCCCCC; border-top-width:1px;}
  .tipsy timestamp{display:block; text-align:right; font-size:8px;}
  .tipsy .lb{ height:1px; border:none; border-bottom-style:dotted; border-bottom-color:#CCCCCC; border-bottom-width:1px;}
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: left; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
.grant-wrapper{
	display:block;
}
.grant-icon{
	background-image: url("./images/footer/logo_bit.png");
	background-repeat:no-repeat;
	background-position:center;
	width:6%;
	float:left;
}
.grant-title
{
	width:94%;
	float:left;
}
.grant-title a
{
	font-weight:bold;
	text-decoration:none;
}
.grant-added
{
	display:block;
	font-size:8px;
	text-align:right;
}
.grant-wrapper hr
{
	height:1px;
	border:none;
	background:none;
}