html{
	margin: 0;
	padding: 0;
}

body {
     font-family: "Trebuchet MS", "MS Sans Serif";
     font-size: 90%;
     margin: 0;
     color: #222;
     background: url(body.jpg) left top repeat-x;
     padding: 0px 0px 20px;
 }


body.editmaintext {
     background: #ffffff;
 }


#wrapper {
     width: 950px;
     position: relative;
     margin: 0 auto;
     background: #fff;
     padding: 0 0 0 0;
 }


#header {
    width: 950px;
    margin: 0px;
    padding: 0px;
    background: url(header.jpg) left top no-repeat;
    position: relative;
    height: 91px;
 }


#header h1, .strapline{
     margin: 0 0 0 -5000px;
     position: absolute;
 }
 
#memberLogin{
	position: absolute;
	margin: 0 0 0 -5000px;
}

#memberLogin b{
     border-bottom: 1px solid #333333;
     font-weight: normal;
     margin: 0px 0px 5px;
     padding: 5px 0px 5px 30px;
     background: url(bullet_large.gif) no-repeat left center;
}

#memberLogin p{
	font-size: 11px;
	text-align: right;
	width:130px
}

#memberLogin label{
	padding: 0 3px 0 0;
}

#memberLogin p input{
	width: 70px;
	border: 1px solid #333333;
	background: none;
	color: #888;
	margin: 0;
}

#memberLogin input{
	border: #333 solid 1px;
	background: #555;
	color: #000;
	margin: 0 0 0 55px;
}

/* @group Navbar */

#navbar {
     width: 200px;
     position: relative;
     float: left;
     padding: 0 0 5px 0px;
     margin: 20px 0 0 5px;
     background: url(nav_back.jpg) center bottom no-repeat
 }

#navbar ul {
     margin: 0px;
     padding: 0px;
 }


#navbar ul li {
     font-size: 0.85em;
     list-style: none;
     background: url(navbarhead.jpg) center top no-repeat;
 }

#navbar ul li a{
	line-height: 24px;
	padding: 0 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	width: 180px;
}

#navbar ul li a:hover{
	color: #222!important;
}

#navbar ul li ul {
     margin: 0!important;
     padding: 0!important;
 }


#navbar ul li ul li {
     font-size: 0.85em;
     margin: 0px 1px;
     padding: 0!important;
     background: none;
 }


#navbar ul li ul li a {
    display: block;
    color: #555;
    font-weight: normal;
    padding:0 10px;
    margin: 2px 0;
    width: 178px;
    line-height: 18px;
 }

#navbar ul li ul li a:hover {
     color: #FFFFFF!important;
 }

#navbar ul li.active{
	background: url(navbarhead.jpg) center top no-repeat;
}

#navbar ul li ul li a:hover, #navbar ul li ul li.active a{
     background: url(nav_hover.jpg) left top no-repeat;
 }



/* @end */

#content {
    width: 710px;
	position: relative;
	margin: 15px 0 0 220px;
	padding: 0 0 180px 0;
 }


#maintext {
     width: 495px;
     font-size: 0.85em;
     margin: 0;
     position:relative;
 }
 
#maintext h2 {
	font-size: 1.4em;
	color: #0c3c90;
 }

#contactdetails {
     position: absolute;
     bottom: 0;
     margin: 0;
     left: -110px;
 }


#contactdetails ul {
     text-align: center;
     margin: 0px;
     padding: 0px;
 }


#contactdetails ul li {
     display: inline;
     font-size: 0.7em;
     list-style-type: none;
     color: #333;
     margin: 0px 5px;
     padding: 0px 0px 5px;
 }


#lists {
     width: 200px;
     float: right;
     clear:right;
     margin: 10px 0 0 0;
     padding: 0;
 }

/* @group box styles */


.box1small a:hover , .box2small a:hover {
     color:#000000;
 }


