/*tag redefinitions*/
body {
	font: 1em Arial, Helvetica, Sans-serif;
	background: #fff;
	margin: 1em 0 0 0;
	padding: 0;
	color: #626262;
	text-align: center;
}

.floatRight {
	float: right;
}

img.imgRight {
	float: right;
	margin: 0 0 1em 1em;
}

p {
	margin: 0 0 .5em 0;
	line-height: 1.3em;
}

a {
	color: #626262;
}

div#main {
	text-align: justify;
}

div#main a {
	font-weight: bold;
	text-decoration: none;
}

div#main a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 .5em 0;
	font-family: Arial, Helvetica, Sans-serif;
	color: #a6a5a5;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

li {
	margin-bottom: .3em;
}
/*tag redefinitions*/

/*utility classes*/
.clearBoth {
	clear: both;
}

.disclaimer {
	padding-top: 1em;
	font-style: italic;
	font-size: .9em;
}
/*utility classes*/

/*main layout*/
div#shell {
	width: 985px;
	margin: 0 auto;
	text-align: left;
	font-size: .9em;
}

div#main {
	clear: both;
	float: left;
	width: 981px;
	padding-bottom: 1em;
	border-left: 2px solid #b1b7bb;
	border-right: 2px solid #b1b7bb;
	font-size: .9em;
}

div.col {
	float: left;
	display: inline;
	width: 634px;
	padding-top: 15px;
	margin: 0 5px 0 5px;
}

div.col2Pane {
	width: 480px;
	margin: 0 5px 0 5px;
}

div.col3Pane {
	width: 317px;
	margin: 0 5px 0 5px;
}

div.stockBlock {
	width: 220px;
	height: 300px;
	float: left;
	display: none;
}
/*main layout*/

/*header*/
div#header {
	float: left;
	width: 981px;
	border-left: 2px solid #b1b7bb;
	border-right: 2px solid #b1b7bb;
}

div#logo {
	background: #fff url("images/logo_bg.gif") no-repeat;
}

div#logo a {
	display: block;
	margin-left: 40px;
}

div#header p#strapline {
	float: left;
	width: 200px;
	padding-left: 55px;
	margin: 0;
	font: 1.1em Arial, Helvetica, Sans-serif;
	color: #bbb;
}

div#header div#menu {
	float: right;
	width: 700px;
	font-size: .9em;
}

div#header div#home_flash {
	clear: both;
	float: left;
	margin-top: 20px;
}
/*header*/

/*footer*/
div#footer {
	clear: both;
	float: left;
	width: 985px;
	padding: 20px 0 1em 0;
	font-size: .9em;
	background: #fff url("images/footer_bg.gif") no-repeat;
}

div#footer p#footer_copy {
	float: right;
}
/*footer*/

/*bar links*/
div#footer ul.links, div#menu ul.links {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul.links li, div#menu ul.links li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid #b6b6b7;
}

div#footer ul.links li.last, div#menu ul.links li.last {
	border: 0;
}

div#footer ul.links li.active, div#menu ul.links li.active {
	font-weight: bold;
}

div#footer ul.links li a, div#menu ul.links li a {
	text-decoration: none;
	color: #999;
}

div#footer ul.links li a:hover, div#menu ul.links li a:hover {
	text-decoration: underline;
}

div#menu ul.links {
	margin-right: 5px;
	float: right;
}

div#menu ul.links li {
	float: left;
}
/*bar links*/

/*header links*/
div.headLinks {
	clear: both;
	float: left;
	margin: 20px 0 2em 0;
	padding: 10px 15px 10px 0;
	background-color: #b5b5b5;
	background-image: url("images/header/grey.gif");
	background-repeat: repeat-x;
	width: 966px;
}

div.headLinks a {
	display: block;
}

div.headLinks a img {
	display: block;
	width: 139px;
	height: 21px;
}

div.headLinks a#a_members {
	background: url("images/header/membership.gif");
}

div.headLinks a#a_future {
	background: url("images/header/future.gif");
}

div.headLinks a#a_income {
	background: url("images/header/income.gif");
}

div.headLinks a#a_property {
	background: url("images/header/property.gif");
}

div.headLinks ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.headLinks ul li {
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}

div.headLinks ul li.last {
	margin: 0;
}
/*header links*/

/*side links*/
div#side_panel {
	width: 250px;
	padding-left: 50px;
	text-align: left;
}

div#side_panel ul {
	padding: 5px 0 0 15px;
	margin: 0;
}

div#side_panel ul li {
	padding: 0;
	margin: 0 0 5px 0;
	list-style-image: url("images/navdot_off.gif");
}

div#side_panel ul li.current {
	list-style-image: url("images/navdot_on.gif");
}

div#side_panel ul a {
	text-decoration: none;
	color: #999;
}

div#side_panel ul a:hover {
	text-decoration: underline;
}

div#side_panel ul a.current {
	font-weight: bold;
	list-style-image: url("images/navdot_on.gif");
}
/*side links*/

/*blocks*/
div.block {
	float: left;
	display: inline;
	background: url("images/block_botleft.gif") no-repeat bottom left;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.block div.blockInner {
	clear: both;
	padding: 5px 2px 5px 2px;
	font-size: .85em;
	background: url("images/block_botright.gif") no-repeat bottom right;
	min-height: 65px;
	_height: 65px;
}

div.block div.blockInner div.middle {
	vertical-align: middle;
}

div#main div.block div.blockInner a {
	font-weight: normal;
}

div.block h3 {
	margin: 0;
	float: left;
	width: 100%;
	font: normal 1em Arial, Helvetica, Sans-serif;
	text-align: center;
	background: url("images/block_topleft.gif") no-repeat top left;
	color: #fff;
}

div.block h3 span {
	display: block;
	padding: 3px 0;
	background: url("images/block_topright.gif") no-repeat top right;
}

div#main div.block h3 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

div.blarge {
	width: 470px;
}

div.bmed {
	width: 220px;
}

div.bsmall {
	width: 150px;
}

div.blist {
	margin-right: 10px;
}
/*blocks*/

/*site map*/
div#main div.siteMapColumn a {
	font-weight: normal;
}

div#main div.siteMapColumn ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 20px;
}

div#main div.siteMapColumn ul li {
	margin: 0 0 .2em 0;
	padding: 0;
}
/*site map*/