html{
	margin: 0;
	padding: 0;
}

body{
	background: #333;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
}	

#wrapper{
	width: 858px;
	margin: 27px auto 30px auto;
	padding: 0 0 20px 0;
	position: relative;
	background: url(bubble.gif) left bottom no-repeat;
}

.editmaintext{
	background: #fff!important;
}

#header{
	background: url(bubble.gif) left top no-repeat;
	padding: 0;
	height: 100px;
}

#header h1{
	text-indent: -5000px;
	background: url(logo.png) left 10px no-repeat;
	height: 90px;
	margin: 0 0 0 20px;
}

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

#memberLogin{
	position: absolute;
	top: -40px;
	text-align: right;
	right: 0;
	width: 500px;
}

#memberLogin p{
	text-align: right;
	float: left;
	color: #fff;
	margin: 0 10px 0 0;
}

#memberLogin b{
	display: none;
}

#memberLogin input{
	border: 1px solid #fff;
	background: none;
	color: #fff;
	width: 100px;
	padding: 0 5px;
}

#content{
	background: url(header.jpg) 4px top no-repeat;
	clear: both;
	padding: 152px 0 0 0;
}

.highlight{
	width: 170px;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
	border-top: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	padding: 15px;
	float: left;
	margin: 15px 20px 15px 10px;
}

.highlight h3{
	color: #444;
	font-size: 1.5em!important;
}

/* @group Navbar */

#navbar {
	width: 160px;
	height: 32px;
	padding: 0;
	margin: 0;
	top: 260px;
	left:15px;
	position: absolute;
	z-index: 100;
	background: #fff url(nav.gif) left top no-repeat;
}

* html #navbar {
	width: 160px;
	w\idth: 160px;
}

#navbar ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	background: #fff url(nav.gif) left bottom no-repeat;
}

#navbar ul ul {
	width: 150px;
	margin: 0;
}

#navbar li {
	width: auto;
	position: relative;
	padding: 0;
	line-height: 25px;	
}

#navbar a, #navbar a:visited {
	display: block;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
	height: 24px;
	margin: 0 0 0px 0;
	width: 140px;
	padding: 0 0 0 25px;
	line-height: 21px;
	background: url(nav_li.gif) 10px center no-repeat;

}

* html #navbar a, * html #navbar a:visited {
	width: auto;
	w\idth: auto;
}

#navbar ul ul {
	background: none;
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 0px;
	left: 149px;
	width: 149px;
}

* html #navbar ul ul {
	top: 0px;
	t\op: 0px;
}

#navbar table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
;
}

td, table{
	border:none!important;
}

#navbar ul ul li{
	padding: 0 0 0 10px;
}

#navbar ul li.active{
	background: url(nav_li_active.gif) 10px center no-repeat!important;
}

#navbar ul li.active li a{
	background: #666!important;
	color: #fff!important;
}


#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	background: #666;
	color: #fff!important;
	display: block;
	filter:alpha(opacity=90)!important;
	opacity: 0.9!important;
	-moz-opacity:0.9!important;
	height: auto;
	font-size: 1.1em;
	line-height: 25px;
	margin: 0!important;
	padding: 0 0 0 5px!important;
	width: 128px;
}

* html #navbar ul ul a, * html #navbar ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

#navbar a:hover{
	color: #555!important;
	height: 25px;
	background: url(nav_li_active.gif) 10px center no-repeat;
}

#navbar ul ul a:hover{
	background: #333!important;
	color: #fff!important;
	text-decoration: underline;
} 

#navbar :hover > a, #navbar ul ul :hover > a {
	color: #eee;
}

#navbar ul li:hover ul,
#navbar ul a:hover ul {
	visibility: visible;
}

/* @end */

#contactdetails{
	position: absolute;
	top: 35px;
	right: 20px;
	width: 400px;
	padding: 0;
	height: 45px;
	text-align: right;
	background: url(contact.jpg) left top no-repeat;
}

#contactdetails ul{
	list-style: none;
	float: left;
	text-align: right;
	margin: 5px 0 0 10px;
}

