/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
  display: none !important;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
}

.sIFR-alternate {
  visibility: visible !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #414141;	
}

a {
	color: #414141;	
	text-decoration: none;
}

#wrapper {
	width: 750px;
}

#navigation,
#masthead,
#leftcol,
#content_heading,
.summary,
h3#headerTag, 
#footer #rightcol {
	display: none;
}

#footer #leftcol {
	display: block;
}

.clear {
	clear: both;
}

.print_link,
.hide {
	display: none;
}


.view_btn {
	display: none;
}

#rightcol h3 {
	font-size: 1.6em;
	color: #484848;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#rightcol p {
	font-size: 13px;
	line-height: 15px;
}

#rightcol p strong {
	font-size: 15px;
	line-height: 20px;
}

#footer p {
	font-size: 13px;
}

/* .result_box {
	width: 753px;
	background: #ffee00;
}

.result_box_bottom {
	width: 753px;
} */

/* .result_box_content {
	position: relative;
	float: left;
	width: 250px;
} */

#rightcol h5 {
	font-size: 1.6em;
	color: #484848;
	margin-bottom: 0;
	padding-bottom: 10px;
}

#rightcol ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #content_wrap #rightcol .detail_container {
	position: relative;
	margin-top: 0px;
	padding-bottom: 15px;
	border-top: 2px solid #e8e7e7;
	border-bottom: 2px solid #e8e7e7;
}

#content #content_wrap #rightcol .detail_sidebar {
	position: relative;
	float: right;
	margin-top: 15px;
	padding: 0 15px 5px 15px;
}

/*#footer p,
#content #content_wrap #rightcol .detail_container p {
	font-size: 1.0em;
}*/

/* Bio Styles */

#content #content_wrap #rightcol .detail_bio img.right {
	float: right;
}

#content #content_wrap #rightcol .detail_bio {
	position: relative;
	margin-top: 0px;
	padding-bottom: 0px;
	border-top: 2px solid #e8e7e7;
}
