@charset "UTF-8";html {}body  {  font: 12px/140% Arial, Verdana, Helvetica, sans-serif;  background: #0077BD url(/custom/images/misc/body_tiler.jpg) repeat-x bottom;  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: #333;  height: 100%;}.popup-body {		background: #FFF;		padding: 20px 0 20px 0;}.twoColFixRtHdr #outer-container {  background-image: url(/custom/images/misc/panel_bg.png);  background-repeat: repeat-y;  background-position: center}#popup-container {	background-color: #FFF;	margin: 0 auto;;  	width: 566px;}.twoColFixRtHdr #container {   width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */  background: #FFFFFF;  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */  text-align: left; /* this overrides the text-align: center on the body element. */} .twoColFixRtHdr #header {   padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .twoColFixRtHdr #header h1 {  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.twoColFixRtHdr #sidebar1 {  float: right; /* since this element is floated, a width must be given */  width: 334px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */  padding: 24px 0 24px 0;}.twoColFixRtHdr #mainContent {   margin: 0 334px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */  padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.twoColFixRtHdr #mainContentWide {   margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */  padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.twoColFixRtHdr #footer {  padding: 0;  border-top-width: 5px;  border-top-style: solid;  border-top-color: #0077BD;} .twoColFixRtHdr #footer p {  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */  padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.twoColFixRtHdr #footer-top {  background-image: url(/custom/images/misc/foot_tiler.jpg);  background-repeat: repeat-x;  height: 120px;  color: #FFF;  font-size: 16px;  line-height: 20px;}.twoColFixRtHdr #footer-bot {	margin: 5px 0 0 0;	border-bottom: solid 40px #FFF;	background-color: #B3D6EB;	height: 30px;	padding: 0 20px 0 20px;	color: #002740;}#bot-left {	float: left;	width: 500px;	line-height: 30px;}#bot-right {	float: right;	width: 400px;	line-height: 30px;	text-align: right;}.twoColFixRtHdr .inner {	margin: 15px 0px 0px 15px;}.twoColFixRtHdr .findmore {	display: block;	padding: 5px 0px 0px 0px;}.twoColFixRtHdr #footer-top span {  font-size: 20px;}.twoColFixRtHdr #footer-top .button-left {	float: left;	width: 190px;}.twoColFixRtHdr .lined {	border-right: dotted 1px #FFF;}.twoColFixRtHdr #footer-top .button-right {	float: right;	width: 364px;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */  float: right;  margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */  float: left;  margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */  clear:both;    height:0;    font-size: 1px;    line-height: 0px;}h1 {  font-family: Arial, Helvetica, sans-serif;  font-size: 24px;  line-height: 30px;  font-weight: bold;  text-transform: lowercase;  color: #00263F;	  margin: 10px 0 10px 0;}h2 {  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;  line-height: 18px;  font-weight: normal;  color: #0077BD;	}h3 {  font-family: Arial, Helvetica, sans-serif;  font-size: 14px;  line-height: 18px;  color: #00263F;	}a {	color: #00263F;}.block-header {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	line-height: 43px;	color: #FFF;	height: 43px;	width: 566px;	background-image: url(/custom/images/misc/header_bg.jpg);}.block-header-wide {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	line-height: 43px;	color: #FFF;	height: 43px;	width: 880px;	background-image: url(/custom/images/misc/header_bg_wide.jpg);}.block-header div, .block-header-wide div {	padding: 0 0 0 20px;}.featured-panel {	width: 566px;}.featured-panel-wide {	width: 880px;}.featured-panel .inner, .featured-panel-wide .inner {	margin: 0;	padding:0;}.featured-panel h3, .featured-panel-wide h3 {	margin: 0 0 5px 0;}.featured-panel .row, .featured-panel-wide .row {	background-color: #F3F9FC;	padding: 15px;	margin: 0;	border-bottom: dotted 1px #002841;	text-align: left;}.featured-panel .row-even, .featured-panel-wide .row-even {	background-color: #FFF;	padding: 15px;	margin: 0;	border-bottom: dotted 1px #002841;	text-align: left;}.small-links {	color: #FFF;	font-size: 14px;	text-decoration: none;	line-height: 17px;}label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }