/* ---------- Global Site Set up ---------- */
*{margin: 0; padding: 0;}
body {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  text-align: center;
  background: #0A3A87 url('share/images/layout/sitebackground.gif');
  margin: 0px;
}

#site{
  margin: 0px auto;
  width: 940px;
  text-align: left;
  background: #ffffff;
  padding: 0px;
  border-left: solid 4px #0D479B;
  border-right: solid 4px #0D479B;
}


#header{
  position: relative;
  width: 875px;
  height: 105px;
  margin: 0px auto;
  background: #ffffff url('share/images/general/orchidcellmark_logo_wtagline.gif') no-repeat left 30px;
}
#header a.homepage_link,
#header a.homepage_link:visited {
  position: absolute;
  top: 30px;
  left: 0px;
  height: 25px;
  width: 296px;
}

#main {
  width: 875px;
  padding: 25px 0px 10px;
  margin: 0px auto;
  background: #ffffff;
  z-index: 1;
}

#leftnav_divider {
	background: url('share/images/general/left_nav_border.gif') repeat-y 184px;
	width: 875px;
}

#main_min_height{
  float: left;
  width: 0px;
  height: 380px;
}

#footer{
  width: 940px;
  height: 35px;
  font-size: 10px;
  padding-left: 30px;
  border-top: solid 2px #0A3A87;
  color: #0D479B;
  line-height: 35px;
  text-align: left;
}

.clear{
  clear: both;
}

#bottom_shadow {
  height: 10px;
  margin: 0px auto;
  width: 966px;
  background: url('share/images/layout/bottom_shadow.png') no-repeat top left;
  _background: url('share/images/layout/bottom_shadow.gif') no-repeat top left; /* IE 6 gif fix */
}
/* ---------- End Global Site Set up ---------- */

/* ---------- Header Content ---------- */
#header .content{
  position: absolute;
  float: right;
  width: 550px;
  text-align: right;
  top: 45px;
  right: 0px;
}
#header .content .links{
  font-size: 10px;
  color: #0A3A87;
  float: right;
  clear: none;
}
#header .content .links a,
#header .content .links a:visited,
#header .content .search_site {
  /*text-transform: uppercase;*/
  font-family: Verdana, Arial, sans-serif;
  color: #0A3A87;
  text-decoration: none;
  font-size: 10px;
  margin-left: 20px;
  padding-left: 10px;
  background: url('share/images/general/blue_bullet.gif') no-repeat center left;
}

#header .content .links a:hover {
	text-decoration: underline;
}

#header .content .forms{
  margin: 0px 0px 0px 8px;
  float: right;
  clear: none;
}
#header .content .forms input{
  width: 65px;
  height: 14px;
  border: solid #0A3A87 1px;
  margin: 0px;
  padding: 0px 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#header .content .forms .search_button{
  width: 35px;
  height: 16px;
  font-size: 11px;
  padding: 0px 8px 2px;
  margin: -3px 0px 0px;
  background-color: #0A3A87;
  border: solid #0A3A87 1px;
  color: #FFFFFF;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#header .content .forms #header_search {
	vertical-align: top;
	height: 14px;
}
#header .content select {
  border: 1px solid #91bee2;
  font-size: 10px;
  color: #0a3a87;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 8px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 2px;
}
/* ---------- End Header Content ---------- */

/* ---------- Header-Nav ---------- */
#header_bar{
  width: 875px;
  margin: 0px auto;
  height: 23px;
  position: relative;
  background: #D6E6F3 /*a bit darker light blue: #C2DBEE //// beige: #E5DFCF*/;
  border-bottom: solid 4px #0A3A87;
  z-index: 4;
}

