/* General */
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}

/* Content */
#content { margin: -250px 0 auto -490px; width: 980px; position: absolute; top: 50%; height: 500px; left: 50%; }
#inner_content { margin-top: 20px; }

/* Image scroller */
ul { list-style: none; margin: 0; padding: 0; }
p { padding: 0; margin: 0; }
#column_1, #column_2 { width: 50%; height: 300px; }
#column_1 { float: left; }
#column_2 { float: right; }

#img-wrapper li { display: none; }
#img-wrapper .active { display: block; }

#text { font-size: 18px; margin-bottom: 33px; height: 65px; }

/* Contact Section */
#contact_wrapper { background-color: #ededee; padding-bottom: 50px; height: 152px; }
#contact_wrapper span { display: block; padding-left: 20px; line-height: 25px; font-size: 16px; }
#contact_wrapper span a { color: #204769; }
#contact_wrapper span b { width: 80px; display: inline-block; font-weight: 700; }
#contact_wrapper h2 { color: #e11b22; padding: 20px 0; font-size: 18px; line-height: 22px; margin: 0 15px; }

#triangle-overlay { border-bottom: 202px solid #ededee; border-left: 190px solid transparent; width: 0; position: absolute; bottom: 60px; left: 300px; }