/* @group ul#biz-nav */



ul#biz-nav
{
	position: absolute;
	top: 102px;
	right: 170px;
	height: 1em;
	margin: 7px 0;
	z-index: 102;
	
}



ul#biz-nav, ul#biz-nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#434343; font:normal 11px Arial, Helvetica, sans-serif; 
	white-space: nowrap;
	
}

ul#biz-nav li
{
	margin: 0;
	padding: 0 7px;
	float: left;
	height: 1em;
	border-left: 1px solid #000000;
	position: relative;
}

* html ul#biz-nav li
{
	zoom: 1;
}

ul#biz-nav a
{
	display: inline-block;
	position: relative;
	margin: -6px 0;
	padding: 6px 9px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	
}

ul#biz-nav a.active {
top: -1px;	background: url(images/biz_nav_background.png);
}

ul#biz-nav li a.active {
top: -1px;	background: url(images/biz_nav_background.png);
}

ul#biz-nav li:hover a,
ul#biz-nav li.hover a
{
	color: #d14f04;
	
}

ul#biz-nav li:hover a.no-pointer,
ul#biz-nav li:hover a:hover,
ul#biz-nav li.hover a:hover
{
	color: #000;
}

ul#biz-nav li:hover a,
ul#biz-nav li.hover a,
ul#biz-nav div,
* html ul#biz-nav ul
{
	background: url(images/biz_nav_background.png) 0 0;
}

/* @group bevel */

ul#biz-nav span.bevel
{
	position: absolute;
	display: block;
	height: 1px;
	visibility: hidden;
}

ul#biz-nav span.bevel
{
	right: 1px;
	width: 100%;	
	height: 1px;
	background: url(images/biz_nav_background.png) no-repeat 2px 0;
}

ul#biz-nav span.bevel.top
{
	top: -1px;
}

ul#biz-nav span.bevel.bottom
{
	bottom: -1px;
}

ul#biz-nav span.bevel.bottom.for-dropdown
{
	left: 0;
	padding-right: 1px;
	background-position: 0 0;
}

ul#biz-nav div span.bevel.top
{
	background-position: 1px 0;
}

/* @end */

/* @group dropdown */

ul#biz-nav div
{
	margin: 8px 0 0;
	padding: 3px 6px;
	width: 170px;
	display: none;
	position: absolute;
	top: 1em;
	left: 7px;
	
	

}

ul#biz-nav li:hover div
{
	display: block;
	background-image: url(images/biz_nav_background.png);
}

ul#biz-nav ul li
{
	float: none;
	border-left: none;
	margin: 0;
	padding: 0;
	position: static;
	height: auto;
	border-top: 1px solid #ccc;
}

ul#biz-nav ul a
{
	display: block;
	margin: 0;
	padding: 6px 3px;
	}

ul#biz-nav li:hover ul a,
ul#biz-nav li.hover ul a
{
	background: none;
}

ul#biz-nav li:hover span.bevel
{
	visibility: visible;
}

/* @end */



/* @group ie6 */

* html ul#biz-nav ul
{
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 6px;
	left: 7px;
	width: 50px;
	padding: 3px 6px;
}

* html ul#biz-nav ul li
{
	border-top: none;
}

/* @end */

/* @group firefox */

ul#biz-nav span.bevel, x:-moz-any-link
{
	background-image: none;
}

ul#biz-nav span.bevel, x:-moz-any-link, x:default
{
	background-image: url(images/biz_nav_background.png);
}

ul#biz-nav div, x:-moz-any-link
{
	margin-top: 7px;
}

ul#biz-nav div, x:-moz-any-link, x:default
{
	margin-top: 8px;
}

/* @end */


/* @end */

/* @group ul#nav */

ul#nav
{
	position: absolute;
	left: 20px;
	bottom: 9px;
	margin: 0;
	padding: 14px 0 10px 12px;
	width: 645px;
	height: 21px;
	background: url(images/background.jpg) no-repeat 0 3px;
	list-style-type: none;
}

ul#nav li
{
	margin: 0;
	padding: 0;
	float: left;
	height: 21px;
	border-left: 1px solid #be914f;
	position: relative;
}

ul#nav span.selected
{
	display: block;
	width: 19px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	background: url(images/selected_item_pointer.gif) no-repeat 0 0;
}

ul#nav li#home
{
	border-left: none;
}

ul#nav a
{
	display: block;
	position: absolute;
	top: -12px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 101;
}

