@import url(css/960.css);
@import url(css/reset.css);
@import url(css/text.css);

body {
	background-color: #929FD2;
}

.header {
	background: url(images/header/bg.png) top left repeat-x #fff;
	height: 172px;
}

.sidebar {
	background-color: #1b3f95;
	text-align: center;
	color: #fff;
}

.sidebar p {
	font-size: 10px;
	font-weight: bold;
	width: 160px;
	text-align: center;
	padding-left: 30px;
}

ul.nav {
	background-color: #fff000;
	text-align: center;
	color: #000;
	padding: 35px 0;
	margin: 0;
}

ul.nav li {
	display: block;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	border-bottom: 1px solid #1b3f95;
}

ul.nav li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 35px;
}

.spacer {
	background: url(images/frame/spacer.png) top left #fff;
	height: 108px;
}

.main {
	background: url(images/frame/main-bg.png) top left repeat-y #fff;
	text-align: center;
}

.mission {
	text-align: center;
	color: #1b3f95;
	font-size: 15px;
	font-weight: bold;
}

.cta {
	text-align: center;
	font-weight: bold;
}

.cta h3 {
	background-color: #fff000;
	width: 200px;
	padding: 5px 0;
	font-size: 16px;
}

.cta p {
	width: 180px;
	padding: 0 10px;
}

hr {
	width: 75%;
	margin: 25px auto;
}

.main h3 a {
	text-decoration: none;
	color: #000;
}

h3.care {
	font-size: 15px;
	background-color: #1b3f95;
	width: 210px;
	color: #fff;
	margin: 0;
	padding: 10px 0;
}

ul.care {
	background-color: #fffaa6;
	text-align: left;
	color: #000;
	padding: 15px 0;
	margin: 0;
	width: 210px;
}

ul.care li {
	display: block;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 15px;
	width:180px;
	border-bottom: 1px solid #1b3f95;
}

.content {
	text-align:left;
}

img.floatLeft { 
    float: left; 
    margin-right: 8px; 
}
