@charset "utf-8";

/* CSS Basic Document */

body {
	margin:0px auto;
	padding:0px;
	background:url(../images/background1.jpg) left top repeat-x #000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	
}

.bodyDiv { margin: 0px auto; width:980px;}

p {
	word-spacing: 0; 
	line-height: 17px; 
	margin-top: 0; 
	margin-bottom: 0;
}

td {
	font-size: 13px;
	line-height: 17px; 
	word-spacing: 0; 
	line-height: 17px; 
	margin-top: 0; 
	margin-bottom: 0;
}

.bold {font-weight: bold}

.italic {font-style: italic}

.articleSnippetImage {
	margin-top: 3px;
	margin-right:10px;
	border: 1px solid #000;
	float: left; 
}
.articleContentImage{
	margin-top: 3px; 
	margin-left:10px; 
	border: 1px solid #000; 
	float:right;
	clear: both
}

.articleContentImageLeft {
	margin-top: 3px; 
	margin-right:10px; 
	border: 1px solid #000; 
	float:left;
}

.siteImage{
	margin-top: 3px; 
	margin-left:10px; 
	border: 1px solid #000; 
	float:right;
}

/* Page tools */
.pageTools {
	width: 98px;
	float: right;
	clear: both;
}
.printTool {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-print.gif') no-repeat top left; 
	padding-right: 5px;
	cursor: pointer;
}

.notifyTool {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-email.gif') no-repeat top left;
	padding-right: 5px;
	cursor: pointer;
}

.favTool {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-email.gif') no-repeat top left;
	padding-right: 5px;
	cursor: pointer;
}

.smallTextTool {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-font_small.gif') no-repeat top left;
	cursor: pointer;
}

.bigTextTool {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-font_large.gif') no-repeat top left;
	cursor: pointer;
}

.printToolOver {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-print.gif') no-repeat bottom left; 
	padding-right: 5px;
	cursor: pointer;
}

.notifyToolOver {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-email.gif') no-repeat bottom left;
	padding-right: 5px;
	cursor: pointer;
}

.favToolOver {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-email.gif') no-repeat bottom left;
	padding-right: 5px;
	cursor: pointer;
}

.smallTextToolOver {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-font_small.gif') no-repeat bottom left;
	cursor: pointer;
}

.bigTextToolOver {
	height: 22px; 
	width: 22px;
	background: url('../images/icon-font_large.gif') no-repeat bottom left;
	cursor: pointer;
}


.formInput {
	font-family: verdana; 
	font-size: 7pt;
	/*border: 1px solid #03457b;*/
	width: 150px;
	padding: 1px 2px;
}

.formButton {
	font-family: verdana; 
	font-size: 7pt;
	font-weight: bold;
	border: 1px solid #03457b;
	width: 50px;
	color: #fff;
	background-color: #4e98d3;
}

.formInputSearch {
	font-family: verdana; 
	font-size: 7pt;
	font-weight: bold;
	/*background:url(../images/bg_submit.gif);*/
	color: #03457b;
	padding-top: 1px;
}

.searchButton {
	vertical-align: top; 
	padding-top: 1px;
	cursor: default;
}

.formInputFeedback {
	font-family: verdana; 
	font-size: 7pt;
	color: #000;
	/*border: 1px solid #4e98d3;*/
	padding: 1px 2px;
}

.tdTitleFeedback {
	text-align: right; 
	padding: 2px 4px;
	width: 100px;
	color: #03457B;
	font-weight: bold;
}

.tdSubmit {
	text-align: center;
}

.submitButton {
	font-family: verdana; 
	font-size: 7pt;
	font-weight: bold;
	width: 60px;
	border: 1px solid #03457B;
	color: #fff;
	background-color: #03457B;
}

textarea {
	font-family: verdana; 
	font-size: 7pt;
	color: #000;
	/*border: 1px solid #4e98d3;*/
}

select {
	font-family: verdana; 
	font-size: 7pt;
	width: 210px;
	padding: 2px;
	/*border: 1px solid #03457b;*/
}

