html {
    background: url('../assets/images/html_bg.jpg') center 172px no-repeat #0E0E0E;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background: url('../assets/images/body_bg.png') top left repeat-x;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 30px 0px 30px 0px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 30px 0px 30px 0px;
    font-weight: normal;
}

#container {
    width: 978px;
    margin: 0 auto;
}

#header {
    height: 129px;
    position: relative;
}

#header a {
    position: absolute;
    top: 25px;
}

#menu {
    height: 41px;
    background: url('../assets/images/divider.png') top left no-repeat;
}

#menu li {
    float: left;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    font-weight: bold;
    background: url('../assets/images/divider.png') top right no-repeat;
}

#menu li a {
    display: block;
    padding: 0px 30px;
    text-decoration: none;
    color: #F7931E;
}

#menu li a:hover,
#menu li.active a {
    color: white;
}

#content {
    padding-top: 30px;
    margin-bottom: 30px;
    min-height: 450px;
}

#footercontainer {
    clear: both;
    width: 100%;
    background: url('../assets/images/footercontainer_bg.png') top left repeat-x;
    height: 23px;
    font-size: 13px;
    color: white;
}

#footer {
    margin: 0 auto 50px auto;
    width: 978px;
    padding: 15px 30px 0px 0px;
}

#footer .divider {
    background: url('../assets/images/footer_divider.png') top left no-repeat;
    width: 1px;
    height: 30px;
    float: left;
    margin: -15px 30px 0px 15px;
}

#footer a.linkedin {
    float: left;
    margin-right: 15px;
}

#footer a.linkedin:hover {
    opacity: 0.9;
}

#footer p {
     float: left;
    margin-right: 15px;   
}

#footer p a {
    color: #D6D6D6;
    text-decoration: none; 
}

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

.whitewash {
    background: url('../assets/images/whitewash_bg.png') top left;
    padding: 30px 30px 0px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.whitewash#page-4 {
    padding: 0;
    background: none;
}

.default {
    color: white;
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 15px;
}

.default a {
    color: #F7931E;
}

.default a:hover {
    color: white;
}

.default p {
    margin-bottom: 15px;
}

.default ul {
    margin-left: 15px;
}

.default ul li {
    list-style: disc;
    padding-left: 10px;
    margin-bottom: 5px;
    
}
.contactformsuccess {
    width: 615px;
}

#contactform {
    width: 615px;
    min-height: 343px;
}

.label {
    font-weight: bold;
}

.text-input {
    background-color: #D7D7D7;
    padding: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
    border: 1px solid #D7D7D7;
    margin-bottom: 15px;
    width: 461px;
    color: #2B2B2B;
    font-size: 15px;
}

#radioblock {
    background-color: #D7D7D7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;     
    padding: 3px 0px 0px 3px;
}

#radioblock label {
    color: #2B2B2B;
    font-size: 15px;    
}

#radioblock br {
    display: none;
}

#radioblock label,
#radioblock input {
    display: inline;
    width: auto;
}

.large-input {
    color: #2B2B2B;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.button-input {
    color: white;
    background-color: #CF832A;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
    border: 1px solid #CF832A;    
    font-size: 17px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;    
    padding: 0px 15px 0px 15px;
}

.button-input:hover {
    opacity: 0.9;
    cursor: pointer;
}

.input-error {
    background-color: #fac6c6;
    border-color: #fac6c6;
}

.formErrors {
    color: #fb7272;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 13px;
}

#submit-label {
    display: none;
}

#page-4 {
    margin-bottom: 20px !important;
}

#page-4:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;    
}

#page-4 .image {
    overflow: hidden;
    display: block;
    height: 278px;
    width: 222px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#page-4 .image img {
    position: absolute;
    top: 0;
    left: 0;
}

#page-4 .image:hover img {
    top: -278px;
}

/* --------------------[ clearfix ]------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.clearfix {
	display:block;
}