ul#nav li:hover a,
* html ul#nav li.hover a,
ul#nav li.selected a
{
	background-position: 0 100%;
}

#header ul a.no-pointer,
#header li.selected a
{
	cursor: default;
}

* html #header ul a.no-pointer
{
	cursor: pointer;
}

#header li#professionals.selected a,
#header li.selected ul a
{
	cursor: pointer;
}


ul#nav a span
{
	display: none;
}



ul#nav div
{
	position: absolute;
	top: 25px;
	width: 170px;
	display: none;
	background: url(/images/dropdown_shadow.png) no-repeat 100% 100%;
}

ul#nav li:hover div,
ul#nav li.hover div
{
	display: block;
}

ul#nav ul
{
	position: relative;
	top: -5px;
	left: -3px;
	margin: 0;
	padding: 17px 20px 10px;
	width: 130px;
	background: url(/images/dropdown_background.png) no-repeat 100% 100%;
	list-style-type: none;
}

ul#nav ul li
{
	border-left: none;
	border-top: 1px solid #517582;
	float: none;
	height: auto;
	position: static;
}

ul#nav li:hover ul a,
ul#nav li.hover ul a
{
	background-image: none;
}

ul#nav ul a
{
	position: static;
	left: 0;
	top: 0;
	padding: 5px;
	height: auto;
	color: white;
	text-decoration: none;
	width: auto;
	background: none;
}

ul#nav ul a:hover
{
	color: #ff7022;
}

/* @group ie6 */

* html ul#nav a
{
	position: static;
	top: 0;
	left: 0;
	width: auto;
	height: 21px;
}

* html ul#nav ul
{
	display: none;
	background: #18485b;
	position: absolute;
	top: 21px;
	left: 0;
	padding: 10px 12px;
}

* html ul#nav ul li,
* html ul#nav ul li a
{
	height: 1em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

* html ul#nav li.hover ul
{
	display: block;
}

/* @end */

/* @end */

/* @group form#search-form */

form#search-form
{
	position: absolute;
	right: 20px;
	bottom: 12px;
	margin: 0;
	padding: 9px 0 0 14px;
	width: 236px;
	height: 28px;
	background: url(/images/search/background.jpg) no-repeat;
}

form#search-form label
{
	color: #fff;
	line-height: 20px;
	font-size: x-small;
}

form#search-form.overlabel label
{
	position: absolute;
	top: 9px;
	left: 24px;
	z-index: 1;
	color: #864b00;
}

form#search-form.overlabel.focus label
{
	visibility: hidden;
}

input#search-input
{
	border: 1px solid #fffaf0;
	background: #d3a562 url(/images/search/input_background.gif) repeat-x 0 0;
	color: #000;
	width: 160px;
	height: 16px;
	font-size: small;
	line-height: 16px;
}

form#search-form.focus input#search-input,
input#search-input:focus
{
	/*background-color: #c29553;*/
	background-color: #fffaf0;
	background-image: url(/images/search/input_focus_background.gif);
}

form#search-form input#search-button
{
	position: absolute;
	top: 5px;
	left: 180px;
}

/* @end */

/* @end */

/* @group footer */

#footer
{
	margin: 15px 0 25px;
	text-align: center;
	font-size: x-small;
	color: #742e08;
}

#footer a,
#footer a.static:hover
{
	color: #742e08;
}

#footer a
{
	padding: 0 15px;
	text-transform: lowercase;
	text-decoration: none;
}

#footer a.static
{
  text-transform: none;
}

#footer a:hover
{
	color: #af6139;
}

/* @end */

/* @group .content */

h2, h2 a, h2 a:hover
{
	color: #fff;
}

h2
{
	margin: 0;
	text-indent: 0px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 41px;
	height: 41px;
	background: url(/images/common/h2_background.png) repeat-x 0 0;
}

h2.transparent
{
	background-image: url(/images/common/h2_background_transparent.png);
	position: absolute;
	z-index: 1;
}

* html h2.transparent
{
	background-image: url(/images/common/h2_background.png);
	position: static;
}

.content
{
	padding: 25px 30px;
	color: #7f4c17;
	line-height: 1.4em;
}

.content h3
{
	margin: 0 0 1em;
	font-size: large;
	font-weight: bold;
	color: #d3812b;
}

.content h4
{
	margin: 1em 0 .2em;
	font-size: 1.1em;
	font-weight: bold;
	color: #d3812b;
}

.content h4.title
{
	margin: 0 0 1em;
	font-size: large;
	line-height: 1em;
}

.content h5
{
	margin: 1em 0 .2em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
}

.content h5 + p
{
	margin-top: 0;
}

/* @end */

/* @group layouts */

/* @group left-sidebar */

.left-sidebar
{
	float: left;
	width: 375px;
}

.left-sidebar p
{
	margin: 0 20px 16px;
	color: #fff;
	line-height: 19px;
}

/* @end */

/* @group section-map-layout */

.section-map-layout ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	line-height: 1.4em;
}

