/* Common styles Starts */
html {
	-webkit-font-smoothing: antialiased !important;
}
*{
	padding: 0px;
	margin: 0px;
}
body {
    color: #5B5B5B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}
a{
	color: #353535;
}

.domain{
	font-size:16px;
	line-height:28px;
}
.banner{
	background-color:#29343B;
	color:#FFFFFF;
	font-size:20px;
	width: 100%; 
	height: 250px;
	margin-top:14%;
	line-height:35px;
}
.banner-text{
	padding:19% 5%;
}
.sub-title{
	font-size:20px;
	margin-bottom:20px;
}
.contact-form{
	margin:2% 0;
}
.form-inputs{
	margin-left:0px;
}
#contactMessage{
	height:142px;
}
#captcha_code {
    width: 22%;
    margin-left:4px;
    float: left;
}
.captchaImg{
	float:left;
}
.contact-submit {
    background-color:#29343B;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    height: 40px;
    margin-bottom: 10px;
    width: 130px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}
.contactErrorDisplay {
    color: #ff0000;
    display: block;
    height: 15px;
    line-height: 14px;
    margin-bottom: 5px;
    width: 100%;
    float:left;
}
.contactPageThankContent {
    border: 1px solid #f75527;
    display: none;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: -15px;
    padding: 2px;
}