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

body {
	font-family: arial, sans-serif;
	font-size: 14px;
}

h1 {
	font-size:44px;
	color:#213166;
}

h2 {
	font-size:38px;
	color:#213166;
}

h3 {
	font-size:26px;
	color:#213166;
}

h4 {
	font-size:20px;
	color:#213166;
}

header {
	background:#FFF;
	color:#213166;
}

#logo {
	background:url(../images/header_logo.png) no-repeat center;
}

.header-phone span a {
	color: #e71d30; 
}

.header-phone .tagline {
	
}

.content-phone span {
	
}

.content-phone span b {
	
}

.header-phone a, .content-phone a {
	color: #111;
}

footer {
	
}

	.footer-phone span {
		
	}
	 
	.footer-phone span a {
		color: #666;
	}

form, form a {
	background:#000;
	color: #fff; 
}

form .label {
	color:#fff;
}


#title {
	color:#e71d30; 
}

#quick_appSubmit {
 background: #e71d30; 
 color: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

