html, body {
height:100%;
}

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

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

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

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

#header {
width:960px;
margin:auto;
height:160px;
background:#191919 url(images/header_bg.gif) no-repeat;
}

h1 {
width:270px;
height:140px;
position:relative;
top:10px;
left:10px;
}

#mainMenu {
float:right;
margin-top:28px;
margin-right:20px;
width:660px;
}

#mainMenu li {
float:left;
font-size:16px;
text-transform:uppercase;
letter-spacing:.7px;
font-weight:bold;
color:#191919;
background:transparent url(images/menuMarker_lite.gif) no-repeat left;
padding-left:25px;
margin-left:10px;
margin-top:10px;
color:#ccc;
}

#mainMenu li a {
color:#eee;
text-decoration:none;
}

#mainMenu li a:hover {
color:#ff0000;
}

#contentLeft {
width:640px;
margin-left:20px;

}

* html #contentLeft {
width:636px;
}

.left-left { width:320px; float:left; }
.left-right { width:320px; float:right; }

#contentRight {
float:right;
width:278px;
margin-right:21px;
}

* html #contentRight {
margin-right:11px;
}

.rightImg {
float:right;
margin:0 20px;
}

.rightImg img {
vertical-align:bottom;
}

ol {
margin:5px 20px;
}

ol li {
list-style:decimal inside;
font-size:13px;
color:#eee;
margin-top:5px;
font-weight:bold;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

/* TYPOGRAPHY */

h2 {
color:#cd0000;
font-size:16px;
text-transform:uppercase;
letter-spacing:.8px;
margin:5px 10px;
border-bottom:1px solid #4c4c53;
padding:2px;
}

#contentRight h2 {
color:#191919;
}

h3 {
text-transform:uppercase;
color:#191919;
font-size:14px;
padding:2px;
margin:5px 20px;
}

#contentRight h3 {
background:#191919;
color:#eee;
padding-right:10px;
margin:5px 0;
text-align:right;
border-right:10px solid #4c4c53;
}

p {
color:#191919;
margin:10px 30px;
font-size:13px;
line-height:17px;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

a {
color:#cd0000;
text-decoration:underline;
}

a:hover {
color:#191919;
text-decoration:none;
}

#footer p a {
color:#eee;
}

#footer p a:hover {
color:#191919;
}

#contentRight p {
margin:10px;
color:#fff;
}

#contentRight a {
color:#191919;
}

#footer p {
margin:0;
padding-top:25px;
text-align:center;
color:#191919;
font-size:11px;
}

.inspList {
margin:10px 40px;
}

.inspList li {
background:#eee url(images/inspList_marker.gif) no-repeat;
height:16px;
padding-left:20px;
font-size:13px;
/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
margin-top:5px;
color:#191919;
}

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

.errorList li {
height:16px;
background:#eee url(images/errorList_marker.gif) no-repeat left top;
font-size:12px;
font-weight:bold;
color:#cd0000;
padding-left:20px;
}

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

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

.mainForm legend {
color:#cd0000;
font-size:16px;
text-transform:uppercase;
letter-spacing:.8px;
font-weight:bold;
border:1px solid #4c4c53;
padding:2px 5px;
margin:2px 5px 5px 5px;
}

.mainForm label {
font-family:"Trebuchet MS",Verdana,Sans-Serif;
font-size:16px;
text-transform:uppercase;
color:#191919;
letter-spacing:.7px;
font-weight:bold;
float:left;
width:180px;
text-align:right;
}

label.checkLabel {
width:440px;
}

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

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

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

.mainForm .captchaField {
width:120px;
}

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

.submitButton {
background:#2E2E3D;
cursor:pointer;
color:#eee;
font-size:14px;
font-weight:bold;
text-align:center;
margin-top:5px;
border:1px solid #4c4c53;
}

.listingsBox {
width:630px;
margin:auto;
border-bottom:1px solid #4C4C53;
}

.listingPhotos {
width:630px;
height:126px;
margin:5px auto;
}

.listingPhotos li {
width:120px;
height:120px;
margin:0 2px;
border:1px solid #555;
float:left;
background:#ddd;
}


