body{
	background: #808080;
}

* {
	margin: 0;
	padding: 0;
}

/* site style */
#bg_inside {
	background: url(../_images/site_body_backg2.gif) #808080 repeat-x;
}
#bg_other {
	background: url(../_images/site_body_backg.gif) #808080 repeat-x;
}

/* container layer */
#container {
	background: url(../_images/site_container_bg.gif) repeat-y;
	text-align: left;
	width: 768px;
	margin: 5px auto 0 auto;
}

/* header layer */
#header_e {
	background: url(../_images/site_header_e.jpg) repeat-x;
	float: left;
	height: 80px;
	width: 768px;
}
#header_f {
	background: url(../_images/site_header_f.jpg) repeat-x;
	float: left;
	height: 80px;
	width: 768px;
}

/* ticker layer */
#ticker {
	background: url(../_images/site_ticker_bg.gif) repeat-y;
	float: left;
	width: 768px;
	height: 35px;
}
#ticker p{
	margin: 0 4px;
	padding-top: 10px;
}

/* menu layer */
#menu {
	background: url(../_images/site_menu.gif) no-repeat;
	float: left;
	height: 31px;
	width: 768px;
}
#menu_nav {
	float: left;
	height: 31px;
	width: 600px;
}
#menu_nav p {
	margin-left: 12px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 31px;
}
#menu_nav a {
	color: #FFFFFF;
	padding: 0 8px;
	margin: 0;
}
#menu_nav a.divider {
	background: url(../_images/site_menu_divider.gif) no-repeat right;
}
#menu_nav a:hover {
	color: #999999;
}

/* date layer */
#date {
	float: right;
	height: 31px;
	width: 168px;
}
#date p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 20px;
	text-align: right;
	line-height: 31px;
}

/* body layer */
#body {
	float: left;
	width: 768px;
	background-image: url(../_images/site_container_bg.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* left layer */
#left {
	float: left;
	width: 204px;
}
#left ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 1em;
	width: 184px;
	list-style-type: none;
	
}
#left ul#nav {
	margin-left: 20px;
}
#left ul li.title {
	text-transform: uppercase;
	color: #530D19;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 20px;
	background: url(/_images/left_menu_title.gif) no-repeat left center;
	border-bottom: 1px dotted #530d19;
	width: 173px;
}
#left ul li.more {
	background: url(/_images/left_menu_more.gif) no-repeat right center;
}
#left ul li {
	position: relative;
}
#left li ul {
	position: absolute;
	left: 183px;
	top: 0;
	display: none;
}
#left ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
	width: 183px;
}
#left ul li ul li a {
	background-color: #ddd;
	padding: 5px;
}
#left ul li ul li a:hover {
	color: #530D19;
}

#left li:hover ul, #left li.over ul {
	display: block;
}
* html #left ul li { float: left; height: 1%; }
* html #left ul li a { height: 1%; }


#left h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #530D19;
	margin-left: 20px;
	font-weight: normal;
	padding-left: 10px;
	background-image: url(../_images/site_left_h1.gif);
	background-repeat: no-repeat;
	line-height: 15px;
}
#left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 1em;
	margin-left: 20px;
}
#left p a {
	color: #000000;
}
#left p a:hover {
	color: #666666;
}
/*
#left ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 20px;
	margin-bottom: 2em;
}
#left li {
	line-height: 16pt;
	background-image: url(../_images/site_menu_sub_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
#left img {
	margin: 0 5px 0 0;
}
#left input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #666666;
	padding-right: 2px;
	padding-left: 2px;
}

/* right layer */
#right {
	float: left;
	position: relative;
	width: 564px;
}
#right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #530D19;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
	text-transform: uppercase;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #530D19;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}
#right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
}
#right strong {
	color: #530D19;
}
#right a {
	color: #000000;
	text-decoration: underline;
}
#right a.new_link{
	color: #530D19;
	font-style:italic;
}
#right a:hover {
	color: #666666;
}
#right ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 35px;
	list-style-image: url(../_images/site_right_ul.gif);
	margin-bottom: 1em;
}

/* 2 column ul */
#right .ul_columns {
	width: 282px;
	float:left;
}
#right .clear_columns {
	clear:both;
}

#right ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 45px;
	list-style-type: decimal;
	margin-bottom: 1em;
}
#right li {
	padding-bottom: 5px;
}
#right img {
	margin-right: 10px;
}
#right input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #666666;
}
#right table {
	margin-left: 20px;
}
#right td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-top: 3px;
}
#right th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #530D19;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
}
#right .buttons {
	border: none;
}
#right .warning {
	color: #FF0000;
}

/* box wrap */
.homepage_wrap {
	width: 188px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.homepage_wrap dl {
	padding: 0;
	margin: 0;
}
.homepage_wrap dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #530D19;
	font-weight: bold;
	padding: 5px;
}
.homepage_wrap dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px 5px 1em 5px;
	margin: 0;
}

