/* CSS Document */

/*
 *
 * Core style information
 *
 */
html {
	overflow-y: scroll;
}
body {
	font: normal 0.85em "Arial", "Helvetica", "sans-serif";
	background-color: #e7e7e7;
	color: #06205B;
	width: 100%;
	height: 100%;
	margin: 10px 0;
	padding: 0;
}
html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
img {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
li {
}
a {
	color: #84A0B8;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a img {
    border: none;
}
b, strong {
	font-weight: bold;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #5788ad;
	text-decoration: none;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #A9B1C6;
	margin: 0.2em 0 0.4em;
}
h3 {
    text-decoration: none;
    font-weight: normal;
    color: #516579;
	font-size: 120%;
	margin: 0.2em 0 0.2em;
	padding: 0;
}
h4,h5 {
	font-size: 120%;
	color: #003;
	margin: 0.2em 0 0.2em;
	padding: 0;
}
input, textarea {
	font: normal 100% "Arial", "Helvetica", "sans-serif";
}
img {
	border: 0;
}
li {
	margin: 0 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
ul {
	margin: 0 0 10px 18px;
}
table {
	border-collapse:collapse;
	border: none;

}
td{
	vertical-align: top;
	margin-right: 5px;
}
tr {
	margin-bottom: 10px;
}
	
@font-face {
	font-family: 'FSAlbertThin';
	src: url('/_css/fs_albert-thin-webfont.eot');
	src: local('?'), url('/_css/fs_albert-thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.FSAlbertThin {
	font-weight: normal;
	font-style: normal;
	line-height: 0.9em;
	font-family: 'FSAlbertThin', sans-serif;
	font-size-adjust: 0.48;
}

/*
 *
 * Basic Classes
 *
 */
.confirm, .green {
	color: #090;
}
.error, .red {
	color: #f00;
}
.no-underline {
	text-decoration: none;
}
div.clear {
	height: 1px;
	line-height: 1px;
	clear: both;
}


/*
 *
 * General Classes
 *
 */
.float-l {
    float:left;
}
.float-r {
    float:right;
}
.txttype1 {
    text-decoration: underline;
    font-weight: bold;
    color: #2D8BCB;
}
.headype1 {
    text-decoration: underline;
    font-weight: bold;
    color: #2D8BCB;
}
.linktype1 {
    color: #808080;
    text-decoration: none;
}
.linktype1:hover {
    text-decoration: underline;
    color: #FFFFFF;
}


/* Page Holder */
#container {
	padding: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}
#container #wrapper {
	clear: both;
	width: 994px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
}
.staffProfileSubHeader {
	clear: both;
}

/*
 *
 * Header
 *
 */
#header {
	width: 930px;
	clear: both;
	padding: 33px 19px 0 45px;
	height: 72px;
	overflow: hidden;
}
.logo {
	float: left;
}
.logo img {
	width: 232px;
	height: 34px;
}
#header_right {
	float: right;
	width: 685px;
}
ul.navigation {
	background: url(/_images/navigation_border.jpg) repeat-x left bottom;
	float: right;
	width: auto;
	height: 22px;
}
ul.navigation li {
	list-style: none;
	color: #8d8f90;
	height: 22px;
	float: left;
	margin: 0;
	padding: 0;
}
ul.navigation li.first {
	margin: 0;
    padding: 0;
}
ul.navigation li a {
	color: #8d8f90;
	float: left;
	height: 19px;
	border-bottom: 3px solid #eee;
	text-decoration: none;
	margin: 0;
	padding: 0 7px;
}
ul.navigation li a:hover {
	border-bottom: 3px solid #999;
	color: #444b4e;
	margin: 0 1px;
	padding: 0 6px;
	text-decoration: none;
}
ul.navigation li.selected a {
	border-bottom: 3px solid #901733;
	color: #444b4e;
	height: 19px;
	margin: 0 1px;
	padding: 0 6px;
}
ul.navigation li.whitespace {
	padding: 0 0 0 3px;
	background: #fff;
	color: #444b4e;
}
.header_search {
	float: right;
	padding: 8px 0 0 0;
	width: 280px;
	vertical-align: middle;
	height: 60px;
}
.header_search p{
	float: left;
	padding: 0 6px 0 0;
	color: #5788ad;
	font-size: 0.9em;
	line-height: 20px;
}
.header_search input {
	width: 170px;
	height: 20px;
	border: 1px solid #bcbebf;
	float: left;
}
.header_search input.searchgo {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	float: right;
	background: url(/_images/go_button.jpg) no-repeat left top;
	width: 23px;
	height: 22px;
	padding: 0;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	border:none;
}
	
	
/*
 *
 * Banner
 *
 */	
#banner {
	background-repeat: no-repeat;
	background-position: left top;
	width: 953px;
	height: 255px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}
