@charset "UTF-8";
/* CSS Document */

a, a img {
	border: none;
	text-decoration: underline;
	color: #005480;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 8px 0;
	padding: 0;
	text-align: left;
	color: #000;
	font-size: .75em;
	line-height: 1.25em;
}

.intro {
	color: #005480;
	line-height: 1.75em;
}

.indent {
	text-align: left;
	margin-left: .8em;
}

.makeBold {
	font-weight: bold;
}

.makeBoldBlue {
	font-weight: bold;
	color: #005480;
}

.subheadBlue {
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
	color: #005480;
}

.subhead {
	font-style: normal;
	font-weight: bold;
	font-size: 1.25em;
}

.clear {
	clear: both;
}

.hrule {
	margin: 0;
	padding: 0;
	text-align: right;
	height: 5px;
	vertical-align: top;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

ul, .bullets li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
	list-style-type: none;
}

ul.hang {  
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
}

ul.hang li{  
	margin: 0;
	padding-bottom: .5em;
	text-decoration: none;
	color: #000000;
	font-size: .9em;
	line-height: 1.25em;
	text-align: left;
	list-style-type: none;
}

.bullets, .hang {
	list-style: url(../img/bullet.gif);
}

.list {
	margin-left: 1em;
	padding-left: 5px;
}

ul#topLinks {
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
}

ul#topLinks a {
	margin: 0 10px;
	padding: 6px 8px;
	diplay: block;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

ul#topLinks a:hover {
	background-color: #b30838;
}

ul#topLinks li.green a:hover {
	background-color: #007055;
}

ul#topLinks a:active {
	color: #fff;
}

ul#topLinks li {
	margin: 0;
	padding: 0 5px;
	display: inline;
}

ul#topLinks li a.currentRed {
	background-color: #b30838;
}

ul#topLinks li a.currentGreen {
	background-color: #007055;
}

#navBar {
	margin: 0;
	padding: 4px 0;
	background-color: #005480;
	text-align: center;
}

#search {
	margin: 0;
	padding-left: 3px;
	float: left;
	height: 21px;
}

#navLogo {
	margin: 5px 0;
}

#mainNav {
	padding-bottom: 19000px;
	margin-bottom: -18950px;
	padding-top: 3px;
	width: 145px;
	text-align: left;
	border-right: 1px #005480 solid;
	clear: left;
	float: left;
}

#mainContent {
	margin: 0;
	padding-top: 3px;
	width: 640px;
	text-align: left;
	float: right;	
}

#tollFree p {
	margin-top: 20px;
	padding: 0;
	color: #005480;
	font-weight: bold;
	font-size: 12px;
}

#topContent {
	margin: 0 14px;
	padding: 0;
}

#topLeft {
	margin-top: 3px;
	padding: 0;
	float: left;
	width: 435px;
}

#topRight {
	margin-top: 3px;
	padding: 0;
	float: right;
	width: 180px;
}

#bottomContent {
	margin: 0;
	padding: 0 15px 15px;
	width: 615px;
	clear: both;
}	

#bottomLeft {
	margin-bottom: 15px;
	padding-right: 5px;;
	width: 48%;
	float: left;
}

#bottomRight {
	margin-bottom: 15px;
	padding-left: 5px;
	width: 48%;
	float: right;
}

