body {
	margin: 0;
	padding: 0;
	background: #e9edf1;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 14px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
	border-left: 1px solid #c7cfd6;
	border-right: 1px solid #c7cfd6;
}

#header {
	background: #ffffff;
	padding: 15px 25px;
	border-bottom: 4px solid #16406e;
}

#header .header-inner {
	display: table;
}

#header img.logo {
	display: table-cell;
	vertical-align: middle;
}

#header .header-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

#header h1 {
	margin: 0;
	font-size: 24px;
	color: #16406e;
	font-weight: bold;
}

#header .tagline {
	margin: 4px 0 0 0;
	font-size: 12px;
	color: #5a7ca3;
}

#nav {
	background: #f2f4f7;
	border-bottom: 1px solid #c7cfd6;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline-block;
}

#nav a {
	display: block;
	padding: 10px 18px;
	color: #16406e;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #c7cfd6;
}

#nav a:hover {
	background: #dde6ef;
}

#content {
	padding: 25px 30px;
	min-height: 320px;
}

#content h2 {
	color: #16406e;
	font-size: 19px;
	border-bottom: 2px solid #dde6ef;
	padding-bottom: 6px;
	margin-top: 0;
}

#content h3 {
	color: #16406e;
	font-size: 15px;
	margin-bottom: 4px;
}

#content p {
	line-height: 1.6;
}

#content ul {
	line-height: 1.7;
}

.box {
	background: #f7f9fb;
	border: 1px solid #dde6ef;
	padding: 14px 18px;
	margin: 18px 0;
}

table.info {
	border-collapse: collapse;
}

table.info td {
	padding: 3px 8px 3px 0;
	vertical-align: top;
}

table.info td.label {
	font-weight: bold;
	color: #16406e;
	white-space: nowrap;
}

form.contact table {
	border-collapse: collapse;
}

form.contact td {
	padding: 6px 8px;
	vertical-align: top;
}

form.contact label {
	font-weight: bold;
}

form.contact input[type="text"],
form.contact input[type="email"],
form.contact input[type="tel"],
form.contact textarea {
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #b7c2cd;
	padding: 4px;
}

form.contact textarea {
	height: 100px;
}

form.contact input[type="submit"] {
	background: #16406e;
	color: #ffffff;
	border: 1px solid #0d2c4d;
	padding: 7px 20px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

form.contact input[type="submit"]:hover {
	background: #0d2c4d;
}

#footer {
	background: #f2f4f7;
	border-top: 1px solid #c7cfd6;
	padding: 14px 30px;
	font-size: 11px;
	color: #6b7684;
}