#header_bar_shadowcolor {
	background-color: #00bbed /*#91BEE2*/;
	height: 8px;
	margin: 0px auto;
	width: 875px;
}
#header_bar .button{
  position: relative;
  float: left;
}
#header_bar .button a,
#header_bar .button a:visited {
  color: #0A3A87;
}
#header_bar .button_highlight{
  position: relative;
  float: left;
  background: #0A3A87;
}
#header_bar .button_highlight a {
	color: #FFFFFF;
}
#header_bar a, #header_bar a:visited {
  font-size: 11px;
  height: 25px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float: left;
  padding: 0px 15px;
  line-height: 23px;
  text-transform: uppercase;
}
#header_bar a:hover {
  text-decoration: underline;
}

/* IE Hack :( \*/
* html #header_bar img {margin-left: -3px;margin-right: -3px;}
/* End IE Hack */

#header_bar #left{
  height: 20px;
  width: 20px;
  float: left;
}
#header_bar #right{
  margin-left: 200px;
  margin-right: 0px;
}

#header_bar #login{
  float: right;
  margin-right: 30px;
  height: 25px;
}
#header_bar #login a,
#header_bar #login a:visited {
  width: 70px;
  background: url('share/images/layout/login_background.gif') repeat-x;
}
/* ---------- End Header-Nav ---------- */


/* ------ Header Drop-Downs ------ */
#header_bar .drop_down{
  position: absolute;
  left: 0px;
  top: 25px;
  background: #888888;
  width: 160px;
  visibility: hidden;
  z-index: 4;
  filter: alpha(opacity: 85);
  opacity: .85;
}
#header_bar .drop_down a,
#header_bar .drop_down a:visited {
  overflow: hidden;
  display: block;
  width: 160px;
  color: #ffffff;
  text-align: left;
  float: none;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  /*padding-left: 4px;*/
  border-bottom: 1px dotted #D8000F;
}
#header_bar .drop_down a:hover {
  text-decoration: none;
  background: #cd202c;
  font-weight: normal;
}
/* ------ End Header Drop-Downs ------ */

/* ---------- General styles --------- */
.section_header {
	padding-bottom: 10px;
}
.section_header_interior {
	padding-bottom: 30px;
}
.locations_leftnav {
	border-top: solid 2px #0A3A87; 
	margin-top: 0px; 
	padding: 10px 23px 10px 0px;
}
.accreditations_leftnav {
	border-top: solid 2px #0A3A87; 
	margin-top: 5px; 
	padding: 10px 42px 10px 0px;
}
.img_button {
	padding-top: 10px;
}
.bottom_divider {
	border-bottom: solid 1px #91BEE2;
	margin-bottom: 10px;
}
.corner_left_top {
	position: relative;
	top: 0px;
	clear: none;
	float: left;
}
.corner_left_bottom {
	position: relative;
	bottom: -172px;
	left: -7px;
	clear: none;
	float: left;
}
.corner_right_top {
	position: relative;
	top: 0px;
	clear: none;
	float: right;
}
.corner_right_bottom {
	position: relative;
	bottom: -172px;
	right: -7px;
	clear: none;
	float: right;
}
.corner_right_bottom_customer {
	position: relative;
	bottom: -192px;
	right: -7px;
	clear: none;
	float: right;
}
.btn {
	margin-top: 10px;
}
/* ------ End General styles ------ */

/* ---------- Homepage --------- */
#homepage{
  position: relative;
  z-index: 1;
  background: #ffffff;
}
#homepage .flash_header {
	margin-top: -25px;
	z-index: 3;
}
#homepage embed{
  position: relative;
  z-index: 2;
}
#homepage #latest_press {
	padding: 0px 18px 0px 0px;
	margin: 20px 0px 10px;
	width: 30%;
	float: left;
	clear: none;
}
#homepage #latest_press a.archives {
	padding: 5px 0px 0px 10px;
	width: 95%;
	display: block;
  	background: url('share/images/general/blue_bullet.gif') no-repeat 0px 8px;
	text-decoration: none;
	border-top: solid 1px #0A3A87;
	margin-top: -8px;
	color: #0A3A87;
}
#homepage #latest_press a.archives:hover {
	text-decoration: underline;
}
#homepage .whats_new {
	border-left: #91BEE2 solid 1px;
	border-right: #91BEE2 solid 1px;
	padding: 0px 20px 10px;
	margin: 20px 0px 10px;
	width: 30%;
	float: left;
	clear: none;
}
#homepage .whats_new a.contact {
	text-decoration: none;
	background: url('share/images/general/blue_bullet.gif') no-repeat 0px 3px;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