/* main nav menu styles */
.arrowlistmenu{
width: 140px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background-color: #ccc;
font: bold 10px Arial, Helvetica, sans-serif;
color: #005480;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
margin: 0;
padding: 4px 0;
text-decoration: none;
border-bottom: 1px solid #fff;
text-transform: uppercase;
text-align: center;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheaderCurrent{ /*CSS class for menu headers in Current page state)*/
background-color: #b30838;
font: bold 10px Arial, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
margin: 0;
padding: 4px 0;
text-decoration: none;
border-bottom: 1px solid #fff;
text-transform: uppercase;
text-align: center;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #ccc;
}

.arrowlistmenu .menuheaderBlue { /*CSS class for Blue menu headers in general (expanding or not!)*/
background-color: #005480;
color: #fff;
font: bold 10px Arial, Helvetica, sans-serif;
display: block;
position: relative;
width: auto;
margin: 0;
padding: 4px 0;
text-decoration: none;
border-bottom: 1px solid #fff;
text-transform: uppercase;
text-align: center;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheaderGreen { /*CSS class for Green menu headers in general (expanding or not!)*/
background-color: #007055;
color: #fff;
font: bold 10px Arial, Helvetica, sans-serif;
display: block;
position: relative;
width: auto;
margin: 0;
padding: 4px 0;
text-decoration: none;
border-bottom: 1px solid #fff;
text-transform: uppercase;
text-align: center;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheaderGtxt { /*CSS class for menus with Green links "Green Proctice" */
background-color: #ccc;
color: #007055;
font: bold 10px Arial, Helvetica, sans-serif;
display: block;
position: relative;
width: auto;
margin: 0;
padding: 4px 0;
text-decoration: none;
border-bottom: 1px solid #fff;
text-transform: uppercase;
text-align: center;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader:hover, .arrowlistmenu .menuheader expandable:hover, .arrowlistmenu .menuheaderBlue:hover, .arrowlistmenu .menuheaderBlue expandable:hover, .arrowlistmenu .menuheaderGreen:hover, .arrowlistmenu .menuheaderGreen expandable:hover, .arrowlistmenu .menuheaderGtxt:hover, .arrowlistmenu .menuheaderGtxt expandable:hover { /* CSS class for menu header rollovers */
background-color: #b30838;
color: #fff;
}

.arrowlistmenu .openheader a:hover {
color: #fff;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li .opensubheader, .arrowlistmenu ul li .opensubheaderBlue:hover, .arrowlistmenu ul li .opensubheaderGreen:hover, .arrowlistmenu ul li .closedsubheaderBlue:hover, .arrowlistmenu ul li .closedsubheaderGreen:hover{    /* Sets background for subheads in closed state and rollover states of Blue and Green subhead*/
background-color: #b30838; !important;
color: #fff !important;
margin-top: 2px !important;
}

.arrowlistmenu ul li .opensubheaderBlue{    /* Sets background for subheads in closed state*/
background-color: #005480; !important;
color: #fff !important;
margin-top: 2px !important;
border: none !important;
}

.arrowlistmenu ul li .opensubheaderGreen{    /* Sets background for subheads in closed state*/
background-color: #007055; !important;
color: #fff !important;
margin-top: 2px !important;
border: none !important;
}

.arrowlistmenu ul li .opensubheader a:hover {
	color: #fff !important;
}

.arrowlistmenu ul li .closedsubheader{ 
background-color: #b30838; !important;   /* Sets background for subheads in open state*/
color: #fff !important;
margin-top: 2px !important;
border: none !important;
}

.arrowlistmenu ul li .closedsubheaderBlue{ 
background-color: #005480; !important;   /* Sets background for subheads in open state*/
color: #fff !important;
margin-top: 2px !important;
border: none !important;
}

.arrowlistmenu ul li .closedsubheaderGreen{ 
background-color: #007055; !important;   /* Sets background for subheads in open state*/
color: #fff !important;
margin-top: 2px !important;
border: none !important;
}

.arrowlistmenu ul li a.subexpandable:hover {     /* Sets background for expandable subheads in hover state*/
	background-color: #b30838;
}

.arrowlistmenu ul li .closedsubheader a:hover {
	color: #fff;
}

.arrowlistmenu ul li a {
color: #005480;
font-size: 10px;
text-transform: uppercase;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #b30838;
text-align: center;
}

.arrowlistmenu ul li a:visited{
color: #005480;
}

.arrowlistmenu ul li a:hover{ /*hover state  of general subnav links */
background: #b30838;
color: #fff;
}

.arrowlistmenu ul li a.nonexpandableBlue{
background-color: #005480;
color: #fff;
font-size: 10px;
text-transform: uppercase;
display: block;
margin-top: 2px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border: none;
text-align: center;
}

.arrowlistmenu ul li a.nonexpandableBlue:visited{
color: #fff;
}

.arrowlistmenu ul li a.nonexpandableBlue:hover{ /*hover state CSS*/
background: #B30838;
color: #fff;
}

.arrowlistmenu ul li a.nonexpandableGreen{
background-color: #005480;
color: #fff;
font-size: 10px;
text-transform: uppercase;
display: block;
margin-top: 2px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border: none;
text-align: center;
}

.arrowlistmenu ul li a.nonexpandableGreen:visited{
color: #fff;
}

.arrowlistmenu ul li a.nonexpandableGreen:hover{ /*hover state CSS*/
background: #B30838;
color: #fff;
}


.menuheader a {   /* menu links that don't have subnavs*/
	display: block;
	width: auto;
	padding: 2px 0;
}

.statusicon { /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 3px;
left: 2px;
border: none;
}

/************************ !!!!!!!!!!  end of navigation  !!!!!!!!!!! **********************/


td p.makeBold {
	margin-left: 5px;
	padding: 0;
	color: #FFFFFF;
}

td ul {
	margin-left: 5px;
	padding: 0;
}

.quote {
	margin-top: 12px;
	padding: 0;
	font-style: italic;
	text-align: left;
	line-height: 1.25em;
	color: #666;
}

.name {
	margin: 4px 0;
	padding: 0;
	text-align: right;
	font-style: italic;
	color: #666;
}

.required {
	font-family: inherit;
	color: #cc0000;
	font-size: 11px;
}