body{
	background: #485A73;
	font-family: "Tahoma", "Arial", "Verdana", sans-serif;
	font-size: 70.5%;
}	

#wrapper{
	width: 800px;
	margin: 10px auto 0 auto;
	padding: 0 0 50px 0;
	position: relative;
	background: url(wrapper.gif) left bottom no-repeat;
}

.editmaintext{
	background: #fff!important;
}

#header{
	background: #485a73;
	padding: 0 0 20px 0;
}

#header h1{
	font-weight: normal;
	font-size: 2.1em;
	color: #fff;
}

#header .strapline{
	position: absolute;
	top: 215px;
	font-size: 1.8em;
	color: #fff;
	text-align: right;
	width: 760px;
	margin: 0 20px;
}

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

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

#memberLogin b{
	display: none;
}

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

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



/* @group Navbar */

#navbar {
	width: 820px;
	height: 32px;
	position: relative;
	z-index: 100;
	font-family: Verdana, arial, sans-serif;
	background-color: #485a73;
}

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

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

#navbar ul ul {
	width: 150px;
}

#navbar li {
	float: left;
	width: auto;
	position: relative;
	padding: 0 0 0 15px;
	background: url(nav_li.jpg) left top no-repeat;
}

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	height: 24px;
	margin: 0;
	padding: 0 15px 0 0;
	line-height: 21px;
	background: url(nav_li.jpg) right top no-repeat;
}

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

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

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

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

#navbar ul ul li{
	background: #ccc;
	padding: 0 0 0 10px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

#navbar ul li.active{
	background: url(nav_li.jpg) bottom left no-repeat!important;
}

#navbar ul li.active a{
	background: url(nav_li.jpg) bottom right no-repeat!important;
	color: #333!important;
}

#navbar ul ul li:first-child{
	background: url(nav_ul_ul.gif) left top no-repeat!important;
	width: 148px!important;
	padding: 20px 0 0 0;
}

#navbar ul ul li:first-child a{
	padding: 0 10px 0 10px!important;
}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	background: #ccc!important;
	color: #333;
	display: block;
	height: auto;
	line-height: 25px;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	width: 128px;
}

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

#navbar a:hover{
	color: #fff;
	height: 25px;
	background: url(nav_li.jpg) right top no-repeat;
}

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

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

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

/* @end */

#contactdetails{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 690px;
	padding: 0 30px 0 60px;
	height: 45px;
	background: url(contact.jpg) left top no-repeat;
}

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

#contactdetails li{
	float: left;
	margin: 0 7px 0 0;
	color: #fff;
}

#contactdetails a{
	color: #fff;
}

#lists{
	width: 192px;
	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 20px;
	margin: 0 10px 20px 0;
}

#linkscontent h2, #smallformcontent h2{
	background: url(smallform.jpg) left top no-repeat;
	line-height: 30px;
	margin: 0 -10px 10px -20px;
	padding: 20px 10px 0 50px;
	font-weight: normal;
	color: #555;	
}

#linkscontent a, #smallformcontent a{
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
	text-align: right;
}

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

#newsfeed h2{
	font-weight: normal;
	color: #999;
	border-bottom: 1px dashed #999;
	margin: 0 0 10px 0;
}

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

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

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

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

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

#servicelinks{
	width: 540px;
	margin: 0 0 0 10px;
	padding: 10px 20px;
}

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

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

#servicelinks li{
	width: 160px;
	
	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;
	padding: 10px;
	border: 1px solid #ddd;
}

.styleform h2{
	background: #eee!important;
	padding: 3px 5px!important;
	margin: -10px -10px 0 -10px!important;
	line-height: normal!important;
	font-size: 14px!important;
	color: #888!important;
	border-bottom: 1px solid #ddd;
}

.styleform td{
	vertical-align: top;
}


a:hover{
	text-decoration: underline;
}

#maintext{
	clear: left;
	width: 540px;
	margin: 0 0 0 10px;
	background: #fff;
	padding: 10px 20px;
}

#maintext h2, #componentGroups h2{
	background: url(h2.jpg) left top no-repeat;
	padding: 0 0 0 50px;
	line-height: 50px;
	font-weight: normal;
	color: #5180BF;
	font-size: 1.8em;
}

.introduction{
	color: #708db5!important;
	font-size: 1.3em;
	line-height: 1.7em!important;
}

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

#maintext a{
	color: #4c7da3;
}

#maintext a.button{
	background: url(button.jpg) left top repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	width: 230px;
}

a.button:hover{
	background: url(buttonhover.jpg) left top repeat-x!important;
	color: #333!important;
}

#componentGroups{
	margin: 0 0 0 10px;
	padding: 10px 20px;
	width: 540px;
	background: #fff;
	clear: left;
}

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

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

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

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;
	position: relative;
}

#footer p{
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
	color: #ccc;
	margin: 0 0 10px 0;
}
