body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	background: url(../../images/layout/background.png) center center;
	margin: 0px;
	padding: 0px;
}
#body {
	background: #FFF;
	margin: 10px auto 0px;
	width: 900px;
}


#header {
	background: url(../../images/layout/header.gif);
}

#nav {
	background: #163E96;
	height: 48px;
}
#content {
	background: url(../../images/layout/content-background.gif) repeat-y;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
}

#sidebar {
	padding: 30px 0px;
	float: left;
	width: 240px;
}
#sidebar h1 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #98002E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar h2 {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #163E96;
}
#sidebar p {
	padding: 0px 20px;
	font-size: 11px;
}
#sidebar .locations p.underline {
	padding: 0px;
	border-bottom-color: #163E96;
	margin: 0px 20px;
}

#info {
	padding: 30px;
	float: left;
	width: 600px;
}

#info h1 {
	font-size: 26px;
	color: #98002E;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#info h2 {
	font-size: 20px;
	color: #163E96;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#info h3 {
	font-size: 16px;
	color: #163E96;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#info h4 {
	color: #8B002A;
	text-transform: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}

#info p {
	margin-bottom: 10px;
	line-height: 140%;
}
#info ul {
	margin-right: 5px;
	margin-left: 40px;
}
#info ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
#info ol li{
	margin-bottom: 8px;
}
#info a {
	color: #CF0128;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 11px;
	color: #FFF;
	background: #163E96;
	padding: 10px 20px;
}

#footer a {
	color: #FFEDD2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer-bottom {
	background: url(../../images/layout/footer-bottom.png) no-repeat;
	height: 9px;
	margin: 0px auto;
	width: 1018px;
}
.underline {
	border-bottom: 1px solid #F1E6DF;
}
#footer-sub {
	font-size: 11px;
	padding: 10px 20px;
}
#footer-sub a {
	color: #666;
	text-decoration: none;
}

a.button {
	color: #163E96;
	text-decoration: none;
	background: #E6ECFB;
	padding: 3px;
	border: 1px solid #163E96;
	text-transform: none;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
}

a.button:hover {
	background: #F1E6DF;
}


.clear {
	clear: both;
}
.text-small {
	font-size: 80%;
}
.text-med {
	font-size: 90%;
}
.text-black {
	color: #000;
}
.image_r {
	float: right;
	padding: 0px 0px 10px 10px;
}
.col-40 .testimonial {
	padding: 10px 15px;
	border-top: 1px solid #163E96;
	border-bottom: 1px solid #163E96;
	font-size: 11px;
	margin: 10px 0px;
}
#info .underline.testimonials {
	padding-top: 15px;
	padding-bottom: 10px;
}

.text-11px {
	font-size: 11px;
}
.form-row .padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-5 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.highlight-column:hover {
	background: #E1E9FB;
}
.indent {
	margin-left: 30px;
}
#info .indent p {
	line-height: normal;
	margin-bottom: 0px;
}