.box1small,.box2small {
     width:200px;
     float:left;
     background-position:bottom left;
     background-repeat:no-repeat;
     margin-top:20px;
     margin-bottom:20px;
 }


.box1small {
     background-image: url(box1smallbotom.gif);
 }


.box2small {
     background-image: url(box2smallbotom.gif);
 }


.box1small .boxheader,.box2small .boxheader {
     background-repeat:no-repeat;
     height:20px;
     margin-top:-20px;
 }


.box1small .boxheader {
     background-image:url(box1smalltop.gif);
 }


.box2small .boxheader {
     background-image:url(box2smalltop.gif);
 }


.box1small h2,.box2small h2 {
     margin-left:7px;
     margin-right:7px;
     margin-top:-10px;
     border:none !important;
     padding-left: 9px;
 }


.box1small p,.box2small p {
     margin-left:15px;
     margin-top:-10px;
     line-height:1.3em;
     text-align:justify;
     margin-right:15px;
     color:#000000;
     padding: 5px;
 }



/* @end */


.styleform {
     background: #f7f7f7;
     padding:0 0 10px 0;
 }

.styleform p {
     text-align:center;
     margin: 0 10px 0 0;
 }


.styleform h2 {
 }


.styleform a {
     padding:0 0 10px 0;
 }


.styleform a:hover {
     color:#000;
 }


.styleform input , .styleform select {
     font-size:0.8em;
 }


.box3small {
	background: #ddd;
    padding:0;
 }


.box3small p {
     color:#555;
     padding:2px;
     margin: 0 5px 0 8px;
     line-height:1.5em;
     word-spacing:0.2em;
 }


/* @group smallform */

#linkscontent {
     position: absolute;
     margin: 0 0 0 -5000px;
 }

#smallformcontent{
	background: url(nav_back.jpg) left bottom no-repeat;
	margin: 0 0 20px 0;
	height: 240px;
}

#smallformcontent p{
	font-size: 11px;
	padding: 0 20px;
}

/* @end */


#newsfeed {
     clear: right;
 }


#newsfeed h2, #smallform h2 {
    background: url(newshead.jpg) left top no-repeat!important;
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 10px;
    margin: 0;
    line-height: 24px;
 }


#newsfeed h3{
	margin: 0;
	padding: 5px 10px;
	color: #555;
	font-size: 0.9em;
	background: url(nav_back.jpg) center left no-repeat;
	
}

#newsfeed ul {
     margin: 0px;
     padding: 10px 0;
     background: url(nav_back.jpg) bottom left no-repeat;
 }


#newsfeed ul li {
     list-style: none;
     font-size: 0.75em;
     margin: 0px 0px 10px;
     padding: 0 10px;
 }


#newsfeed ul li a {
     color: #555;
     padding: 0 0 10px 0;
     display: block;
 }


#newsfeed ul li a:hover {
     color: #333;
 }


#newsfeed ul li a:visited {
     color: #999999;
 }

/* @group Service Links */

#servicelinks {
     position: absolute;
     margin: 0 0 0 -5000px;
 }


#servicelinks h3 {
     font-size: 0.8em;
     margin: 0px;
     padding: 5px 0px;
 }


#servicelinks ul {
     margin: 0px;
     padding: 0px;
     float: right;
 }


#servicelinks ul li {
     list-style-type: none;
     padding: 0 0 0 40px;
     font-size: 0.75em;
     height: 60px;
     margin: 0 0 0 0;
     width: 100px;
 }


#servicelinks ul li a {
     display: block;
     padding:5px 0 0 0;
 }


#servicelinks ul li a:hover {
     color: #FFFFFF;
 }


#servicelinks ul li a:visited {
     color: #999999;
 }

/* @end */

/* @group Componenet groups */

#componentGroups {
     position:absolute;
     clear:both;
     width: 500px;
     left: 0px;
 }

li.componentH_ProtQ{
	background: url(Life.jpg) center top no-repeat;
}