#homepage .service_list {
	padding: 0px 0px 15px 20px;
	margin: 20px 0px 10px;
	width: 30%;
	float: left;
	clear: none;
}
#homepage .service_list ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style-image: url('share/images/general/blue_bullet.gif');
}
#homepage .service_list ul li  {
	padding-bottom: 10px;
}
#homepage .service_list ul li a, #homepage #latest_press a.headline {
	text-decoration: none;
	color: #000000;
}
#homepage .service_list ul li a:hover, #homepage #latest_press a.headline:hover {
	text-decoration: underline;
}
#homepage .left_column{
	float: left;
	clear: none;
	margin: 20px 0px;
	width: 575px;
	/*position: relative;
	top: -165px;*/
}
#homepage .right_column{
  height: auto;
  float: right;
  clear: none;
  width: 265px;
  padding: 0px 0px 15px 15px;
  margin: 20px 0px 20px 15px;
  border-left: solid 1px #91BEE2;
  z-index: 3;
  /*position: relative;
	top: -165px;*/
}
#homepage .right_column hr {
	border-top: solid 1px #91BEE2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 14px 0px;
	clear: right;
	height: 1px;
}
#homepage #intlsite {
	padding-bottom: 15px;
	border-bottom: solid 1px #91BEE2;
	vertical-align: top;
}
#homepage .drop_menu {
	border: solid 1px #91BEE2;
	font-size: 10px;
	color: #0A3A87;
	margin: 0px 20px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 200px;
	background-color: #FFFFFF;
}
/*>>>>>>>> #floating_button {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	width: 140px;
	height: 100px;
	background: url('share/images/homepage_assets/live_chat_hdr.jpg') no-repeat;
	margin: 25px 0px;
	padding: 55px 10px 10px 115px;
}*/
/* ---------- End Homepage --------- */


/* ---------- Static Three Column --------- */
#left_column{
  float: left;
  width: 185px;
  overflow: visible;
}

