@charset "UTF-8";
/* CSS Document */

#blue{
	width:100%;
	height:163px;
	position:relative;
	z-index:20;
	background-color:#2b4e7a;
}
h1{
	color:#2b4e7a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:italic;
	font-size:22px;
	padding:30px 18px 15px;
}
#content{
	padding:30px 18px 30px 18px;
}
#content .left{
	float:left;
	width:48%;
	color:#5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
#content .left a{
	color:#5e5e5e;
}
#content .left a:hover{
	text-decoration:none;
}
#content .left p{
	margin-bottom:20px;
}
#content .left ul{
	margin-bottom:20px;
	list-style:disc;
	margin-left:15px;
}
#content .right{
	float:right;
	width:48%;
	color:#5e5e5e;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}

#content .right input{
	width:80%;
	border:1px solid #666;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#5e5e5e;
	padding:6px;
}

#content .right textarea{
	width:80%;
	height:130px;
	border:1px solid #666;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#5e5e5e;
	padding:6px;
}

#content .right input#submit{
	width:auto!important;
	border:none!important;
	background-color:#2b4e7a;
	color:#FFF;
	padding:6px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
}

#content .right #message h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#5e5e5e;
}
#content .right #message p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#5e5e5e;
}
#content .right .error{
	color:#F00;
}

@media screen and (max-width:700px) {
    #content .left{
        float: none; 
        width: auto;
        margin: 18px 0;        
    }
    #content .right{
        float: none; 
        width: auto;
        margin: 18px auto; 
        text-align: center;       
    }  
    #blue{
        width:100%;
        height:120px;
        position:relative;
        z-index:20;
        background-color:#2b4e7a;
    }
}