body {
	background: #eee url('/images/bg-tile.gif') repeat-x;
	font: 14px/22px Helvetica, Arial, sans-serif;
	color: #333;
}


/*
 * typography
 */
a:link, a:active, a:visited {
	color: #5080bf;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 26px;
}
.highlight {
	background-color: #f1e8d7;
	padding: 2px 2px;
}


/*
 * headers
 */
h1, h2 {
	letter-spacing: -1px;
}
h1 {
	background: url('/images/header-bg.gif') no-repeat right 0;
	font: normal 36px/50px Georgia, 'Times New Roman', Times;
	color: #fff;
	margin: 0 0 15px -50px;
	padding: 0 28px 0 0;
	float: left;
	height: 64px;
}
h1 span {
	background: url('/images/header-bg.gif') no-repeat 0 0;
	float: left;
	display: block;
	height: 64px;
	padding: 0 10px 0 30px;
}
h2 {
	font: normal 32px/30px Georgia, 'Times New Roman', Times;
	color: #1d4783;
	margin-bottom: 11px;
}
h2 em {
	font: italic normal 20px Helvetica, Arial, sans-serif;	
	color: #568acc;
	letter-spacing: 0;
	padding-left: 10px;
}
h2 a:link, h2 a:visited, h2 a:active {
	color: #1d4783;
}
h3 {
	font: bold 22px/18px Helvetica, Arial, sans-serif;	
	color: #568acc;
	margin-bottom: 5px;
}

/*
 * columns and layout
 */
.container {
	width: 960px;
	margin: 0 auto;
}
.col_left {
	width: 500px;
	float: left;
	margin-right: 40px;
}
.col_right {
	width: 340px;
	float: left;
}
.col_home_left {
	width: 420px;
	float: left;
	margin-right: 40px;
}
.col_home_right {
	width: 420px;
	float: left;
}
.clearb {
	clear: both;
}
.email_team {
	margin-bottom: 8px;
}



/*
 * header
 */
#header {
	background: url('/images/headline-bg.png') no-repeat center 125px;
	height: 325px;
}
#header #logo {
	float: left;
	margin-left: 14px;
}
#header #nav {
	margin-top: 15px;
	float: right;
}
#header #nav li {
	list-style: none;
	margin: 0;
	float: left;
}
#header #nav li a {
	font-weight: bold;
	text-decoration: none;
	color: #1d4783;
	display: block;
	padding: 6px 8px;
}
#header #nav li a:hover {
	text-decoration: underline;
}
#header #nav li a.on {
	background: url('/images/nav-arrow.gif') no-repeat center bottom;
}
#header #nav li a img {
	margin-top: 2px;
}
#header #headline {
	position: relative;
	clear: both;
	padding-left: 39px;
}
#header #headline #photo {
	position: absolute;
	top: -41px;
	right: 11px;
}


/*
 * main content
 */
#main {
	background-color: #fff;
	width: 880px;
	padding: 40px;
	margin: 0 auto;
}


/*
 * sidebar
 */
.col_right h3 {
	font-size: 20px;
	color: #1d4783;
}

.box_sidebar_highlight {
	background: #f1e8d7 url('/images/sidebar-highlight-fold.gif') right 0 no-repeat;
	color: #7a6e57;
	padding: 20px;
	margin-bottom: 22px;
}
.box_sidebar_highlight a {
	color: #7a6e57;
	line-height: 18px;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}
.box_sidebar_highlight a:hover {
	background-color: #e5dac5;
	color: #474033;
}
.box_sidebar_highlight a:hover span {
	color: #7a6e57;
}
.box_sidebar_highlight ul {
	margin: 0;
}
.box_sidebar_highlight ul li {
	list-style: none;
	border-bottom: 1px solid #d8ccb4;
	margin: 0;
}
.box_sidebar_highlight a span {
	font-size: 12px;
	color: #ad9c7b;
}


.box_sidebar {
	background: #eef0f3;
	color: #568acc;
	padding: 20px;
	margin-bottom: 22px;
}
.box_sidebar ul {
	margin: 0;
}
.box_sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #a2bddf;
	margin: 0;
	padding: 15px 0;
}
.box_sidebar ul li:last-child {
	margin-bottom: 10px;
}
.box_sidebar.testimonials {
	font-size: 12px;
	line-height: 20px;
}
.box_sidebar.testimonials p {
	margin-bottom: 10px;
}


/*
 * footer
 */
#footer {
	background: #19427f url('/images/foot-tile.gif') repeat-x;
	font-size: 13px;
	line-height: 16px;
}
#footer a {
	color: #c9d0da;
}
#footer .container {
	background: url('/images/foot-bg.jpg') repeat-x;
	color: #c9d0da;
	padding-top: 20px;
}
#footer .col_footer_left {
	float: left;
	width: 150px;
	height: 102px;
	margin-left: 40px;
}
#footer .col_footer_left2 {
	float: left;
	width: 200px;
}
#footer ul {
	float: right;
	margin-right: 40px;
}
#footer ul li {
	list-style: none;
	margin: 0;
	float: left;
	padding-left: 15px;
}
#footer .copy {
	color: #b2c6da;
	text-align: center;
	padding: 5px 0 20px;
}


/*
 * lists
 */
ul, ol {
	margin-bottom: 26px;
}
ul li {
	list-style: disc;
	margin-left: 40px;
}
ol li {
	list-style: decimal;
	margin-left: 40px;
}


.article_photo {
	float: right;
	margin-left: 30px;
}


.testimonial {
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
	margin: 0 20px 20px 20px;
	float: left;
	width: 400px;
}
.testimonial-name strong {
	font: normal 24px/normal Georgia, 'Times New Roman', Times;
	color: #1d4783;
}





