@charset "utf-8";
/* CSS Document */

body {
	background: url('../images/bg-body.png') top left repeat-x;
	background-color: #fff;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
}
.wrapper {
	margin: 0 auto;
	overflow: auto;
	width: 1000px;
}
header {
	height: 110px;
	width: 1000px;
}
	header .logo {
		float: left;
		padding: 0 0 0 25px;
	}
	header .tagline {
		float: left;
		padding: 40px 0 0 5px;
	}
aside.tout {
	background: url('../images/feature.png') top left no-repeat;
	height: 371px;
	margin: 10px 0 0 25px;
	width: 975px;
}
	aside.tout section {
		padding: 30px 0 0 35px;
		text-align: center;
		width: 360px;
	}
		aside.tout section h2 {
			color: #cf291c;
			font-size: 26px;
			margin: 0 0 10px 0;
		}
		aside.tout section p {
			color: #323232;
			font-size: 17px;
			font-style: italic;
			line-height: 20px;
			margin: 0 0 5px 0;
		}
			aside.tout section p span {
				color: #2e5e87;
			}
		aside.tout section .button {
			margin: 15px 0 0 0;
		}
article {
	overflow: auto;
	padding: 15px 0 45px 0;
	width: 1000px;
}	
	article aside.quote {
		float: left;
		padding: 0 60px 0 45px;
		width: 340px;
	}
		article aside.quote p {
			color: #949494;
			font-size: 23px;
			font-style: italic;
			line-height: 30px;
			margin: 0 0 10px 0;
			text-align: center;
		}
	article aside.main {
		float: left;
		width: 520px;
	}
		article aside.main h1 {
			color: #2e5e87;
			font-size: 24px;
			margin: 0 0 10px 0;
		}
		article aside.main p {
			font-size: 12px;
			line-height: 16px;
		}
			article aside.main a,
			article aside.main a:visited {
				color: #2e5e87;
				text-decoration: none;
			}
.footer-wrap {
	margin: 0 auto;
	width: 930px;
}			
section.emails {
	background: #323232;
	border-bottom: 1px solid #848484;
	border-top: 1px solid #848484;
	height: 215px;
	width: 100%;
}
	section.emails h1 {
		color: #fff;
		font-size: 23px;
		line-height: 55px;
		margin: 0;
		text-align: left;
	}
	section.emails aside {
		background: url('../images/bg-email.png') top left no-repeat;
		float: left;
		margin: 0 10px 0 0;
		padding: 15px 0;
		width: 219px;
	}
		section.emails aside.last {
			margin-right: 0;
		}
			section.emails aside a {
				color: #323232;
			}
			section.emails aside .top,
			section.emails aside .bottom {
				border-bottom: 1px solid #949494;
				color: #323232;
				font-size: 12px;
				line-height: 16px;
				margin: 0 10px;
				overflow: auto;
				padding: 12px 0;
				width: 192px;
			}
			section.emails aside .bottom {
				border-bottom: 0 none;
			}
				section.emails aside .top .left,
				section.emails aside .bottom .left {
					float: left;
					width: 165px;
				}
				section.emails aside .top .right,
				section.emails aside .bottom .right {
					float: right;
					width: 20px;
				}
					section.emails aside .top .left a,
					section.emails aside .bottom .left a {
						text-decoration: none;
					}
					section.emails aside .top .right a,
					section.emails aside .bottom .right a {
						background-color: #fff;
						border: 1px solid #323232;
						line-height: 20px;
						padding: 0 3px;
						text-decoration: none;
					}
footer {
	background-color: #2e5e87;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
}
