﻿body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #F3F3F3 url(images/background.png) repeat-x;
	color: #5B6973;
	text-align: center;
	font-weight: bold;
}
/* Needed to center layout in old IE browsers. */
abbr {
	cursor: help;
	border-bottom: 1px dotted;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
h6 {
	margin: 0 0 25px 0;
	padding: 0;
}
h5 {
	margin: 0 0 25px 0;
	padding: 0;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	margin: 0 0 25px 0;
	padding: 0;
}
h2 {
	margin: 0 0 25px 0;
	padding: 0;
}
h1 {
	margin: 0 0 25px 0;
	padding: 0;
}
p {
	line-height: 160%;
}
.justify {
	text-align: justify;
}
ul {
	list-style-type: square;
}
img {
	border: 0;
	margin: 0 0 25px 0;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
.bottom-border {
	border-bottom: 1px solid #D8D8D8;
}
a {
	color: #F60;
	text-decoration: none;
	background-color: #F3F3F3;
}
a:link {
	color: #0033CC;
	background-color: #F3F3F3;
	text-decoration:underline;
}

.featured-content a:link {
	color: #f3f3f3;
	text-decoration:underline;
}
a:visited {
	color: #0033CC;
	background-color: #F3F3F3;
}
a:hover {
	color: #000000;
	background-color: #F3F3F3;
}
.right {
	float: right;
}
.left {
	float: left;
	margin: 3px 5px 0 0;
}
.clear-fix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clear-fix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clear-fix {
	display: block;
}
/* End hide from IE Mac */
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 144px;
	position: relative;
}
#header h1 {
	margin: 0;
}
#logo {
	position: absolute;
	left: 0;
	top: 2px;
	width: 768px;
	height: 93px;
}
#logo img {
	display: block;
}
#logo a {
	background: transparent;
}

/* Begin main navigation menu. */
#menu {
	width: 100%;
	height: 42px;
	clear: both;
	background: url() center left no-repeat;
	position: relative;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 2px;
	background: url(images/navback.jpg) center no-repeat;  
	/* background: #6A7A86 url(images/menu_background.png) repeat-x;*/
	color: #DCE0E4;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	height: 42px;
	padding: 0 15px;
	margin: 0;
	line-height: 42px;
	display: block;
	float: left !important;
	background: url() center right no-repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#menu ul li a:hover {
	background: url() center right no-repeat;
	color: #666666;
}
/* End main navigation menu. */
#wrapper {
	width: 100%;
	margin-top: 11px;
	padding: 0;
}
#left-columnhome {
	width: 770px;
	float: left;
	padding: 0;
	margin: 0;
}

#left-column {
	width: 510px;
	float: left;
	padding: 0;
	margin: 0;
}
#right-column {
	width: 240px;
	padding: 0;
	float: right;
	margin: 0;
}
p#intro {
	font-size: 20px;
	margin: 0;
}
#learn-more {
	width: 100%;
}
#learn-more a img {
	display: block;
	float: right;
}
/* Sub-content section */
#sub-outer {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
}
#sub-wrapper {
	float: left;
	width: 100%;
}
#sub-center {
	margin: 0 270px;
}
#sub-right {
	float: left;
	width: 240px;
	margin-left: -240px;
}
#sub-left {
	float: left;
	width: 240px;
	margin-left: -780px;
}
/* End sub-content section */
/* The footer is outside of the main container and has an extra 10px in width to compensate visually for the background shadows. */
#footer {
	width: 790px;
	height: 56px;
	margin: 0 auto;
	background: #F3F3F3 url(images/footer_background.png) repeat-x;
	color: #5B6973;
	clear: both;
	text-align: left;
	padding: 0;
	position: relative;
}
#footer-content {
	padding: 19px 15px;
}
#footer-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 56px;
	background: #F3F3F3 url(images/footer_right.png) no-repeat;
	color: #5B6973;
}
#footer-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 56px;
	background: #F3F3F3 url(images/footer_left.png) no-repeat;
	color: #5B6973;
}
#footer p {
	margin: 0;
}
#footer a {
	background: transparent;
}
#footer-navigation {
	float: right;
	margin: 0;
}
/* Featured services */
.featured-wrapper {
	background: #F3F3F3 url(images/featured_background.png) repeat-y right ;
	background-color:#F3F3F3;
	color: #F3F3F3;
	width: 100%;
	margin-bottom: 50px;
}
.featured-content {
	padding: 0;
	margin: -8px 0 0;
	font-size: 14px;
}

#subleft { clear: both; } 
.featured-content ul {
	margin: 0;
	padding: 0 0 10px 25px;
	font-style: italic;
	list-style-type: none;
	line-height: 124%;
}
.featured-content p {
	margin: 0;
	padding: 0 10px 10px;
	line-height: 125%;
}
.featured-content a {
	background: transparent;
}
.featured-content a img {
	padding: 0;
	margin: 0;
	display: block;
}
.featured-top {
	width: 249px;
	height: 40px;
	background: #6A7A86 url(images/featured_top1.png) no-repeat;
}
.featured-top p {
	color: #000000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
/* End Featured Services books */

/* Featured news */
.headline {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
}
.date {
	color: #F60;
	background-color: #F3F3F3;
	float: right;
}
/* A single column division */
#single-column {
	width: 100%;
	clear: both;
	margin-top: 11px;
	padding: 0;
}

#meetfamily img {
	padding:0;
	margin:0;
	}
