/****************************************
	Tag and Element Styles
****************************************/
body, td, div
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	cursor: default;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #EBEEE3;
}

html, body
{
	height: 100%;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	font-size: 11px;
	color: #A5A5A5;
	text-decoration: none;
}
a:hover
{
	color: #566422;
}
h1
{
	margin: 0px;
	padding: 0px;
}
h2
{
	color: #FFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	margin: 0px;
	padding:0px;
}

h2.tagline 
{
	margin-bottom: 10px;
}

h3
{
	color: #000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 4px;
}

h3.main_welcome
{
	color: #566422;
}

h3.subtagline
{
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	font-style: italic;
}

h4, em
{
	color: #746A9A;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 0px 4px;
}

p
{
	margin: 0px 0px 15px 0px;
}

/*******************
	ID's
*******************/
#site_container
{
	height: 100%;
}

#body_wrapper
{
	width: 840px;
	margin: 0 auto;
}

#body_container
{
	position: relative;
	width: 800px;
	min-height: 100%;
	background: #fff url('/content/images/background_globe.png') no-repeat bottom center;
	border-left: 2px solid #A5A59E;
	border-right: 2px solid #A5A59E;
	border-bottom: 2px solid #A5A59E;
	margin: 0 auto;
}

#header_container
{
	position: relative;
	padding: 13px 20px 10px 15px;
}

#header_logo
{
	position: absolute;
	width: 122px;
	height: 83px;
}

#header_flags
{
	float:right;
	margin-top: 22px;
	margin-right: 2px;
}

#menu_container
{
	width: 690px;
	margin-top: 69px;
	margin-left: 74px;
}

#header_submenu
{
	background-color: #919B69;
	margin-right: 0px;
	padding: 5px 0px;
}

#header_submenu a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;	
	cursor: pointer;
	padding: 0 8px;
}
#header_submenu a:hover, #header_submenu a.active_submenu
{
	color: #566422;
}

#body_content
{
	width: 690px;
	padding: 0px;
	margin: 0px 20px 0px 89px;
}

#main_content
{
	width: 495px;
}

#body_content_inner_data
{
	margin: 0px 15px 0px 11px;
}

#sidebar_right
{
	float: right;
	width: 144px;
	margin: 33px 0px 0px 20px;
	min-height: 300px;
}

#footer
{
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 45px;
	overflow: hidden;
}


/*******************
	Classes
*******************/
.clear_left
{
	clear: left;
}
.static_image
{
	position: relative;
	width: 690px;
	height: 168px;
}
td.menu_tab_first
{
	padding-left: 0px;
}
td.menu_tab
{
	padding-left: 3px;
}
.menu_tab a, .menu_tab_first a
{
	display: block;
	width:96px;
	height: 23px;
	background-image: url('/content/buttons/header_tab_map.png');
}

.bold
{
	font-weight: bold;
	color: #566422;
}

.margin_top_10
{
	margin-top: 10px;
}

.margin_top_15
{
	margin-top: 15px;
}

