/* CSS Document */
*, html{
margin: 0px;
padding: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
body{
background-image: url(../images/bgpat.jpg);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76.6%;
line-height: 18px;
text-align: center;
}
p, ul, h2{
margin-bottom: 10px;
}
h2{
margin-top: 10px;
padding-left: 5px;
color: #00688f;
}
h4{
text-align: center;
color: #00688f;
border-bottom: 2px solid #F06D98;
margin: 20px 0px 5px 0px;
}
#wrapper{
width: 100%;
margin: 0 auto;
overflow: hidden;
background-image: url(../images/top_bg.jpg);
background-repeat: repeat-x;
background-position: 0 0;
text-align: left;
}
#header{
width: 960px;
height: 124px;
margin: 0 auto;
position: relative;
}
#logo{
position: absolute;
}
#logo, #logo span{
width: 960px;
height: 124px;
background-image: url(../images/headerBG.png);
background-repeat: no-repeat;
}
h1 span {
 display: block;
 position: relative;
 z-index: 1;
}
/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
/*/
h1 { text-indent: -100em; }
/* End Hack */
#bodywrap{
width: 960px;
margin: 0px auto;
background-image: url(../images/bodyBG.png);
background-repeat: repeat-y;
background-position: 64px 0px;
}
#body{
background-image: url(../images/logoBottom.png);
background-repeat: no-repeat;
background-position: left top;
}
#left{
width: 178;
background-image: url(../images/leftBG.jpg);
background-repeat: repeat-y;
margin-top: 60px;
margin-left: 76px;
float: left;
}
#nav{
width: 178px;
background-image: url(../images/leftBottom.jpg);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 5px;
}
#nav ul{
list-style-type: none;
}
#nav ul li{
margin-bottom: 12px;
}
#nav a{
display: block;
width: 178px;
height: 29px;
text-align: center;
padding-top: 14px;
background-image: url(../images/navBG.jpg);
background-repeat: no-repeat;
background-position: 0 0;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
#nav a:hover{
background-position: 0 -43px;
color: #FFFFFF;
}
#nav a.current{
background-position: 0 -43px;
color: #FFFFFF;
}
#contentwrap{
float: left;
width: 704px;
}
#contentwrap .homeimg{
text-align: center;
padding-top: 5px;
margin-bottom: 5px;
}
#middle{
width: 480px;
margin-left: 10px;
float: left;
}
#middle .content p{
padding: 0px 5px;
}
#right{
width: 209px;
float: right;
color: #FFFFFF;
}
#right h3{
height: 21px;
color: #FFFFFF;
background-color:#F06D98;
padding: 1px 0px 0px 5px;
font-size: .9em;
margin-bottom: 5px;
}
#right .content{
font-size: .875em;
line-height: 16px;
padding-left: 10px;
}
#footerwrap{
width: 100%;
height: 124px;
background-image: url(../images/foot-bg.jpg);
background-repeat: repeat-x;
}
#footer{
width: 960px;
margin: 0 auto;
color: #FFFFFF;
font-size: .850em;
text-align: center;
background-image: url(../images/footer-top.jpg);
background-repeat: no-repeat;
}
#footer p{
padding-top: 55px;
}
#footer a{
color: #FFFFFF;
}
/* SPONSORS */
.sponsors{
text-align: center;
}
.sponsors p{
margin-bottom: 5px;
}
/* AUCTION */
#auctionitems{
width: 98%;
margin: 0 auto;
}
#auctionitems td{
font-size: .9em;
padding: 3px 0px 3px 3px;
}
#auctionitems .altrow td{
background: #f0f0f0;
}
#auctionitems th{
background: #00688f;
color: #FFFFFF;
padding: 3px 0px 3px 3px;
}
/*Contact Form*/
#contact fieldset{
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
font-size: 12px;
border: none;
color: #000000;
}
#contact legend{
margin-left: 1em;
color: #580202;
font-weight: bold;
}
#contact fieldset ol{
padding: .5em 1em 0 1em;
list-style-type: none;
}
#contact fieldset li{
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
#contact fieldset.submit{
float: none;
clear: both;
width: auto;
border-style: none;
text-align: center;
margin-top: 5px;
}
#contact label{
float: left;
width: 5em;
margin-right: 1em;
text-align: right;
}
ul.errors{
list-style-position: inside;
border: 1px solid red;
background-color: #FFFF00;
color: #CC0000;
padding: 10px;
font-size: 11px;
width: 320px;
}
ul.erros li{
margin-bottom: 15px;
}