html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Style Begins */
body{
	background: #fff;
	font-family: 'Helvetica Neue', Arial, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}	

#wrapper{
	width: 960px;
	margin: 0px auto 0 auto;
	padding: 0;
	position: relative;
}

body.editmaintext {
     background: #FFFFFF none;
}

#header{
	margin: 0;
	padding: 0;
	background: url(header.jpg) center top no-repeat;
	height: 390px;
	position: relative;
}
#header .strapline{
	position: absolute;
	top: 330px;
	left: 275px;
	font-size: 1.6em;
	color: #B2CA33;
	z-index: 100;
}


#header h1, #subsection, #buttonlinks, #linkscontent, a#Links_btnLinksEdit, #memberLogin, #componentGroups,#contactdetails{
	position: absolute;
	margin: 0 0 0 -5000px;
		
}



/* @group Nav */

#navbar {
	height: 36px;
	width: 100%;
	z-index: 1000;
	background: url(nav.png) center top repeat-x;
}

* html #navbar {
	width: 100%;
	w\idth: 100%;
}

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

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

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

#navbar ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	padding: 0 0;
	margin: 0;
	top: 34px;
	left: 4px;
	width: 149px;
}

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	height: 36px;
	background-image: none!important;
	padding: 0 10px;
	z-index: 1001;
	line-height: 32px;
	text-transform: uppercase;
}

* html #navbar ul ul {
	top: 30px;
	t\op: 30px;
	z-index: 100;
}

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

#navbar ul ul li, #navbar .active ul li{
	background: #3e484a;
	padding: 0;
}

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

#navbar ul li.active a{
	color: #B2CA33;
}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a, #navbar ul .active ul a{
	font-weight: normal!important;
	background: #3e484a;
	height: auto;
	color: #fff!important;
	text-transform: uppercase;
	display: block!important;
	line-height: 20px;
	padding: 0 10px 0 10px!important;
	margin: 5px 0 0 0;
	width: 130px;
	font-size: 1.1em;
}

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

#navbar ul li a:hover{
    color: #B2CA33!important;
}

#navbar ul ul a:hover, #navbar ul a.active ul a:hover{
	color: #B2CA33!important;
	text-decoration: none;
} 

#navbar :hover > a{
	color: #B2CA33!important;
}

#navbar ul ul :hover > a{
	color: #B2CA33!important;

}

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

/* @end */

#content{
	padding: 0 0;
	margin: 10px 0;
}

#lists{
	width: 330px;
	float: right;
}

#smallform{
	float: right;
	width: 250px;
	position: relative;
}
#smallformcontent{
	position: absolute;
	top: 450px;
	width: 250px;
	right: 70px;
	height: 300px;
}
#smallformcontent h2{
	font-size: 1.8em;
	color: #3e484a;
	font-weight: normal;
	padding: 0 0 30px;
}
#smallformcontent h3{
	font-size: 1.2em;
	color: #B2CA33;
	font-weight: bold;
	padding: 10px 0 0px;
}
#smallformcontent a{
	font-size: 1.1em;
	color: #3e484a;
	text-decoration: none;
}
#smallformcontent a:hover{
	text-decoration: underline;
}
#smallformcontent li{
	padding: 10px 0 0 10px;
	display: block;
}

#SmallForm_btnSmallFormEdit{
	color: #ccc;
	float: left;
	position: absolute;
	top: 430px;
	right: 330px;
}

input#SmallForm_btnSmallFormSubmit{
	color: #B2CA33;
	background: url(button.png) left top no-repeat!important;
	text-decoration: none;
	width: 104px;
	height: 21px;
	float: right;
	font-size: 1.4em;
	border-style: none;
	margin: 10px 50px 0 0;
}
input#SmallForm_btnSmallFormSubmit:hover{
	color: #fff;
}
#newsfeed{
	width: 330px;
	z-index: 10;
	margin: 0 0 0 0px;
	float: right;
}
#newsfeed h2{
	font-size: 1.8em;
	color: #3e484a;
	font-weight: normal;
	padding: 0 0 30px;
}
#newsfeed h3{
	font-size: 1.2em;
	color: #B2CA33;
	font-weight: bold;
	padding: 10px 0 0px;
}
#newsfeed a{
	font-size: 1.1em;
	color: #3e484a;
	text-decoration: none;
}
#newsfeed a:hover{
	text-decoration: underline;
}
#newsfeed li{
	padding: 10px 0 0 10px;
	display: block;
}

#maintext{
	width: 615px;
	margin-right: 10px;
	float: left;
	min-height: 550px;

}

#maintext h2,
p.h1

{
	font-size: 1.8em;
	color: #B2CA33;
	font-weight: normal;
	margin: 0 0 30px;
	line-height: 1.7em;
}
#maintext h3,
p.h2
{
	font-size: 1.4em;
	color: #B2CA33;
	font-weight: normal;
	margin: 0 0 30px;
	line-height: 1.7em;
}


#maintext a{
	color: #3e484a;
}

#maintext a:hover{
	color: #3e484a;
	text-decoration: underline;
}
#maintext img{
	margin: 0 0 20px 0;
}



#maintext p, 
#maintext li,
#maintext table {
	margin: 0 0 15px;
	color: #3e484a;
	font-size: 1.2em;
	line-height: 1.7em;
}

#maintext li{
	margin: 0 25px 3px 25px;
}

#maintext ul ul li{
	font-size: 10px!important;
}

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



#footer{
	display: block;
	padding: 3px 40px;
	text-align: center;
	color: #3e484a;
	font-size: 1.2em;
	margin-top: 30px;
	line-height: 1.6em;
	
}

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

.styleform h2{
	margin: -10px -10px 0!important;
	padding: 5px;
	font-size: 1.2em!important;
	text-transform: uppercase;
	color: #3e484a;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	background: #fff;
}

