@import url("titles.css");
@import url("fonts/stylesheet.css");


body {
   background-image:url(/_resources/images/bg.gif);
   background-repeat:repeat-x;
   background-color:#DBEAF7;
   font-family:Arial, Helvetica, sans-serif;
   color: #737c8b;
   font-size: 12px;
   line-height: 14px;
}

a:link, a:visited {
   color: #737c8b;
}
a:active, a:hover {
   color: #1498CF;
}
:focus { outline:0; }

img {
   border: 0;
   border-width: 0;
}
input, select {
   font-family:Arial, Helvetica, sans-serif;
   color: #737c8b;
   font-size: 11px;
}
pre {
   text-align:left;
   color:#000000;
}
.topNaviBackground {
   background-color: #4f4b4b;
}
.topNaviText {
   padding-right: 14px;
   padding-left: 7px;
   color:#bce5f8;
   font-weight:700;
   text-transform:uppercase;
   font-size: 11px;
}
.topNaviText a, .topNaviText a:visited {
   color:#bce5f8;
}

.marginWhite {
   background-color: #FFF;
}
hr {
   color: #d9d3d3;
   height:1px;
}
.rule {
	height:1px;
	border-width:0;
	color:#d9d3d3;
	background-color:#d9d3d3;
	clear: both;
}
hr {
	height:1px;
	border-width:0;
	color:#d9d3d3;
	background-color:#d9d3d3;
	clear: both;
}
.podcastBorder {
  border: 1px solid #d9d3d3;
  margin-right: 2px;
}
.bodyCopy {
   margin-bottom: 18px;
}

.leftNavi {
   background-color: #f0f5fa;
}
span.footerText {
   font-size: 9px;
   color:#32424f;
   text-transform:uppercase;
}
span.footerText a, span.footerText a:visited{
   color:#32424f;
}

span.footerDot {
   padding-right: 6px;
   padding-left: 6px;
   color:#32424f;
   font-weight:700;
}
span.footerLogo {
   text-align:right;
}

h1 {
   font-family: ITCFranklinGothicDemiRegular, Arial, Helvetica, sans-serif;
   font-size:31px;
   font-weight:700;
   color:#5d91c8;
   margin-top:0px;
   margin-bottom:6px;
   padding:0px;
   line-height:33px;
}
h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:22px;
   font-weight: bold;
   /* text-transform: lowercase; */
   color:#5d91c8;
   margin-top:12px;
   margin-bottom:6px;
   padding:0px;
   line-height:24px;
}
h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:17px;
   font-weight:700;
   color:#5d91c8;
   margin-top:12px;
   margin-bottom:6px;
   padding:0px;
   line-height:17px;
   /* text-transform: lowercase; */
}
h3.underlined {
	border-bottom: #d9d3d3 1px solid;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:15px;
   font-weight:700;
   color:#5d91c8;
   margin-top:12px;
   margin-bottom:6px;
   padding:0px;
   line-height:18px;
}

h5 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:700;
   margin-top:12px;
   margin-bottom:6px;
   padding:0px;
   line-height:15px;
}
h5.paddedTop {
   margin-top: 20px;
}

h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:700;
   margin-top:12px;
   margin-bottom:0px;
   padding:0px;
   line-height:13px;
}

#content ul {
   list-style-position: outside;
   list-style-type: none;
   line-height: 15px;
   margin-bottom: 8px;
   margin-top: 8px;
   padding-left: 0;
   margin-left: 25px;
}

#content ol {
   line-height: 15px;
   margin-bottom: 8px;
   margin-top: 8px;
   padding-left: 0;
   margin-left: 25px;
}

#content ul.compact {
   margin-bottom:0;
   margin-top: 5px;
}
#content li.lastItem {
   margin-bottom: 10px;
}

#content ul li {
   list-style-image: url(/_resources/images/bullet.gif);
   margin-bottom: 5px;
}

.noTopMargin {
   margin-top:0px !important;
   padding-top:0px !important;
}
p.smallTopMargin {
   margin-top:3px;
}
p.noMargin {
   margin:0;
}
p.paddedBottom {
   margin-bottom: 20px;
}

.backToTopLink {
   font-size: 10px;
   text-transform:uppercase;
}

.error {
   color: #D50000;
   font-weight: bold;
}
.formLabel {
   text-transform: uppercase;
   font-size: 10px;
}
.formLabelError {
   color: #D50000;
   font-weight: bold;
}
.lastItem {
   margin-bottom: 15px;
}
.padded8 {
   padding: 8px;
}
.biophoto {
  padding-left: 10px;
  padding-bottom: 10px;
}
.noUnderline {
	text-decoration:none;
}
.pub_image {
  padding-left: 20px;
}
.small {
	font-size: 11px;
}
.right {
	text-align: right;
	clear: both;
	padding-top: 3px;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

table.adminT {
	font-weight: normal;
	font-size: 11px;
	background-color: #fafafa;
	border: 1px #737c8b solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
}


table.adminT td.adminHd {
	border-bottom: 2px solid #737c8b;
	background-color: #CBE0F3;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}


table.adminT td {
	border-bottom: 1px dotted #737c8b;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}

.adminBodL { border-left: 1px dotted #A9AEB8; }

tr.even { background: #F0F5FA !important; }
tr.odd { background: #FFFFFF !important; }

.iframe_video {
	
}

.trigger, a.trigger {
  font-size: 15px;
  text-decoration: none;
  color: #5d91c8;
  
}