#contactdetails li{
	display: none;
	color: #666;
}
#contactdetails a{
	color: #666;
}

#contactus{
	position: absolute;
	top: 25px;
	right: 20px;
}

#contactus a{
	color: #666;
}
#contactus a:hover{
	color: #9F946C;
}

#lists{
	width: 160px;
	float: right;
	margin: 0;
}

#subsection{
	position: absolute;
	display: none;
	margin: 0 0 0 -5000px;
}

#linkscontent, #smallformcontent{
	background: url(smallform.jpg) bottom left no-repeat;
	padding: 0 10px 0 0;
	margin: 0 10px 20px 0;
}

#linkscontent h2, #smallformcontent h2{
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 1.7em;	
}

#linkscontent a, #smallformcontent a{
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 1em;
	text-align: right;
	background: #f7f7f7;
	padding: 2px 3px;
	text-transform: uppercase;
}

#linkscontent a:hover, #smallformcontent a:hover{
	color: #333;
}

#smallform input{
	border:1px solid #ccc;
}

#lists p, #lists li{
	color: #999;
	font-size: 1.1em;
	line-height: 1.4em;
}


#newsfeed{
	margin: 20px 10px 0 0;
}

#newsfeed h2{
	color: #666;
	font-size: 1.7em;
	margin: 0 0 10px 0;
}

#newsfeed ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#newsfeed h3{
	margin: 0;
}

#newsfeed li{
	margin: 0 0 1px 0;
}

#newsfeed a{
	color: #999;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#newsfeed a:hover{
	background: #f7f7f7;
	
}

.clear{
	clear: both;
	margin: 10px 0 0 0;
	text-indent: -5000px;
}

#servicelinks{
	width: 470px;
	margin: 0 0 0 190px;
}

#servicelinks h2{
	color: #666;
	font-weight: normal;
	font-size: 1.6em;
}

#servicelinks ul{
	margin: 10px 0 0 0;
	list-style: none;
	float: left;
	
}

#servicelinks li{
	width: 140px;
	float: left;
	background: #f7f7f7;
	margin: 5px;
}

#servicelinks a{
	color: #888;
	height: 30px;
	display: block;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}

#servicelinks a:hover{
	color: #333;
}


.styleform{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 10px;
}

.styleform h2{
	margin: -10px -10px 0!important;
	padding: 3px 5px!important;
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #aaa!important;
	font-size: 12px!important;
	font-weight: normal!important;
	text-transform: uppercase;
}

.styleform td{
	vertical-align: top;
	font-size: 1.1em;
	color: #333;
}


.box3small{
	margin: 0 20px;
	padding: 0 20px 0 0;
	border-right: 5px solid #fff;
}

.box3small p{
	line-height: 1.7em!important;
	text-align: center;
	font-size: 0.9em!important;
}

a:hover{
	text-decoration: underline;
}

#maintext{
	clear: left;
	width: 470px;
	margin: 0 0 0 190px;
	background: #fff;
	padding: 0;
}

#maintext h2, #componentGroups h2{
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #666;
	font-size: 2em;
}

#maintext h3{
	color: #9F946C;
	font-size: 1.7em;
}

.introduction{
	color: #333!important;
	font-size: 1.4em;
	line-height: 1.7em!important;
}

#maintext p, #maintext li{
	font-size: 1.2em;
	margin: 0 0 15px 0;
	line-height: 1.4em;
	color: #666;
}

#maintext a{
	color: #9F946C;
	text-decoration: underline;
}



#componentGroups{
	margin: 0 0 0 190px;
	padding: 0;
	width: 470px;
	background: #fff;
	clear: left;
}

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

#componentGroups li{
	display: block;
	float: left;
	width: 190px;
	height: 60px;
}

#componentGroups a{
	padding: 0 0 0 70px;
	width: 100px;
	display: block;
	color: #9F946C;
}

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

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

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

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

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

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

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

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

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

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

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

#footer{
	clear: both;

	text-align: center;
	width: 840px;
	margin: 0 8px;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

#footer p{
	width: 840px;
	color: #666;
}

