/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center; 
  min-width: 900px;
  font: 12px "Arial", Helvetica, Verdana, sans-serif;
}
#Form1 li { margin-left:15px; }
p { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; }
.small { font-size:11px; }
h1, .Heading { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 22px; font-weight: bold; color: #283762; margin-bottom: 6px; }
h2 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 18px; font-weight: normal; color: #394e8a; margin-bottom: 10px; }
h3 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #000000; margin-bottom:5px; }
h4 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 13px; font-weight: bold; color: #000000; }
h5 { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #000000; }
h5 a { text-decoration:none; color: #283762; }
h5 a:hover { color: #283762; }
ol { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; }
ul { font-family: "Arial", Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; list-style-type: square; margin:5px 0 15px 30px; }
.large { font-size:13px; font-weight:bold; line-height:20px; }
a { color: #283762; text-decoration: underline; }
a:hover { color: #4960a1; text-decoration: none; }
a.white { color:#FFFFFF; }
a.service { display:block; width:215px; height:34px; background-image:url(../images/servicebuttonbg.gif); background-repeat:no-repeat; font-size:12px; font-weight:normal; line-height:34px; text-indent:25px; color:#FFFFFF; text-decoration: none; margin-bottom:5px; background-color:#283762;  }
a.service:hover { display:block; width:215px; height:34px; background-image:url(../images/servicebuttonbg.gif); background-repeat:no-repeat; font-size:12px; font-weight:normal; line-height:34px; text-indent:25px; color:#aec1e2; margin-bottom:5px; background-color:#283762;}
#wrapper {
  width: 870px; 
  margin: 0 auto;
  padding:15px;
  text-align: left;
  border:1px solid #000066;
}


#branding {
	height: 107px;
	background-color:#283762;
	background-image: url(../images/headertile.gif);
	background-repeat: repeat-x;
	position:relative;
}

#brandingLinks { 
	position:absolute;
	right: 10px;
	top: 40px; }
#menuOuter { background-image:url(../images/menubg.gif); background-repeat:repeat-x; height:33px; }	
#menu { margin: 0; padding: 0; line-height:27px; }
#menu li { list-style: none; float: left; border-right:1px solid #000000;  }
#menu li a { display: block; padding: 3px 20px; color: #000; text-decoration: none; }
#menu li a:hover { display: block; padding: 3px 20px; color: #283762; text-decoration: none; }
#menu li ul { display: none; font-size:12px; }
#menu li:hover ul, #menu li.hover ul { display: block; position: absolute; margin: 0; padding: 0; }
#menu li:hover li, #menu li.hover li { float: none; border-right:none; }
#menu li:hover li a, #menu li.hover li a { background-color: #4960a1; background-image:none; border-bottom: 1px solid #fff;
color: #FFF; }
#menu li li a:hover { color: #FFF; background-color:#394e8a; }

#contentContainer {
	width: 900px;
	background-image: url(../images/contenttile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
}
#flashBanner { width:100%; border-top: 1px solid #000000; border-bottom: 5px solid #000066; }
#content { 
  width: 690px;
  float: left;
}
.maintext { padding:20px; }
#content p, #column p, #content h4, #content h5 { margin-bottom:10px; }
.tableList { padding:10px 10px 10px 25px; background-color:e4e4e4; font-size:11px; }
.boxed { background-color:#e4e4e4; border: 1px solid #c5c5c5; clear:both; margin-bottom: 10px; display:block; overflow:hidden; }
.boxed a, .boxedFooter a { text-decoration:underline; color:#000; }
.boxed a:hover, .boxedFooter a:hover { text-decoration:none; color:#333; }
.boxInfoImage  { float:left; padding-right:10px; }
.boxInfoFull { float:left; padding:10px; width:480px; }
.boxInfoFull ul { font-weight:bold; font-size:13px; margin-bottom:0; padding-bottom:0; }
.boxInfoFull li { line-height:18px; }
.boxInfoPrimary { float:left; padding:15px 10px 10px 10px; width:240px; margin-top:10px; border-right: 1px solid #0066CC; }
.boxInfoSecondary{ float:left; padding:10px; width:240px; }
.boxInfoSecondary ul { margin-bottom:0; padding-bottom:0; }
.boxedFooter { background-color:#e4e4e4; border: 1px solid #c5c5c5; clear:both; display:block; overflow:hidden; }
.boxFooterPrimary { float:left; padding:10px; width:200px; }
.boxFooterSecondary { float:left; padding:10px; width:240px; }
#column { 
  width: 180px; 
  float: left;
  padding-top:14px;
} 
a.business, a.money, a.info, a.strategies, a.tools { text-decoration:none; }
a.business:hover, a.money:hover, a.info:hover, a.strategies:hover, a.tools:hover { text-decoration:none; background-color:#333333; }
.columnInfo { padding:10px; background-color:#283762; }
.columnInfo p { color:#FFFFFF; font-size:11px; }
a.business { background-image:url(../images/vertarrow.gif); background-repeat:no-repeat; background-position:left center; padding:10px; text-indent:30px; width:160px; background-color:#2f4175; display:block; color:#FFFFFF; margin-bottom:1px; }
a.money { background-image:url(../images/vertarrow.gif); background-repeat:no-repeat; background-position:left center; padding:10px; text-indent:30px; width:160px; background-color:#33467c; display:block; color:#FFFFFF;margin-bottom:1px;  }
a.info { background-image:url(../images/vertarrow.gif); background-repeat:no-repeat; background-position:left center; padding:10px; text-indent:30px; width:160px; background-color:#394e8a; display:block; color:#FFFFFF; margin-bottom:1px; }
a.strategies { background-image:url(../images/vertarrow.gif); background-repeat:no-repeat; background-position:left center; padding:10px; text-indent:30px; width:160px; background-color:#40599d; display:block; color:#FFFFFF; margin-bottom:1px; }
a.tools { background-image:url(../images/vertarrow.gif); background-repeat:no-repeat; background-position:left center; padding:10px; text-indent:30px; width:160px; background-color:#4960a1; display:block; color:#FFFFFF;margin-bottom:1px;  }

#footer { 
  clear: both;
  margin:0 auto;
  padding: 0 20px 0 20px; 
  background-color:#283762;
  height:30px;
  width:862px;
} 
#footer p { color:#FFFFFF; }
#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#aec1e2; text-decoration:none; }
#footerPrimary {
text-align:left; 
  width: 350px;
  float: left;
  height:30px;
  line-height:30px;
}

#footerSecondary { 
  width: 350px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right;
} 

/*table formatting*/
#content table { margin-bottom:10px; }

.tablines { background-color: #C0C0C0; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #283762; padding:5px; }

.tabletitle{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #283762; padding:5px; }

/*Used if table has an extra heading.*/
.tabhead { font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding:5px; }

/*standard text, white background, black text is most common.*/
.tabtotal{ font-family:"Arial", Helvetica, Verdana, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #FFFFFF; padding:5px; }




















/*same background as tabbody but bold the text */
.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }

