/* ----------------------- Page Structure ----------------------- */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper { 
 	margin: 0 auto;
	padding: 0;
 	width: 824px;
	text-align: left;
}

#header {
	width: 824px;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 0;
}

#content { 
 	margin: 8px 0 0 0;
 	padding: 0;
 	height: 100%;
	_height: 550px;
	min-height: 550px;
 	width: 800px;
	text-align: left;
}

#content_specialty { 
 	float: left;
 	margin: 8px 0 0 0;
 	padding: 0;
 	height: 100%;
	_height: 550px;
	min-height: 550px;
 	width: 617px;
 	display: inline;
	text-align: left;
	background: #fff;
	border-right: #e5e5e5 thin dotted;
	overflow: hidden;
}

#content_about { 
 	float: left;
 	margin: 8px 0 0 0;
 	padding: 0;
 	width: 618px;
 	display: inline;
	text-align: left;
	background: #fff;
}

#rightcolumn { 
 	margin: 8px 0 0 0;
 	padding: 0;
 	height: auto;
 	width: 205px;
 	float: left;
	background: #fff;
	text-align: left;
	color: #888;
	overflow: hidden;
}

#content_insights { 
 	margin: 0;
 	padding: 0;
 	height: 100%;
	_height: 550px;
	min-height: 550px;
 	width: 806px;
	text-align: left;
	background: url(../images/gradient_gray_insights_bg.gif) left top repeat-x;
}


#insight_list_column { 
 	float: left;
 	margin: 0;
 	padding: 15px;
 	width: 370px;
 	display: inline;
	text-align: left;
	border-right: #e5e5e5 thin dotted;
}

#insight_list_column_right { 
 	float: left;
 	margin: 0;
 	padding: 15px;
 	width: 370px;
 	display: inline;
	text-align: left;
}

#insight_list_intro { 
 	margin: 0;
 	padding: 15px;
}

#footer { 
 	width: 804px;
 	clear: both;
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #e5e5e5;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------- Site-Wide Text/Image Formatting ----------------------- */

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 15px 9px 15px;
	color: #555;
	margin: 0;
}

input {
	font-size: 12px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-size: 12px;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 3px;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	padding: 10px 15px 0 15px;
	color: #00529b;
	font-weight: lighter;
	margin: 0;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	padding: 10px 15px 0 15px;
	color: #00529b;
	font-weight: lighter;
	margin: 0;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px 9px 15px;
	color: #00529b;
	font-weight: lighter;
	margin: 0;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px 0 15px;
	color: #00529b;
	font-weight: lighter;
	margin: 0;
}

h5 {
	font-size: 16px;
	margin: 0;
	padding: 16px 0 8px 0;
	color: #00529b;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
	padding: 6px 15px 0 15px;
	color: #00529b;
	font-weight: bold;
	margin: 0;
}

blockquote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #6699cc;
	padding: 10px 0 10px 0;
	margin: 10px 20px 10px 10px;
	border-top: #e5e5e5 thin dotted;
	border-bottom: #e5e5e5 thin dotted;
	
}

a.more {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 0 0;
	color: #6699cc;
	text-decoration: none;
	background: url(../images/bluearrow.gif) top right no-repeat;
	margin: 0;
	font-style: normal;
}

a:hover.more {
	color: #00529b;
	text-decoration: underline;
}

a.more_lg {
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px 0 0;
	color: #6699cc;
	text-decoration: none;
	background: url(../images/bluearrow.gif) top right no-repeat;
	margin: 0;
	font-style: normal;
	clear: both;
}

a:hover.more_lg {
	color: #00529b;
	text-decoration: underline;
}

a img {
	border: none;
}

/* ----------------------- DIV tricks ----------------------- */

.hidden {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ----------------------- Page Header Layout & Site Navigation ----------------------- */

#header ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
}

#logo {
	height: 67px;
	width: 317px;
	margin: 0;
	padding: 0;
	background: url(../images/bcs_logo.gif) top left no-repeat;
	float: left;
	overflow: hidden;
}

#logo h1, #logo_news h1 {
	text-indent: -9999px;
}
	