li.componentH_RetPl{
	background: url(retir.jpg) center top no-repeat;
}

li.componentH_InvSh{
	background: url(fidel.jpg) center top no-repeat;
}

li.componentH_GenIn{
	background: url(GenIn.gif) center top no-repeat;
}

li.componentH_CCL{
	background: url(ccl.jpg) center top no-repeat;
}

li.componentH_UtChk{
	background: url(util.jpg) center top no-repeat;
}

li.componentH_EqRel{
	background: url(eqRel.jpg) center top no-repeat;
}

li.componentH_TrEnd{
	background: url(endow.jpg) center top no-repeat;
}

li.componentH_CurA{
	background: url(CurA_H.gif) center top no-repeat;
}

li.componentH_ISA{
	background: url(ISA_H.gif) center top no-repeat;
}

li.componentH_Save{
	background: url(Save_H.gif) center top no-repeat;
}

#componentGroups ul li {
     list-style: none;
     display: block;
     padding: 70px 0 0 0;
     height: 80px;
     text-align: center;
     font-size: 0.8em;
     float: left; 
     margin: 0 0 0 0;
     width: 125px;
 }

#componentGroups a{
	color: #555;
}

#componentGroups h2 {
     font-size: 1.1em;
     text-align: center;
     border-bottom: 2px solid #007900;
     width: 500px;
     margin: 10px 0 10px 0px;
 }

#componentGroups h3{
	margin: 0 0 0 -5000px;
	position: absolute;
}

#componentGroups ul {
     margin: 0 auto;
     padding: 0px 0 0 0;
     position: relative;
 }


#componentGroups ul li a:hover {
     color: #000;
 }

li.component_RetPl{
	background: url(RetPl_s.gif) left top no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left top no-repeat;
}

li.component_InvSh{
	background: url(InvSh_s.gif) left top no-repeat;
}

li.component_GenIn{
	background: url(GenIn_s.gif) left top no-repeat;
}

li.component_CCL{
	background: url(CCL_s.gif) left top no-repeat;
}

li.component_UtChk{
	background: url(UtChk_s.gif) left top no-repeat;
}

li.component_EqRel{
	background: url(EqRel_s.gif) left top no-repeat;
}

li.component_TrEnd{
	background: url(TrEnd_s.gif) left top no-repeat;
}

li.component_ProtQ{
	background: url(ProtQ_s.gif) left top no-repeat;
}

li.component_CurA{
	background: url(CurA_s.gif) left top no-repeat;
}

li.component_ISA{
	background: url(ISA_s.gif) left top no-repeat;
}

li.component_Save{
	background: url(Save_s.gif) left top no-repeat;
}



/* @end */


h1 {
     font-size: 1.3em;
     margin: 0px 0px 10px;
     padding: 0px;
     color: #FFFFFF;
 }


h3 {
     font-size: 1.1em;
     padding:0 0 0 10px;
 }


p, #maintext ul li, #maintext ol li, #maintext table {
     color: #333;
 }
 
 p{
	line-height: 1.5em;
}


.clear {
     clear: both;
     float: none;
     color: #fff;
     margin: 0px;
     padding: 0px;
 }


p.warning {
     color: #FFCC00;
     font-style: italic;
 }



p.introduction {
     padding-bottom: 10px;
     font-style: italic;
 }


a {
     color: #038e01;
     text-decoration: none;
 }

a:hover{
	color: #1b4997;
}

a.button {
	font-size: 1.2em;
 }


a:hover.button {
     color:#333;
 }


a.menuHidden {
     font-style:italic;
 }


#footer {
	background: url(footer.jpg) center top no-repeat;
     margin: 10px auto!important;
     width: 800px;
     position: relative;
     clear: both;
     text-align: center;
     float: none;
     padding: 40px 0 5px;
 }


#footer p {
     font-size: 0.65em;
     color: #666666;
 }

#LGLS table, #LGLS tr, #LGLS td{
border:none!important;
}