#left_column .inner_nav {
	width: 174px;
	display: inline;
}
#left_column .inner_nav a,
#left_column .inner_nav a:visited {
  float: left;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 7px 5px;
  font-size: 10px;
  overflow: hidden;
  width: 174px;
  background: #0A3A87 url('share/images/general/blue_gradient_bg.jpg') repeat-x left bottom;
}
#left_column .inner_nav a.selected{
	background: #0A3A87 url('share/images/general/blue_gradient_bg.jpg') repeat-x left bottom;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top: solid 1px #0A3A87;
	width: 174px;
}
#left_column .inner_nav a.child,
#left_column .inner_nav a.child:visited {
  padding-left: 15px;
  color: #0A3A87;
  text-transform: none;
  border-top: solid 1px #0A3A87;
  width: 164px;
  background: #FFFFFF url('share/images/general/blue_bullet.gif') no-repeat 4px 10px;
}
#left_column .inner_nav a.child:hover {
  text-decoration: underline;
  margin-top: 0px;
  color: #0A3A87;
  text-transform: none;
  background: #FFFFFF url('share/images/general/blue_bullet.gif') no-repeat 4px 10px;
}
#left_column .inner_nav a.child_selected,
#left_column .inner_nav a.child_selected:visited {
  width: 164px;
  padding-left: 15px;
  margin-top: 0px;
  border-top: solid 1px #0A3A87;
  color: #DC1512;
  text-transform: none;
  background: #FFFFFF url('share/images/general/red_bullet.gif') no-repeat 4px 10px;
}
#left_column .inner_nav a.child_child,
#left_column .inner_nav a.child_child:visited {
  	width: 164px;
	padding: 5px 0px 5px 15px;
  	color: #0A3A87;
	background-color: #FFFFFF;
	background-image: none;
  	margin-top: 0px;
   text-transform: none;
}
#left_column .inner_nav a.child_child:hover {
  	text-decoration: underline;
	background-color: #FFFFFF;
	background-image: none;
  	margin-top: 0px;
}
#left_column .inner_nav a.child_child_selected,
#left_column .inner_nav a.child_child_selected:visited {
  width: 164px;
  padding: 5px 0px 5px 15px;
  background-color: #FFFFFF;
  background-image: none;
  color: #DC1512;
  margin-top: 0px;
  text-transform: none;
}
#left_column .inner_nav a.child_child_selected:hover {
  text-decoration: underline;
  margin-top: 0px;
  background-color: #FFFFFF;
  background-image: none;
}
#left_column .bottom_nav{
  display: block;
  width: 156px;
  padding-top: 15px;
  margin-left: 15px;
}
#middle_column{
  position: relative;
  float: left;
  width: 680px;
  z-index: 1;
  color: #000000;
  margin-left: 5px;
}
#main #middle_column ul li {
	list-style-type: none;
	list-style-image: url('share/images/general/blue_bullet.gif');
}
#middle_column .article_rightimg {
	float: right;
	clear: right;
	margin: 0px 0px 15px 20px;
}
#middle_column .article_leftimg {
	float: left;
	clear: left;
	margin: 0px 20px 15px 0px;
}
#middle_column .article_centerimg {
	float: none;
	clear: both;
	margin: 15px 0px;
}
#middle_column #my_form {
	text-transform: uppercase;
	font-size: 10px;
}
#middle_column #my_form td {
	padding: 5px 0px;
}
#middle_column #my_form hr {
	border-top: solid 1px #0A3A87;
}
#middle_column #my_form input,  #middle_column #my_form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 5px 0px 15px;
	border: solid 1px #0A3A87;
	text-transform: none;
	font-weight: normal;
}
#middle_column #my_form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0px 0px;
	border: solid 1px #0A3A87;
	text-transform: none;
	font-weight: normal;
}
#middle_column .input_btn {
	background-color: #0A3A87;
	color: #FFFFFF;
	border: none;
	padding: 2px 4px;
}
#middle_column #cell_list td {
	border-top: solid 1px #91BEE2;
	padding: 10px 0px 18px 0px;
}
#middle_column th {
	background-color: #91BEE2;
	color: #0A3A87;
	text-align: center;
	padding: 6px 4px;
}
#middle_column .infosection_divider {
	border-top: solid 1px #91BEE2;
	margin: 10px 0px;
	padding-top: 10px;
	clear: right;
}
#middle_column hr, hr {
	border-top: solid 1px #91BEE2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px;
	clear: right;
	height: 1px;
}
#middle_column .sectionindex_2cols {
	margin-top: 10px;
	padding: 0px 4% 25px 0px;
	float: left;
	clear: none;
	width: 46%;
}
#middle_column .border_top {
	border-top: solid 1px #91BEE2;
}
#middle_column .highlight_row {
	background-color: #D6E6F3;
}
#main #middle_column .padding a,
#main #middle_column .padding a:visited {
  color: #000000;
  text-decoration:  underline;
}
#middle_column .bread_crumbs{
  position: absolute;
  top: 18px;
  left: 25px;
  font-size: 10px;
  color: #0A3A87;
}
#middle_column .bread_crumbs a,
#middle_column .bread_crumbs a:visited {
  color: #0A3A87;
  text-decoration: none;
}
#middle_column .bread_crumbs a:hover {
  color: #0A3A87;
  text-decoration: underline;
}
#middle_column .padding{
  padding: 0px 0px 0px 25px;
}
#middle_column .min_height{
  float: left;
  width: 1px;
  height: 470px;
}

