ul
{
	vertical-align: bottom;		
}

ul.blue
{
	margin-left: 15px;
	padding-left: 0px;
	text-align: left;
	font-weight: lighter;
}

ul.blue li
{
	list-style-image: url(/images/bullet-list.gif);	
	padding-top: 3px;
	padding-bottom: 3px;	
}

ul.blue li a
{
	color: #124475;
	text-decoration: none;
}

ul.blue li a:hover 
{
	text-decoration: underline;
	}
	
ul.blue li a:visited 
{
	color: #124475;
}

ul.green li
{
	list-style: none url(/images/bullet-green.gif) outside;	
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.green li a
{
	color: #3A7A3C;
	text-decoration: none;
}

ul.green li a:hover
{
	color: #3A7A3C;
	text-decoration: underline;			
}

ul.green li a:visited
{
	color: #3A7A3C;			
}

#breadcrumb { padding-top: 0.5em; /* margin-left:0.5%; changed to 0 */margin-left: 0.1em; text-align: left; }
html>body #breadcrumb {margin-bottom:0;} /* 21/02/06 */
html>body #breadcrumb span#DefaultMode_BreadCrumbs1_breadCrumbTrail { display: block;} /*21/02/06*/
.breadcrumb { color: #000B4B; font-weight: bolder; }
a.breadcrumb { color: #666666; font-weight: lighter; }

div.clearer {clear:both; height: 1px; overflow:hidden;}

.inactivemenuitem
{
	background-color:#CADEF4;	
	float: left;
	height: 4.75em;
	text-align: center;	
	width: 15%;
	padding-right:0.5%;
	padding-left: 0.5%;
}

* html .inactivemenuitem 
{
	width: 16%;
	padding: 0 4%;
	}

.activemenuitem
{
	background-color:#124475;	
	float: left;
	height: 4.75em;
	text-align: center;	
	width: 15%;
	padding-right:0.5%;
	padding-left: 0.5%;
}

* html .activemenuitem 
{
	width: 16%;	
	padding: 0 4%;
}

.linkContainer a
{
	color: #3A7A3C;
}

.linkContainer li
{
	list-style-image: url(/images/bullet-green.gif);
}

#hometext
{
	margin-top: 60px;
	margin-left: 3%;
	color: #954136; 
	width: 45%; 
	float: left;
	text-align: left;
}

#homecontainer
{
	float: left;
	width: 100%;
}

#hometoolkit
{
	float: right;
	background:url(/images/toolkit.gif) no-repeat left bottom;		
	width: 165px;
	height: 165px;
	margin-right: 20px;
	margin-top: 45px;
}

#hometoolkittext
{
	position: relative;
	top: 40px;	
	left: 0px;		
	text-align: center;
	z-index: 101;
	color: #3A7A3C;
	padding-top: 10px;
}

#hometoolkittext a:visited
{
	color: #3A7A3C;
}

#toolkittextlarge
{	
	font-size: 20px;
	text-align: center;
}

#toolkittextsmall
{
	font-size: 14px;
	text-align: center;
}

#hometop
{
	float: left;
	width: 100%;
	height: 100%;
	background: url(/images/home-top-bg.gif) repeat-x #f4ec87;
}

#homebottom
{
	float: left;
	background-color:#8AC4EA;	
	width:100%;
	padding-bottom: 2%;
}

.homebottomcolumn
{
	float: left;
	/*margin-top:2%;*/
	margin-top: 10px;
	margin-left: 2%;
	width: 21%;
	height: 17em;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	text-align: left;
}

/* new style 23/01/06 */
.homebottomcolumn p {
/*	border: 1px solid #f00;*/
	margin-top: 0;
	padding-left: 15px;
	background: url(/images/bullet-list.gif) -1px 3px no-repeat transparent;
}

html>body .homebottomcolumn p {
	background-position: -2px 3px;
}

/* New style 20/01/06 */
#soldierlist li
{
	padding-right: 30px;
}

#toollist
{
	background-image:url(/images/keys.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#accountlist
{
	background-image:url(/images/soldier.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#fundlist
{	
	background-image:url(/images/bear.gif);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

#newslist
{
	background-image:url(/images/elephant.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.spacer
{
	width: 100%;
}

.whiteseparator
{
	float:left;
	width:1px;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
}

/* new rule - 20/01/06 - 
stretches a 1px image to be 200px high */
.whiteseparator img 
{
	height: 200px;
}

.homefactsheet
{
	float: left;
	width:100%;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 5px;
}

.factsheet
{
	border-top: solid 1px #ccc;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;	
}

/* new style rule 20/01/06 */
.factsheet img 
{
	margin-bottom: -7px;	
/*	border: 1px solid #f00;*/
}

.factsheet a
{
/*	margin-bottom: -5px;	*/
/*	border: 1px solid #0f0;*/
	background-image: none;
}

.factsheetcolumn
{
	float: left;
	margin-right: 10px;	
}

.factsheetimage
{	
	top: 15px;		
}


/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */

.infoBox 
{
   margin: 0px;
   padding: 0px;
   padding-top:5px;
}
.contentWrapper 
{
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    width: 180px;
    float: right;    
}

.infoboxwrapper 
{
	background: url(/images/bg_infoboxbottom.gif) bottom left no-repeat transparent;
	padding-bottom: 15px;
}

.infoboxtopcentre
{
	float: left;
	background-color: #124475;	
	padding: 0px;
}

.infoboxtitle
{
	background: url(/images/bg_infobox.gif) top left no-repeat;
	color: #fff;
	font-weight: bolder;	
	text-align: left;
	width: 180px;
	padding:0;
	background-color: #124475;
}

.infobox .fullwidth 
{
	width: 178px;
	border-left: 1px solid #124475;	
	border-right: 1px solid #124475;
}

* html .infobox .fullwidth 
{
	width: 180px;
}

.infoboxtitle p 
{

	padding: 8px 0 8px 10px;
	color: #fff;
	font-weight: bolder;	
	text-align: left;
	
}

.infoboxtext
{	
	text-align: left;
	padding: 0px 0px 0px 0px;	
	margin:0;
}

.infoboxtext p 
{
	font-size:0.9em;	
	padding-left:8px;
	margin-bottom: 0;
}

.infoboxtext img 
{
	margin-right: 0.5em;
	}

.infoboxtext hr.blue 
{
	color: #124475;	
}

.infoboxbottom 
{
	border-left: 1px solid #124475;	
	border-right: 1px solid #124475;	
	padding-left: 10px;
	padding-right: 3px;
}

.infoboxbottom a 
{
	font-size: 0.9em;	
}

.infoboxbottomcentre
{
	float: left;
	width: 167px;
	padding: 0px;
	border-bottom: solid 1px #124475;
}

.roundedCornerSpacer 
{
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}


.borderTL, .borderBL { float: left; clear: both;}
.borderTR, .borderBR { float: right; clear: right;}

/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -4px;
}
html>body .borderTL {
    margin-left: 0px;
}
.borderTR {
    margin-right: -1px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: 0px;
}

.borderTR {
    margin-left: 2px;
    ma\rgin-left: 2px;
}
html>body .borderTR {
    margin-left: 0px;
}


.borderBL {
    margin-left: -3px;
    ma\rgin-left: -3px;
    margin-top: -13px;
    ma\rgin-top: -13px;
}
html>body .borderBL {
    margin-left: 0px;
    margin-top: -13px;
}
.borderBR {
    margin-right: 1px;
    ma\rgin-right: 1px;
    margin-top: -12px;
    ma\rgin-top: -12px
}
html>body .borderBR {
    margin-right: 0px;
    margin-top: -13px;
}



#DefaultMode_pageheader_PageNameContainer
{
	border-bottom: none; 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#DefaultMode_pageheader_PageNameContainer td
{
	border-bottom: none; 		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics match up 
with the sIFR text metrics since the sIFR text in this example is so much narrower... your own 
settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these 
decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash .heading1 {
	visibility: hidden;
	font-size: 24px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 16px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash .toolkittextlarge {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
}

.sIFR-hasFlash .toolkittextsmall {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
}


/* new style 20/01/06 */
.hidden {visibility: hidden;}



.sectionheading
{	
	position: relative;
	background-color: #F5D6D6;	
	color: #000;	
	font-weight: bolder;
	height: 2em;
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-left: 0.5em;			
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	float: left;
	width: 100%;
	border: solid 1px #FFF;
}

.indentedrow
{
	position: relative;
	float: left;
	width: 100%;
	margin-left: 10px;		
}

*html .indentedrow
{
	margin-left: 5px;
}

.fieldcontainer
{
	margin-top: 1em;
	margin-bottom: 1em;	
	width: 100%;
	float: left;
	vertical-align: top;
}

label 
{ 
	font-weight: bolder;
	vertical-align: top;
	float: none;		
}

.label
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 30%;
	vertical-align: top;
	
}

.searchcheckbox
{
	vertical-align: middle;
}

*html .label
{
	margin-left: 5px;
}

*html .indentedrow
{
	margin-left: 5px;
}

label.highlighted
{
	color: #000;	
	background-color: #F4EC87;
}

.error
{
	width: 76.5%;
	font-weight: bolder;
	color: #000;
	background-color: #F4EC87;
	float: left;	
	margin-right: 0px;
	padding: 0.5em 0 0.5em 1%;
}

.field
{
	float: left;
	width: 65%;
	white-space: nowrap;
	vertical-align: bottom;
}

.field input
{	
	margin-top: -1px;
}

/* new style 20/01/06 */
#homebottom ul 
{
	margin-top: 0.2em;
}

.forminput
{
	width: 10em;	
}

#skiplinks ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#skiplinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
#skiplinks a {
	color: #0d7e86;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 1em !important;
	z-index: 1000;
}
#skiplinks a:active, #skiplinks a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	font-size: 1em;
	border: 0;
	margin: 0;
	padding: 6px;
	font-size: .6em;
	background: #FFF;
}


/* quick search IE fix */
* html #defaultframework_quicksearch_SearchText 
{
	margin-bottom: -3px;
	padding: 2px 0 0 0;
}

#steps
{
	background-color: #F5D6D6;	
	color: #CC3332;
	font-weight: bold;
	font-size: 1.1em;
	height: 37px; 
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
}

#step
{
	position: relative;
	top: 10px;	
}


fieldset
{
	background-color: #F5D6D6;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 2px CC3332;
	padding: 1em;
}


.answer 
{
	padding: 0.5em;
	clear: both; 
}
	
.answer input
{
	margin-left: 0.5em;
	margin-top: -3px;
}

ul.no-bull li
{
	list-style-image: none;
	list-style-type: none;
}

ul.no-bull li a
{
	list-style-image: none;
	list-style-type: none;
}

fieldset.flexi-capsule, fieldset.flexi-a {
	border-bottom: none !important;
}

/* test 20/02/06 */
html>body br {clear:both;}