.select_small {
	font-family: verdana; 
	font-size: 7pt;
	width: 130px;
	padding: 2px;
	/*border: 1px solid #03457b;*/
}

.selectSmall {
	font-family: verdana; 
	font-size: 7pt;
	width: 50px;
	padding: 2px;
	/*border: 1px solid #03457b;*/
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 3px;
}

li {
	margin-left: -20px;
}


dl {
	margin-top: 5px;
	margin-bottom: 5px;
}

dd {
	margin-left: 10px;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

ol li {
	margin-left: -10px;
}

A:link, A:visited, A:active {
	color: #0000ff; 
	text-decoration: none;
}

A:hover {
	color: #cc0000;
	text-decoration: underline;
}


.searchResults A:link, .searchResults A:visited, .searchResults A:active {
	color: #0000ff; 
	font-family: verdana;
	text-decoration: underline;
}

.searchResults A:hover{
	text-decoration: underline;
}

.bannerDiv
{
	background:url('../images/main-banner.png') no-repeat;
	width: 980px;
	height: 120px;
	float: left;
	clear: both;
}

.bannerDivContent
{
	/*background:url('../images/main-banner.jpg') no-repeat;*/
	width: 100%;
	height: 120px;
	float: left;
	clear: both;
}

.slogan {
	height: 25px;
	color: #ffffff;
	font-family: verdana;
	font-size: 7.5pt;
	vertical-align: top;
	font-weight: bold;
}

.slogan A:link, .slogan A:visited, .slogan A:active {
	color: #fff;
	text-decoration: none;
}

.slogan A:hover {
	color: #fff;
	text-decoration: underline;
}

.menu {
	background-color:#03457B;
	color:#a5d3ed;
	font-size:11px;
	font-family:tahoma, arial, verdana;
	font-weight: bold;
	text-align:left;
	/* width: 980px; */
	height: 31px;
	padding: 0px 10px;
}

.menu A:link, .menu A:visited, .menu A:active {
	color: #a5d3ed;
	text-decoration: none;
}

.menu A:hover {
	color: #03457B;
	text-decoration: none;
}

.menuSpan {
	color: #a5d3ed;
	background-color: #03457B;
	padding: 2px 4px;
}

.menuSpanHover {
	background-color: #a5d3ed;
	padding: 2px 4px;
	color: #03457B;
}

.contactTableTitle {
	color: #a5d3ed;
	background-color: #000;
	width: 40px;
	padding-right: 5px;
	text-align: right;
	font-family: verdana;
	font-size: 7pt;
	font-weight: bold;
}

.contactTableText {
	color: #ffffff;
	background-color: #000;
	padding: 0px 5px;
	text-align: left;
	font-family: arial;
	font-size: 10px;
}

.containerIndex {
	width: 100%;
	background-color: #fff;
}

.containerIndexAlt {
	width: 980px;
	background-color: #fff;
}

.containerContent {
	width: 100%;
	background-color: #fff;
}

.content {
	padding: 10px 5px;
	height: 400px;
	vertical-align:top;
}

.contentAlt {
	padding: 10px 5px;
	border-right: 1px solid #a5d3ed;
}

.footer {
	background-color: #a5d3ed;
	padding: 3px 0px;
	/* text-align: center; */
	color: #03457B;
	font-family: verdana;
	font-size: 7pt;
}

.footerLinks {
	float: left; 
	padding-left: 10px;
}

.footerLinks A:link, .footerLinks A:visited, .footerLinks A:active{
	color: #03457B;
	text-decoration: none;
}

.footerLinks A:hover {
	color: #ffffff;
	background-color: #4e98d3;
	text-decoration: none;
}

.copy
{
	float: right; 
	padding-right: 10px;
	color: #656565;
}

.copy A:link, .copy A:visited, .copy A:active{
	color: #656565;
	text-decoration: none;
}

.copy A:hover {
	color: #656565;
	text-decoration: underline;
}

.titles {
	font-size: 12px; 
	font-family: verdana;
	font-weight: bold;
}

.titles_alt {
	font-size: 11px; 
	font-family: verdana;
	font-weight: bold;
}

.links {
	width: 230px;
	text-align: center;
	vertical-align: top;
}

.nav {
	width: 230px;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
}

.quickLinksBody {
	text-align: left;
	background-color: #03457B;
	width: 205px;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	height: 158px;
}

.linksBody {
	text-align: left;
	background-color: #03457B;
	width: 205px;
	padding: 10px 10px 17px;
	color: #ffffff;
	/* border: 1px solid #000; */
}

.linksBody A:link, .linksBody A:visited, .linksBody A:active {
	color: #fff;
	text-decoration: none;
}

.linksBody A:hover {
	/* color: #4e98d3; */
	color: #fff;
	text-decoration: underline;
}

.news {
	width: 260px;
	text-align: center;
	vertical-align: top;
}

.newsBody {
	text-align: left;
	background-color: #03457B;
	/*width: 235px;*/
	color: #ffffff;
	padding: 10px;
	padding-bottom: 15px;
}

.risksBody {
	text-align: left;
	border: 1px solid #f0f0f0;
	/*border: 1px solid #ECF2FE;*/
	
	background-color: #f5f5f5;
	width: 244px;
	color: #03457B;
	padding: 5px 7px;
}

.risksBody A:link, .risksBody A:visited, .risksBody A:active {
	color: #000;
	text-decoration: none;
}


.risksBody A:hover {
	/* color: #4e98d3; */
	color: #000;
	text-decoration: underline;
}

.news A:link, .news A:visited, .news A:active {
	color: #fff;
	text-decoration: none;
}


.news A:hover {
	/* color: #4e98d3; */
	color: #fff;
	text-decoration: underline;
}

.bodyMain {
	vertical-align: top;
	text-align: center;
	background-color:#ffffff;
	padding: 0px 10px;
}

.spacerDiv {
	width: 10px;
	background-color:#ffffff;
	float: left;
}

.spacerDivAlt {
	height: 10px;
	clear: both;
}

.pictureDiv {
	text-align: center;
	clear: both;
}

.linksSpacerDiv {
	height: 6px;
	clear: both;
}

.contentDiv {
	padding: 5px 0px;
	text-align: justify;
	clear: both;
}
.back {
	width: 160px;
	display: block;
	padding: 5px 26px;
	font-weight: bold;
	color: #fff;
	background: #03457b url("../images/collapsed.gif") no-repeat 10px center;
	cursor: pointer;
	text-align: left;
}
div.sdmenu {
	width: 225px;
	font-family: tahoma, Arial, sans-serif;
	font-size: 11px;
	background-color: #03457b;
	color: #fff;
	border: 1px solid #03457b;
	text-align: left;
}

div.sdmenu div {
	border-bottom: 1px solid #CEDCE8;
	overflow: hidden;
}

div.sdmenu div:first-child {
	/*background-color: #ffff00;*/
}

/*
div.sdmenu div:first-child.collapsed {
	border-top: 1px solid #03457b;
}
*/

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #fff;
	background: url("../images/expanded.gif") no-repeat 10px center;
	cursor: default;
	
}

