@charset "utf-8";
body  {
	font: .85em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
a:link {color:#053D37}
a:hover {color:#2b225b; text-decoration:none}
a:active {	color:#093}
a:visited {color:#2b225b}

.twoColFixLtHdr #container { 
	width: 780px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0;
}
.twoColFixLtHdr #container #header #subhead {
	color: #FFF;
	background: url(../graphics/subHeadbg-grey.png) repeat-x;
	height:40px;
	width:100%;
	font-weight:bold;
	font-size: 15px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:2.3em;
	clear: both;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 250px  0 0; /* the left margin on this div element creates the column down the left 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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContentFull {
	margin:auto; /* the left margin on this div element creates the column down the left 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;
} 
.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../graphics/subHeadbg.png) repeat-x;
	height:40px;
	line-height:2em;
	color:#FFF;
	font-size:.8em
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#menu, #menuHome{
	text-align:center;
	padding: 0px;	
	width:100%;
	z-index:1
}
.menu1 {
	width:780px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:auto;
	margin:4px auto 0px;
	height:40px;
	overflow: inherit;
	text-align:center;
	background: url(../graphics/subHeadbg.png) repeat-x; 
}
.menu1 ul {
padding:0;margin:0;list-style-type:none;
}
.menu1 ul li {
float:left; position:relative;
}
.menu1 ul li a, .menu1 ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0px 12px;
	line-height:35px;
	height:40px;
	
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1style:hover {border-color:#be0c0c; color:#f88; background-color:#FFF}

/* Global Hover styles */
.menu1 ul li:hover a.menu1style {border-color:#be0c0c; color:#140d42; background:url(../graphics/subHeadbg-white.png) repeat-x;}


.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#140d42;color:#fff;height:auto;line-height:15px;padding:4px 16px; width:120px; 
border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a.drop {
background:#fff;
}
.menu1 ul li:hover ul li a:hover {
color:#140d42; background: #fff;
}
.menu1 ul li:hover ul li a:hover.drop {
background:#fff;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}

/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:33px; background:#fff;left:0; border-bottom:1px solid #000;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:block;background:#140d42;color:#fff; height:15px; line-height:15px; padding:4px 16px; 
width:154px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a.drop {
background:#fff; padding-bottom:4px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#140d42; background: #fff;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #fff;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}
.twoColFixLtHdr #container #header #helpline {
	text-align: center;
	margin: auto;
	float: left;
	width: 315px;
	color: #065F57;
	font-weight: bold;
	padding-top: 30px;
}
.style5 {color: #006666}
.greenBold {	font-weight: bold;
	color: #075951;}
	
.greenBoldTitle {	font-weight: bold;
	color: #075951;
	font-size:1.3em}
.blackBold {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}
.listpad {margin:8px}
#popOutBox {float:right; width:150px; margin-right:45px; border:2px solid #2b225b; text-align:center; background-color:#CCC; padding:15px}