html, body { height:100%; }

body { background:#dedede url(../images/body.gif) repeat-x 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 -100px; /* the bottom margin is the negative value of the footer's height */
width:960px;
background:white;
}

#footer {
height: 100px; /* .push must be the same height as .footer */
width:960px;
margin:auto;
background:#dedede url(../images/footer.gif) repeat-x top;
}

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

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

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

#header { 
width:100%;
height:100px;
position:fixed;
top:0;
left:0;
background:transparent url(../images/header.png) repeat-x top;
z-index:1000;
}

#inner-header { width:960px; margin:auto; background:transparent none; }

/*h1 { width:340px; height:90px; float:left; }*/
h1 { width:154px; height:90px; float:left; }

#main-menu { height:90px; }
#main-menu li { float:left; }
#main-menu li a { 
font-size:12px;
color:white;
text-decoration:none;
height:63px;
padding:27px 8px 0 8px;
display:block;
text-align:center;
text-transform:uppercase;
letter-spacing:1px;
}
#main-menu li a:hover { color:#feca00; }
#main-menu li.single-line a { height:55px; padding:35px 10px 0 10px; }


#content { width:960px; padding-top:100px; }

.content-quarter { width:240px; }
.content-half { width:480px; }
.content-third { width:320px; }
.content-two-thirds { width:640px; }

.we-proudly-accept { width:240px; margin:auto; height:79px; }
.we-proudly-accept li { float:left; width:60px; margin:0 10px; }

.social-media { width:240px; margin:auto; height:120px; }
.social-media li { float:left; width:80px; margin:0 20px; }

form.commentForm { 
width:320px;
margin:auto;
margin-top:5px;
}

.commentForm fieldset { 
width:310px; 
padding:5px;
margin:auto;
}

.commentForm legend { 
text-transform:uppercase;
font-size:12px;
color:#262626;
margin:2px 5px;
font-weight:bold;
}

.commentForm .fieldHolder, .commentForm .textfieldHolder { 
width:300px;
height:30px;
margin:5px 0;
}

* + html .commentForm .fieldHolder { height:50px; }
* + html .commentForm .textfieldHolder { height:80px; }

.commentForm .textfieldHolder { height:60px; }

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

.required { color:#ff0000; }

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

.commentForm input.shortField { width:70px; }

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

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

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

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

.submitButton {
padding:2px;
background:#feca00 url(../images/submit.gif) repeat-x top;
border:1px solid #f1c002; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight:bold;
font-size:18px;
color:#272622;
text-align:center;
overflow:visible;
cursor:pointer;
}