@import url('reset.css');
@import url('carousel.css');

body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	background: #ccc url(../images/bg.png) 0 0 repeat-x;
}

body.internal, #search_theme.internal {
	background: #dcdddd url(../images/internal_top_bg.png) 0 0 repeat-x;
}

a {
	color: #144f7f;
	text-decoration: underline;
}

a:hover {
	color: #0480c2;
	text-decoration: none;
}

p {
	margin: 0 0 18px;
}

h1, h2, h4 {
	font-family: Baskerville, Georgia, Times, serif;
	margin-bottom: 1em;
	font-weight: normal;
}

h1 {
	color: #144f7f;
	margin: 0;
}

h2 {
	color: #144f7f;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: .5em;
}
	#body .callout h2 {
		font-size: 16px;
	}
h3 {
	color: #222;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 1em;
}

h4 {
	color: #144f7f;
	font-size: 20px;
	line-height: 1.2em;
}

h5, h6 {
	color: #222;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 9px;
	line-height: 1.2em;
}

ul, ol {
	margin: 0 0 18px;
	padding: 0 18px 0 36px;
}

li {
	line-height: 18px;
	padding: 3px 0;
}

textarea, input {
	background: #f7f7f7;
	border: 1px solid #c6c6c6;
	padding: 6px 4px;
	color: #909090;
}

input[type=submit], input.button {
	border: 1px solid #9b9b9b;
	color: #fff;
	background: #919192 url(../images/submit.png) 0 0 repeat-x;
	font-family: Georgia, serif;
	width: auto!important;
	padding: 6px 20px;
	-webkit-text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.5 );
	font-size: 11px;
}

input[type=submit]:hover, input.button:hover {
	background: #3a83c4 url(../images/button_hover.gif) 0 0 repeat-x;
	border: 1px solid #347fc2;
	cursor: pointer;
}

input[type=submit]:active, input.button:active {
	position: relative;
	top: 1px;
}

blockquote, blockquote p {
	font-family: Georgia, Times, serif;
	color: #474747;
	font-style: italic;
	font-size: 15px;
	line-height: 1.4em;
}

.blockquote cite {
	margin: 0;
	padding: 15px 0;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
	#sidebar_content .blockquote {
		padding: 0 20px 0 0;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#masthead {
	float: left;
	width: 960px;
	height: 182px;
	position: relative;
	background: #fff url(../images/bg.png) 0 0 repeat-x;
}

#main_nav {
	float: left;
	width: 680px;
}

#main_nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_nav li {
	float: left;
	height: 48px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

#main_nav li a {
	display: block;
	line-height: 33px;
	height: 33px;
	border-bottom: 3px solid #8a9caa;
	background: #a9b7c1 url(../images/nav_bg.png) 100% 0 no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 0 25px 0 23px;
}

#main_nav li a:hover {
	background-color: #c3cdd5;
	color: #70899b;
}

#main_nav li.last a {
	background-image: none;
}

#main_nav li.current, #main_nav li.parent {
	background: #fff;
	margin: 0 1px;
}

#main_nav li.current a, #main_nav li.parent a {
	background: none;
	border: none;
	color: #969696;
}

#main_nav li.current a:hover, #main_nav li.parent a:hover {
	background: none;
	color: #969696;
}

#util_nav {
	float: right;
	height: 23px;
	width: 280px;
	margin: 6px 0;
}

#util_nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#util_nav li {
	float: left;
	display: block;
	padding: 0 12px;
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #8fa2b1;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#util_nav li.last {
	border: 0;
	padding-right: 0;
}

#util_nav li a {
	text-decoration: none;
	color: #fff;
}

#util_nav li a:hover {
	color: #d7e8f5;
	text-decoration: underline;
}

#util_nav li a.heart {
	display: block;
	margin: 4px 0 0 0;
	width: 15px;
	height: 12px;
	text-indent: -9999px;
	background: url(../images/heart.gif) 0 0 no-repeat;
}

#util_nav li a.heart:hover {
	background-position: 0 -12px;
}

#sub_nav {
	background: #a9b7c1;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

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

