@charset "utf-8";
body {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	background: #CFDFE2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #738A96;
}
h1 {
	font-size: 10pt;
	color: #738A96;
	font-weight: bold;
}
h2 {
	font-size: 8pt;
	color: #213F7A;
}
h3 {
	font-size: 8pt;
	color: #738A96;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #173E6E;
	border-bottom-color: #1B1C4E;
	margin-top: 16px;
	margin-bottom: 2px;
}


.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 2px 2px 2px;
}

.oneColFixCtr #mainContent {
	background-image: url(images/vertdottedline.gif);
	background-repeat: repeat-y;
	background-position: 186px;
	margin: 8px 0 6px 0;
	height: 1%;
	width: auto;
}
#leftColumn {
	float: left;
	width: 158px;
	margin-right: 15px;
	margin-left: 13px;
	height: auto;
}
#rightColumn {
	float: left;
	margin-left: 18px;
	height: auto;
	width: 553px;
}
.mainOneColumn {
	margin-left: 30px;
	margin-right: 80px;
	margin-top: 20px;
}
.mainTwoColumnLeft {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	width: 388px;
}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

.headcontacts {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 25px;
	color: #173E6E;
}
.headcontacts a {
	color: #173E6E;
	text-decoration: none;
}
.headcontacts a:hover {
	text-decoration: underline;
}
.headcontacts .label {
	display: inline;
	padding-left: 20px;
	margin-right: 6px;
	padding-right: 6px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #CFDFE2;
}
.logobar {
	float: right;
}
.logobar img {
	float: left;
}
#menubar {
	clear: both;
}
#menubar a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	background-image: url(images/menubar_back.jpg);
	background-color: #A0BFC4;
	color: white;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}
#menubar a:hover {
	background-image: url(images/menubar_back_hover.jpg);
}

#menubar .menuopt {
	float: left;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
}

#menubar .onerow a {
	height: 20px;
	padding-top: 8px;
}
#menubar .tworows a {
	height: 26px;
	padding-top: 2px;
}
#menubar #button1 { width:83px;}
#menubar #button2 { width:150px;}
#menubar #button3 { width:83px;}
#menubar #button4 { width:90px;}
#menubar #button5 { width:70px;}
#menubar #button6 { width:80px;}
#menubar #button7 { width:100px;}
#menubar #button8 { width:100px;}
#menubar .lastbutton {
	border-right-width:0px; !important
	border-right-style: none;
}
#menubar .selected a {
	background-image: url(images/menubar_back_active.jpg); !important
}
#footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #173E8A;
	padding: 4px 14px 0 14px;
	overflow:hidden;
	clear: both;
}
#footer a {
	color: #173E8A;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	text-align: right;
}
p {

}
#mainContent ul {
	margin-left: 15px;
}

#mainContent li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#mainContent .toplink {
	font-size:7pt;
	display: block;
	float: right;
	text-decoration: none;
	color:#CCCCCC; 
}
#mainContent a {
	font-weight: bold;
	color: #D11349;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#newslist .newsitem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98C0C6;
	padding-top: 4px;
	padding-bottom: 8px;
}
#newslist .newsitem a {
	color: #1B1C4E;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#newslist .newsitem .readmore {
	color: #9FC0C6;
}
#newslist .newsitem a:hover {
	background-color: #CFDFE2;
}
#newslist .newsitem a:hover .readmore {
	color: #FFFFFF;
}
.newsstory h2 {
	margin-bottom: 0px;
}

.newsstory p {
	margin-top: 0px;
}
#archivenews {
	background-color: #ECF2F4;
	width: 109px;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	padding: 8px;
}
#archivenews h3 {
	color: #1B1C4E;
	font-size: 8pt;
	margin-bottom: 2px;
}
#archivenews .archivenewsitem {
	padding-top: 10px;
	font-size: 7pt;
}
#archivenews .archivenewsitem a {
	color: #7FA9B1;
	text-decoration:none;
	display:block;
}
#archivenews .archivenewsitem a:hover {
	color: #ECF2F4;
	background-color: #7FA9B1;
}
.archivenewsitem .newsdate {
	font-size: 6pt;
	float:right;
}
.newsstory .newsdate {
	font-size: 7pt;
}
#mainContent .backbutton a {
	color: #7FA9B1;
	text-decoration:none;
}
#mainContent .backbutton a:hover {
	text-decoration:underline;
}
#leftMenu {
	width: 158px;
	background-color: #C9DBDE;
	margin-bottom:4px;
}
#leftMenu .bottom {
	border-bottom:none !important;
}
#leftMenu .leftMenuOpt {
	border-bottom:dotted 1px white;
}
#leftMenu .leftMenuOpt a {
	font-weight:bold;
	font-size:7pt;
	display:block;
	color:#0B3D82;
	text-decoration:none;
	padding-left:6px;
	padding-top:7px;
}
#leftMenu .onerow a{
	height:20px;
}
#leftMenu .tworows a{
	height:32px;
}
#leftMenu .onerow a:hover{
	color:#FFFFFF;
	background-color:#84AECA;
	text-decoration:none;
}
#leftMenu .onerowselected a{
	color:#FFFFFF;
	background-image:url(images/LH-Nav-rollover-button.gif);
	text-decoration:none;
	height:20px;
}
#leftMenu .tworows a:hover{
	color:#FFFFFF;
	background-color:#84AECA;
	text-decoration:none;
}
#leftMenu .tworowsselected a{
	color:#FFFFFF;
	background-image:url(images/LH-Nav-rollover-button-tworows.gif);
	text-decoration:none;
	height:32px;
}

#googlemap{
	width:440px;
	height:300px;
}
#map{
	margin-bottom: 30px;
}
.addressblock {
	font-size: 8pt;
	color: #213F7A;
}
.addressblock .phonenumber {
	font-size: 15pt;
	color: #D11349;
	font-weight: bold;
}
.addressblock .emailaddress {
	font-size: 11pt;
	font-weight: bold;
	color: #D11349;
	text-decoration:none;
}
.addressblock .emailaddress:hover {
	text-decoration:underline;
}
div.row {
	clear: both;
	padding-top: 1px;
  }

div.row span.label {
	float: left;
	width: 160px;
	text-align: left;
  }

div.row span.formw {
	float: right;
	width: 275px;
	text-align: left;
  } 
.flatborder{
	border: 1px solid #5F8DBE;
}
.casestudy {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #738A96;
	padding-bottom: 5px;
	margin-bottom: 6px;
}
.errormsg {
	color: #990000;
	background-color: #F8E0E9;
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #AA0000;
	font-weight: bold;
}
div.row span.shortlabel {
	float: left;
	width: 80px;
	text-align: left;
}
div.row span.shortformw {
	float: left;
	width: 350px;
	text-align: left;
}
.information {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 26px;
	border: 1px solid #0C4C93;
	background-color: #ECF0FD;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B518D;
	font-style: italic;
	background-image: url(images/information.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	width: 300px;
	margin-bottom: 10px;
}
.tinytext {
	font-size: 8px;
}
.newsimage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#newsframe div,#newsframe iframe {
	text-align: left;
}
.loginlabel   {
	width: 100px;
	text-align: right;
	float: left;
	padding-top: 5px;
}
.loginfield {
	margin-left: 105px;
	font-size: 9px;
	font-style: italic;

}
.statusbar {
	font-size: 10px;
	border-bottom: 1px solid #DDD;
	display: block;
	text-align: right;
	padding-bottom: 1px;
}
