*{ margin: 0; padding: 0; }* 
body { 
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #444; 
	background: #e7e0f0;
	z-index:0;
}
hr { margin:5px 0; color: #004897; height:1px; }
.boxOuter { position:relative; background:#877cc9; padding: 10px; -webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;
behavior: url(PIE.htc); margin-bottom:15px;
}
.boxOuter p, .boxOuter h3 { color:#FFFFFF; }
.boxOuter ul { padding:0 30px; }
.boxOuter li { margin:0; padding:0; color:#FFFFFF; }
.boxOuter a { color:#FFFFFF; text-decoration:none; }
.boxOuter a:hover { color:#FFFFCC; text-decoration:none; }
.testimonials { height:70px; }
.testimonials li { list-style-type:none; padding-right:30px; }
a.learn { font-weight:bold; }
a {	color: #004897;	background: inherit; text-decoration: none; }
a:hover { color: #004897; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
img { border: 0; }
h1 { font: normal 22px "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; color: #004897; }
h2 { font: normal 18px "Trebuchet MS", Arial, Sans-Serif; margin: 0 0 12px; color: #004897;}
h3 { font-size: 16px; color:#877cc9; padding-bottom:10px;  }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 {  margin: 20px 0 0; font-size: 30px; }
h6 a { background: inherit; }
#main ul, #main ol, #mainFull ul, #main ol { padding:0 0 10px 30px; }
.color { color:#a49adf; }
blockquote { padding: 10px 30px; }
.pad { margin: 0 10px; }
.highlight { font-weight:bold; font-style:italic; }
.bg2 { background-color:#004897; color:#FFFFFF; }
.bg2 a { color:#FFFFFF; }
#content { width: 940px; margin: 0 auto; padding: 0; border-top: 20px solid #fff; border-right: 20px solid #fff; border-bottom: 10px solid #fff; border-left: 20px solid #fff; background-color:#FFFFFF;}
.innerColumn { float:left; width:48%; padding-right:10px; }
#brandingArea { border-top: 15px solid #a49adf; padding-top:20px; z-index:1; height:85px; }
#brandingArea img { float: left; margin: 0 15px 0 0; }

#primaryLinks{ float: right; text-align: right;  }
#primaryLinks a { color: #a49adf; font-weight:normal; margin: 0 0 0 13px; background: #fff url(/images/toparrow.gif) no-repeat center left; padding: 0 0 0 12px; }

input.searchfield { width: 120px; padding: 4px; border: 2px solid #ccc; font-size: 11px; }
input.searchbutton { background: #004897; border: 0; padding: 4px; color: #fff; font-weight: bold; font-size: 11px; }

#logo { float: left; color: #808080; width:500px; }

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
height:42px;
	background-image:url(/images/menuBg.gif);
	background-repeat:repeat-x;	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family:Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight:normal;
	font-size:13px;
	}
	
#menu { margin-left:0px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
#menu li:hover a { background-color: #004897; color:#FFFFFF; } /* keeps the original button highlighted */	
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 22px; /* set padding will affect padding on all a tags in menu */
	line-height:42px; /* set line height DONT use just height */
	color:#FFFFFF;
	background-repeat:repeat-x;	text-decoration:none;
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #a49adf;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:42px;
	background-color:#004897;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	line-height:normal;
	padding-bottom:8px;
	padding-top:8px;
	}
	
#menu li ul a:hover {
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#a49adf;
	}
#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}


#dominantLinks { background: #eee;  clear: left; float: left; width: 278px; padding: 10px 15px 0px 15px; margin: 0 0 10px; }
#dominantLinks h3 { font-size: 14px; }
#dominantLinks img { margin: 0 0 8px; }
#dominantLinks ul { list-style: none; margin:0 0 10px 0 }
#dominantLinks li { list-style: none; }
#dominantLinks li a {  color: #787A8F; font-weight: bold; background: url(/images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }

#mainSurround { background: url(/images/mainSurroundBg.gif) repeat-y right top; display: block;
	clear: both; overflow: hidden; z-index:2; height:100%;}
#column { width: 40%; float: left; padding-right:10%; }
#columnHeader { width: 120px; float: left; padding-right:10px; font-weight:bold; }
#columnAnswer { float: left; }
.clear { clear: both; }
#main { float: left; width: 633px; margin: 20px 0 10px; padding-right:20px; border-right: 1px dotted #CCCCCC;  }
#main td { padding:2px 3px; }
#main table { margin-bottom:5px; }
#mainFull { float: left; width: 925px; margin: 20px 20px 0 0; }
.mainImage { float: right; border: 3px solid #eee; padding: 1px; margin: 0 0px 10px 15px; }
#line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(../images/smalldot.gif) repeat-x; }
#supportingArea { float: right; width: 256px; margin:0; padding:0;}

#secondary { float: right; width: 235px; padding:20px 15px 10px 0; }
.news { border-bottom: 1px solid #fff; padding: 0 0 2px; margin: 0 0 10px;}
.news p { margin-bottom:5px; }
#secondaryLinksArea { margin: 0 15px 20px 0; padding: 0 0 0 15px; float: right; width: 602px; text-align: justify; }
.supportingTextArea { clear: both; border-left: 4px solid #ccc; padding: 0 0 0 15px; }

#listPrimary { float: left; width: 290px; margin: 0 20px 30px 0; }
#listSecondary { float: right; width: 290px; }

#listPrimary li, #listSecondary li { list-style: none; border-bottom: 1px solid #eee; margin: 0; }
#listPrimary li a, #listSecondary li a { background: #fff url(/images/arrow.gif) no-repeat center left; padding: 3px 0 3px 12px; color: #444444; display:block;  }
#listPrimary li a:hover, #listSecondary li a:hover { background: #ab9feb url(/images/arrow.gif) no-repeat center left; padding: 3px 0 3px 12px; color: #FFFFFF; display:block; text-decoration:none;  }

#footer { clear: both; padding: 10px 10px 1px 10px; margin: 0 0 15px; background: #e7e0f0; border-top: 2px solid #a49adf; border-bottom: 1px solid #a49adf; height:100px; }
#footer p { font-size: 11px; color: #004897; }
.links a { font-weight: normal; color: #004897; background: #fff; margin: 0 10px 0 0; background: url(/images/dot.gif) no-repeat center left; padding: 0 0 0 10px; }

#footer h1 { font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; }
#footer li { list-style: none; }
#footerPrimary { width: 400px; }
#footerSecondary { float: right; text-align:right; }

#printLogo { display:none; }

#RHCfin_DIV, #RHChealth_DIV, #RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #a49adf; padding: 10px; margin: 0 0 10px;
	background-color:#FFFFFF;
	width:auto;
	min-height:60px;
	height:auto !important;
	height:60px;/*Needs to match the min height pixels above*/
	font-size:12px;
	background-image:none;}

.RightPanelBody { margin: 0; padding:0; background:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 235px; }
#RHC_Body a { text-decoration: none; }
#RHC_Body a:hover { text-decoration: underline; }

/* clientZONE fix for background anomally */

table#CZDocumentBody
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#FAQBody ul { margin:0 0 10px 30px; }
.DocumentBody p { margin-bottom:15px; }
.FormButton { margin-bottom:15px; }
