@import url("reset.css");

body {
    background: #313131 url(/images/body-bg2.jpg) top center no-repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
} #container {
    position: relative;
    width: 1204px;
    height: 710px;
    display: block;
    text-align: left;
    background: transparent url(/images/container-bg.jpg) top center no-repeat;
    margin: 0 auto;
    padding: 50px 0 0 80px;
} #header {
    width: 1121px;
    height: 300px;
    margin: 0;
    background: transparent url(/images/header-bg.jpg) bottom center no-repeat;
    top: 10px;
    position: relative;
} #header h1 {
    position: relative;
    text-indent: -999em;
    width: 368px;
    height: 167px;
    background: transparent url(/images/logo.png) top left no-repeat;
    top: 75px;
    left: 25px;
} #buildings {
    top: -40px;
    left: 440px;
    position: absolute;
} #banner {
    position: absolute;
    width: 412px;
    height: 252px;
    display: block;
    z-index: 5;
    background: transparent url(/images/top-banner.png) top right no-repeat;
    right: -30px;
    top: -30px;
    text-indent: -999em;
} #clients {
    width: 360px;
    float: right;
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 1.4em;
    color: #eb9f49;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -.5pt;
} #clients dt {
    color: #555;
} #content-wrap {
    background: #444 url(/images/content-bg.jpg) bottom center no-repeat;
    width: 1081px;
    height: 288px;
    position: relative;
    overflow: hidden;
    top: 10px;
    padding: 20px;
} #content {
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3;
    letter-spacing: -.5pt;
} #content #copy {
    padding: 30px 0 10px 40px;
    width: 650px;
    float: left;
} #content form {
    color: #fff;
    padding-top: 2em;
    width: 650px;
    position: relative;
} #nav {
    position: absolute;
    top: 0;
    left: 60px;
} #nav li {
    float: left;
    font-size: 1.2em;
    line-height: 1;
    padding: .5em 2em;
    background: #222;
    font-weight: bold;
    text-transform: uppercase;
} #nav li.first {
    border-right: 1px solid #333;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
} #nav li.last {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
} #nav li a {
    color: #ccc;
} #nav li a:hover {
    color: #eb9f49;
} #contactList {
    background: #333;
    padding: 5px 25px;
    position: absolute;
    line-height: 1.3;
    letter-spacing: -.5pt;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    left: 40px;
    bottom: 0;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    filter: alpha( opacity = 75);

opacity:
    0.75;
} #contactList dt {
    float: left;
    font-size: 2.3em;
    line-height: 1;
    padding: 0 .25em;
} #contactList dt.first {
    padding: 0 .25em 0 0;
} #contactList dd {
    float: left;
    font-size: 1.25em;
    line-height: 2;
} #contact-div, #results-div {
    display: none;
}

/* Custom Classes */ 
.right {
    float: right;
} #content img {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

/* TAGS */
p {
    margin-bottom: 1em;
}

a {
    color: #eb9f49;
    text-decoration: none;
}

label {
    width: 120px;
    display: block;
    float: left;
    clear: both;
    text-align: right;
    margin: 5px;
}

input, textarea {
    width: 250px;
    margin: 5px;
    padding: 5px;
    background: #fff;
    border: none;
    float: left;
}

input.submit {
    float: left;
    font-weight: bold;
    clear: both;
    margin-left: 325px;
    color: #fff;
    background: none;
    text-transform: uppercase;
	width:100px; 
}

input.submit:hover {
	color:#eb9f49;
}

label.error {
    color: #eb9f49;
    font-size: .9em;
    clear: none;
    float: right;
    text-align: left;
    width: 220px;
    margin: 0;
	padding-top:7px; 
} #results-div h2 {
    color: #eb9f49;
    font-size: 2.25em;
} #results-div p {
    color: #eee;
} #rotate-container {
	float:right;
	height:300px;
	width:370px;
} #rotate li {
	display:none;
} #rotate li.current {
	display:block;
}
