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: normal 62.5% "Arial", Helvetica, Geneva, sans-serif;
}
#header {
	height: 119px;
	background-image: url(header.png);
	position: relative;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
}
p.strapline{
	position: absolute;
	top: 300px;
	left: 0;
	width: 530px;
	font-size: 3.8em;
	color: #19286C;
}
h1, #memberLogin, #subsection, #contactdetails, #componentGroups, #linkscontent, #Links_btnLinksEdit{
	position: absolute;
	margin: 0 0 0 -5000px;
}

/* @group Nav */

#navbar {
	width: 410px;
	z-index: 5000;
	margin: 30px 0 0 230px;
	height: 20px;

}

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

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

}

#navbar li {
	float: left;
	width: 110px;
	position: relative;
	padding: 0 0 0 16px;
	height: 16px;
	margin: 0 66px 0 0;
	display: block;
}

#navbar li.active{
}

#navbar ul ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	padding: 0 0 5px 0;
	left: 110px;
	width: 10px;
	z-index: 5200;

}

* html #navbar ul ul {
	left: 110px;
	l\eft: 110px;

}

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

#navbar ul ul li{
	padding: 0;
	float: none!important;
	display: list-item;
	width: 110px;
}

#navbar ul li:hover ul,
#navbar ul a:hover ul {
	visibility: visible;
}
/*@end*/

/* @group Nav Typography */

#navbar a, #navbar a:visited {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	color: #464646;
	margin: 0;
	line-height: 16px;
	z-index: 1000;
}

* html #navbar a, * html #navbar a:visited {
	width: 110px;
	w\idth: 110px;
}
#navbar ul li{
	border-left: 1px solid #464646;
	margin-bottom: 6px;

	}
	
#navbar ul li.active{
	border-left: 2px solid #19286C;
}
#navbar ul li.active a{
	margin-left: -1px;
	font-weight: bold;
	color: #19286C;
}


#navbar ul li.active ul a{
	color: #fff!important;
	background: #19286C!important;
	
}
#navbar ul ul li{
	margin: 0!important;

}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	color: #fff!important;
	display: block;
	background: #19286C;
	height: auto;
	line-height: 16px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: normal;
	z-index: 10000;

}

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

#navbar a:hover, #navbar li:hover{
	color: #fff!important;
	background: #19286C;

}

#navbar ul ul a:hover, #navbar li.active ul a:hover{
	color: #ffec07!important;
	background: #19286C;
	font-weight: normal;

} 

#navbar :hover > a{
	color: #fff!important;
	background: #19286C;

}



/* @end */

#content{
	width: auto;
	margin-top: 100px;
	background: url(Calc.jpg) no-repeat 653px 21px;
	border-top: 7px solid #D0D0D0;
	clear: left;
	min-height: 800px;

}
#lists {
	width: 960px;
	float: left;
	position: relative;
	top: 240px;
	border-top: 1px solid #D0D0D0;
}
#maintext {
	position: relative;
	top: -218px;
	width: 306px;
	float: right;
}
#maintext h2, .editmaintextcontent h2{
	font-size: 1.8em;
	line-height: 3em;
	color: #282829;
}

#maintext p, .editmaintextcontent p{
	font-size: 1.2em;
	color: #999999;
	line-height: 1.7em;
}

#maintext .quote, .editmaintextcontent .quote{
	font-size: 1.2em;
	color: #fff;
	line-height: 1.7em;
	background: #B2B2B2 url(quote.png) no-repeat bottom right;
	padding: 10px;
	padding-bottom: 59px;
}

#smallformcontent{
	width: 306px;
	padding: 0 0 0 0;
	background: #999;
	margin: 0 10px 0 0;
}
#smallform table {

}
#smallformcontent h2{
	font-size: 1.8em;
	line-height: 3em;
	color: #282829;
	background: #fff;
}
#smallformcontent p{
	font-size: 1.2em;
	color: #fff;
	line-height: 1.7em;
	padding: 10px;
}
#smallformcontent a{
	color: #fff;
	text-decoration: underline;
}

#smallformcontent a:hover{
	color: #19286C
}
#smallformcontent img{

}	
#newsfeed{
	position: absolute;
	left: 316px;
	top: 13px;
	width: 308px;
	margin: 0 10px 0 10px;
	background: #999999;
}
#newsfeed h2{
	font-size: 1.8em;
	line-height: 3em;
	color: #282829;
	background: #fff;
}
#newsfeed h3{
	font-size: 1.2em;
	color: #fff;
	line-height: 1.7em;
	font-weight: bold;
	margin: 10px 0 0 10px;
}
#newsfeed li{
	margin: 0 0 10px 30px;
}
#newsfeed ul{
	margin: 0 10px 10px 10px;
	padding: 0 0 0 10px;
}
#newsfeed a{
	font-size: 1.1em;
	color: #fff;
	line-height: 1.1em;

}
#newsfeed a:hover{
	color: #19286C
	}

#footer {
     text-align: center;
     clear: both;
     border-top: 1px solid #D0D0D0;
     padding-top: 10px;
 }


#footer p {
     font-size: 1.2em;
     color: #999;
     margin: 0px;
     padding: 0px;
 }

.clear{
	clear: both;
}


#SmallForm_btnSmallFormEdit{
	color: #000;
	font-size: 1em;
}