#logo_news {
	height: 45px;
	width: 212px;
	margin: 15px;
	padding: 0;
	background: url(../images/bcs_logo_sm.gif) top left no-repeat;
	float: left;
	overflow: hidden;
}

#masthead_links {
	width: 148px;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
}

#masthead_links li {
	margin: 0 0 6px 0; 
	padding: 0; 
	font-size: 13px;
	color: #6699cc;
	font-weight: bold;}

#masthead_links a {
	color: #6699cc;
	text-decoration: none;
	padding: 0 10px 0 0;
	background: url(../images/bluearrow.gif) top right no-repeat;
}

#masthead_links a:hover {
	color: #00529b;
	text-decoration: none;
}

#email {
	width: 330px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 100;
	display: none;
}

#email_box {
	width: 328px;
	height: 218px;
	z-index: 99;
	background: #6699cc;
	border: 1px solid #6699cc;
	position: absolute;
	top: 0;
	right: 0;
}

#email_text {
	width: 290px;
	height: 180px;
	padding: 20px;
	color: #555;
	z-index: 102;
	position: absolute;
	top: 0;
	right: 0;
}

#email_text a {
	color: white;
	background: none;
	font-size: 12px;
}

#email_text a:hover {
	color: yellow;
}

.email_button {
	border: none;
	background: url(../images/email_button.png) no-repeat top left;
	float: right;
	text-indent: -9999px;
	height: 25px;
	width: 93px;
	cursor: pointer;
}

#site_nav {
	clear: both;
	float: right;
	width: 515px; 
	height: 30px; 
	margin: 0; 
	padding: 0; 
}

#site_nav li {
	display: inline; 
	margin: 0 22px 10px 0; 
	padding: 0; 
}

#site_nav li a { 
	text-decoration: none;
	font-size: 14px;
	color: #6699cc;
	font-weight: bold;
}

#site_nav li a:hover { 
	color: #099;
}

#main_nav {
	clear: both;
	width: 824px; 
	height: 48px; 
	margin: 0; 
	padding: 0; 
}

#main_nav li {
	float: left;
	margin : 0; 
	padding : 0; 
}

#main_nav li a { 
	width : 206px; 
	height : 48px; 
	text-decoration: none;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/main_nav_bg.gif) no-repeat;
	display: block;
}

#main_nav li a:hover { 
	background: url(../images/main_nav_bg_ro.gif) no-repeat;
	color: #00529b;
}

#main_nav li a.active { 
	background: url(../images/main_nav_bg_ro.gif) no-repeat;
	color: #00529b;
}

/* ----------------------- Home Page Slideshow ----------------------- */

#home_slideshow {
	margin: 0;
	padding: 0;
	width: 824px;
	height: 330px;
}

/* ----------------------- Home Page Callout Boxes ----------------------- */

#callout_boxes {
	width: 824px;
	margin: 5px 0 0 0;
	padding: 0;
}

.intro_text {
	font-size: 16px;
	line-height: 18px;
	color: #555;
}

a.category_more {
	font-size: 13px;
	line-height: 18px;
	padding: 0 10px 0 15px;
	color: #00529b;
	text-decoration: none;
	background: url(../images/bluearrow.gif) top right no-repeat;
}

a:hover.category_more {
	color: #6699cc;
	text-decoration: underline;
}

#insights_callout {
	margin: 0;
	padding: 0;
	width: 274px;
	float: left;
 	height: 100%;
	_height: 285px;
	min-height: 285px;
}

#insights_callout h4, #facilities_callout h4 {
	line-height: 17px;
	padding: 10px 15px 0px 15px;
}

#insights_callout h5 {
	width: 100%;
	border-bottom: #e5e5e5 thin dotted;
	display: block;
}

#insights_callout h6 {
	line-height: 17px;
	font-size: 13px;
	font-style: italic;
	color: #555;
	font-weight: lighter;
	padding: 10px 15px 0px 15px;
}

#insights_callout p {
	padding: 6px 15px 12px 15px;
	color: #555;
	margin: 0;
}

#insights_callout img {
	padding: 4px 10px 6px 0px;
	width: 82px;
}

