/*Block Styling */ 

body, html
{
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	font-family: Geneva, Arial, Verdana, Tahoma, sans-serif;
}

body
{
	font-size: 62.5%;	
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background: #fff;
	position: relative;
}

#header
{
	height: 170px;
	background: url(header.jpg) right top no-repeat;
	display: block;
	padding: 0 0 0 15px;
}

	#memberLogin
	{
		margin: 35px 0 0 0;
	}

	#memberLogin p input
	{
		border: 1px solid #ccc;
		width: 100px;
		position: absolute;
		color: #777;
		right: 0;
	}
	
	#memberLogin > input
	{
		background: #eee;
		border: 1px #ccc solid;
	}

/* @group Navbar */

#navbar {
	height: 36px;
	width: 872px;
	position: absolute;
	z-index: 100;
	left: -26px;
	margin: 15px 0 0 0;
	background: url(nav.gif);
}

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

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

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

#navbar a, #navbar a:visited {
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	color: #666;
	height: 36px;
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 36px;
	background: none;
}

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

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

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

#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(nav_li.jpg) bottom right no-repeat!important;
	color: #333!important;
	font-weight: bold;
}

#navbar ul ul a, #navbar ul ul a:visited, #navbar li.active ul a{
	background: #cfd8de url(nav_ul_a.gif) 5px center no-repeat!important;
	font-weight: normal!important;
	color: #333;
	display: block;
	height: auto;
	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{
	color: #333;
}

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

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

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

/* @end */
	
	

#content
{
	margin: 60px 0 0px 0;
	padding: 0 0 80px 0;
}

#contactdetails
{
	position: absolute;
	left: 16px;
	bottom: 0;
	border-top: 2px solid #C5BCB1;
	width: 800px;
	padding: 10px 0 60px 0;
}

	#contactdetails ul
	{
		margin: 0;
		padding: 0;
		display: inline;
		width: 800px;
	}
	
	#contactdetails li
	{
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		font-size: 1em;
		color: #999;
		float: left;
	}
	
	#contactdetails ul li:first-child
	{
		display: none;
	}
	
	.email
	{
		color: #7CA4D7!important;
		text-decoration: none;
	}
	
	.tel
	{
		color: #B9C29B!important;
	}

#lists{
	width: 200px;
	float: left;
	margin: 0 0 0 10px;
}

	#smallformcontent, #linkscontent
	{
		background: #B9C29B;
		padding: 10px;
		margin: 0 0 30px 0;
	}
	
	#smallform h2
	{
		font-weight: normal;
		color: #fff;
		font-size: 2em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	#smallform p
	{
		color: #fff;
		font-size: 1em;
		line-height: 1.7em;
	}
	
	#smallform li
	{
		color: #fff;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	
	#smallform ul
	{
		margin: 0 15px;
		padding: 0;
	}
	
	#smallformcontent a, #linkscontent a
	{
		color: #fff;
		font-size: 1.5em;
		text-decoration: none;
		font-weight: bold;
	}
	
	#smallformcontent a:hover, #linkscontent a:hover{
		color: #666;
	}


#newsfeed h2
{
	color: #666;
}

	#newsfeed ul
	{
		margin: 0;
		padding: 0;
	}
	
	#newsfeed li
	{
		margin: 0 0 20px 0;
		list-style: none;
		font-size: 1em;
	}

	#newsfeed a{
		color: #666;
		text-decoration: none;
		display: block;
	}

	#newsfeed a:hover
	{
		color: #666;
	}
	
#maintext
{
	margin: 0 20px 0 230px;	
	clear: right;
}

#maintext input, #maintext select
{
	border: 2px solid #ddd;
	padding: 3px 2px;
	background: #f7f7f7;
}

#maintext input:focus, #maintext select:focus
{
	background: #fff;
	border-color: #7ca4d5;
}

.styleform
{
	border: 3px solid #cfd6dc;	
}

	.styleform a, .button
	{
		font-size: 1.3em;
		color: #7ea3d7;	
		background: #f7f7f7;
		padding: 5px;
		text-decoration: none;
	}

	.box3small
	{
		padding: 0 20px;
	}
	
		.box3small p
		{
			color: #aaa;
			text-align: center;
		}

#componentGroups
{
	margin: 0 0 0 230px;	
}

	#componentGroups h3
	{
		width: 90px;
		margin: 0 0 0 50px;
		display: block;
		padding: 10px;
		font-weight: normal;
		height: 30px;
		font-size: 1.2em;
		background: #7ca4d7;
		color: #fff;
	}

	#componentGroup_Prot, #componentGroup_Plan, #componentGroup_Save
	{
		width: 160px;
		float: left;
		margin: 0 10px;
		border: 1px solid #7ca4d7;
	}

	#componentGroup_Prot
	{
		background: url(protect.gif) left top no-repeat;
	}
	
	#componentGroup_Plan
	{
		background: url(invest.gif) left top no-repeat;
	}
	
	#componentGroup_Save
	{
		background: url(costs.gif) left top no-repeat;
	}
	
	#componentGroups ul
	{
		margin: 15px 10px;
		padding: 0;
	}
	
	#componentGroups li
	{
		margin: 0 0 10px 0;
		text-align: center;
		padding: 0;
		list-style: none;
	}
	
	#componentGroups a
	{
		color: #666;
		text-decoration: none;
	}
	
	#componentGroups a:hover
	{
		color: #666;
	}
	
#footer
{
	float: left;
	margin: 70px -10px 10px;
	width: 820px;
	clear: both;
	background: #f3f3f3;
}

	#footer p
	{
		color: #888;
		font-size: 1em;
		text-align: center;
	}
	
/* Text Styling */

#header h1
{
	color: #3C568B;
	font-size: 2.3em;
	margin: 0;
	padding: 0;
	width: 200px;
	font-weight: normal;
}

#memberLogin b
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #ccc;
}

#memberLogin p
{
	color: #aaa;
	position: relative;
	width: 200px;
	display: block;
	font-size: 0.9em;
	line-height: 2em;
}

h2, h3, h4, h5, h6
{
	color: #7CA4D7;
	margin: 0 0 15px 0;
}

h2
{
	font-size: 2.3em;
}

p
{
	font-size: 1.2em;
	color: #666;
	line-height: 1.6em;	
}

.introduction
{
	color: #999;
	font-size: 1.3em;
	line-height: 1.8em;
}

#maintext li
{
	font-size: 1.2em;
	color: #666;
	line-height: 1.6em;
}

a
{
	color: #9d9aab;
}

a:hover
{
	color: #333;
}

.clear
{
	clear: both;
	color: #fff;
}

/* Removed Elements */

.strapline, #subsection, #servicelinks
{
	position: absolute;
	margin: 0 0 0 -5000px;	
}