div.sdmenu div.collapsed span {
	background-image: url("../images/collapsed.gif");
}

div.sdmenu div a {
	padding: 5px 10px;
	background: #CEDCE8;
	display: block;
	color: #000;
	font-size: 7pt;
	font-family: verdana;
	text-decoration: none;
}

div.sdmenu div a:visited {
	color: #000;
}

div.sdmenu div a:hover {
	background : #4e98d3 url("../images/linkarrow.gif") no-repeat right center;
	color: #fff;
	text-decoration: none;
}

.pageHeader {
	color: #b40000;
	font: bold 11px Verdana;
	padding-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
}

.pageTitle {
	color: #b40000;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: left;
}

.floatRight {
	float: right;
	padding-left: 10px;
}

.floatLeft {
	float: left;
	padding-right: 10px;
}


.textRight {
	text-align: right;
	padding-right: 5px;
}

.topRight {
	float: right;
	margin-top: 10px;
}

.backLeft {
	float: left;
	margin-top: 10px;
}

.dbTableLinks A:link, .dbTableLinks A:visited, .dbTableLinks A:active {
	color: #fff;
	text-decoration: none;
}


.dbTableLinks A:hover {
	color: #fff;
	text-decoration: underline;
}

.foottd {
	border-top: 1px solid #bbb;
	height: 20px;
	text-align: center;
}

