html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Arial, Geneva, Verdana, Tahoma, sans-serif;	
	background: url(body.jpg) left top repeat-x #f7f7f7;
}

.editmaintext{
	background: #fff!important;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	background: none;
	position: relative;
}

#header{
	background: url(logo.jpg) left 20px no-repeat;
	height: 75px;
}



/* @group Navbar */

#navbar {
	height: 25px;
	width: 820px;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 100px;
	margin: 0 0 0 0;
}

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

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

#navbar li {
	float: left;
	width: auto;
	position: relative;
	padding: 0 0 0 1px;
	background: none;
}

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	color: #eee;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	line-height: 25px;
	background: url(li.jpg) left top repeat-x;
}

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

#navbar ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	padding: 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: #cfd8de;
	padding: 0;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#navbar ul li.active{
	background: none;
}

#navbar ul li.active a{
	background: url(liactive.jpg) left top repeat-x!important;
	color: #fff!important;
	text-transform: uppercase;
}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	background: #333!important;
	font-weight: normal!important;
	color: #fff;
	border-bottom: 1px solid #222;
	display: block;
	height: auto;
	font-size: 1em;
	line-height: 25px;
	padding: 0 10px 0 20px!important;
	margin: 0 0 0 0;
	width: 130px;
}

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

#navbar a:hover{
	background: url(liactive.jpg) left top repeat-x!important;
	color: #fff!important;
}

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

#navbar :hover > a, #navbar ul ul :hover > a {
	background: url(liactive.jpg) left top repeat-x!important;
	color: #fff!important;
}

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

/* @end */

#content{
	margin: 50px 0 0 0;
	background: url(content_top.jpg) left top no-repeat #fff;
	padding: 130px 0 0 0;
}

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

#smallformcontent{
	background: url(smallform.jpg) left top no-repeat;
	height: 180px;
	padding: 10px;
	display: block;
}

#smallform h2{
	font-weight: normal;
	color: #fff;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

#smallform p{
	font-size: 1.2em;
	color: #ddd;
	text-align: center;
	line-height: 1.5em;
}

#smallformcontent a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
}

#newsfeed{
	margin: 30px 0 0 0;
}

#newsfeed h2{
	color: #ccc;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

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

#newsfeed a{
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
	color: #555;
	display: block;
}

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

#contactdetails{
	position: absolute;
	top: 0;
	right: 0;
}

#contactdetails li{
	display: none;
}

.tel{
	display: block!important;
	position: absolute;
	top: 23px;
	width: 232px;
	right: 10px;
	background: url(tel.jpg);
	height: 42px;
	font-size: 20px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}

#maintext{
	margin: 0 0 0 10px;
	width: 520px;
	padding: 10px;
	border: 3px solid #f0f0f0;
}

h2, h3, h4, h5, h6{
	color: #5c82d3;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#maintext h2{
	font-size: 2em;
}

#maintext p, #maintext li, #maintext td{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #555;
}

.introduction{
	color: #333!important;
	font-size: 1.4em!important;
	font-style: italic;
}

.styleform{
	border: 1px solid #ccc;
	padding: 10px;
}

.box3small{
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 0 15px 0 0;
}

a{
	color: #333;
}

a:hover{
	color: #000;
}

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

#footer{
	text-align: center;
	color: #555;
	font-size: 1em;
}

/* REMOVED ELEMENTS */

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