.section-map-layout li
{
	margin: 0 0 1.5em;
	padding: 0 0 0 15px;
	background: url(/images/common/section_map/rdaquo.gif) no-repeat 0 3px;
}

.section-map-layout h3
{
	margin: 0 0 0.25em;
}

.section-map-layout h3 a
{
	color: #D3812B;
}

.section-map-layout h3 a:hover
{
	color: #af6204;
}

.section-map-layout p
{
	margin: 0;
}

/* @end */

/* @group common-landing-layout */

.common-landing-layout
{
	width: 100%;
	background: url(/images/common/landing_background_tile.png) repeat-y 0 0;
}

.common-landing-layout h2
{
	width: 375px;
}

.common-landing-layout #spotlight
{
	position: relative;
	top: -29px;
}

#spotlight a
{
	display: none;
}

.common-landing-layout .main
{
	float: left;
	width: 370px;
}

/* @end */

/* @group common-supporting-page-layout */

.common-supporting-page-layout
{
	background: url(/images/common/supporting_page_background_tile.png) repeat-y 100% 0;
}

.common-supporting-page-layout .main
{
	float: left;
	width: 745px;
}

.common-supporting-page-layout h2
{
	width: 745px;
}

.common-supporting-page-layout .content
{
	padding-top: 0;
}

.common-supporting-page-layout .content .text-col
{
	float: left;
	width: 330px;
}

.common-supporting-page-layout .content .text-col.first
{
	margin-right: 25px;
}

/* @end */

/* @group home-layout */

.home-layout
{
	height: 790px;
	background: url(/images/home/background.jpg) no-repeat top;
}

.home-layout h2
{
	background: none;
}

.home-layout #regions-portal
{
	padding: 0 7px;
}

.home-layout #regions-portal img
{
	width: 361px;
	height: 61px;
}

/* @end */

/* @group investor-relations */

.investor-relations iframe
{
	width: 100%;
	height: 500px;
	border: none;
}

/* @end */

/* @end */

/* @group downloads */

.downloads
{
	background: url(/images/downloads/background.gif) repeat-y 0 0;
	margin-bottom: 30px;
	line-height: 1em;
}

.downloads ul
{
	font-size: small;
	margin: 0;
	padding: 0 0 1px;
	list-style-type: none;
	background: url(/images/downloads/background-bottom.gif) no-repeat 0 100%;
}

.downloads li
{
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d1d1d1;
}

* html .downloads li
{
	zoom: 1;
}

.downloads li.first
{
	margin-top: 1px;
	background: url(/images/downloads/background-top.gif) no-repeat 0 0;
}

.downloads div
{
	margin: 0;
	/*margin-right: 115px;*/
	width: 168px;
	min-height: 27px;
	padding: 10px 10px 10px 37px;
	background: url(/images/icons/unknown.png) no-repeat 11px 11px
}

.downloads li.pdf div
{
	background-image: url(/images/icons/pdf.png);
}

* html .downloads div
{
	height: 33px;
}

.downloads h5
{
	margin: 0;
	color: #555;
	font-size: small;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.1em;
}

.downloads p
{
	color: #777;
	font-size: x-small;
	line-height: 1.2em;
	margin: 0.2em 0 0;
}

.downloads ul ul
{
	position: absolute;
	left: 214px;
	bottom: 0;
	margin: 0;
	padding: 7px 1px;
	width: 114px;
	height: 32px;
	background: url(/images/downloads/list_background.jpg) no-repeat 1px 100%;
}

.downloads ul ul li
{
	position: static;
	border-top: none;
	height: 16px;
}

.downloads ul ul img
{
	padding: 4px 14px 4px 10px;
}
/**/
span.no-downloads
{
	display: block;
	font-size: large;
	margin-bottom: 2em;
}

/* @end */

/* @group right-sidebar */

.right-sidebar
{
	float: right;
	width: 215px;
	padding: 0 10px 15px 0;
	color: #732d09;
	font-size: 95%;
	line-height: 1.2em;
}

.right-sidebar a,
.right-sidebar li.selected li a
{
	color: #732d09;
	text-decoration: none;
	cursor: pointer;
}

