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

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;
}

h2
{
	color: #FFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
}

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

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

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

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

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

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

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

#header_search
{
	float:right;
}

#menu_container
{
	margin-top: 69px;
}

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

#header_submenu a
{
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	padding: 0 10px;
}
#header_submenu a:hover, #header_submenu a.active_submenu
{
	color: #566422;
}

#body_content
{
	padding: 0 24px 55px 191px;
}

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


/*******************
	Classes
*******************/
.menu_tab a
{
	display: block;
	width:96px;
	height: 23px;
	margin-right: 3px;
	background-image: url('/images/header_tab_map.png');
}

.header_about
{
	margin: 0px;
	background-position: 0px 0px;
}
.header_about:hover, .header_about_active
{
	background-position: 0px -23px;
}

.header_investors
{
	background-position: -96px 0px;
}
.header_investors:hover, .header_investors_active
{
	background-position: -96px -23px;
}

.header_contact
{
	background-position: -192px 0px;
}
.header_contact:hover, .header_contact_active
{
	background-position: -192px -23px;
}

.header_offerings
{
	background-position: -288px 0px;
}
.header_offerings:hover, .header_offerings_active
{
	background-position: -288px -23px;
}

.header_newsroom
{
	background-position: -384px 0px;
}
.header_newsroom:hover, .header_newsroom_active
{
	background-position: -384px -23px;
}

.header_governance
{
	background-position: -480px 0px;
}
.header_governance:hover, .header_governance_active
{
	background-position: -480px -23px;
}

.header_careers
{
	background-position: -576px 0px;
}
.header_careers:hover, .header_careers_active
{
	background-position: -576px -23px;
}

.textblock
{
	text-align: justify;
	margin-bottom: 30px;
}

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

.infobox_top
{
	font-size: 1px;
	width: 176px;
	height: 7px;
	background: url('/images/item_box_map.png') no-repeat;
}

.infobox_middle
{
	font-size: 11px;
	color: #A5A5A5;
	width: 156px;
	padding: 0 10px 5px;
	background: url('/images/item_box_map.png') repeat-y -352px 0px;
}

.infobox_bottom
{
	width:176px;
	height:7px;
	background: url('/images/item_box_map.png') no-repeat -176px 0px;
	margin-bottom: 10px;
}

.infobox_big_top
{
        font-size: 1px;
        width: 376px;
        height: 7px;
        background: url('/images/item_box_map.png') no-repeat;
}

.infobox_big_middle
{
        font-size: 11px;
        color: #A5A5A5;
        width: 380px;
        padding: 0 10px 5px;
}

.infobox_big_bottom
{
        width:376px;
        height:7px;
        background: url('/images/item_box_map.png') no-repeat -176px 0px;
        margin-bottom: 10px;
}

.calendarCell
{
	font-size: 11px;
	width: 22px;
	height: 22px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.calendarSunday
{
	font-size: 11px;
	width: 22px;
	height: 22px;
	float: left;
	text-align: center;
	clear:both;
	overflow: hidden;
}

.today
{
	color: #746A9A;
	background: url('/images/calendar_box.png') no-repeat;
}

.investor_presentation
{
	position: absolute;
	top: 500; left: 0;
	width: 660; height: 520;
}

