/**
* Global Styles Defintions
*
* @author			Matt Gifford
* @copyright		2008 Timeshifting Interactive Limited
* @version		1.5.1
*/

html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

html
{
	/* always display vertical scrollbar, stops centered content jumping between pages */
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	background: #fff url(../images/global-bg.gif) repeat-x top left;
}

body
{
	font: 13px tahoma, arial, geneva, helvetica, sans-serif;
	color: #333;
	background: url(../images/global-body-bg.png) no-repeat 50% 0px;
}

select, input, textarea
{
	font: 99% tahoma, arial, geneva, helvetica, sans-serif;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

fieldset, img
{
	border: 0;
	display: block;
}

address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

pre, code
{
	font: 115% monospace;
}

caption, th
{
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

q: before, q: after
{
	content: '';
}

abbr, acronym
{
	border: 0;
}

body *
{
	line-height: 1.22em;
}

a
{
	color: #3F647E;
	text-decoration: underline;
	outline: none !important;
}

a:hover
{
	color: #2486CD;
	text-decoration: underline;
}

a.active
{
	cursor: default;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}




/* ::  Global Styles  */

#page
{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1009px;
	font-size: 85%;
}

#globalHeader
{
	position: relative;
	width: 100%;
	height: 101px;
}

#globalHeader h1
{
	display: none;
}

#globalHeaderLogo
{
	position: absolute;
	top: 0;
	left: 0;
}



/*  ::  Global Styles  --  Header  ::  Navigation  */

#globalHeaderNav
{
	position: relative;
	z-index: 200;
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
	width: 995px;
	height: 54px;
	background: url(../images/global-header-nav-bg.gif) repeat-x top left;
	border-bottom: 1px solid #ECF0F2;
}

#globalHeaderNav li
{
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

#globalHeaderNav h3
{
	position: relative;
	width: 100%;
	height: 54px;
}

#globalHeaderNav h3.active
{
	background: #fff;
}

#globalHeaderNav h3 a
{
	display: block;
	margin: 0;
	padding: 16px 0 0 0;
	height: 34px;
	border-top: 4px solid #655240;
	font: bold 13px arial, geneva, helvetica, sans-serif;
	color: #605F5F;
	background: #fff;
	text-align: center;
	text-decoration: none;
}

#globalHeaderNav li.active h3 a
{
	border-top: 4px solid #CDD5DF;
	background: #F9F9F9;
	color: #3F647E;
}

#globalHeaderNav h3 a:hover
{
	color: #2486CD;
}

#globalHeaderNav h3 a.active
{
	border-color: #C09122 !important;
}

#globalHeaderNav ul
{
	position: absolute;
	width: 160px;
	margin: 1px 0 0 0;
	padding: 4px 0 4px 0;
	list-style: none;
	background: #CED2D9 url(../images/global-header-nav-menu-bg.gif) repeat-x top left;
}

#globalHeaderNav ul li
{
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

#globalHeaderNav ul li a
{
	display: block;
	width: 140px;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	background: transparent;
}

#globalHeaderNav ul li a:hover
{
	background: #fff;
}

#globalHeaderNav ul
{
	visibility: hidden;
}

#globalHeaderNav li.active ul
{
	visibility: visible;
}

#globalHeaderNav li.active h3
{
	background: #fff;
}

#globalHeaderNavHome
{
	width: 95px;
	border-left: 1px solid #fff;
}

#globalHeaderNavAbout
{
	width: 95px;
}

#globalHeaderNavNews
{
	width: 95px;
}

#globalHeaderNavPeople
{
	width: 95px;
}

#globalHeaderNavPhilosophy
{
	width: 105px;
}

#globalHeaderNavProducts
{
	width: 100px;
}

#globalHeaderNavContact
{
	width: 95px;
}
#globalHeaderNavInvest
{
	width: 95px;
}
#globalHeaderNavCareers
{
	width: 100px;
}

#globalHeaderNavLogin
{
	width: 100px;
}

#globalHeaderNavLogin ul
{
	width: 126px;
}

#globalHeaderNavLogin ul li a
{
	width: 106px;
}

#globalHeaderNavMain
{
	width: 105px;
}

#globalHeaderNavValue
{
	width: 140px;
}

#globalHeaderNavRealEstate
{
	width: 140px;
}

#globalHeaderNavInternational
{
	width: 200px;
}
#globalHeaderNavFocusedCredit
{
 width: 140px;
}
#globalHeaderNavContact2
{
	width: 125px;
}
#globalHeaderNavLogout
{
	width: 125px;
}

#globalNavigation
{
	font-size: 12px;
	padding: 0 0 0 2.75em;
	background: #085d32 url(../images/global-navigation-bg.gif) repeat-x top left;
}

#globalNavigation a
{
	float: left;
	margin: 0 10px;
	padding: 4px 10px 6px 10px;
	border-top: 4px solid #5E8962;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	background: transparent;
}

#globalNavigation a:hover
{
	color: #fff;
	background: #5e8962;
	border-top: 4px solid #5e8962;
}

#globalNavigation a.active, #globalNavigation a.active:hover
{
	color: #5e8962;
	background: #f9f9f2;
	border-top: 4px solid #5e8962;
}

#globalNavigation a.static, #globalNavigation a.static:hover
{
	color: #6d9371;
	background: transparent;
	border-top: 4px solid #5e8962;
	cursor: default;
	font-weight: bold;
}

#globalNavigation p
{
	float: right;
	margin: 0;
	padding: 0 10px 0 20px;
	background: #a1baa4 url(../images/global-navigation-right-bg.gif) repeat-x top left;
}

#globalNavigation p a
{
	display: block;
	margin: 0 !important;
	padding: 5px 9px 6px 9px !important;
	border-top: 4px solid #78A07C !important;
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	background: transparent;
}

#globalNavigation p a:hover
{
	color: #085d32;
	background: transparent;
}

#globalNavigation p a.active, #globalNavigation p a.active:hover
{
	color: #6C7270;
	background: transparent;
}

#globalNavigation br
{
	clear: both;
	line-height: 2.3; /* line height sets div height for msie */
}



/*  ::  Global Styles  --  Footer  */

#globalFooter
{
	position: relative;
	width: 100%;
	clear: both;
	background: #fff url(../images/global-footer-bg.gif) no-repeat 50% 0;
	text-align: center;
}

#globalFooterLegal
{
	position: relative;
	width: 1009px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	text-align: left;
	overflow: hidden;
	font: normal 11px arial, geneva, helvetica, sans-serif;
	color: #7C7C7C;
}

#globalFooterLegal a
{
	color: #86908D;
	text-decoration: none;
}

#globalFooterLegal a:hover
{
	color: #86908D;
	text-decoration: underline;
}

#globalFooterLegal p.copyright
{
	float: left;
	width: 60%;
}

#globalFooterLegal p.links
{
	float: right;
	width: 35%;
	text-align: right;
}




/*  ::  Page Styles  --  Home  ::  Branding  */

#homeBrandingArea
{
	position: relative;
	width: 100%;
	height: 223px;
	background: #fff url(../images/home-brandingarea-bg-modified.jpg) no-repeat top left;
}

#homeBrandingArea h1
{
	position: absolute;
	left: 28px;
	top: 41px;
	width: 260px;
	font: normal 14px/24px arial, geneva, helvetica, sans-serif;
	color: #fff;
}

#homeBrandingArea h2
{
	position: absolute;
	left: 740px;
	top: 45px;
	width: 210px;
	font: normal 12px/16px arial, geneva, helvetica, sans-serif;
	color: #fff;
}

#homeBrandingArea ul
{
	position: absolute;
	left: 715px;
	top: 103px;
	width: 294px;
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 12px/16px arial, geneva, helvetica, sans-serif;
	color: #fff;
}

#homeBrandingArea ul li
{
	margin: 0;
	padding: 0;
}

#homeBrandingArea ul li a
{
	display: block;
	padding: 7px 20px 7px 40px;
	background: url(../images/global-bullet-arrow-white-small.gif) no-repeat 26px 50%;
	text-decoration: none;
	color: #fff;
}

#homeBrandingArea ul li a:hover
{
	display: block;
	padding: 6px 20px 6px 40px;
	background: #fff url(../images/global-bullet-arrow-blue-small.gif) no-repeat 26px 50%;
	color: #2486CD;
	border-top: 1px solid #A3BFD4;
	border-bottom: 1px solid #A3BFD4;
}



/*  ::  Page Styles  --  Home  ::  Content  */

#homeContent
{
	position: relative;
	width: 100%;
	background: url(../images/home-content-bg.png) no-repeat top left;
}

#homeContent h3
{
	margin: 0;
	padding: 0 0 20px 0;
	font: bold 15px arial, geneva, helvetica, sans-serif;
	color: #655240;
}

#homeContent p
{
	margin: 0;
	padding: 0 0 16px 0;
	font: normal 12px arial, geneva, helvetica, sans-serif;
	color: #333;
}

#homeContent span
{
	font-size: 90%;
	color: #666;
}

#homeContent a
{
	font-size: 100%;
	color: #333;
	text-decoration: none;
}

#homeContent a:hover
{
	color: #085d32;
	text-decoration: underline;
}

#homeContent a.more
{
	padding: 0 8px 0 0;
	font-size: 100%;
	color: #5E8962;
	text-decoration: none;
	line-height: 4;
	background: url(../images/global-arrow-green-small.gif) no-repeat 100% 4px;
}

#homeContent a.more:hover
{
	color: #085d32;
	text-decoration: underline;
}

#homeContentLeft
{
	float: left;
	margin: 0;
	padding: 68px 35px 150px 35px;
	width: 249px;
}

#homeContentLeft h3
{
	margin: 0;
	padding: 0;
	font: normal 13px/22px arial, geneva, helvetica, sans-serif;
	color: #888888;
}

#homeContentMiddle
{
	float: left;
	margin: 0;
	padding: 35px 30px 35px 0;
	width: 368px;
}

#homeContentRight
{
	float: left;
	margin: 0;
	padding: 35px 0px 14px 0;
	width: 292px;
}

#homeContentRight h3
{
	padding: 0 0 10px 36px;
}

#homeContentRight ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 12px/16px arial, geneva, helvetica, sans-serif;
	color: #fff;
}

#homeContentRight ul li
{
	margin: 0;
	padding: 0;
}

#homeContentRight ul li a
{
	display: block;
	padding: 7px 30px 7px 35px;
	background: url(../images/global-bullet-arrow-navy-small.gif) no-repeat 23px 11px;
	text-decoration: none;
	color: #000;
}

#homeContentRight ul li a:hover
{
	display: block;
	padding: 7px 30px 7px 35px;
	background: #fff url(../images/global-bullet-arrow-blue-small.gif) no-repeat 23px 11px;
	color: #2486CD;
	text-decoration: none;
}



/* ::  Shared Styles -- INSIDE  */

#insideSubNavigation
{
	position: relative;
	padding: 5px;
	border-bottom: 2px solid #fff;
	background: #F9F9F2;
	font-size: 11px;
	color: #999;
}

#insideSubNavigation p.about
{
	text-align: left;
	padding-left: 30px;
}

#insideSubNavigation p.people
{
	text-align: left;
	padding-left: 104px;
}

#insideSubNavigation p.philosophy
{
	text-align: left;
	padding-left: 30px;
}

#insideSubNavigation p.process
{
	text-align: right;
	padding-right: 205px;
}

#insideSubNavigation p.products
{
	text-align: right;
	padding-right: 205px;
}

#insideSubNavigation a
{
	padding: 0 4px;
	color: #999;
	text-decoration: none;
}

#insideSubNavigation a:hover
{
	color: #085d32;
	text-decoration: none;
}

#insideSubNavigation a.active, #insideSubNavigation a.active:hover
{
	color: #669966;
	text-decoration: none;
}

#insideContent
{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/inside-content-bg.png) no-repeat top left;
}

#insideContent2
{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/inside-content-bg.gif) repeat-x top left;
}

#insideContent3
{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ::  Shared Styles -- INSIDE  LEFT */

#insideContentLeft
{
	float: left;
	margin: 0;
	padding: 30px 50px 50px 48px;
	font-size: 110%;
	width: 615px;
}

#insideContentLeft2
{
	float: left;
	margin: 0;
	padding: 30px 50px 50px 48px;
	font-size: 110%;
	width: 90%;
}

#insideContentBreadCrumbs
{
	padding: 8px 0 !important;
	color: #BAC7BA !important;
	font-size: 10px !important;
	display: none;
}

#insideContentBreadCrumbs b
{
	color: #8EA390;
	font-weight: normal;
}

#insideContentBreadCrumbs a
{
	color: #BAC7BA;
	text-decoration: none;
}

#insideContentBreadCrumbs a:hover
{
	color: #BAC7BA;
	text-decoration: underline;
}

#insideContentLeft h2
{
	margin: 0;
	padding: 0 0 20px 0;
	font: normal 16px arial, geneva, helvetica, sans-serif;
	color: #655240;
}

#insideContentLeft h3
{
	margin: 0;
	padding: 0 0 10px 0;
	font: normal 23px arial, geneva, helvetica, sans-serif;
	color: #655240;
}

#insideContentLeft h3.runOn
{
	padding: 0;
}

#insideContentLeft h4
{
	margin: 0;
	padding: 2px 0 6px 0;
	font: bold 14px arial, geneva, helvetica, sans-serif;
	color: #666;
}

#insideContentLeft h5
{
	font-size: 125%;
	padding: 0 0 4px 0;
}

#insideContentLeft h6
{
	font-size: 110%;
	padding: 0 0 4px 0;
}

#insideContentLeft p
{
	font-size: 100%;
	color: #333;
	line-height: 1.4;
	padding-bottom: 16px;
}

#insideContentLeft p.runOn
{
	font-size: 100%;
	color: #333;
	line-height: 1.4;
	padding-bottom: 4px;
}

#insideContentLeft p.sectionEnd
{
	font-size: 100%;
	color: #333;
	line-height: 1.4;
	padding-bottom: 35px;
}

#insideContentLeft ul
{
	margin-top: 0;
}

#insideContentLeft ol.sectionEnd, #insideContentLeft ul.sectionEnd
{
	margin-bottom: 35px;
}

#insideContentLeft li
{
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	padding-bottom: 4px;
}

#insideContentLeft ul.moreSpace li
{
	padding-bottom: 12px;
}

#insideContentLeft img.leftBioPhoto
{
	float: left;
	margin: 8px 14px 6px 0;
}

#insideContentLeft img.centerBioPhoto
{
	display: inline;
	text-align: center;
	margin: 0 auto;
}

#insideContentLeft img.rightBioPhoto
{
	float: right;
	margin: 8px 0 6px 6px;
}

#insideContentLeft div.clear
{
	padding-bottom: 10px;
}

#insideContentLeft ol.footnotes li
{
	font-size: 10px;
}





/* ::  Shared Styles -- INSIDE  RIGHT */

#insideContentRight
{
	float: right;
	width: 295px;
	padding: 0 0 20px 0;
}

#insideContentRight h4
{
	padding: 12px 15px 10px 26px;
	font: bold 12px arial, sans-serif;
	color: #3F647E;
	background: #fff url(../images/inside-sidebar-heading-bg.gif) repeat-x top left;
}

#insideContentRight h4 a, #insideContentRight h4 a:hover
{
	color: #3F647E;
	text-decoration: none;
}

#insideContentRight p
{
	padding: 0 0 8px 0;
	border-top: 1px solid eef2f1;
	font: normal 110% arial, sans-serif;
	line-height: 1.5;
	color: #003333;
}

#insideContentRight p.sectionEnd
{
	padding: 15px 20px;
	color: #fff;
}

#insideContentRight a
{
	color: #fff;
	text-decoration: none;
}

#insideContentRight a:hover
{
	color: #fff;
	text-decoration: underline;
}

#insideContentRight a.bulletGreen
{
	display: block;
	padding: 7px 20px 8px 40px;
	width: 235px;
	border-top: 1px solid #3F647E;
	background: #718C9F url(../images/global-bullet-arrow-white-small.gif) no-repeat 26px 50%;
	text-decoration: none;
}

#insideContentRight a.bulletGreen:hover
{
	display: block;
	padding: 7px 20px 7px 40px;
	background: #fff url(../images/global-bullet-arrow-blue-small.gif) no-repeat 26px 50%;
	color: #2486CD;
	border-top: 1px solid #A3BFD4;
	border-bottom: 1px solid #A3BFD4;
}

#insideContentRight ul
{
	position: relative;
	margin: 0;
	padding: 0 0 8px 0;
	border-top: 1px solid eef2f1;
	list-style: none;
}

#insideContentRight ul ul
{
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid eef2f1;
	list-style: none;
}

#insideContentRight li
{
	margin: 0;
	padding: 0;
	font: normal 110% arial, sans-serif;
	color: #003333;
}

#insideContentRight li a
{
	display: block;
	padding: 7px 20px 8px 40px;
	width: 235px;
	border-top: 1px solid #3F647E;
	background: #718C9F url(../images/global-bullet-arrow-white-small.gif) no-repeat 26px 50%;
	text-decoration: none;
}

#insideContentRight li a:hover
{
	display: block;
	padding: 7px 20px 7px 40px;
	background: #fff url(../images/global-bullet-arrow-blue-small.gif) no-repeat 26px 50%;
	color: #2486CD;
	text-decoration: none;
	border-top: 1px solid #A3BFD4;
	border-bottom: 1px solid #A3BFD4;
}

#insideContentRight li li a
{
	display: block;
	padding: 7px 20px 8px 60px;
	width: 215px;
	border-top: 1px solid #3F647E;
	background: #718C9F url(../images/global-bullet-arrow-white-small.gif) no-repeat 46px 50%;
	text-decoration: none;
	font-size: 12px;
}

#insideContentRight li li a:hover
{
	display: block;
	padding: 7px 20px 7px 60px;
	background: #fff url(../images/global-bullet-arrow-blue-small.gif) no-repeat 46px 50%;
	color: #2486CD;
	text-decoration: none;
	border-top: 1px solid #A3BFD4;
	border-bottom: 1px solid #A3BFD4;
}



/* ::  Shared Styles -- PEOPLE SECTION  */

table.peopleBioTable
{
	width: 530px;
	table-layout: fixed;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

table.peopleBioTable td
{
	margin: 0;
	padding: 6px 8px 18px 8px;
	border: 0;
	text-align: center;
	font-size: 85%;
	vertical-align: top;
}

table.peopleBioTable td h5
{
	padding: 2px 0;
}



/* ::  Shared Styles -- PRODUCTS SECTION  */

table.productsPageTable
{
	width: 528px !important;
	margin: 10px 0 30px 0;
	border: 1px solid #ccc;
}

table.productsPageTable td
{
	padding: 3px 6px;
	border: 1px solid #ddd;
}

table.productsPageTable thead
{
	/* display: block; */
	width: 100%;
	color: #fff;
	background: #3E647E;
	font-size: 110%;
	text-align: center;
	padding: 4px 0;
	margin: 0px 0;
	border: 0px;
	vertical-align: bottom;
}

table.productsPageTable thead td
{
	padding: 3px 6px;
	border: 0px;
}

table.productsPageTable td b
{
	display: block;
	width: 100%;
	color: #fff;
	background: #3E647E;
	font-size: 110%;
	text-align: center;
	padding: 4px 0;
	margin: 2px 0;
}


/* ::  Shared Styles -- LOGIN SECTION  */

#loginTable
{
	width: 400px;
}

#loginTable td
{
	padding: 2px 4px;
}

#loginTable td a
{
	font-size: 80%;
}



/*  ::  Page Styles  --  Products  */

table.productOverview
{
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
}

table.productOverview th
{
	margin: 0;
	padding: 6px 6px;
	font: bold 11px arial, geneva, helvetica, sans-serif;
	color: #fff;
	background: #3F647E;
}

table.productOverview td
{
	margin: 0;
	padding: 4px 0px;
	border: 1px solid #ccc;
	font: normal 11px arial, geneva, helvetica, sans-serif;
}

table.productOverview td span
{
	white-space: nowrap;
}

table.productOverview td b
{
	text-transform: none !important;
}

#productsOverview
{
	position: relative;
	width: 100%;
	height: 280px;
}

#productsOverview ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#productsOverview a.mutual
{
	position: absolute;
	display: block;
	left: 0px;
	top: 47px;
	width: 605px;
	height: 57px;
	background: url(../images/products-overview.gif) no-repeat 0px -47px;
}

#productsOverview a.separate
{
	position: absolute;
	display: block;
	left: 456px;
	top: 268px;
	width: 605px;
	height: 122px;
	background: url(../images/products-overview.gif) no-repeat 0px -104px;
}

#productsOverview a.alternative
{
	position: absolute;
	display: block;
	left: -4px;
	top: 366px;
	width: 605px;
	height: 53px;
	background: url(../images/products-overview.gif) no-repeat 0px -227px;
}

#productsOverview a b
{
	display: none;
}



/*  ::  Page Styles  --  Contact  ::  Form  */

#contactFormTable td
{
	margin: 0;
	padding: 2px 4px;
	vertical-align: top;
}



/*  ::  Page Styles  --  Extranet  ::  Performance  */

table.extranetPerformance
{
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0;
}

table.extranetPerformance th
{
	margin: 0;
	padding: 6px 6px;
	font: bold 11px arial, geneva, helvetica, sans-serif;
	color: #fff;
	background: #3F647E;
}

table.extranetPerformance td
{
	margin: 0;
	padding: 4px 6px;
	border: 1px solid #ccc;
	font: normal 11px arial, geneva, helvetica, sans-serif;
}

ul.extranetPerformanceNotes
{
	list-style: none;
	margin: 0;
	padding: 0;
}