.menu_caption_first
{
	position: relative;
	top: 2px;
	text-align: center;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.menu_caption
{
	position: relative;
	top: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.submenu_caption_first
{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-left: 5px;
}

.submenu_caption
{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;	
}

.last_submenu_sliver
{
	background-image: url(/content/images/submenu_edge_sliver.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.menu_item_first
{
	margin: 0px;
	background-position: 0px 0px;
}
.menu_item_first:hover
{
	background-position: 0px -46px;
}
.menu_item_first_active
{
	background-position: 0px -23px;
}

.menu_item_nomenu_first
{
	margin: 0px;
	background-position: -192px 0px;
}
.menu_item_nomenu_first:hover
{
	background-position: -192px -46px;
}
.menu_item_nomenu_first_active
{
	background-position: -192px -23px;
}

.menu_item
{
	background-position: -96px 0px;
}
.menu_item:hover
{
	background-position: -96px -46px;
}
.menu_item_active
{
	background-position: -96px -23px;
}

.menu_item_nomenu
{
	margin: 0px;
	background-position: -288px 0px;
}
.menu_item_nomenu:hover
{
	background-position: -288px -46px;
}
.menu_item_nomenu_active
{
	background-position: -288px -23px;
}

.textblock
{
	text-align: justify;
	margin-left: 4px;	
	margin-bottom: 0px;
}

.hr
{
	height: 27px;
	background-image: url('/content/images/line.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.sidebar_box_top
{
	width: 144px;
	height: 7px;
	background: url('/content/images/left_item_box_top.png') no-repeat;
}

.sidebar_box_middle
{
	width: 144px;
	background: url('/content/images/left_item_box_middle.png') repeat-y;
}

.sidebar_box_bottom
{
	width: 144px;
	height: 8px;
	background: url('/content/images/left_item_box_bottom.png') no-repeat;
	margin-bottom: 20px;
}

.sidebar_caption
{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #566422;
	cursor: default;
	text-align: left;
}

.sidebar_text
{
	margin: 0px;
	margin: 5px 0px;
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	line-height: 12px;
	color: #777;
	text-align: left;
	cursor: default;	
}

.action_btn
{
	padding: 2px 0px 7px 0px;
}

.action_btn a
{
	display: block;
	width: 96px;
	height: 20px;
	background-image: url('/content/buttons/action_btn.png');
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.action_btn_item
{
	background-position: 0 0px;
}

.action_btn_item:hover
{
	background-position: 0px -20px;
}

.live_shareholder_btn a
{
	display: block;
	width: 111px;
	height: 20px;
	background-image: url('/content/buttons/live_shareholder_webinar.png');
	cursor: pointer;
}

.live_shareholder_item
{
	background-position: 0 0px;
}

.live_shareholder_item:hover
{
	background-position: 0px -20px;
}

.webinar_text
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 13px 14px 12px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	text-align: center;
	cursor: default;	
}

.trial_text
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 20px 14px 18px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	text-align: center;
	cursor: default;	
}

.register_now_btn
{
	font-size: 12px;
	font-weight: bold;
}

.feed_item_title, .feed_item_title a
{
	font-size: 11px;
	font-weight: bold;
	color: #566422;
}

.feed_item_title a:hover
{
	color: #999;
}

.feed_item_date
{
	font-size: 9px;
	color: #777;
	margin-bottom: 10px;
}

.feed_item_description
{
	font-size: 10px;
	margin: 0px 0px 10px 8px;
}

.read_full_story
{
	font-size: 9px;
	color: #566422;
}

.read_full_story:hover
{
	color: #919b69;
}

.content_list, .content_sublist
{
	padding: 0;
	margin: 10px 0px 15px 16px;
	list-style-type: disc;
	line-height: 18px;	
}

.content_sublist
{
	margin: 0px 0px 0px 18px;
	list-style-type: square;
}

ul.address_block
{
	margin: 0px 0px 15px 0px;
	list-style-type: none;
}

ul.indent_15
{
	margin-left: 15px;
}

ul.no_top_margin
{
	margin-top: 0px;
}

ul.quote
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	list-style: url('/content/icons/quote_dash.png');
}

.content_section_header
{
	margin-top: 30px;
}

a.view_all
{
	float: right;
	margin-top: 7px;
	margin-right: 3px;
	font-size: 10px;
	font-weight: normal;
}

a.view_all_large
{
	float: right;
	margin-top: 4px;
	margin-right: 3px;
	font-size: 10px;
	font-weight: normal;
}

.stock_profile_caption
{
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px;
}

.stock_profile
{
	font-size: 11px;
	font-weight: normal;
	padding: 4px 5px;
}

tr.row1
{
	background-color: #eee;
}

tr.row2
{
	background-color: #fff;
}

.legal_header
{
	margin: 15px 0px 8px 0px;
	color: #919b69;
	font-size: 12px;
	font-weight: bold;
}

.email_link
{
	color: #566422;
	font-size: 12px;
}

.email_link:hover
{
	color: #919b69;
}

.footer_list
{
	padding: 0 1px;
	margin: 10px 0px 0px 6px;
	list-style-type:none;
}
.footer_list li
{
	font-size: 10px;
	line-height: 16px;
}

.footer_text_container
{
	padding: 25px 0px 35px 0px;
	font-size: 10px;
	color: #A5A5A5;
	text-decoration: none;
}