.right-sidebar a:hover,
.right-sidebar li.selected li a:hover
{
	color: #2a0002;
}

.right-sidebar h3
{
	margin: 15px 0 10px;
	padding: 1px 10px 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	background: url(/images/right_sidebar/h3_background.png) no-repeat 0 0;
}

.right-sidebar ul
{
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}

.right-sidebar ul li
{
	margin: 10px 0;
	padding: 0 0 0 25px;
	background: url(/images/common/rdaquo.gif) no-repeat 10px 2px;
}

.right-sidebar li h4
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #934824;
}

/* @group supporting-nav */

.right-sidebar .supporting-nav li
{
	margin: 8px 0;
}

.right-sidebar .supporting-nav h3
{
	background-image: url(/images/right_sidebar/supporting_nav_h3_background.png);
}

.right-sidebar .supporting-nav a
{
	font-weight: bold;
}

.right-sidebar li.selected a,
.right-sidebar ul ul li.selected a,
.right-sidebar ul ul li.selected a:hover
{
	color: #000;
	cursor: default;
	font-weight: bold;
}

.right-sidebar .supporting-nav ul ul
{
	margin-top: 8px;
	font-size: 97%;
	line-height: 1.2em;
}

.right-sidebar .supporting-nav ul ul li
{
	margin: 5px 0;
	background-image: url(/images/common/bull.gif);
	background-position: 3px 3px;
	padding-left: 16px;
}

.right-sidebar .supporting-nav ul ul a
{
	color: #d24800;
	font-weight: normal;
	cursor: pointer;
}

.right-sidebar .supporting-nav ul ul a:hover
{
	color: #993600;
}

/* @end */

/* @group related-services */

.right-sidebar .related-services h3
{
	display: none;
}

.right-sidebar .related-services li img
{
	padding: 1px 0 0 6px;
	cursor:  help;
}

/* @end */

#virtual_briefcase
{
	margin: 10px 10px 0;
	width: 195px;
	height: 212px;
}

/* @end */

/* @group buttons */

button.brown
{
	margin: 0;
	border: none;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 10px;
	background: none;
	cursor: pointer;
}

a:hover button.brown
{
	color: #fff1cd;
}

button.brown span
{
	display: block;
	padding-right: 12px;
	background: url(/images/buttons/brown/right.png) no-repeat 100% 0;
}

button.brown span span
{
	padding: 0 3px 1px 15px;
	line-height: 26px;
	background: url(/images/buttons/brown/left.png) no-repeat 0 0;
}

/* @end */

/* @group misc */

span.clear
{
	display: block;
	clear: both;
}

img
{
	border: 0;
}

a
{
	color: #d24800;
	text-decoration: none;
}

a:hover
{
	color: #993600;
}

a.disabled
{
	color: #dfdfdf;
}

a.email,
span.email a
{
	padding-left: 20px;

	background: url(/images/common/email_icon.gif) no-repeat 0 50%;
}

a img
{
	border: none;
}


li.first
{
	border: none !important;
}

p
{
	margin: 0 0 1em;
}

blockquote
{
	margin: 1em 0;
	border-left: 2px solid #e9ab71;
	padding: 0 1em;
	color: #a16a34;
}

.asterick
{
	font-weight: bold;
	color: #ff00a8;
	padding: 0 2px;
}

abbr.asterick
{
	cursor: help;
	border-bottom: none;
}

span.normal
{
	font-weight: normal;
}

/* @end */


.noflash
{
	height: 400px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

.noflash h3,
.noflash p
{
	margin: 0;
	position: absolute;
	left: 0;
	color: #fff;
	text-align: center;
}

.noflash h3
{
	font-size: 2em;
	top: 4em;
}

.noflash p
{
	top: 10.5em;
}

.noflash a
{
	display: block;
	position: absolute;
	top: 225px;
	width: 184px;
	height: 65px;
	background: url(/images/site/misc/get_flash.png) no-repeat 0 0;
}

* html .noflash a
{
	background-image: url(/images/site/misc/get_flash.gif);
}

* html locations-map-container a
{
	background-image: url(/images/site/misc/get_flash.gif);
}

span.hide
{
	display: none;
}

span.nowrap
{
	white-space: nowrap;
}

.full-text-bio p a,
.full-text-bio p a:hover,
.full-text-bio p a:link,
.full-text-bio p a:visited,
.full-text-bio p a:active,
{
  color: #d3a562 !important;
}
