*{ margin: 0; padding: 0; }* 

body {
border-top:none;
border-bottom: none;
	font: 11px Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 16px;
	color: #444;
	background-color: #1d2d58;
	background-image: url(../images/bodyTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0; padding: 0;
}
#bodyTile { background-image: url(../images/bodyBg.jpg); background-repeat: no-repeat; background-position: center top; }
hr { color: #057980; height:1px; }
img { border:0; }
input { font: 10px Tahoma, Arial, "Trebuchet MS", sans-serif; }
blockquote { padding-left: 30px; }

a { color: #057980; text-decoration: none; }
a:hover { color: #808080; }
A.noline { color: #299DCA; text-decoration: none; }
A.noline:hover { color: #299DCA; text-decoration: none; }
.blue { color: #057980; }
.white { color: #fff; }
p { margin: 0 0 15px 0; }
.phrase { font: normal 24px Georgia, Arial, Sans-Serif; margin: 15px 0 0 5px; background-color:#057980; padding:5px; color:#cadbeb; }
h1 { font: bold 22px Arial, Sans-Serif; margin: 0 0 12px; color: #000000; }
h2 { font: bold 14px Arial, Sans-Serif; margin: 0 0 12px; color: #057980;}
h3 { font: bold 16px Arial, Sans-Serif; margin: 0 0 12px; color: #022480;}
h4 { color: #666; font-weight: bold; font-size: 13px; margin-bottom:10px; }
h5 { color: #666; font-weight: normal; font-size: 10px; }
ol { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; color: #444; line-height: 21px; }
ul { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; color: #444; line-height: 21px; list-style-type: square; padding:0 0 15px 15px; }
.heading { margin-bottom: 10px; }
#search { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding-top: 10px; }
#search p { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; font-size:11px; }
.divider { border-bottom: 1px solid #CCC; margin: 10px 0 10px 0; }
.breadcrumb { margin: 5px 0 5px 0; }
.color { color: #0a2982; }
.image { border: 1px solid #ccc; padding: 1px; float: left; margin: 0 15px 5px 0; }
.border { border: 1px solid #ccc; padding: 1px; }
.imageSecondary { border: 1px solid #ccc; padding: 1px; margin: 0 0 5px 10px; }

#content { width: 920px; margin: 0 auto; background-image: url(../images/contentBg.gif); background-repeat: no-repeat; background-position: center top; }
#logo { float: left;  height: 93px; width: 400px; margin-top:7px; }

#logo h1 { text-indent:-9999px;/*Hide Text, keep for SEO*/ margin: 0 auto; background:transparent url(../images/header.jpg) no-repeat left top; }
#register { float: right; width: 262px; padding: 7px 24px 7px 0; }
#register p { margin-bottom:5px; }
.login { border-bottom: 1px solid #057980; }
.login p { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; font-size:11px; }
.bg1 { background-color: #CCC; }

#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:white; /* add background (this can be added directly to the #menu */
	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 */
	border-bottom: 3px solid #057980;
	}

#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:60px; /* 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: #0c2f83; 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 30px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#0e4e80;
	text-decoration:none;
	border-left:1px solid #0e4e80; border-right:1px solid #0e4e80; /* Borders as appropriate */
	}

#menu a:hover{
	background-color: #0c2f83;
	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:32px;
	background-color:#0c2f83;
	}

#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:#057980;
	}
	
#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;
	}

#mainBanner { clear: both; background: url(../images/mainBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#aboutBanner { clear: both; background: url(../images/aboutBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#complianceBanner { clear: both; background: url(../images/complianceBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#consultancyBanner { clear: both; background: url(../images/consultancyBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#supportBanner { clear: both; background: url(../images/supportBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#startupBanner { clear: both; background: url(../images/startupBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#taxationBanner { clear: both; background: url(../images/taxBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#investmentBanner { clear: both; background:url(../images/investmentBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#contactBanner { clear: both; background: url(../images/contactBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#generalBanner { clear: both; background: url(../images/generalBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#resourcesBanner { clear: both; background: url(../images/resourcesBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#servicesBanner { clear: both; background: url(../images/servicesBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#growthBanner { clear: both; background: url(../images/growthBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }
#financialBanner { clear: both; background: url(../images/financialBg.jpg) no-repeat; height: 85px; padding: 175px 0 0 20px; border-top: 1px solid #FFFFFF; }

#mainSurround { padding: 0 15px 0 15px; }

#primary { clear: left; float: left; width: 570px; padding: 10px; margin: 15px 0 15px 0px; background-color:#FFFFFF; min-height:390px; border: 1px solid #95aec2; }
#primary td { padding:2px 3px; }
#primary table { margin-bottom:5px; }
#primaryFullwidth { clear: left; float: left; width: 868px; padding: 10px; margin: 15px 0 15px 0px; background-color:#FFFFFF; border: 1px solid #95aec2; }
#primary ul, #primaryFullwidth ul { font: 11px Tahoma, Arial, "Trebuchet MS", sans-serif; color: #4b4b4b; list-style-type: square; margin: 0 20px 0 20px; }

#columnHeader { width: 120px; float: left; padding-right:10px; font-weight:bold; }
#columnAnswer { width: 430px; float: left; }
#column { width: 45%; float: left; padding-right:2%; }

#articles { margin: 20px 0 0 0; }
#articles li  { border-top: 1px solid #cecece; list-style: none; float: left; width: 245px; background: #f8f8f8 url(../images/newslist.jpg) repeat-x bottom; padding: 4px 8px; margin: 0 15px 0 0; }
#articles li a { display:block; background: url(../images/menuarrow.jpg) no-repeat 0 5px; padding: 0 0 0 8px; border-bottom: 1px solid #CCCCCC; }
#articles li.last { margin: 0; }

#secondary { margin: -250px 0 10px 15px; padding: 15px 15px 0 15px; float: right; width: 250px; font-size: 11px; background: #fff; border: 1px solid #95aec2; }
#secondary p { font-size: 11px; font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; }
#secondary img { padding: 1px; margin: 0 0 8px; }
#secondary h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; font-size:18px; }
#secondary .info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 8px; }
.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 8px; }
.clear { clear: both; }

#footer { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; clear: both;  padding: 0px 15px 10px 15px; margin: 0 0 10px 0; font-size: 10px; color: #FFFFFF; }
#footer p { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; font-size: 10px; margin:0; padding:0; color: #FFFFFF; }
#footer a { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; font-size: 10px; color:#057980;  font-weight: bold; } 
#footer a:hover { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif; font-size: 10px; color:#FFFFFF;  font-weight: bold; }
	
.footSecondary{ float: right; padding: 0 0 0 15px; }
.footerDivide { border-top: 1px dotted #057980; }

#printLogo { display:none; }

#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV, #RHCAcc_growth_DIV {
	font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
	color:#011747;
	font-size:11px;
	margin: 10px 0 0 0;
	width:auto;
	border: 1px solid #e0e0e0; background: #1e2c59; padding: 8px; color:#FFFFFF; min-height:50px;
	height:auto !important;
	height:50px;/*Needs to match the min height pixels above*/
}
#RHCAcc_bigfile_DIV {
	font-family: Tahoma, Arial, "Trebuchet MS", sans-serif;
	color:#011747;
	font-size:11px;
	margin: 10px 0 0 0;
	border: 1px solid #e0e0e0; background: #057980; padding: 8px; color:#FFFFFF; min-height:50px;
	height:auto !important;
	height:50px;/*Needs to match the min height pixels above*/
}
.RightPanelBody { margin: 0; padding:0; border-left:none; }
#RHC_Body { margin:0; padding:0; background:none; width: 248px; border-left:none; }
#RHC_Body a { color:#FFFFCC; }
#RHC_Body a:hover { color:#FFFFFF; }

/* clientZONE fix for background anomally */

table#CZDocumentBody
{
    background-repeat: no-repeat;
    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; }
