body {
	background: #d4d4d4 url(../images/bg.gif) top left repeat-x;
	padding: 0;
	margin: 0;
}
#flash {
	background: url(../images/bg_top.gif) top left repeat-x;
	text-align: center;
	height: 281px;
}
p, li, td, div {
	font: small/1.2em Arial, Helvetica, sans-serif;
}
#tabs {
	margin: 0 auto;
	width: 941px;
}
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;}
#tabs li a {
	display: block;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background: url(../images/tabs_sprite.gif) repeat-y top left;
	overflow: hidden;
	padding-top: 2px;
}
#tabs li#tab_home a {
	width: 89px;
	background-position: 0px 0px;
}
#tabs li#tab_home a:hover {
	background-position: 0px -30px;
	color: black;
}
#body_home #tabs li#tab_home a {
	background-position: 0px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_overview a {
	width: 207px;
	background-position: -89px 0px;
}
#tabs li#tab_overview a:hover {
	background-position: -89px -30px;
	color: black;
}
#body_overview #tabs li#tab_overview a {
	background-position: -89px -60px;
	color: black;
	cursor: default;
}


#tabs li#tab_investing a {
	width: 218px;
	background-position: -296px 0px;
}
#tabs li#tab_investing a:hover {
	background-position: -296px -30px;
	color: black;
}
#body_investing #tabs li#tab_investing a {
	background-position: -296px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_trading a {
	width: 218px;
	background-position: -514px 0px;
}
#tabs li#tab_trading a:hover {
	background-position: -514px -30px;
	color: black;
}
#body_trading #tabs li#tab_trading a {
	background-position: -514px -60px;
	color: black;
	cursor: default;
}

#tabs li#tab_start a {
	width: 209px;
	background-position: -732px 0px;
}
#tabs li#tab_start a:hover {
	background-position: -732px -30px;
	color: black;
}
#body_start #tabs li#tab_start a {
	background-position: -732px -60px;
	color: black;
	cursor: default;
}


#content_wrapper {
	margin: 0 auto;
	position: relative;
	top: -3px;
	z-index: 2;
}
#content {
	background: url(../images/bg_content.gif) top left repeat-y;
	margin: 0 auto;
	width: 941px;
}

/* 
-----
content styles
-----
*/

#content_gutter {
	background: url(../images/bg_fade.gif) bottom left no-repeat;
	height: 100%;
	padding: 0 10px;
}
.content {
	padding: 0 25px 0 10px;
}
#content_gutter * {
	font-size: small;
	line-height: 1.3em;
}
#content_gutter p {
	margin: 0 0 1em 0;
}
#content_gutter ul {
	margin: 0;
	padding: 1em 0 0.5em 0;
	list-style: none;
}
#content_gutter ul li {
	background: url(../images/bullet.gif) no-repeat 0px 0.5em;
	margin: 0 0em 0 0em;
	padding: 0 .5em 10px;
}

#content_gutter ol {
	margin: 0;
	padding: 1em 0 0.5em 2em;
}
#content_gutter ol li {
	margin: 0 0em 0 0em;
	padding: 0 .5em 10px 0;
}
#content_gutter li strong,
#content_gutter li b {
	color: #000;
	font-size: 110%;
}
#content_gutter h2 {
	font-size: 150%;
	color: #006939;
	font-weight: normal;
	margin: 1.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	letter-spacing: -0.02em;
}
#content_gutter h3 {
	font-size: 140%;
	color: #777;
	margin: 1.5em 0 0.2em 0;
}
#content_gutter h2.first {
	margin-top: 0.3em;
}
.content a {
	color: #0158C4;
	font-weight: bold;
}
.content a:hover { 
	color: #000;
	background-color: #FFE4AF;
	text-decoration: none;
}


#content_gutter #fineprint {
	margin-top: 2em;
	font-size: 10px; 
	color:#8D8D8D; 
	line-height:1.5em;
}
#content_gutter #fineprint a {
	color: #8D8D8D;
	font-size: 10px;
	font-weight: inherit;
}

#overview, 
#investing, 
#trading, 
#start {
	float: left;
}
#overview {
	width: 207px;
}
#investing {
	width: 218px;
}
#trading {
	width: 218px;
}
#start {
	width: 209px;
}
#content_gutter .gutter {
	margin: 0.5em 1em;
}


/* 
-----
footer styles
-----
*/

#footer {
	background: #eee;
	border-top: 3px double #d4d4d4;
	padding: 1em 0 5em;
	margin: 2em auto 0;
	text-align: center;
}
#footer a {
	color: #0158C4;
}
#footer a:hover { 
	color: #000;
	background: #FFE4AF;
	text-decoration: none;
}

#footer_links,
#footer_info {
	line-height: 1.1em;
	width: 941px;
	margin: 0 auto;
}
#footer_links .divider {
	color: gray;
	font-size: 90%;
}
#footer_links a {
	font-size: 90%;
}
#footer_info p {
	line-height: 1.1em;
	font-size: 90%;
	color: gray;
	text-align: left;
	margin: 1em 0;
}


/* 
-----
button styles
-----
*/

#buttons {
	display: block;
	margin: 10px 0;
	padding-bottom: 15px;
}
#buttons ul {
	height: 34px;
	float: right;
	padding: 0;
}
#buttons ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
#buttons ul li a {
	display: block;
	width: 87px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999em;
}
a#button_prev {
	background: url(../images/button_prev.gif) no-repeat;
}
a#button_next {
	background: url(../images/button_next.gif) no-repeat;
}
a#button_prev:hover,
a#button_next:hover {
	background-position: 0 -34px;
}

a.slideshow {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed gray;
	font-weight: normal;
	background-image: url(../images/slideshow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 8px;
}
.clear {
	clear: both;
}


/* inline slideshows */

.inlineslideshow_wrapper {
	padding: 2em;
	float: right;
}

.inlineslideshow {
	width: 307px;
	height: 280px;
	background: url(../images/inlineslideshow/background.gif) top left no-repeat;
	position: relative;
}
.inlineslideshow h4 {
	display: block;
	position: absolute;
	top: 6px;
	left: 10px;
	height: 24px;
	padding: 0;
	margin: 0;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
	color: white;
}
.inlineslideshow img {
	border: 0;
	display: block;
	position: absolute;
	top: 42px;
	left: 7px;
}
.inlineslideshow form {
	padding: 0;
	margin: 0;
}
.inlineslideshow textarea {
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
	position: absolute;
	top: 214px;
	left: 10px;
	width: 288px;
	height: 33px;
	background: #e1e1e1;
	font: normal 10px/1em Arial, Helvetica, sans-serif;
	color: #565656;
	overflow: hidden;
}
a.inlineslideshow_prevoius {
	position: absolute;
	bottom: 7px;
	right: 37px;
	width: 30px;
	height: 26px;
	display: block;
	background: url(../images/inlineslideshow/controlls_sprite.gif) top left no-repeat;
}
a.inlineslideshow_prevoius em {
	display: none;
}
a.inlineslideshow_prevoius:hover {
	background-position: bottom left;
}
a.inlineslideshow_next {
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 30px;
	height: 26px;
	display: block;
	background: url(../images/inlineslideshow/controlls_sprite.gif) top right no-repeat;
}
a.inlineslideshow_next:hover {
	background-position: bottom right;
}
a.inlineslideshow_next em {
	display: none;
}