#facilities_callout {
	margin: 0;
	padding: 0 0 20px 0;
	width: 272px;
	border-left: #e5e5e5 thin dotted;
	float: left;
 	height: 100%;
	_height: 285px;
	min-height: 285px;
}

#facilities_callout h5 {
	width: 100%;
	border-bottom: #e5e5e5 thin dotted;
	display: block;
}

#facilities_callout p {
	padding: 6px 15px 0 15px;
	color: #555;
	margin: 0;
}

#facilities_callout img {
	padding: 10px 0 0 0;
	display: block;
	margin-left: 10px;
	margin-top: 0;
}

#facilities_callout img.logo {
	margin: 18px 10px 0 0;
	
}

#news_callout {
	margin: 0;
	padding: 0 0 10px 0;
	width: 274px;
	float: left;
 	height: 100%;
	_height: 285px;
	min-height: 285px;
	border-left: #e5e5e5 thin dotted;
}

#news_callout h4 { color:#00529B; font-size: 14px; line-height:18px;}

#news_callout h5 {
	width: 100%;
	border-bottom: #e5e5e5 thin dotted;
	display: block;
}

#news_callout p {
	padding: 0 15px 0 15px;
	margin: 0;
	color:#555;
}

#news_callout ul {
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 0 20px;
	padding: 10px 15px 0 15px;
	color: #555;
}

#news_callout li {
	margin: 0 0 12px 0;
	padding: 0;
}

/* ----------------------- Content Page/Text Formatting ----------------------- */

/* Page Headers */

#page_intro {
	width: 824px;
	margin: 8px 0 20px 0;
	padding: 0;
	color: #555;
}

#page_intro p {
	font-size: 15px;
	color: #636363;
	line-height: 22px;
	padding: 0 100px 0 0;
}	

#page_intro_specialty {
	width: 617px;
	height: 58px;
	margin: 0 0 18px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

.specialty {
	background: url(../images/header_specialty.jpg) no-repeat left top;
	margin: 0 0 20px 0;
	padding: 0 20px 0 60px;
	color: white;
	font-size: 26px;
	line-height: 58px;
}

.projects {
	background: url(../images/header_projects.jpg) no-repeat left top;
	margin: 0 0 20px 0;
	padding: 0 20px 0 50px;
	color: white;
	font-size: 20px;
}

.projects_img {
	margin: 0 20px 10px 0;
	width: 192px;
}	

.insights {
	background: url(../images/header_insights.jpg) no-repeat left top;
	margin: 0 0 20px 0;
	padding: 0 20px 0 50px;
	color: #00529b;
	font-size: 20px;
}

.insights_img {
	margin: 0 30px 0 50px;
	height: 120px;
}

#news_column, #events_column {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}

h2.news {
	background: url(../images/header_news.jpg) no-repeat left top;
	margin: 0;
	padding: 0 20px 0 50px;
	color: white;
	font-size: 20px;
}

h2.events {
	background: url(../images/header_news.jpg) no-repeat left top;
	margin: 0;
	padding: 0 20px 0 50px;
	color: white;
	font-size: 20px;
}

#news_column h3, #events_column h3 {
	margin: 15px 50px 0 50px;
	padding: 0;
}

#news_column p, #events_column p {
	margin: 15px 50px 0 50px;
	padding: 0 0 15px 0;
}

.about {
	background: url(../images/header_about.jpg) no-repeat left top;
	margin: 0 0 20px 0;
	padding: 0 20px 0 50px;
	color: white;
	font-size: 20px;
}

/* Lists */

#content ul, #content_specialty ul, #content_about ul {
	font-size: 12px;
	line-height: 18px;
	padding: 0 15px 0 15px;
	color: #555;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 9px 30px;
}

#content_insights ul {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #555;
	list-style-type: none;
	margin: 0;
}

#content ol, #content_specialty ol, #content_about ol {
	font-size: 12px;
	line-height: 18px;
	padding: 0 15px 0 15px;
	color: #555;
	margin: 0 0 9px 30px;
}

#content ol li, #content_specialty ol li, #content_about ol li {
	margin-bottom: 9px;
}

