@charset "utf-8";
body {
	background-image: url(../images/bg-blue.png);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #244d90;
	text-decoration: none;
}
a:hover {
	color: #5b9dda;
	text-decoration: underline;
}
a:active {
	color: #ccc;
	text-decoration: underline;
}
p {
	margin-bottom: 0px;
}
ul {
	margin-bottom: 0px;
}
.page {
	margin: auto;
	width: 1012px;
}
.nav-top {
	margin: auto;
	width: 1012px;
	height: 40px;
	background-image: url(../images/nav-top.png);
	background-repeat: no-repeat;
}
.nav-top-phone {
	float: left;
	padding: 13px 0px 0px 175px;
	font-size: 10px;
	color: #4B4B4B;
}
.nav-top-links {
	float: right;
	padding: 10px 35px 0px 0px;
	font-size: 14px;
	text-transform: uppercase;
}
.nav-top-pipe {
	color: #ccc;
	padding: 0px 16px 0px 16px;
}
.vert-spacer-10 {
	margin: auto;
	width: 1012px;
	height: 10px;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
}
.alert-box {
	margin: auto;
	width: 1012px;
	height: 50px;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
}
.alert-copy {
	padding-top: 10px;
	font-size: 14px;
	color: #595959;
	text-align: center;
}
.content {
	margin: auto;
	width: 1012px;
	background-image: url(../images/bg-white.png);
	background-repeat: repeat-y;
}
.column-left {
	float: left;
	width: 196px;
	background-repeat: repeat-y;
}
.column-right {
	margin: 0px 21px 0px 211px;
	background-repeat: repeat-y;
}
.column-right-short {
	margin: 0px 21px 0px 211px;
	background-repeat: repeat-y;
	height: 575px;
}
.copy-body {
	font-size: 12px;
	line-height: 20px;
	margin: 15px 5px 0px 5px;
	text-align: justify;
}
.signature {
	margin: 10px 0px 0px 20px;
}
.contact-field {
	width: 200px;
}
.contact-body {
	font-size: 12px;
	line-height: 20px;
	margin: 15px 100px 0px 100px;
}
.contact-copy {
	padding-bottom: 15px;
}
.footer {
	margin: auto;
	width: 1012px;
	height: 56px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
.footer-copy {
	padding-top: 10px;
	color: #999;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}
a.footer-link {
	color: #576d90;
}
.twitter {
	float: right;
	padding-left: 15px;
}