/* -- Start Share Box -- */
#main .share_box{
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  float: left;
  left: 185px;
  top: -30px;
  height: 22px;
  text-align: left;
  line-height: 19px;
  z-index: 10;
}

#main .share_box a,
#main .share_box a:visited {
  position: relative;
  /*color: #ffffff;*/
  color: #000000;
  font-size: 10px;
  text-decoration: none;
  margin-right: 15px;
}
#main .share_box a:hover {
  color: #000000;
}
#main .share_box a img,
#main .share_box a:visited img {
  margin-bottom: -1px;
}
#main .share_box #email_pop{
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 30px;
  width: 300px;
  background: #ffffff;
  font-size: 10px;
  line-height: 11px;
}
#main .share_box #email_pop img.top{
  position: absolute;
  left: 0px;
  top: -3px;
}
#main .share_box #email_pop img.bot{
  position: absolute;
  left: 0px;
  bottom: -3px;
}
#main .share_box #email_pop .content {
  border-left: 1px solid #bcbab7;
  border-right: 1px solid #bcbab7;
  padding: 5px;
  padding-top: 2px;
}
#main .share_box #email_pop .content .width {
  position: relative;
  z-index: 2;
  width: 298px;
}
#main .share_box #email_pop .content .width .min_height{
  float: left;
  width: 0px;
  height: 80px;
}
#main .share_box #email_pop .content .width form {
  margin: 0px;
  padding: 0px;
  width: 290px;
}
#main .share_box #email_pop .content .width form input {
  display: inline;
  float: left;
  margin-top: 0px;
  width: 230px;
  /*height: 15px;*/
}
#main .share_box #email_pop .content .width .text_button{
  width: 51px;
  display: inline;
  float: left;
  margin-left: 4px;
  margin-top: 1px;
}
#main .share_box #email_pop .content .width .text_button a,
#main .share_box #email_pop .content .width .text_button a:visited {
  margin: 0px;
  color: #ffffff;
  width: 45px;
  float: left;
}
#main .share_box #email_pop .content .width .text_button img {
  float: left;
}
#main .share_box #email_pop .content .width a.close,
#main .share_box #email_pop .content .width a.close:visited {
  position: absolute;
  top: 0px;
  right: 2px;
  text-decoration: none;
}
/* -- End Share Box -- */

#middle_column .section_title {
  width: 90%;
  padding: 5px 0px 5px 28px;
  color: #666666;
  border-top: dotted 1px #999999;
  border-bottom: dotted 1px #999999;
  margin: 0px;
  vertical-align: middle;
  background: url('share/images/icon_bullet.jpg') no-repeat left center;
}

#middle_column td {
  padding: 4px;
  vertical-align: top;
}

#right_column{
  /*float: left;
  width: 190px;
  text-align: center;*/
  border: solid 1px #ff00ff;
}
/* ---------- End Static Three Column --------- */

/* ---------- Start Static Two Column --------- */
#middle_column.extra_wide {
  width: 740px;
  background: #ffffff;
}
#middle_column.extra_wide .padding{
  padding: 20px 20px 5px 20px;
}
/* ---------- End Static Two Column --------- */

/* ---------- Footer Links --------- */
#footer #links {
	float: right;
	clear: right;
	height: 35px;
	margin-right: 30px;
	padding-right: 30px;
	text-align: right;
	width: 500px;
}
#footer #links a,
#footer #links a:visited {
	float: right;
	clear: none;
 	text-decoration: none;
  	color: #0A3A87;
  	font-size: 10px;
  	margin-left: 18px;
}
#footer #links a:hover {
  text-decoration: underline;
}

/* ---------- End Footer Links --------- */


/* ---------- Main global styles ---------- */
#main p{
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#main h1{
  font-size: 14px;
}