#content ol li p, #content_specialty ol li p, #content_about ol li p {
	margin: 0;
	padding: 0 0 9px 0;
}

#content ul li, #content_specialty ul li, #content_insights ul li, #content_about ul li {
	margin-bottom: 9px;
}

#content ul.sitemapMain { 
	list-style-image: url(../images/arrows.gif); 
	padding: 0 0 0 10px; 
}

#content ul.sitemap li { 
	list-style-image: url(../images/arrow_list.gif); 
}

#content ul.sitemap_articles li { 
	list-style-image: url(../images/icon_document.jpg);
}

ul#news {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	color: #555;
	list-style-type: none;
	margin: 0 15px 15px 15px;
}

ul#news li {
	margin-bottom: 9px;
}

#content ul.facilities_accordion {
	color: #555;
	width: 824px;
	list-style-position: inside;
	list-style-image: url(../images/bluearrow_lg.png);
	font-size: 18px;
	line-height: 58px;
	margin: 0;
	padding: 0;
}

#content ul.facilities_accordion li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/gradient_accordian_bg.gif);
	width: 804px;
}

#content ul.facilities_content {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 20px;
	padding: 0;
	width: 584px;
	list-style-position: outside;
	position: relative;
	float: left;
}

#content ul.facilities_content li {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 604px;
}

#content_specialty ul.facilities_accordion {
	color: #555;
	width: 100%;
	list-style-position: inside;
	list-style-image: url(../images/bluearrow_lg.png);
	font-size: 16px;
	line-height: 58px;
	margin: 0;
	padding: 0;
}

#content_specialty ul.facilities_accordion li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/gradient_accordian_bg.gif);
}

#content_specialty ul.facilities_content {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-position: outside;
	position: relative;
	float: left;
}

#content_specialty ul.facilities_content li {
	margin: 0;
	padding: 0;
	background: #fff;
}

div.facilities {
	width: 784px;
	padding: 20px;
	display: none;
}

div.facilities img {
	margin-right: 20px;
	width: 160px;
	float: left;
}

div.accordion_people {
	padding: 20px;
	display: none;
}

.article_author {
	font-style:italic;
	color: #6699cc;
	padding-bottom: 18px;
}

.article_author2 {
	font-style: italic;
	color: #6699cc;
}

#content_insights h3 {
	padding: 0 0 9px 0;
	margin: 0;
}

#content_insights p {
	padding: 0 0 9px 0;
	font-size: 14px;
	line-height: 20px;
}

.date {
	font-size: 12px;
	color: #6699cc;
}

.calloutRight { 
	border-bottom:5px solid #234e9a; 
	margin:30px 0 0 0;
	padding:0 2px 0 5px;
}

p.calloutName { font-weight:bold; font-style: italic; color:#234e9a;}

p.calloutQuote { font-style: italic; }

.calloutRight img { margin:8px 0 5px 4px; }

/* Links */

#content a:link, #content_specialty a:link, #content_articles a:link, #content_about a:link, #content a:visited, #content_specialty a:visited, #content_articles a:visited, #content_insights a:visited, #content_about a:visited {
	color: #00529b;
	text-decoration: none;
}

#content_insights a:link, #content_insights a:visited  {
	color: #00529b;
	text-decoration: none;
	
}

#content a:hover, #content_specialty a:hover, #content_articles a:hover, #content_insights a:hover, #content_insights a:active, #content_about a:hover {
	text-decoration: underline;
	color: #6699cc;
}

.calloutRight a:link, .calloutRight a:visited  {color: #00529b;
text-decoration: none;}

.calloutRight a:hover, .calloutRight a:active  {text-decoration: underline;
color: #6699cc;}


.top {
	font-size: 9px;
}


/* Foooter */

#content_footer { 
	text-align: center; 
	font-size: 11px; 
	padding-bottom: 1em;
}
	
#content_footer h6 { 
	border: none; 
	font-size: 13px; 
	font-style: normal; 
	margin-bottom: .2em; 
	color: #003366; 
}
	
#content_footer ul { 
	text-align: center; 
	font-size: 10px; 
	line-height: 16px; 
	margin: 0; 
	padding: 0;
	color: #555;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}
	
