@import url(http://fonts.googleapis.com/css?family=Questrial);

/*Base class*/
html, body {
    width: 100%;
    text-align: center;
}

body {color:#4d4d4d; background-color:#c10416;; font-family:Questrial, "Helvetica Neue", Helvetica, arial, sans-serif; font-size:12px; line-height:1.8em; background-image: url(../images/background.jpg); background-repeat: no-repeat; padding:0; margin:0;}

.wrapper, .column-wrapper, .sticky-footer{
    text-align: left;
}

/* Main structure classes */
.wrapper {
    margin-top: 50px;
    /*margin-bottom: 180px;*/
	height: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 820px; 
    /*
        min-height: 100%;
	    height: auto !important;
        height: 100%;*/
	
}
.box {margin: 20px auto; background-repeat: no-repeat; background-position: bottom;}
.left {float:left;width:378px;solid #333;text-align:justify;padding:20px 30px 20px 0px;min-height:230px; color: black;}
.right {float:left;width:331px;font-size: 15px;text-align: left;padding:20px 30px 20px 0; margin-left:20px; min-height:230px; /*border-left:1px solid #000;*/ color: black;}
.middle {height: 370px; border-right:1px solid #000;float: left; padding-left: 20px; margin-right: 5px;}
.logo {margin:0px 0 10px 0;}
.form {background-image: url(../images/input_bck.png); background-repeat: repeat-x; width:660px; float:left; padding:10px 40px 10px 40px; border-top:1px solid #333; margin:92px 20px 0px 20px; display:block; }
.footer {
    font-size: 14px;
    text-align: center;    
    z-index: -1;
    color: #AAA; /*#666;*/
    float: left;
    clear: both;
    width: 100%;
}

/*Headings*/
h1, h2, h3, h4, h5, h6 {color:#000000; padding:0; margin:0;font-weight:lighter;font-family: Helvetica, arial;line-height:1.2em;}
h2 {font-size: 2em;}
h3 {font-size:1.2em; margin:1em 0 0 0;}

/*HTML defaults*/
blockquote {padding:0;margin:0;font-style: italic;font-size:1.6em;color:#fff;line-height: 1.4em;}
a:link, a:visited{color:#ff6a00;text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:5px 0;}
hr {height:0px; float:left; width:100%; display:block; border:none; border-bottom:1px solid #333; border-top:1px solid #111; background:none;margin-bottom:15px;}

/*Image classes*/
img.icon {float:left;padding:0px 10px 0 0;}
img.first_icon {float:left;padding:8px 10px 0 0;}
img.small_icon {float:_left; padding:5px;}

/*CSS3 effects */
h2, h3 {text-shadow: 0px 0px 0px #000;}
.form {-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;}
.form:hover {box-shadow:0 0 10px #ff6a00;}

/* Form styles */
input#contact-email {font-size:3em;color:#666;border-top:4px solid #ccc;border-left:4px solid #ccc;float:left;width:518px; height:44px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
#submitButton {background: none;width:137px;height:52px;background-image: url(../images/submit_button.png);background-repeat: no-repeat;border:0px;color:#fff;margin-top:0px;display:inline;position: absolute;right:60px;float:left;}
.hidden_element{display:none;}

.footer-red {
    background-color: #c10416;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 16px;
    float: left;    
    height: 325px;
    position: relative;
}

.footer-title{
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: -15px;
}

.footer-red-top {
    background: transparent url(../images/footer-top.png) no-repeat center;    
    text-align: center;
    height: 71px;
    margin: auto;
    overflow: hidden; 
    z-index: 0;
    position: relative;
}

.column-wrapper{   
    text-align:center;
    margin:0 auto;       
    width:600px;
    font-size: 16px;
	color: #000;
    height: 220px;
    margin-top: 10px;
    display: inline-block;
}

.column{    
    float: left; 
}
.column1{
    
}

.column2{
}

.column ul{
    list-style-type: none;
    text-align: center;
    width: 240px;
}
.column1 ul {
    width: 236px;
}

.footer-column{
    width: 360px;  
    float: left; 
}

.footer-column ul{
    list-style-type: none;
    text-align: center;
}

.sticky-footer, .push {
	height: 270px; /* .push must be the same height as .footer */
    clear: both;
    min-width: 750px;
}

.footer-column-wrapper{   
    text-align:right;
    margin:0 auto;       
    width:1080px;
}

.contact-info{    
    margin-top: -30px;
    margin-bottom: 60px;
    clear: both;
    text-align: center;
    
}

.content-text {
    font-size: 16px;
}