/* CSS Document */

body{
margin: 5px 0;
font-family: Arial, Helvetica, sans-serif;
color: #3B2F21;
padding: 0;
text-align: center;
font-size: .8em;
}

img{
border: 0;
}

a:link, a:active, a:visited{
color: #890A33;
}

a:hover, a:focus{
color: #000;
text-decoration: none;
}

.menu a:link, .menu a:active, .menu a:visited{
color: #fff;
text-decoration: none;
}

.menu a:hover, .menu a:focus, .menu a:link.on, .menu a:active.on, .menu a:visited.on{
color: #AEB25B;
}

.footer a:link, .footer a:active, .footer a:visited{
color: #fff;
text-decoration: none;
}

.footer a:hover, .footer a:focus{
color: #AEB25B;
}

h1, h2, h3, h4, h5, h6, .redfont{
color: #890A33;
margin: 0;
}
h1{
font-size: 1.7em;
font-weight: normal;
}

h2{
font-size: 1.5em;
font-weight: normal;
}

h3{
font-size: 1.4em;
}

h4{
font-size: 1.2em;
}

h5{
font-size: 1.1em;
}

h6{
font-size: 1em;
}

p{
font-size: 1em;
}

.container{
margin: 0 auto;
width: 988px;
text-align: left;
background: url(images/repeater.gif) repeat-y left;
}

.top{
background: url(images/top.jpg) no-repeat top left;
height: 114px;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.top h1{
text-indent: -3000px;
margin: 0;
padding: 0;
}
.top h1 a{
display: block;
width: 510px;
height: 52px;
position: absolute;
left: 36px;
top: 32px;
}

.top p {
	font-size: 1.2em;
	margin-top: 40px;
}

.white {
	color: #fff;
}

.menu{
background: #660000;
color: #fff;
text-transform: uppercase;
font-size: .9em;
margin:0 10px 0 8px;
}

.menu ul{
margin: 0;
padding: 7px 0;
list-style: none;
text-align: center;
}

.menu li{
margin: 0;
padding: 0 60px;
display: inline;
}

.rightpics{
margin: 2px 10px;
float: right;
width: 480px;
height: 417px;
display: inline;
}

.content{
float: left;
width: 450px;
margin: 0;
padding: 20px 0 20px 25px;
}

.footer{
font-size: .9em;
clear: both;
background: url(images/footer.gif) no-repeat bottom left;
padding-bottom: 16px;
}

.footer ul{
text-transform: uppercase;
color: #fff;
background: #660000;
margin:0 10px 0 8px;
padding: 7px 0;
list-style: none;
text-align: center;
}

.footer li{
margin: 0;
padding: 0 60px;
display: inline;
}
.copy{
text-align: center;
font-size: .85em;
margin: 0;
padding: 8px;
}

.copy a{
color: #3B2F21;
}

th, td{
padding: 4px;
text-align: left;
}
td{
border-bottom: 1px solid #ecefd3;
}
th{
background: #ecefd3;
color: #9d0707;
}
.greenback{
background: #ecefd3;
}
table{
margin: 10px 0;
}

label{
display: block;
margin: 4px 0;
text-align: right;
}
input, textarea{
width: 200px;
margin-right: 100px;
}
textarea{
height: 80px;
vertical-align: top;
}
form{
margin: 30px 0;
}
.btn{
background: #9d0707;
color: #fff;
border: 0;
width: 120px;
letter-spacing: 1px;
margin: 8px 0 0 230px;
}

.fright {
	float: right;
}