#sub_nav li {
	border-bottom: 1px solid #c7d0d7;
	height: 39px;
	line-height: 39px;
	padding: 0;
	background: url(../images/sub_nav_arrow.png) 0 0 no-repeat;
	font-size: 14px;
}

#sub_nav li a {
	text-decoration: none;
	display: block;
	padding: 0 40px;
}

#sub_nav li.current, #sub_nav li.parent {
	background: url(../images/sub_nav_arrow_active.png) 0 0 no-repeat;
}

#sub_nav li.current a, #sub_nav li.parent a, #sub_nav li.active a:hover, #sub_nav li.parent a:hover {
	color: #fff;
}

#sub_nav li.section_title {
	font-size: 28px;
	color: #fff;
	font-family: Georgia, serif;
	text-transform: capitalize;
	height: 63px;
	line-height: 63px;
	background: url(../images/section_title.gif) 0 0 no-repeat;
}

#sub_nav li.section_title a {
	color: #fff;
	height: 63px;
	line-height: 63px;
	padding: 0 13px;
}

#logo {
	margin: 0;
	padding: 18px 0 0;
	float: left;
}

#logo a {
	display: block;
	height: 102px;
	width: 390px;
	text-indent: -9999px;
	background: url(../images/logo.gif) -30px 0 no-repeat;
}

#content {
	clear: both;
	background: #fff url(../images/home_bg.png) 0 20px repeat-x;
}

#content #main {
	width: 990px;
	margin: 0 auto;
}

#social {
	float: left;
	width: 382px;
	height: 565px;
	padding: 0 0 0 18px;
}

#social h2 {
	margin-bottom: 30px;
}

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

#social li {
	margin: 0 0 20px 0;
	padding: 0 60px 0 0;
}

#social img {
	padding: 2px;
	background: #fff;
	border: 1px solid #bebebe;
	width: 67px!important;
	height: 67px!important;
	float: left;
	margin-right: 20px;
}

#social span.time_ago {
	display: block;
	font-size: 11px;
	color: #7b7b7b;
	line-height: 18px;
}

#slideshow {
	float: right;
	width: 585px;
	height: 470px;
	background: #fff url(../images/slideshow_bg.png) 0 100% no-repeat;
}
#feature_graphic {
	float: right;
	width: 585px;
	background: transparent url(../images/feature_bg.png) bottom left no-repeat;
}
	#feature_graphic .wrapper {
		margin: 30px 15px 14px 21px;
		background: #6e8799;
	}
	#feature_graphic .richtext {
		padding: 10px 30px 1px 30px;
		margin: 0 0 20px 0;
		font-size: 18px;
		color: #fff;
		background: #556c7e;
		font-family: Baskerville, Georgia, Times, serif;
	}
	#feature_graphic h3 {
		color: #364b5c;
		font-size: 12px;
		line-height: 32px;
		text-transform: uppercase;
		font-weight: normal;
		padding: 0 0 15px 30px;
		float: left;
		
	}
	#feature_graphic .image_link_component.left {
		margin: 0 0 0 20px;
	}
#staff, #media, #feedback {
	width: 330px;
	margin-right: 80px;
	float: left;
}

#staff {
	margin-left: 15px;
	position: relative;
}

#client_stories {

}

#staff #facebook {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	text-decoration: none;
	background: url(../images/facebook.gif) 8px 3px no-repeat;
	height: 31px;
	line-height: 15px;
	padding: 5px 0 0 60px;
}

#media {
	width: 220px;
}

#feedback {
	width: 250px;
	margin: 0;
}

#feedback .textbold {
	display: block;
	font-weight: bold;
	color: #444;
}

#feedback input {
	width: 190px;
}

#feedback textarea {
	height: 80px;
	width: 248px;
}

#feedback input.button, #feedback input[type="submit"] {
	font-size: 14px;
}

#internal {
	/*background: #dcdddd url(../images/internal_top_bg.png) 0 0 repeat-x;*/
}

#extra_to_compensate_for_odd_background_structure {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#internal_content {
	width: 730px;
	float: right;
}

