/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
background-color: #878787;
margin:0px 0px;
padding:0px;
text-align:center;
}
#wrapper{
width: 825px;;
background-color: #878787;
margin:0px auto;
text-align: left;
}
#banner{
height: 120px;
background-color: #9a1c20;
background-image:url(../graphics/header.gif);
background-repeat: no-repeat;
background-position: right;
}
#content{
}
#mainwindow{
width: 825px;
background-color: #9a1c20;
border-left: #FFFFFF solid 2px;
border-right: #FFFFFF solid 2px;
}
#navbox{
background-color: #fce8c1;
width: 100%;
height: 30px;
float:left;
margin-bottom: 20px;
}
#navbox ul{
list-style: none;
}
#navbox ul li{
float: left;
}
#maincontent{
padding: 15px;
}
h1{
color: #FFFFFF;
font-size: large;
font-weight: bold;
text-align: left;
margin-bottom: 10px;
}
h2{
background-color: #fce8c1;
color: #9a1c20;
font-size: small;
font-weight: bold;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
h3{
color: #9a1c20;
font-size: small;
font-weight: bold;
text-align: left;
}
#menuwindow{
background-color: #FFFFFF;
margin-bottom: 15px;
}
#menutable table tr td{
padding: 5px;
width: 50%;
text-align: left;
border: #fce8c1 solid 1px;
vertical-align: top;
}
.menuimage{
float: right;
clear: right;
margin-left: 5px;
}
#textwindow{
background-color: #FFFFFF;
margin-bottom: 15px;
padding: 5px;
}
#leftcol{
width: 430px;
float: left;
margin-right: 5px;
}
#rightcol{
float: left;
width: 350px;
}
#contactleftcol{
width: 330px;
float: left;
margin-right: 5px;
}
#contactrightcol{
float: left;
width: 350px;
}
p{
text-align: left;
margin-bottom: 5px;
}
.clearit{
clear: both;
}
.topimage{
margin-bottom: 5px;
}
#pagelinks{
text-align: left;
color: #FFFFFF;
margin-bottom: 15px;
}
a{
color: #000000;
text-decoration: none;
}
a:hover, a.sfhover {
text-decoration: underline;
}
#pagelinks a{
color: #FFFFFF;
text-decoration: none;
}
 #pagelinks a:hover, #pagelinks a.sfhover {
text-decoration: underline;
}
input{
width: 200px;
}
textarea{
width: 250px;
}
#rightcol table tr td{
vertical-align: top;
}
.formbutton{
width: 55px;
}
#galleryleftcol{
width: 400px;
float: left;
}
#galleryrightcol{
float: left;
width: 380px;
}
iframe{
float: right;
margin-top: 5px;
}
.gallerythumb{
float: left;
}
#galleryleftcol table tr td{
padding: 5px;
}
a img{
display:block;
text-decoration: none;
border: none;
}