html, body { height:100%; }

body { background:#c3be9a; }

* {
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 -110px; /* the bottom margin is the negative value of the footer's height */
width:980px;
background:white url(images/wrap_bg.gif) repeat-y;
}

#footer {
height: 110px; /* .push must be the same height as .footer */
width:980px;
margin:auto;
background:#66b6fc url(images/footer_bg.gif) no-repeat;
}

.push { height:110px; clear:both; }

#header { width:980px;height:180px;background:#66b6fc url(images/header_bg.jpg) no-repeat; }

#content {
width:700px;
float:right;
margin-right:10px;
}

.leftContent { width:350px;float:left; }
.rightContent { width:350px;float:right; }

.leftContent h3 { margin-right:10px;width:330px; }
.rightContent h3 { width:340px; }

h1 { 
width:370px;
height:140px;
float:left;
margin:20px 0 0 20px;
}

#mainMenu {
width:240px;
float:left;
margin-left:20px;
}

* html #mainMenu { margin-left:10px; }

#mainMenu li {
font-size:14px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}

#mainMenu li a {
background:none transparent;
color:#333;
display:block;
width:240px;
height:29px;
padding-top:11px;
border-bottom:1px solid #eaeaea;
text-decoration:none;
}

#mainMenu li a:hover {
background:#65b6fc url(images/mainMenu_roll.gif) repeat-x top;
color:#333;
}

#memoBox {
width:230px;
margin:5px auto;
border:1px solid white;
margin-top:15px;
}

#memoBox p {
margin:5px;
}

.imgRight { float:right;margin:0 10px; }
.imgLeft { float:left;margin:0 10px; }


/* MAIN FORM STYLES */

.mainForm {
width:350px;
padding:5px;
margin:5px auto;
}

.mainForm fieldset {
border:1px solid #aaa;
padding:5px;
margin-top:5px;
}

.mainForm legend, .submitButton {
font-size:18px;
color:#171717;
border:1px solid #aaa;
padding:2px 5px;
margin:2px 5px 5px 5px;
background:#65b6fc url(images/mainMenu_roll.gif) repeat-x top
}

.submitButton {
cursor:pointer;
}

.mainForm label {
font-size:14px;
text-transform:uppercase;
color:#6A685C;
letter-spacing:.7px;
font-weight:bold;
float:left;
width:130px;
text-align:right;
padding-top:3px;
margin-right:5px;
}

.mainForm .inputField, .textField, .captchaField, .selectBox {
width:180px;
height:20px;
padding:1px;
border:1px solid #aaa;
color:#555;
float:left;
margin-bottom:10px;
margin-right:10px;
font-size:12px;
}

.mainForm .textField {
height:80px;
overflow:auto;
}

.mainForm .checkBox {
height:20px;
width:20px;
margin-right:25px;
float:right;
border:1px solid #282828;
text-align:center;
}

.mainForm .captchaField {
width:80px;
}

.mainForm .captchaBox {
width:90px;
height:35px;
float:right;
margin-right:10px;
}

.mainForm p {
margin:5px;
}

ul#thumbsList {
width:700px;
margin:auto;
}

#thumbsList li { width:140px;float:left;height:170px; }

/* BIG FORMS TO REPLACE PDFS */

form.bigForm { 
width:680px;
margin:auto;
margin-right:10px;
border:1px solid #C3BE9A;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

.bigForm fieldset { 
width:660px;
padding:5px;
margin:auto;
}

fieldset.subfieldset { 
border:1px solid #C3BE9A;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

.bigForm legend { 
font-size:18px;
text-transform:uppercase;
width:660px;
text-align:center;
font-weight:bold;
margin-top:5px;
}

legend.sublegend { 
text-align:left;
width:auto;
background:#C3BE9A;
margin:5px;
padding:2px; 
border:1px solid #C3BE9A;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

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

.textfieldHolder { height:60px; }

.fieldHolder label, .textfieldHolder label { 
width:250px;
float:left;
font-size:14px;
font-weight:bold;
text-align:right; 
margin-right:5px;
margin-top:2px;
}

.fieldHolder input, .textfield {
width:360px;
height:25px;
float:left;
border:1px solid #888;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; 
}

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