/* homepage new box */
#home_new {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 145px;
	background: url(../_images/homepage_new.gif) no-repeat bottom right;
	margin-left: 20px;
}
#home_new_f {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 185px;
	background: url(../_images/homepage_new.gif) no-repeat bottom right;
	margin-left: 20px;
}

/* home client box */
#home_client {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 145px;
	background: url(../_images/homepage_client.gif) no-repeat bottom right;
	margin-left: 13px;
}
#home_client_f {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 185px;
	background: url(../_images/homepage_client.gif) no-repeat bottom right;
	margin-left: 13px;
}

/* home futuree box */
#home_futuree {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 145px;
	background: url(../_images/homepage_futuree.gif) no-repeat bottom right;
	margin-left: 6px;
}
#home_futuree_f {
	border-top: 1px solid #0D3C54;
	width: 162px;
	height: 185px;
	background: url(../_images/homepage_futuree.gif) no-repeat bottom right;
	margin-left: 6px;
}


#bio {
	float: left;
	width: 344px;
}
#brokers_option {
	float: right;
	width: 220px;
}
#brokers {
	background-color: #E9E9E9;
	float: left;
	width: 200px;
	border: 1px solid #9E9E9E;
	margin-bottom: 1em;
}
#brokers table {
	margin: 5px;
}
#brokers td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#brokers td em {
	color: #f00;
}
#info{
	float: left;
	width: 200px;
	border: 1px solid #9E9E9E;
	margin-bottom: 15px;
}
#info h2{
	margin: 10px;
	padding: 0;
}
#info p{
	margin: 10px;
	padding: 0;
}

#research{
	float: left;
	width: 200px;
	border: 1px solid #9E9E9E;
	margin-bottom: 15px;
}
#research h2{
	background: #e9e9e9;
	font-size: 75%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
#research ul{
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
#research ul li{
	list-style-image: none;
	list-style-type: none;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#research ul li em{
	display: block;
}

#charts {
	background-image: url(../_images/broker_charts.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 188px;
	background-position: 20px;
}
#charts p {
	margin-left: 30px;
}
#charts h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #530D19;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 30px;
	margin-top: 1.5em;
}
#weather {
	background-image: url(../_images/broker_weather.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 188px;
	background-position: 10px;
}
#weather h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #530D19;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
	margin-top: 1.5em;
}
#stats {
	background-image: url(../_images/broker_stats.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 188px;
}
#stats h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #530D19;
	margin-right: 20px;
	margin-bottom: 1em;
	margin-left: 20px;
	margin-top: 1.5em;
}
.button {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #530D19;
	margin-top: 5px;
}
#sponsors {
	float: left;
	width: 768px;
	margin-top: 20px;
}
#sponsors p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 20px;
}
#sponsors hr {
	margin-right: 20px;
	margin-left: 20px;
}
#footer {
	background-image: url(../_images/site_footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 43px;
	width: 768px;
}
#rights {
	float: left;
	width: 368px;
}
#rights p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 31px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}

/* calendar */
.calendar_box {
	background: #D9E0E6;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 20px 20px 20px;
	float: left;
}
#right table.calendar_shade {
	position: relative;
	top: -2px;
	left: -2px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}
#right table.calendar_shade td{
	color: #530D19;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
#privacy {
	float: left;
	width: 400px;
}
#privacy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-right: 20px;
	text-align: right;
	margin-top: 8px;
}
#privacy a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFFFFF;
}
#privacy a:hover {
	color: #999999;
}

.podcast {
	background-color: #eaeaea;
	border: 1px solid #000;
	padding: 10px 0;
	margin: 0 20px 15px 20px;
}

#promo{
	padding: 15px 0;
	width: 100%;
}
#promo h1 img{
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}
#promo p br{
	clear: left;
}
#flashWrapper{
	float: left;
	margin: 0 0 0 20px;
	width: 200px;
	
}

#right #page-wrap{ 
	overflow: hidden;
	position: relative;
	width: 564px;
}
#right #slider{
	height: 200px; 
	overflow: hidden; 
	position: relative;
}						  							  
#right #mover{
	width: 3384px; 
	position: relative;
}
#right .slide{
	padding: 20px 0; 
	width: 564px; 
	float: left; 
	position: relative; 
	display: inline;
}
#right .slide p{
	color: #666; 
	line-height: 20px;
	font-size: 12px; 
	width: 204px; 
}
#right .slide img{
	position: absolute; 
	top: 20px; 
	left: 244px; 
}
#right #page-wrap .slide a img{
	border: none;
}
#right #slider-stopper{
	display: none;
}

.point-list{
	display: none;
}