body{
	margin:0;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #59595b;
	/* following required because of IE bug with margin: auto */
	text-align: center;
}

#bodyCentred {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: white;
	/* following required because of IE bug with margin: auto */
	text-align: left;
}

#tagline {
	color: white;
	background-color: #59595b;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 17px;
}

#tagline a {
	color: white;
}

#tagline a:hover {
	text-decoration: none;
}

#header {
	height: 76px;
	background-image: url("../imagesnew/banner-with-text.gif");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #59595b;
	margin: 0;
	padding: 0;
}

#header.no_text {
	background-image: url("../imagesnew/banner.gif");
	background-repeat: no-repeat;
	background-position: center top;
}

#bannerLogo {
	float: left;
	padding-left: 16px;
	margin-top: 8px;
}

#bannerLogo img {
	border: none;
}

#bannerHeader {
	float: right;
	margin: 13px 0 0 0;
	padding: 0 20px 0 0;
}

#bannerHeader h1 {
	margin: 0;
	padding: 0;
	border: none;
	color: #59AC26;
	font-family: sans-serif, serif;
	font-size: 28px;
	font-weight: normal;
}

#bannerHeader a {
	color: #59AC26;
}

#bannerHeader a:hover {
	text-decoration: none;
}

#topNav {
	text-align: right;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 0;
	margin: 0;
}

#topNav ul {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 4px;
	margin-left: 0;
}

#topNav li {
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: solid white 1px;
	display: inline;
}

#topNav li.lastLink {
	border-right: none;
	padding-right: 4px;
}

#topNav ul li ul {
	border-right-style: solid;
	border-left-color: black;
	border-right-width: 1px;
	border-right-color: black;
	border-bottom-style: solid;
	border-top-width: 0px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-left-width: 1px
}

#topNav ul li ul li {
	background-color: #969b9d;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin: 0;
	display: list-item;
}

#topNav ul li ul li.hover,
#topNav ul li ul li.hover a {
	background-color: #bfcbff;
	color: black;
}

#topNav .subMenu {
	margin-top: -1px;
	width: 12em;
}

html>body #topNav .subMenu {
	margin-top: 0;
}

.clickMenu {
	margin: 0;
	padding: 0;
	cursor: default;
}

.clickMenu ul {
	margin: 0;
	min-width: 100px; /* ie doesnt know this : */
	//float: left;/*ie again*/
	//width: 100%;/*and again*/
}

.clickMenu div.outerbox {
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	text-align: left;
	padding: 0;
	top: 18px;
}

.shadowbox1, .shadowbox2, .shadowbox3 {
}

.clickMenu div.inner {
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox {
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: 0px;
}

.clickMenu li {
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}

.clickMenu li.main li {
	z-index: 2;
	min-width: 78px;
}

.clickMenu li.hover {
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
}

#footer {
	clear: both;
	padding-top: 20px;
	padding-left: 1em;
	padding-right: 1em;
}

#hfooterR {
	float: right;
	text-align: right;
}

#hfooterL {
	float: left;
	text-align: left;
}

#hfooterR,
#hfooterL {
	margin-top: 0;
	margin-bottom: 5px;
}

#content {
	margin: 0;
	padding: 0;
}

#leftMenu {
}

#centreColumn {
	float: left;
	width: 454px;
	margin-left: 30px;
	padding-top: 20px
}

#rightColumn {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 25px;
}

/* leftColumn and mainColumn added 28/4/2008 with new StaticContentTemplate.htpl */

#leftColumn {
	float: left;
	width: 250px;
	background-color: #ECEDEF;
	padding-top: 40px;
	padding-left: 10px;
	padding-bottom: 150px;
}

#leftColumn h2 {
	color: #59ac26;
	margin-top: 30px;
}

#leftColumn #fundLogos {
	width: 100%;
}

#leftColumn #fundLogos td {
	text-align: center;
	padding-bottom: 1em;
}

#mainColumn {
	float: left;
	width: 580px;
	padding-left: 20px;
	padding-top: 20px;
}

#compare {
	background-image: url("../imagesnew/compareNowBox-narrow.gif");
	background-repeat: no-repeat;
	width: 240px;
	height: 270px;
	background-position: center top;
}

#compare h1 {
	color: white;
	text-align: center;
	font-size: 18px;
	padding-top: 4px;
}

#compare p {
	font-size: 11px;
	margin-top: 28px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#compare table {
	margin-left: 20px;
	margin-right: 20px
}

#compare td {
	font-size: 12px;
	height: 30px;
}

#compare tr#bottomRow td {
	
}

#compare select {
	font-size: 11px;
	width: 115px;
}

#compare #goButton {
	margin-top: 5px;
	text-align: right;
	padding-right: 22px;
}

#phoneNumber {
	color: #5bad27;
	margin-left: 700px;
}

#phoneNumber h1,
#phoneNumber p {
	margin: 0;
	padding: 0;
}

#phoneNumber img {
	margin-right: 10px;
}

#phoneNumber h1,
#phoneNumber p.phone {
	padding-top: 6px;
	font-size: 17px;
	letter-spacing: 0.13em;
}

#phoneNumber p.phone {
	color: #59AC26;
	margin-bottom: 0;
	margin-top: 0.2em;
	padding-bottom: 0;
	font-weight: bold;
}

#phoneNumber p {
	font-size: 9px;
	padding-bottom: 4px;
}

.popupContent {
	display: none;
}

.backToPage {
	margin-top: 2em;
	margin-bottom: 1em;
}

.breakingNews {
  border: solid blue 1px;
}
 
.breakingNewsContent {
  background-color: #ECEDEF;
}

.breakingNews h1 {
  background-color: silver;
  color: black;
}
