html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 67.5%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000 url(bg.jpg) no-repeat fixed center top;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(wrapper.png) right bottom no-repeat;
	height: 910px;
}

#header{
	height: 130px;
	padding: 10px 0 0 0;
}

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

#header .strapline{
	position: absolute;
	display: none;
}

#memberLogin, #contactdetails, #subsection, #newsfeed, #servicelinks, #componentGroups, #linkscontent{
	position: absolute;
	display: none;
}

/* @group Navbar */

#navbar {
	width: 167px;
	height: 32px;
	padding: 0;
	left: 0;
	margin: 0;
	top: 160px;
	position: absolute;
	z-index: 100;
}

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

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

#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: #ccc;
	height: 36px;
	margin: 0 0 0px 0;
	width: 147px;
	padding: 0 10px;
	line-height: 36px;
	background: url(nav.jpg) right top 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: 167px;
	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;
}


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


#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	background: #005a87!important;
	color: #fff!important;
	display: block;
	height: auto;
	font-size: 1em;
	line-height: 25px;
	margin: 0!important;
	padding: 0 0 0 5px!important;
	width: 128px;
	border: 1px solid #00476a;
}

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

#navbar a:hover{
	color: #333;
	background: url(nav_active.jpg) right top no-repeat;
}

#navbar ul ul a:hover{
	background: #fff!important;
	color: #222!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 */

#content, #footer{
	margin: 10px 15px 0 170px;
	color: #fff;
}

#maintext{
	margin: 15px 420px 0 0;
	padding: 10px 20px;
}

#lists{
	width: 399px;
	margin: 10px 20px 0 0;
	float: right;
}

#rotate {  
    height:  110px;  
    width:   519px;  
    padding: 0;  
    margin:  -150px 0 0 0; 
    position: absolute;
    top: 0;
    right: 0; 
    overflow: hidden;
} 
 
#rotate img {  
    width:  519px; 
    height: 110px; 
    top:  0; 
    left: 0 
} 

#smallformcontent{
	height: 555px;
	background: url(smallform.png) left top no-repeat;
	padding: 110px 0 0 40px;
	position: relative;
}

#smallformcontent h2{
	padding: 35px 0 45px 80px;
	color: #006699;
	margin: 0 0 0 -5000px;
	display: block;
	font-size: 2.7em;
	position: absolute;
}

.under{
	position: absolute;
	margin: 0 0 0 -5000px;
	color: #5b98b7;
	font-size: 1.3em;
	border-bottom: 1px dotted;
	padding: 0 0 5px 0;
	width: 250px;
}

#smallformcontent h3{
	color: #006699;
	font-size: 1.3em;
	margin: 5px;
}

#smallformcontent td, #smallformcontent input, #smallformcontent select{
	color: #666;
	font-size: 10px;
}

#smallformcontent table{
	margin: 0 10px;
	width: 335px;
}

#SmallForm_btnSmallFormSubmit{
	background: url(submit.jpg);
	border: none;
	width: 242px;
	line-height: 59px;
	height: 59px;
	padding: 0 40px 0 0;
	margin: 0;
	color: #fff!important;
	font-size: 2.1em!important;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#maintext h2{
	color: #94C2FB;
	font-size: 1.8em;
	font-weight: normal;
}

#maintext p{
	line-height: 1.5em;
	color: #fff;
	font-size: 1em;
}

.clear{
	clear: both;
	font-size: 1px;
}

#footer{
	text-align: center;
	border-top: 1px dotted #555;
	margin: 5px 30px 0 190px;
}

#footer br{
	display: none;
}

#footer p{
	float: left;
}