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


body.editmaintext {
     background: #000000 none;
 }


#wrapper {
     width: 800px;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     background: url(wrapper_back.jpg) no-repeat center top;
     padding: 5px 0 0 0;
     border-top: 1px solid #333333;
 }


#header {
     width: 760px;
     margin: 0px;
     padding: 0px;
     position: relative;
     top: 30px;
 }


#header h1 {
     font-size: 1.6em;
     color: #FFFFFF;
     margin: 0px;
     padding: 0px 0px 0px 160px;
 }


.strapline {
     color: #fff;
     font-size: 0.95em;
     font-weight: bold;
     padding: 15px 0px 0px 190px;
     margin: 0px;
     width:400px;
 }
 
 
#memberLogin{
	position: absolute;
	border: 1px solid #333333;
	top: -15px;
	padding: 5px;
	right: -40px;
	width: 138px;
}

#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: 135px;
     float: left;
     padding: 5px 15px 5px 0px;
     margin: 40px 0 0 0;
     border-top: 1px solid #333333;
     border-bottom: 1px solid #333333;
 }

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


#navbar ul li {
     font-size: 0.85em;
     list-style: none;
     padding-bottom: 15px;
 }


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


#navbar ul li ul li {
     font-size: 0.85em;
     margin: 0px;
     padding: 0px 0px 0px 5px;
     border-bottom: 1px solid #333333;
 }


#navbar ul li ul li a {
     display: block;
     padding:2px 0;
     width: 125px;
     color: #FFFFFF;
 }

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


#navbar ul li ul li a:hover {
     color: #FF9900;
 }



/* @end */

/* @group subsection */

#subsection ul li{
     font-size: 0.85em;
 }
 
 #subsection ul li a {
     color: #FFFFFF;
 }

#subsection ul li a:hover {
     color: #FF9900;
 }



/* @end */

#content {
     color: #ffffff;
     font-family: "Trebuchet MS", "MS Sans Serif";
     width: 640px;
     float: left;
     margin:0 0 0 10px;
 }


#maintext {
     width: 475px;
     font-size: 0.85em;
     margin: 150px 5px 20px;
     position:relative;
 }


#maintext h2 {

     font-size: 1.1em;
     margin: 0px 0px 5px;
     padding: 5px 0px 5px 30px;
     background: url(bullet_large.gif) no-repeat left center;

 }


li {
     color: #FFFFFF;
 }


#contactdetails {
     width: 800px;
     position: absolute;
     top: -20px;
     left: 0px;
 }


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


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


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

/* @group box styles */

.box1small a , .box2small a {
     color:#ffffff;
     font-weight:bold;
     font-size:1.2em;
 }


.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: #222;
	border: 1px solid #666;
	padding: 10px;
	margin: 0;
 }
 
.styleform h2{
	background: #666!important;
	margin: -10px -10px 0!important;
	padding: 3px 5px!important;
	color: #ccc;
	font-weight: normal;
	text-transform: uppercase;
}

.styleform td{
	vertical-align: top;
}

.box3small {
	background: #888;
	padding: 10px;
 }


.box3small p {
	text-align: center;
 }


.box3small a {
     color:white;
 }


.box3small a:hover {
     color:yellow;
 }


.hide {
 }

/* @group smallform */

#smallform {
     padding:5px;
     margin:10px 0 0 0;
     clear:right;
     border: 1px solid #333333;
 }


#smallform a {
     color: #fff;
     padding: 3px 0;
     border-bottom: 1px solid #fff;
 }


#smallform a:hover {
     color:#555;
     border-bottom: 1px solid #555;
 }


#smallform h2 {
     color: #ef9714;
     font-size:1.0em;
     padding:5px 5px 5px 30px;
 }


#smallform select {
     background-color: #1f1e13;
     color: #fff;
     border: 1px solid #333333;
 }


#smallform button {
     background-color:#000000;
     text-align:center;
     border: 1px #ff9813 solid;
     color: #ef9714;
 }


#smallform textarea {
     background-color:#000000;
     text-align:center;
     border: 1px #ff9813 solid;
     color: #ef9714;
 }