#main h4{
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}

img {
  border: 0;
}

ul, ol{
  margin: 5px 5px 5px 25px;
}
li{
  margin: 0px;
}

table.tracking tr td{
  line-height: 8px;
}

#main a,
#main a:visited {
  color: #000000;
  text-decoration: underline;
}

/* - Text Button - */
div.text_button{
  width: 104px;
}
div.text_button a,
div.text_button a:visited {
  background: url('share/images/layout/text_button_back.gif') repeat-x;
  font-size: 10px;
  height: 18px;
  width: 100px;
  color: #ffffff;
  text-align: center;
  float: left;
  text-decoration: none;
  font-weight: normal;
  line-height: 15px;
}
div.text_button img {
  float: left;
}
/* IE Hack :( \*/
* html .text_button img {margin-left: -3px;margin-right: -3px;}
/* End IE Hack */
/* - End Text Button - */

img.divider{
  margin: 0;
  padding: 0;
}

/* ---------- End Main global styles ---------- */

/* ---------- Articles styles ----------------- */
.article_img {
  padding: 10px 15px 10px 0px;
}
.article_img_left {
  float: left;
  clear: none;
  padding: 10px 15px 15px 0px;
}

.article_img_right {
  float: right;
  clear: none;
  padding: 10px 0px 15px 15px;
}
.article_img_center{
  margin: auto;
}

.article_subtitle {
  font-weight: bold;
  font-size: 13px;
  color: #D8000F;
}

#middle_column h1 {
  color: #0A3A87;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
}

#middle_column h2 {
  color: #0198D7;
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal;
  text-transform: uppercase;
}

#middle_column h3 {
  color: #0A3A87;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#middle_column h4 {
  color: #0A3A87;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
}
#middle_column h5 {
  color: #0A3A87;
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}

#middle_column  li {
  padding-bottom: 8px;
}
.glossary_links {
	text-align: center;
	background-color: #91BEE2;
	display: block;
}
.glossary_links a {
	color: #FFFFFF;
  	font-size: 14px;
  	font-weight: normal;
	text-decoration: none;
	margin: 0px 8px;
}

/* --- INTERIOR PAGES STYLES --- */
#customer_service {
	height: 200px;
	overflow: visible;
	width: 657px;
	background: #0A3A87 url('share/images/homepage_assets/index_panel_bg.jpg') repeat-x left bottom;
	color: #FFFFFF;
	margin: 0px 15px 5px 0px;
	clear: none;
	float: left;
}
#customer_service h1 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0px 5px;
}
#customer_service .hdr_img {
	float: left;
	clear: none;
	position: relative;
	bottom: -17px;
	left: -7px;
}
#customer_service .live_chat {
	width: 250px;
	padding: 20px 18px 10px 0px;
	height: 170px;
	float: left;
	clear: none;
	border-right: solid 1px #0A3A87;
}
#customer_service .forum {
	padding: 22px 0px 10px 18px;
	float: left;
	clear: right;
	width: 190px;
}
#main #middle_column .padding ul.pdf_list {
	margin: 10px 0px 0px 45px;
}
#main #middle_column .padding ul.pdf_list li {
	list-style-position: outside;
	list-style-image: url('share/images/general/pdf_icon.gif');
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 15px;
}
#main #middle_column .padding ul.pdf_list li a {
	text-decoration: none;
	position: relative;
	top: -10px;
	color: #0A3A87;
}
#main #middle_column .padding ul.pdf_list li a:hover {
	text-decoration: underline;
}
#contact_us  {
	height: 240px;
}
#contact_us img {
	float: left;
	clear: none;
	padding: 0px 20px 0px 0px;
}
#contact_us p {
	float: left;
	clear: none;
	margin: 0px 45px 0px 0px;
}
#contact_us strong {
	text-transform: uppercase;
	color: #0A3A87;
}
p.line_header {
	padding-right: 1%;
	padding-left: 1%;
	color: #FFFFFF;
	background-color: #0A3A87;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.call_out {
	background-color: #EDEDED;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	font-style: italic;
}

