body{
	background: #fff;
	font: 70% "Lucida Grande", Verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	border-top: 5px solid #335EAB;
}

.editmaintext{
	background: #fff none!important;
}

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

#header{
	background: url(logo.gif) left 15px no-repeat;
	height: 80px;
	width: 295px;
}

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

#quotes{
	margin: 20px 0 0 0;
	width: 675px;
}

#quotes .quote{
	background: url(quote.gif) center top no-repeat;
	display: block;
	margin: 0 0 20px 0;
}

.quote p{
	font-size: 13px!important;
	padding: 0 50px;
	color: #666!important;
	text-align: center;
}

.quote a{
	text-decoration: none;
	cursor: pointer;
	color: #666!important;
}




	


/* @group Navbar */

#navbar {
	width: 580px;
	height: 28px;
	z-index: 100;
	position:absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	background: url(nav.jpg) left bottom no-repeat;
}

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

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

#navbar ul ul {
	width: 149px;
}

#navbar li {
	float: left;
	width: auto;
	position: relative;
	background: url(nav_li.gif) left center no-repeat;
}

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	height: 26px;
	padding: 0 8px;
	margin: 1px 3px 0 0;
	line-height: 25px;
}

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

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

#navbar ul ul li:last-child{
	background: url(nav_left.png) left bottom no-repeat;
	padding: 0 0 10px 0;
}

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

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

#navbar ul ul a, #navbar ul ul a:visited {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	font-size: 11px;
	padding: 5px 10px 5px 15px;
	width: 128px;
	margin: 0;
	border-top: 1px solid #333;
}

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

#navbar a:hover{
	color: #fff;
	text-decoration: underline;
	background: #f8a908;
}

#navbar ul ul a:hover{
	background: #333;
	color: #f8a908!important;
} 

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

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

/* @end */

#contactdetails, #subsection, #newsfeed, #componentGroups{
	position: absolute;
	margin: 0 0 0 -5000px;
}

#content{
	margin: 0;
	padding: 0 0 0 0;
	background-position: left top;
	background-repeat: no-repeat;
}

#lists{
	width: 189px;
	position: absolute;
	right: 0;
}


#linkscontent{
	background: url(smallform.gif) right bottom no-repeat;
	padding: 0 0 0 0;
	margin: 40px 0 0 0;
}


#smallformcontent{
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	color: #fff;
	background: url(smallform.gif) right bottom no-repeat;
}

#smallform p{
	margin: 0 15px 5px 15px;
	color: #fff;
}

#smallform a{
	color: #fff;
	display: block;
}

#smallform a.build{
	color: #333;
	display: block!important;
	background: url(build.jpg) center bottom no-repeat!important;
	font-size: 1.2em;
	line-height: 24px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #fff!important;
	text-decoration: none;
}


#smallform a.build:hover{
	text-decoration: underline;
}

#smallformcontent h2{
	background: url(smallform.gif) left top no-repeat;
	margin: -21px 0 0 0;
	float: left;
	width: 169px;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

#linkscontent h2{
	background: url(smallform.gif) left top no-repeat;
	margin: -21px 0 0 0;
	float: left;
	width: 169px;
	padding: 5px 10px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}



#linkscontent ul{
	list-style: none;
	color: #fff;
	margin: 0 0 0 20px;
	padding: 5px 0 10px;
}

#linkscontent li a{
	color: #fff;
	display: block;
	margin: 0 0 5px 0!important;
}

#maintext{
	margin: 25px 240px 0 0;
	min-height: 280px;
}

#maintext h2{
	margin: 0 0 20px 0;
	color: #777C80;
	font-weight: normal;
	font-size: 2.1em;
	padding: 5px 0 5px 50px;
	background: url(maintext_h2.gif) left bottom no-repeat;
}

#maintext p{
	font-size: 1.1em;
	color: #666;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

.introduction{
	color: #555!important;
	font-size: 1.3em!important;
}

#maintext a{
	color: #976618;
}

#maintext a:hover{
	color: #555;
}

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

#footer{
	margin: 20px 0 0 0;
	background: #f7f7f7;
	padding: 5px;
	text-align: right;
	color: #999;
	width: inherit;
	font-size: .9em;
}

#footer_links{
	display: block;
	width: 920px;
	padding: 0 0 10px 0;
	text-align: left!important;
	background: url(footerlinks.jpg) left bottom repeat-x;
}

#footer_links h2{
	margin: 10px 0 0 10px;
	padding: 0;
	color: #444;
	text-decoration: underline;
}

#footer_links .column{
	width: 164px;
	float: left;
	padding: 0 10px;
	display: block;
}

