@charset "utf-8";
/* CSS Document */

/* COLORS
background: #20180F
red: #B12A1C;
gold: #FFBD22
gold darker: #DB9716
pewter; #3C2E1E
page: #F5EFE2
table row: #F1E9D8
blue: #0073C3
*/

body {
margin: 0;
padding: 0;
background-image: url(images/nav/bg_sub2.png);
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #281F13;
}

h1 {
background-image: url(images/headers.gif);
background-repeat:no-repeat;
padding: 0 0 0 35px;
margin: 0 0 5 0;
font-weight:bold;
font-size: 26px;
color: #B12A1C;
}
h2 {
font-weight:bold;
font-size: 18px;
color: #B12A1C;
margin-bottom: 0;
margin-top: 0;
}
h3 {
font-weight:bold;
font-size: 16px;
color: #B12A1C;
margin-bottom: 0;
}
h4 {
font-weight:bold;
font-size: 14px;
color: #3C2E1E;
margin: 0;
padding: 0;
}

h2 a:link{
color: #B12A1C;
text-decoration: none;
}
h2 a:visited {
color: #990000;
text-decoration: none;
}
h2 a:hover {
color: #B12A1C;
text-decoration: underline;
}
h2 a:active{
color: #B12A1C;
text-decoration: none;
}

.footerText {
font-size: 12px;
color: #FFFFFF;
}
.footerText a:link {
color: #FFFFFF;
text-decoration: none;
}
.footerText a:visited {
color: #F9F9F9;
text-decoration: none;
}
.footerText a:hover {
color: #FFFFFF;
text-decoration: underline;
}

div {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li {
list-style-image: url(images/bullet.gif);
padding-top: 0;
}

img {
border-color: #3C2E1E;
}

a:link {
color: #0073C3;
text-decoration: none;
}
a:visited {
color: #023062;
text-decoration: none;
}
a:hover {
color: #0073C3;
text-decoration: underline;
}
a:active {
color: #0073C3;
text-decoration: underline;
}

.hint {
font-size: 11px;
}

p {
margin-top:0;
padding: 0 0 0 0;
}

hr {
line-height: 1px;
width: 70%;
text-align:center;
color: #F1E9D8;
}

#contact {
padding: 0 0 0 10px;
margin: 0 0 0 0;
}

#tt {
 position:absolute;
 display:block;
 background:url(images/tt_left.gif) top left  no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}