/******* BLOG STYLES *******/
#comments {
	margin: 15px 0px;
	border-top: solid 1px #0A3A87;
	border-bottom: solid 1px #0A3A87;
	color: #0A3A87;
}
#comments .user_comment {
	margin: 5px 0px;
	padding-top: 15px;
	border-top: solid 1px #0A3A87;
	color: #333333;
}
#comments .name {
	font-weight: bold;
	float: left;
	clear: none;
	color: #0A3A87;
}
#comments .date_info {
	float: right;
	clear: right;
	color: #91BEE2;
	font-size: 10px;
}
#comments .permalink {
	float: right;
	clear: none;
}
/***** PRESS RELEASES *****/
.news_location {
	text-transform: uppercase;
	font-weight: bold;
}
li.news_headline {
	list-style-type: none;
	position: outside;
	list-style-image: url('share/images/general/blue_bullet.gif');
	margin-left: 15px;
}
/***** FORENSICS *****/
#middle_column .info_column {
	margin-top: 10px;
	padding: 0px 4% 0px 0px;
	float: left;
	clear: none;
	width: 26%;
}
#middle_column .info_column_detail {
	margin-top: 10px;
	padding: 0px 4% 0px 0px;
	float: left;
	clear: none;
	width: 66%;
}
/***** GENERAL STYLES *****/
.floating_paragraph {
	float: left;
	clear: none;
	width: 30%;
}
.disclaimer {
	font-style: italic;
	font-size: 10px;
}
/**** INVESTOR RELATIONS ****/
.ccbnDisclaimer {
	font-style: italic;
	font-size: 10px;
	color: #666666;
}
.ccbnBgTblTtl {
	/*background-color: #0A3A87;*/
	color: #FFFFFF;
	font-weight: bold;
}
/*.ccbnOutline {	border:1px solid #91BEE2; } */
.ccbnBgTblEven { background-color: #D6E6F3; }
.ccbnTblTxtBold { font-weight: bold; }
.ccbnPos { color: #FF0000; }
.ccbnError { color: #FF0000; }
.ccbnBgChart, .ccbnBgLabel, .ccbnBgSelect, .ccbnBgButton, .ccbnBgTxt, .ccbnBgTblOdd { background-color: #FFFFFF; }
.ccbnBgLabel { background-color: #FFFFFF; }
.ccbnTxt, .ccbnTblOdd, .ccbnTblEven, .ccbnTblTxt, .ccbnSubTxt, .ccbnInput, .ccbnSelect { 
	color: #000000;
	font-weight: normal;
}
.ccbnLabel {
	color: #000000;
	font-weight: bold;
}
.ccbntblttl {
	color: #0A3A87;
	text-transform: uppercase;
	font-size: 13px;
}
.ccbnTblTtl {
	color: #0A3A87;
	text-transform: uppercase;
	font-weight: bold;
}
.ccbnTblHdrRow {
	/*background-color: #0A3A87;*/
	color: #0A3A87;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	border-top: solid 1px #FF0000;
}
.ccbnSelect select {
	font-size: 11px;
}
.ccbnBgTblSubTtl { font-weight: bold; }
.ccbnBgTblHighlight {
	background-color: #91BEE2;
}
/****** EVENT CALENDAR *******/
.eventDate {
	border-top: solid #0A3A87 14px;
	border-right: solid #0A3A87 1px;
	border-bottom: solid #0A3A87 1px;
	border-left: solid #0A3A87 1px;
	padding: 8px;
	float: left;
	clear: none;
	margin-right: 30px;
	color: #0A3A87;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.section_header_interior {
  font-size: 14px;
  color: #0a3a87;
  text-transform: uppercase;
  font-weight: bold;
}