.banner_sub_mask {
	background: transparent url(/_images/index_sub_mask.gif) no-repeat left top;
	width: 953px;
	height: 15px;
	margin: 0;
	padding: 0;
}
.banner_sub {
	background:url(/_images/index_sub_banner.png) repeat left top;
	float: left;
	height: 70px;
	width: 422px;
	margin: 0 0 0 26px;
	padding: 60px 0 0 39px;
	overflow: hidden;
}
.banner_sub h1 {
	font-weight: normal;
	font-size: 3.4em;
	color: #a9dbfb;
	font-weight: normal;
	padding-bottom: 14px;
}
.banner_sub p{
	font-size: 1.1em;
	color: #a6b8bf;
	line-height: 21px;
	padding: 0 50px 0 0;
}
	
	
/*
 *
 * Content Areas
 *
 */	
#content {
	width: 977px;
	clear: both;
	margin: 0 auto;
	padding: 0 19px 0 0;
}
.home_content {
	padding: 38px 0 0 88px;
	width: 370px;
	float: left;
	font-size: 0.9em;
}
.home_content h1 {
    font-size: 1.2em;
}
.home_content p {
	color: #8d8f90;
	line-height: 20px;
	font-size: 1.3em;
}
.index_right {
	background: #f6f6f6;
	width: 465px;
	float: right;
	border-top: 18px solid #fff;
	margin: 0px 3px 0 0;
}
.index_right h1 {
	color: #444b4e;
	padding-bottom: 20px;
}
.home_cbox_single {
    width: 384px;
	height: 100px;
	float: left;
	padding: 21px 31px 38px 27px;
	font-size: 0.7em;
	line-height: 16px;
	color: #444b4e;
}
.home_cbox_single h2 {
    font-size: 1.8em;
	margin-bottom: 0.7em;
}
.home_cbox_left {
	width: 173px;
	float: right;
	padding: 21px 31px 38px 27px;
	font-size: 0.8em;
	line-height: 16px;
	color: #444b4e;
}
.home_cbox_left h1 {
    font-size: 1.8em;
}
.home_cbox_right {
	width: 180px;
	float: right;
	padding: 21px 31px 38px 0;
	background: url(/_images/news_divider.jpg) no-repeat right center;
	font-size: 0.8em;
	line-height: 16px;
	color: #444b4e;
}
.home_cbox_right h1 {
    font-size: 1.8em;
}
.video1 {
	padding: 12px 0 10px 0;
	clear: both;
}
.click_toplay a {
	background: url(/_images/a_1.jpg) no-repeat left top;
	width: 86px;
	height: 18px;
	float: left;
	color: #fff;
	text-indent: 3px;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
	
	
/*
 *
 * Footer
 *
 */	
#footer {
	width: 953px;
	margin: 0 auto;
	padding: 10px 0 17px 0;
	clear: both;
	overflow: hidden;
	font-size: 0.7em;
}
#footer p {
	clear: both;
	overflow: hidden;
}
#footer p a {
	padding: 0 2px 0 0;
	float: left;
	color: #a3a6a5;
	text-decoration: none;
}
#footer ul {
	float: left;
	margin-left: 0;
	padding: 14px 0 0 0;
	width: 780px;
}
#footer ul li {
	list-style: none;
	padding: 0 5px 0 0;
	float: left;
	color: #a3a6a5;
}
#footer ul li a {
	color: #a3a6a5;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer .footer_right_text1 {
	float: right;
	color: #a3a6a5;
	line-height: 30px;
	padding-top: 5px;
}
#footer .footer_right_text1 a {
	color: #79acca;
	font-weight: normal;
	text-decoration: none;
}
	
	
/*
 *
 * Sub Pages
 *
 */
#inner_leftnav {
	width: 222px;
	float: left;
	padding: 0 0 10px 35px
}
#inner_right {
	width: 720px;
	float: right;
}
#inner_banner {
	background-repeat: no-repeat;
	background-position: left top;
	width: 720px;
	margin: 0 auto;
	height: 198px;
	padding: 0;
}
.inner_banner_sub_mask {
	background: transparent url(/_images/inner1_sub_mask.gif) no-repeat left top;
	width: 720px;
	margin: 0;
	padding: 0;
	height: 11px;
}
.inner_banner_sub {
	background: url(/_images/inner1_sub_banner.png) repeat left top;
	width: 246px;
	min-height: 62px;
	padding: 34px 4px 0 20px;
	margin: 0 0 0 48px;
	overflow: hidden;
}
.inner_banner_sub h1 {
	font-weight: normal;
	font-size: 2.0em;
	color: #a9dbfb;
	font-weight: normal;
	padding-bottom: 15px;
}


/*
 *
 * Sub Page Left Column Elements
 *
 */