.foottdLeft {
	border-top: 1px solid #bbb;
	height: 20px;
}

.headtd {
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	height: 20px;
}

.resultClass1 {
	background-color: #f7f7f7;
	cursor: pointer;
}

.resultClass2 {
	background-color: #fff;
	cursor: pointer;
}
.resultRow {
	background-color: #fff;
	color: #000;
}

.resultRowHover {
	background-color: #4e98d3;
	color: #fff;
	cursor: pointer;
}

.resulttd {
	padding-top: 10px;
	padding-bottom: 3px; 
	padding-left: 5px;
	vertical-align: top;
}

.resulttd_nl {
	padding-top: 10px;
	padding-bottom: 3px; 
}

.resulttdalt {
	padding: 5px 0px;
	vertical-align: top;
}

.resulttd_alt {
	padding: 0px 10px 0px;
	text-align: justify;
}

.dbLi {
	padding: 2px 0px;
}

.labtestsTable {
	border: 1px solid #4e98d3
}

.labtestsTd {
	background-color: #4e98d3;
	text-align: right;
	color: #fff;
	width: 150px;
}

.backDisplayTable {
	background-color: #4e98d3;
}

.backDisplayTd {
	background-color: #4e98d3;
	text-align: center;
	color: #fff;
}

.displayTableHeader {
	color: #fff;
}

.displayTableTd {
	background-color: #fff;
}

.backDisplayTableLinked {
	background-color: #4e98d3;
}

.backDisplayTableLinked A:link, .backDisplayTableLinked A:visited, .backDisplayTableLinked A:active {
	color: #fff;
	text-decoration: underline;
}

.backDisplayTableLinked A:hover {
	color: #fff;
	text-decoration: none;
}

.One {
	text-align: center; 
	font-weight: bold; 
	background-color: #ff0000;
}

.Two {
	text-align: center; 
	font-weight: bold; 
	background-color: #ff6600;
}

.Three {
	text-align: center; 
	font-weight: bold; 
	background-color: #ff9900;
}

.Four {
	text-align: center; 
	font-weight: bold; 
	background-color: #ffcc00;
}

.Five {
	text-align: center; 
	font-weight: bold; 
	background-color: #ffff00;
}

.Six {
	text-align: center; 
	font-weight: bold; 
	background-color: #ffffcc;
}

.risks {
	 color:#000000; 
	 font: bold 7pt Verdana;
	 width: 260px;
	 border-bottom: 2px solid #000;
	 border-left: 2px solid #000;
}

.risksDetail {
	 color:#000000; 
	 font: 7pt Verdana;
	 width: 380px;
}

.risksQuestions {
	 color:#800000; 
	 width: 380px;
}

.risksQuestions Td {
	/*vertical-align: top;*/
	background-color: #fff;
}

.riskRow {
	height: 26px;
	vertical-align: bottom;
}

.risk0 {
	background-color: #fff;
}

.risk1 {
	background-color: #44E43C;
}

.risk2 {
	background-color: #8EE438; 
}

.risk3 {
	background-color: #CFEF2D;
}

.risk4 {
	background-color: #F5F959;
}

.risk5 {
	background-color: #F1D927;
}

.risk6 {
	background-color: #FAB150;
}

.risk7 {
	background-color: #F27212;
}

.risk8 {
	background-color: #FA4D00;
}

.risk9 {
	background-color: #DE2304;
}

.risk10 {
	background-color: #A30101;
}

.libcatTd {
	color: #fff;
	background-color: #4e98d3;
	padding-right: 5px;
	text-align: right
}

.servicesTable {
	background-image: url('../images/unused/servicesbg.jpg'); 
	background-repeat: no-repeat; 
	background-position: right top;
}