/* only if this page is called without JS */

.contact #header h2 {
	display: none;
}

body.contact {
	background: #dcd5a1;
	
}
.contact #content-body {
	background: #000;
} 

/* normal styles */

#modal.contact {
	background: #000;
}

.contact .col {
    display: block;
    height: 100%;
    float: left;
    position: relative;
    margin-right: 4px;
}

.contact #employment {
    margin-right: 0;
    margin-left: 3px;
}



.contact .col h3,
.contact .col p,
.contact .col address,
.contact .col form {
   
    margin-left: auto;
    margin-right: auto;
}

.contact .col address,
.contact .col p,
.contact .col form {
    width: 80%;
    color: #fff;

}

.contact .col h3,
.contact .col address {
    text-transform: uppercase;
    
}

.contact .col h3 {
    margin: 30px auto;
    font-size: 1.3em;
    color: #cd930a;
    text-align: center;
}


/* column sizes */

#address {
    width: 200px;
}

#contact-form,
#newsletter-form,
#employment {
    width: 264px;
}

.active-input {
	border-color: #d7a303 !important;
}


/* 1st column - address */    


    
#address address {
    display: block;
    height: 70%;
    color: #eee;
    font-size: 1.2em;
    line-height: 1.8em;
}

#address address span {
    font-size: 80%; 
}

#address em {
    font-style: normal;
}

#address em span {
    display: none;
}


#google-map {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 1.2em;
	text-align: center;
    
}

#google-map a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/layout/arrow-down.png) no-repeat 22px bottom;
    color: #fff;
    text-decoration: none;
}

/* 2nd and 3rd columns - contact & newsletter */



#contact-form form,
#newsletter-form form {
    height: 320px;
    position: relative;

}

#contact-form legend,
#newsletter-form legend,
#contact-form .required,
#newsletter-form .required {
    display: block;
    width: 0;
    height: 0;
    text-indent: -9999px;

}

.contact .input-text,
.contact .input-textarea {
    display: block;
    width: 215px;
    height: auto;
    position: relative;
    background: #141313;
    border-width: 0 1px;
    border-style: solid;
    border-color: #262525;
    margin-bottom: 8px;
    font: inherit;
    float: left; /* make it expand to it's floated elements */

}


.contact label {
    display: block;
    width: 37px;
    height: 100%;
    text-transform: uppercase;
    font-size: 1.2em;
}

.contact .input-text label {
    float: left;
    padding-top: 3px;

}

#contact-form .input-textarea label {
    width: 60px;
}


.contact .input-text label,
.contact input {
    height: 1.3em;
    margin: 0;

}

#contact-form .input-container,
#newsletter-form .input-container {
	display: block;
	width: 205px;
	height: 100%;
	float: left;
    padding: 5px;
	margin: -1px 0;
	border-width: 1px 0;
	border-color: #262525;
	border-style: solid;
	
	
}

.contact .input-text input,
.contact textarea {
    width: 140px;
	background: #141313;
    color: #eee;
    font-size: 1.2em !important;
    border: none;
    font-family: inherit;

}

.contact textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 180px;
    max-height: 180px;
    min-height: 140px;
    font: inherit;
    line-height: 1.2em;
    overflow: auto;
     
}

.contact .input-textarea label {
    margin-bottom: 5px;
}
       
.contact .input-text input {
    display: block;
    width: 159px;
    height: auto;
    float: right;

}    

.contact .input-submit {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact .input-submit button {
    display: block;
    border: none;
    text-transform: uppercase;
    float: right;
    color: #fff;
    background: #cd930a;
    padding: 3px 4px;

}

/* sending stuff */

.contact .input-submit.sending input {
    background: #ddd;
    color: #333;
}

.contact .input-submit.sending .status-message {
    display: block;
    float: right;
    margin-right: 5px;
    font-style: italic;
    color: #eee;
    padding-top: 6px;


}

.contact .input-submit.sending .status-message.failed {
    color: #e7584e;
}


/* error stuff */

.contact .input-text span.error-message,
.contact .input-textarea span.error-message {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 3px;
    background: url(../../images/layout/error.png) no-repeat center center;
    text-indent: -9999px;
    display: none;

}

.contact .input-text .error input {
    width: 140px;
    margin-right: 19px;
}



/* employment */

#employment p {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 1.3em;
}

#employment a {
    color: #cd930a;
    text-decoration: none;
}


.javascript #close-block {
    display: none;
    position: absolute;
    top: 380px;
    right: 40px;
    padding: 5px 25px 5px 0;
    cursor: pointer;
    clear: both;
    text-transform: uppercase;
    color: #eee;
    font-size: 1.2em;
    background: #000 url(../../images/layout/close.png) center right no-repeat;
 }
 
 #google-map-box {
    width: 590px;
    height: 400px;
    position: absolute;
    left: 200px;
    top: 25px;
    border: 1px solid #ccc;
    background: #000 url(../../images/layout/small-loader.gif) center center no-repeat;
    z-index: 10000;
 }
 
 #close {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../../images/layout/close.png) no-repeat;
    z-index: 32767;
 }