.column ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: disc;
}

.column a{
	color: #999999!important;
	text-decoration: none;	
}

.column a:hover{
	text-decoration: underline;
	color: #555!important;
}


/* HOMEPAGE SLIDER IMAGES */

#hpslidewrap{
	background: url(hp_slide.gif) left top no-repeat;
	width: 682px;
	position: relative
}

#hpslide{
	width: 662px;
	height: 205px;
	display: block;
	overflow: hidden;
}

#hpslide .slide h2{
	font-size: 1.4em;
	margin: 15px 0 20px 15px;
	padding: 0;
	color: #335eab;
}

.left_col{
	margin: 0 15px;
}

.slide .left_col, .slide .right_col{
	width: 300px;
	float: left;
}

.slide p{
	font-size: 1em!important;
	color: #555;
	line-height: 1.6em!important;
}

.slide a.button{
	background: url(box_button.jpg);
	width: 120px;
	display: block;
	line-height: 20px;
	text-align: center;
	color: #555!important;
	text-decoration: none;
	
}

#hpslide h2 a{
	color: #335eab!important;
	text-decoration: none;
	font-weight: bold;
	float: none;
}

#hpslide a{
	float: left;
	margin: 2px 0 0 5px;
	color: #333!important;
}

#hpslide_base{
	width: 675px;	
	margin: 0;
	clear: left;
	float: left;
	background: #696969;
}

#hpslide_base a{
	background: #696969;
	line-height: 25px;
	display: block;
	margin: 0;
	padding: 0 14px;
	float: left;
	color: #fff!important;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #898989;
}

#hpslide_base a:active, #hpslide_base a:hover, #hpslide_base a.activeSlide{
	background: url(nav.jpg) center bottom;
	color: #fff!important;
}

a.wactive{
	background: url(hp_slide_active.jpg) left top repeat!important;
	color: #fff;
}

.hp_base_boxes{
	background: url(hp_base_boxes.jpg) left top no-repeat;
	width: 178px;
	height: 300px;
	border-bottom: 1px solid #ccc;
	padding: 0 15px;
	float: left;
	display: block;
	margin: 20px 0 0 25px;
	position: relative;
}

.hp_base_boxes h2{
	color: #fff!important;
	font-weight: normal;
	font-size: 14px!important;
	line-height: 30px;
	margin: 0 0 15px 0!important;
	padding: 0!important;
	
}

.hp_base_boxes h2 a{
	color: #fff!important;
	text-decoration: none!important;
	margin: 0;
	padding: 0;
	text-align: left
}

.hp_base_boxes p{
	font-size: 1em!important;
	line-height: 1.6em;
	color: #666;
}


/* HP 3rd Images */


#hp_top_boxes{
	width: 675px;
	height: 190px;
	margin: 0 0 15px 0 ;
}

#hp_top_boxes .box{
	background: url(box.png) left top no-repeat;
	position: relative;
	width: 330px;
	height: 190px;
	float: left;
}

#hp_top_boxes .box h2{
	background: url(box_h2.png) left top no-repeat;
	font-size: 1.5em;
	color: #fff;
	text-align: left!important;
	padding: 0 10px;
	margin: 0;
	line-height: 30px;
	font-weight: normal;
}

#hp_top_boxes img{
	bottom: 0;
	left: 0;
	z-index: 1;
	position: absolute;
}

#hp_top_boxes .box ul, #hp_top_boxes .box a{
	margin: 0 10px 0 150px;
	padding: 0;
	z-index: +5;
}

#hp_top_boxes .box ul
{
	list-style: square;
	font-size: 11px;
	padding: 15px 0 0 20px;
	line-height: 15px;
}

#hp_top_boxes li{
	color: #333;
}

#hp_top_boxes .button, .hp_base_boxes a.button{
	background: url(button.jpg) center center repeat;
	padding: 3px!important;
	border: 1px solid #555;
	display: block;
	line-height: 20px;
	text-align: center;
	color: #222!important;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#hp_top_boxes .button:hover{
	color: #fff!important;
	background: url(button.jpg) bottom center repeat;
}

/* HP LOGIN FORM */

#tablecenter
{
	width: 170px;
	border: none;
	margin: 0 10px;
	border-collapse: collapse;
	color: #fff;
	float: left;
}


#Links__ctl1_username, #Links__ctl1_password{
	border: 1px solid #777!important;
	background: #222!important;
	color: #fff!important;
	width: 100px!important;
}

#Links_btnLinksEdit, #SmallForm_btnSmallFormEdit
{
	color: black!important
}