#internal_content #extra_to_compensate_for_irregular_shadows {
	background: #fff;
	padding: 0 3px;
	width: 727px;
}

#internal_content #headline {
	background: #265c7f url(../images/headline.png) 0 0 no-repeat;
	width: 727px;
	margin-bottom: 20px;
}

#internal_content #headline h1,
#internal_content #headline h2,
#internal_content #headline h3 {
	color: #fff;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: normal;
	padding: 20px 40px;
}

#internal_content #intro p {
	color: #25597b;
	font-size: 16px;
	font-family: Georgia, Times, serif;
	line-height: 24px;
	padding: 0 40px;
}

#internal_content #body {
	padding: 0 40px 20px;
	min-height: 300px;
}

#internal_content #body p,
#internal_content #body li {
	color: #606061;
}

#internal_content #body ul {
	padding: 0;
}

#internal_content #body ol {
	padding-left: 20px;
}

#internal_content #body ul li {
	list-style: none;
	background: url(../images/arrow.gif) 0 9px no-repeat;
	padding-left: 20px;
}

#internal_content #body .callout {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}

#internal_content #body .callout p,
#internal_content #body .callout li {
	padding-right: 0;
}

#sidebar {
	float: left;
	width: 230px;
}

#sidebar_content {
	background: #f6f6f6 url(../images/media.gif) 0 0 no-repeat;
	padding: 20px 0 10px 10px;
	width: 220px;
	margin-right: 80px;
	float: left;
	font-size: 11px;
}

#sidebar_content p {
	font-size: 11px;
	line-height: 16px;
}

#sidebar_content h2 {
	margin: 0 0 8px;
	font-size: 20px;
}

#media h2 {
	margin-bottom: 5px;
	line-height: 0.9em;
}

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

#media li {
	padding: 15px 0;
	border-top: 3px double #e0e0e0;
	font-size: 11px;
}

.internal #media li {
	border-color: #fbfbfb;
	padding: 10px 25px 10px 0;
}

#media h4, #sidebar_content h4  {
	margin: 0;
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#media a {
	text-decoration: none;
	padding-left: 32px;
	display: block;
	line-height: 30px;
	height: 30px;
}

#media .enewsletters a {
	background: url(../images/enewsletter.png) 0 3px no-repeat;
}

#media .videos a {
	background: url(../images/video.png) 0 3px no-repeat;
}

#media .podcasts a {
	background: url(../images/podcast.png) 0 0 no-repeat;
}

#footer {
	clear: both;
	padding: 30px 0 0;
	height: 80px;
	background: #fff url(../images/footer_bg.gif) 0 51px repeat-x;
}

.internal #footer {
	background: #ccc url(../images/internal_bg.png) 0 0 repeat-x;
}

#footer p {
	margin: 0;
}

#foot_wrap {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	padding: 30px 0 0;
}

#foot_wrap ul {
	margin: 0 0 8px;
	padding: 0;
}

#foot_wrap ul li {
	display: inline;
	padding-right: 15px;
}

#clockwork {
	float: right;
}

#clockwork a {
	color: #444;
}

#rss {
	padding: 0 0 0 35px;
	background: url(../images/rss.gif) 0 0 no-repeat;
	line-height: 24px;
	height: 24px;
	width: 100px;
	display: block;
	white-space: nowrap;
	position: absolute;
	top: 96px;
	right: 240px;
	color: #656667;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-decoration: none;
}

a#rss:hover {
	background-position: 0 100%;
	color: #656667;
}

#search_form {
	position: absolute;
	right: 0;
	top: 93px;
	text-align: right;
	width: 240px;
}

#search_form input {
	width: 137px;
}

#search_form input.button {
	width: 75px!important;
	text-transform: uppercase;
	padding: 5px 0;
}


/******* */
#social .feed-type-xml img {
	border: 0;
	padding: 0;
	width: 71px!important;
	background: none;
	height: 78px!important;
}
.feed-type-xml a.wp_title {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.feed-type-xml a.wp_title:hover {
	color: #888;
}


.clear {
	clear: both;
}