html, body { height:100%; }

body { background:#bfbab0 url(../images/body.jpg) no-repeat center top; }

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:"Trebuchet MS", verdana, arial, sans-serif;
}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
width:960px;
background:transparent none;
}

#footer {
height: 50px; /* .push must be the same height as .footer */
width:960px;
margin:auto;
}

#push {
height:50px;
clear:both;
}

#header { 
width:960px;
height:210px;
}

#main-menu { 
width:960px;
height:45px;
padding-bottom:5px;
}
#main-menu li { font-size:14px; float:left; }
#main-menu li a {
height:36px;
padding:14px 15px 0 15px;
display:block;
text-decoration:none;
color:#f2f1ec;
text-shadow: #3f3b31 1px 1px 2px;
text-transform:uppercase;
}
#main-menu li a:hover {
background:url(../images/menu-roll.gif) repeat-x top;
}
#main-menu li#facebook, #main-menu li#check-events { float:right; }
#main-menu li#facebook a { height:45px; padding:0 10px; }

.clear { clear:both; }
.Rclear { clear:right; }
.Lclear { clear:left; }

.Rfloat { float:right; }
.Lfloat { float:left; }

#content { width:960px; clear:both; }
.content-half { width:480px; }
.content-three-quarters { width:720px; }
.content-two-thirds { width:640px; }
.content-third { width:320px; }
.content-quarter { width:240px; }

.thumb-holder { float:right; margin:0 10px; border:1px solid #E9E5DF; }
.thumb-holder img { vertical-align:bottom; }

.associations { width:460px; margin:10px auto; }
.associations li { float:left; list-style:none; }

/*
.paypal-holder {
width:320px;
margin:10px auto;	
background:#343026 url(../images/paypal-holder.gif) repeat-x top;
border:1px solid #343026; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
padding:5px 10px;
}
*/
.paypal-holder {
margin:30px;	
background:#343026 url(../images/paypal-holder.gif) repeat-x top;
border:1px solid #343026; 
border-radius:10px; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px; 
padding:20px;
}

.paypal-holder form { width:210px; margin:auto; }


/*  - NARROW PAYPAL BOX 
.paypal-holder {
width:210px;
margin:5px auto;	
background:#343026 url(../images/paypal-holder.gif) repeat-x top;
border:1px solid #343026; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
padding:5px;
}

.paypal-holder form { width:205px; margin:auto; }
*/

form.smallForm { 
width:420px;
margin:auto;
margin-top:10px;
margin-bottom:10px;

}

.smallForm fieldset { 
width:410px; 
padding:5px;
margin:auto 5px;
border:1px solid #ccc;
border-radius:5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

.smallForm legend { 
text-transform:uppercase;
font-size:14px;
color:#262626;
margin:5px 10px;
background:white;
font-weight:bold;
border:1px solid #ccc;
border-radius:5px; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
padding:5px;
}

.smallForm .fieldHolder, .smallForm .textfieldHolder { 
width:410px;
height:30px;
margin:5px 0;
}

* + html .smallForm .fieldHolder { height:30px; }
* + html .smallForm .textfieldHolder { height:80px; }

.smallForm .textfieldHolder { height:60px; }

.smallForm .fieldHolder label, .smallForm .textfieldHolder label {
width:180px;
float:left;
margin:6px 2px 2px 0;
font-size:12px;
color:#1f1f1f;
text-transform:uppercase;
text-align:right;
}

.fieldHolder label.required, .textfieldHolder label.required { color:#ff0000; }

.smallForm .fieldHolder input, .smallForm .textfield, .smallForm select {
width:215px;
height:25px;
float:left;
border:1px solid #999;
border-radius:2px; 
-moz-border-radius: 2px;
-webkit-border-radius: 2px; 
}

.smallForm input.shortField { width:100px; }

.smallForm input.checkbox { width:15px; border:0; }

input.totalField { font-size:16px; color:#7e9916; width:100px; font-weight:bold; }

.smallForm .textfield { height:55px;font-size:12px; }

.smallForm .captchaBox { float:left; margin-left:10px; }

.submitButton {
padding:5px 2px;
background:#343026 url(../images/paypal-holder.gif) repeat-x top;
border:1px solid #343026; 
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight:bold;
font-size:16px;
color:white;
text-transform:uppercase;
text-align:center;
overflow:visible;
cursor:pointer;
margin:2px;
}

.map-box { width:400px; margin:5px auto; border:1px solid #ddd; }
.map-box iframe { vertical-align:bottom; }