#smallform ul li {
     color:#000000;
     margin:0 0 0 -35px;
 }


#smallform p, #smallform td {
     color:#fff;
     font-size: 0.75em;
 }


#smallform input {
     background-color: #1f1e13;
     color: #fff;
     width: 80px;
     border: 1px solid #333333;
 }


#smallform ul {
     font-weight:bold;
     list-style-type:none;
 }



/* @end */


#newsfeed {
     padding: 5px;
     border-top: 1px solid #333333;
     border-bottom: 1px solid #333333;
     margin: 40px 0 0 0;
     clear:right;
 }


#newsfeed h2 {
     font-size: 1em;
     margin: 0px 0px 5px;
     padding: 0px 0px 5px;
     color: #FF9900;
 }


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


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


#newsfeed ul li a {
     color: #FFFFFF;
 }


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


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


#servicelinks {
     width: 150px;
     float: right;
     margin: 20px 0 0 0;
     clear: right;
 }


#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;
 }


#newsfeed h2 {
     font-size: 0.9em;
     border-bottom: 1px solid #333333;
     margin: 0px 0px 5px;
     padding: 5px 0px 5px 30px;
     background: url(bullet_large.gif) no-repeat left center;
 }

/* @group Componenet groups */

li.componentH_ProtQ{
	background: url(ProtQ_H.gif) left center no-repeat;
}

li.componentH_RetPl{
	background: url(RetPl_H.gif) left center no-repeat;
}

li.componentH_InvSh{
	background: url(Invsh.gif) left center no-repeat;
}

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

li.componentH_CCL{
	background: url(CCL_H.gif) left center no-repeat;
}

li.componentH_UtChk{
	background: url(UtChk_H.gif) left center no-repeat;
}

li.componentH_EqRel{
	background: url(EqRel.gif) left center no-repeat;
}

li.componentH_TrEnd{
	background: url(TrEnd.gif) left center no-repeat;
}

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

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

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


#componentGroups {
     width:440px;
     position:relative;
     margin:20px 0 0 0;
 }

#componentGroups ul li {
     font-size: 0.8em;
     color: #FF9900;
     list-style: none;
     width: 140px;
     display: block;
     float: left;
     margin: 0 0 10px 0;
     padding: 15px 0px 0px 60px;
     height: 50px;
     line-height: 1.4em;
 }

#componentGroups h2 {
     font-size: 1.1em;
     margin: 40px 0px 5px;
     padding: 5px 5px 5px 30px;
     background: url(bullet_large.gif) no-repeat left center;
 }

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

/*#componentGroups h3 {
     font-size: 0.8em;
     margin: 0px;
     padding: 0px 0px 10px;
     border-bottom: 1px solid #51463c;
     font-weight: normal;
     padding: 5px 0px 5px 0px;
 }


#componentGroup_Prot {
     width: 140px;
     float: left;
 }


#componentGroup_Plan {
     width: 141px;
     float: left;
     margin: 0 0 0 10px;
 }


#componentGroup_Save {
     width: 139px;
     float: left;
     margin:0 0 0 10px;
 }
*/

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


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

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;
 }


h2 {
     font-size: 1.1em;
     border-bottom: 1px solid #333333;
     margin: 0px 0px 5px;
     padding: 5px 0px 5px 30px;
     background: url(bullet_large.gif) no-repeat left center;
 }


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


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


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


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



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


a {
     color: #FF9900;
     text-decoration: none;
 }


a.button {
     background: url(button_a.gif) no-repeat;
     padding: 5px 0 18px 40px;
     font-size: 1.5em;
     line-height: 3em;
 }


a:hover.button {
     background: url(button_ahover.gif) no-repeat;
     color:#fff;
 }


a.menuHidden {
     font-style:italic;
 }


#footer {
     margin: 0 auto!important;
     width: 440px;
     position: relative;
     clear: both;
     float: none;
     border-bottom: 1px solid #333333;
     padding: 20px 160px 5px;
     background: url(footer_back.jpg) no-repeat center bottom;
 }


#footer p {
     font-size: 0.75em;
     color: #fff;
 }

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