html, body {
height:100%;
}

body { 
background:#272526 url(images/body_bg-b.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 -70px; /* the bottom margin is the negative value of the footer's height */
width:960px;
background:transparent url(images/wrap_bg.gif) repeat-y;
}

#footer {
height: 55px; /* .push must be the same height as .footer */
background:#444 url(images/footer_bg.gif) repeat-x;
}

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

.clear {
clear:both;
margin-top:0;
height:1%;
width:100%;
overflow:hidden;
} 

#header {
width:960px;
height:140px;
background:transparent url(images/big_header_bg-b.gif) no-repeat;
/* ORIGINAL HEADER
width:960px;
height:255px;
background:transparent url(images/big_header_bg.gif) no-repeat;
*/
}


#main_content {
width:695px;
margin-left:5px;
float:left;
position:relative;
z-index:200;
/*margin-top:-120px;*/
}

#main_left {
width:349px;
float:left;
border-right:1px dotted #b7b3b5;
padding-top:10px;
}

#main_right {
width:345px;
float:right;
padding-top:10px;
}

#right_content {
float:right;
width:255px;
margin-right:5px;
}

#content_bottom {
width:960px;
height:15px;
position:relative;
bottom:0;
margin:auto;
}

#mainMenu {
width:255px;
margin:0;
}

ul#mainMenu li {
list-style:none;
margin:0;
}

#mainMenu li a {
background:transparent url(images/mainMenu_off.gif) no-repeat;
width:225px;
padding-left:30px;
height:37px;
padding-top:12px;
color:#eee;
font-size:18px;
font-weight:bold;
text-decoration:none;
display:block;
margin-top:2px;
letter-spacing:.5px;
}

#mainMenu li a:hover {
background:transparent url(images/mainMenu_roll.gif) no-repeat;
}

h1 {
width:292px;
height:125px;
position:relative;
left:10px;
}

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

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

.staffImg { margin:0 10px;border:1px dotted #ccc; }
.staffImg img { vertical-align:bottom; }

/* MAIN FORM STYLES */

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

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

.mainForm legend, .submitButton {
font-size:18px;
color:#e5e5e5;
border:1px solid #aaa;
padding:2px 5px;
margin:2px 5px 5px 5px;
background:#116594;
text-transform:uppercase;
letter-spacing:.8px;
}

.submitButton {
cursor:pointer;
}

.mainForm label {
font-size:14px;
color:#444;
letter-spacing:.7px;
font-weight:bold;
width:300px;
float:left;
padding-top:3px;
margin-right:10px;
}

.mainForm .inputField, .textField, .captchaField, .selectBox {
width:280px;
height:20px;
padding:1px;
border:1px solid #aaa;
color:#555;
float:left;
margin:5px 10px;
font-size:12px;
background:#eee;

}

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

.mainForm label#removalForm {
width:430px;
display: block;
font-size:11px;
}

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

.mainForm .captchaField {
width:120px;
}

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

.mainForm p {
margin:5px;
}

.errorList {
width:250px;
margin:5px auto;
}

.errorList li {
height:16px;
background:#f4f4f4 url(images/errorList_marker.gif) no-repeat left top;
font-size:10px;
font-weight:bold;
color:#ff0000;
padding-left:17px;
list-style:none;
}