#inner_leftnav div.inner_left_top {
    height: 198px;
}
#inner_leftnav h2 {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	font-size: 1em;
	color: #575656;
	border-bottom: 1px solid #e4e5e5;
	width: 188px;
}
#inner_leftnav ul {
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
	width: 188px;
	line-height: 22px;
	font-size: 0.9em;
	overflow: hidden;
	font-weight: bold;
}
#inner_leftnav ul.navLevel1 {
	width: 168px;
}
#inner_leftnav ul.navLevel2 {
	width: 148px;
}
#inner_leftnav ul li {
	list-style: none;
	border-bottom: 1px solid #e4e5e5;
	width: 188px;
	position: relative;
	float: left;
	clear: both;
}
#inner_leftnav ul li.navLevel1 {
    width: 168px;
}
#inner_leftnav ul li.navLevel2 {
    width: 148px;
}
#inner_leftnav ul li a {
	color: #8d8f90;
	text-decoration: none;
	height: 21px;
	padding: 0 0 0 10px;
	margin: 0 0 4px -10px;
	display: block;
	float: left;
	clear: both;
}
#inner_leftnav ul li a:hover ,
#inner_leftnav ul li.navLevel0 a.current,
#inner_leftnav ul li.navLevel1 a.current {
	background: url(/_images/left_navi_icon.jpg) no-repeat left 8px;
	padding: 0 0 0 10px;
	color: #8d8f90;
	float: left;
	margin: 0 0 4px -10px;
	position: relative;
}
.cbox_sub {
	width: 162px;
	background: #f6f6f6;
	padding: 10px 40px 20px 20px;
	clear: both;
	overflow: hidden;
	position: relative;
	bottom: 0px;
	font-size: 0.75em;
	line-height: 17px;
	color: #444b4e;
}
	.cbox_sub.divide {
		background-image: url(/_images/cbox_sub_divide.gif);
		background-repeat: no-repeat;
		background-position: center top;
	}
.inner_right_text {
	width: 570px;
	padding: 0 0 0 50px;
	font-size: 0.9em;
	color: #5f6162;
	line-height: 18px;
}
.inner_right_text h1 {
    font-size: 1.4em;
}
.inner_right_text h2 {
    font-size: 1.3em;
	font-weight: normal;
	text-align: justify;
	color: #5f6162;
	margin: 10px 0 15px;
}
.inner_right_text h3 {
    font-size: 1.15em;
	font-weight: normal;
	color: #819fb7;
	margin-bottom: 8px;
}
.inner_right_text h4 {
    font-size: 1.0em;
	font-weight: bold;
	color: #5f6162;
	margin-bottom: 8px;
}


/*
 *
 * Breadcrumbs
 *
 */
div.breadcrumbs {
	color: #a3a6a5;
	line-height: normal;
	font-size: 0.9em;
	padding: 12px 0 30px 0;
	clear: both;
}
div.breadcrumbs span {
    color: #666;
    font-size: 1.2.em;
}
div.breadcrumbs ul {
	margin: 0;
}
div.breadcrumbs li {
	float: left;
	list-style-type: none;
}
div.breadcrumbs a {
	color: #a3a6a5;
	text-decoration: none;
}
div.breadcrumbs a:hover {
	text-decoration: underline;
}


/*
 *
 * Site Map
 *
 */
ul.sitemap {
    margin: 0;
}
ul.sitemap ul {
	margin: 0 0 0 30px;
}
	ul.sitemap li {
		list-style-position: outside;
		list-style-type: none;
		padding: 2px 0;
		width: 100%;
	}
	ul.sitemap li.sitemapLevel0, 
	ul.sitemap a.sitemapLevel0 {
        color: #444b4e;
	}
	ul.sitemap li.sitemapLevel1, 
	ul.sitemap a.sitemapLevel1 {
        color: #444b4e;
	}
	ul.sitemap li.sitemapLevel2, 
	ul.sitemap a.sitemapLevel2 {
        color: #444b4e;
	}
	ul.sitemap li.sitemapLevel3, 
	ul.sitemap a.sitemapLevel3 {
        color: #444b4e;
	}
.news-listing {
	padding-bottom: 15px;
}

/*
 *
 * FAQs
 *
 */
ul.faq-section-link {
	list-style-position: inside;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
	ul.faq-section-link li {
		margin: 0;
		padding: 3px 0;
	}
	ul.faq-section-link a {
		font-size: 100%;
	}
div.faq-section {
}
	div.faq-section div.header {
		font-size: 120%;
		font-weight: bold;
		padding: 10px 0;
	}
	div.faq-section div.viewLinks {
		font-size: 90%;
	}
/* JS open/close animation */
div.faq-panel,
div.faq-panel-collapsed {
	margin: 0 0 10px;
	padding: 0;
} 
	div.faq-panel-question,
	div.faq-panel-collapsed div.faq-panel-question {
		display: block;
		background-color: #eee;
		cursor: pointer;
		font-size: 100%;
		font-weight: bold;
		margin: 0;
		padding: 4px;
	} 
	div.faq-panel-collapsed div.faq-panel-question {
	}
	div.faq-panel-answer {
		overflow: hidden;
		padding: 5px;
	}
	div.faq-panel-collapsed .faq-panel-answer {
		display: none;
	}
	
#casestudies-listing {
	margin-bottom: 15px;
}