#content_footer ul li { 
	display: inline; 
}
	
#content_articles #content_footer a { 
	font-size: 11px; 
	padding: 0 .5em; 
	text-decoration: none; 
	margin: 0; 
	border-right: #e5e5e5 thin dotted; 
}
	
#content_articles #content_footer a.noBorder { 
	border-right: none; 
}

/* Icons */

#print_icons {
	font-size: 10px;
	margin: 15px;
	clear: both;
}

#print_icons_news {
	font-size: 10px;
	margin: 25px 15px 0 0;
	float: right;
}

#print_icons a, #print_icons_news a {
	text-decoration: none;
	color: #00529b;
}

#print_icons a:hover, #print_icons_news a:hover {
	color: #6699cc;
}

#print_icons img, #print_icons_news img {
	vertical-align: text-bottom;

}

#print_icons img#left, #print_icons_news img#left {
	margin-left: 10px;
}

	#print_icons ul { border-left:1px solid #dedede; padding-left:8px; padding-right:0;}

	#print_icons li { list-style-type: none; list-style-image: none;}
	
	#print_icons li img { vertical-align: middle;}
	
/* ----------------------- Right Column Callout Formatting ----------------------- */

#gray_callout {
	background: url(../images/gradient_gray_bg.gif) top left no-repeat;	
	padding: 10px;
	margin: 0 0 40px 0;
}

#blue_callout {
	background: url(../images/gradient_blue_bg.gif) top left no-repeat;
	padding: 10px;
	margin: 0 0 40px 0;
}

.blue_callout_spec {
	background: url(../images/gradient_blue_bg.gif) top left no-repeat;
	padding: 10px;
	margin: 0 0 40px 0;
}

#button {
	width: 205px;
	height: 160px;
	overflow: hidden;
	padding: 0;
	margin: 8px 0 0 0;
}

#button h2 {
	font-size: 17px;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	top: 104px;
	position: relative;
}

#button h2 a:link, #button h2 a:visited {
	padding: 0;
	text-decoration: none;
	color: #00529b;
}

#button h2 a:hover {
	color: #6699cc;
	text-decoration: underline;
}

.difference {
	background: url(../images/button_difference.jpg) top no-repeat;
}

.people {
	background: url(../images/button_people.jpg) top no-repeat;
}

.careers {
	background: url(../images/button_careers.jpg) top no-repeat;
}

#rightcolumn h3 {
	font-size: 13px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 16px;
	font-weight: bold;
}

#rightcolumn h3 a:link, #rightcolumn h3 a:visited {
	padding: 0 10px 0 0;
	background: url(../images/bluearrow.gif) top right no-repeat;
	text-decoration: none;
	color: #00529b;
}

#rightcolumn h3 a:hover {
	color: #6699cc;
	text-decoration: underline;
}

#rightcolumn h5 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 15px 0;
}

#rightcolumn h4 {
	font-size: 13px;
	color: #555;
	font-style: italic;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#rightcolumn h6 {
	font-size: 11px;
	color: #555;
	font-style: italic;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#rightcolumn ul {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 20px;
	color: #555;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 9px 0;
}

#rightcolumn p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	color: #555;
	margin: 0 0 9px 0;
}

#rightcolumn img.facility {
	width: 186px;
	border: none;
	margin-bottom: 15px;
}

#rightcolumn img.thumbnail {
	width: 60px;
	height: 80px;
	border: none;
	padding: 0 7px 3px 0;
}

/* ----------------------- Site-Wide Page Footer Formatting ----------------------- */

#footer ul {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	margin: 5px auto 10px auto;
}
		
#footer ul li { 
	display: inline; 
}
		
#footer ul li a {
	padding: 1px 4px 1px 4px;
	margin: 0;
	color: #00529b;
	text-decoration: none;
	border-right: 1px solid #000;
}
		
#footer ul li a:hover {
	color: #4f91cd;
	text-decoration: underline;
}

#footer ul li.last a {
	border:none;
}

#footer p {
	text-align: center;
	font-size: 10px;
	margin: 0 0 5px 0; 
	padding: 0;
	color: #000;
}
