/* -------------------------------------------------- */
/*=UNIVERSAL STYLES */
body
{
	color: #262626;
	font: normal 13px Trebuchet MS, Lucida Grande, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#bodyContainer
{
	width: 770px;
	margin: 0 auto;
}

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

a:hover, a:active
{
	color: #005295;
	text-decoration: underline;
	background-position: 0 0;
}

#pageBody ul
{
	margin: 10px 10px;
	padding: 0;
	text-indent: 0;
}

#pageBody li
{
	margin: 5px 0 5px 10px;
	padding: 0;
	line-height: 1.5em;
}

img { border: 0; }
img a:active { border: 0; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
div.hidden { display: none; }

/* -------------------------------------------------- */
/*=PAGE HEADER */
#utilityNav
{
	width: 770px;
	text-align: right;
}

/* -------------------------------------------------- */
/*=GLOBAL NAV BAR */
#globalNav
{
	margin: 18px 0 5px 0;
	width: 770px;
	font: normal 11px Verdana, Arial, sans-serif;
}

#globalNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
#globalNav ul li
{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#globalNav ul li a
{
	display: block;
	text-decoration: none;
	color: navy;
}

/*1st sub level menu*/
#globalNav ul li ul
{
	left: 0;
	position: absolute;
	top: 1em;
	/* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	padding: 4px 0 18px 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#globalNav ul li ul li
{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#globalNav ul li ul li ul
{
	left: 159px;
	/* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#globalNav ul li ul li a
{
	display: block;
	width: 134px;/*width of sub menu levels*/
	color: #fff;
	text-decoration: none;
	padding: 5px 8px 7px 8px;
	margin: 0px 5px;
	border-top: 1px solid #698eb5;
}

#globalNav ul li ul li a.first
{
	border-top: none;
}

#globalNav ul li a:hover
{
	color: #cdf084;
}

/* Holly Hack for IE \*/
* html #globalNav ul li { float: left; height: 1%;}
* html #globalNav ul li a { height: 1%; }

/* -------------------------------------------------- */
/*=PAGE BODY */
#pageBody
{
	padding: 3px 15px 3px 3px;
	background-color: #FFF;
	background-image: url(../images/bg_pageBody.gif);
	background-repeat: no-repeat;
}

#pageLeftNav
{
	float: left;
	width: 202px;
}

#pageHeightSet 
{
	width: 1px; 
	height: 387px;
	float: left;
}

#pageRightContent
{
	float: right;
	width: 530px;
}

.breadcrumbNavigation
{
	color: #566068;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
}

#localNavigation
{
	margin: 2px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 5px solid #a5d544;
}

#localNavigation ul
{
	margin: 0;
	padding: 0;
	text-indent: 13px;
}

#localNavigation li
{
	color: #522a00;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 2.1em;
	list-style-type: none;
	border-bottom: 1px solid #e5e2d3;
	margin: 0;
	padding: 1px 0 1px 0;
	background: #fff;
}

#localNavigation li a
{
	display: block;
	background: #faf8f5;
}

#localNavigation li a:hover
{
	display: block;
	text-decoration: none;
	background: #f0eee6;
}

#localNavigation li.active a
{
	display: block;
	background: #f0eee6;
	color: #522a00;
}

#localNavigation li.active a:hover
{
	display: block;
	text-decoration: none;
	background: #f0eee6;
	color: #522a00;
	cursor: default;
}

.l3 #localNavigation li.active a:hover
{
	display: block;
	text-decoration: none;
	background: #f0eee6;
	color: #522a00;
	cursor: pointer;
}

/* -------------------------------------------------- */
/*=FOOTER */
#footer
{
	clear: both;
	width: 770px;
	margin: 40px auto 10px auto;
}

#footer #top
{
	border-bottom: 5px solid #a5d544;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#footer.left { float: left: width: 440px; }
#footer.right { float: right: width: 320px; }

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover, a:active
{
	color: #666;
	text-decoration: none;
}

/* -------------------------------------------------- */
/*=SIDEBAR STYLES */

.sidebarForm
{
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
 	padding: 0 10px 15px 10px;
 	color: #522a00;
 	font: normal 10px Arial, Verdana, sans-serif;
 	text-transform: uppercase;
 	border-bottom: 1px solid #dad7c9;
}

 .sidebarForm input
 {
 	width: 178px;
 	border: 1px solid #d0c4b7;
 	margin: 15px 0 2px 0;
 }

.sidebarForm input.buttonSubmit
 {
 	width: 69px;
 	border: 0px;
 	margin: 18px 0 0 0;
 }
 
.sidebarText
 {
 	padding: 15px 10px;
 	color: #666;
 	font: normal 11px Verdana, Arial, sans-serif;
 	font-style: italic;
 	line-height: 1.75em;
 }

/* -------------------------------------------------- */
/*=TEXT STYLES */
img.sectionPageTitle { margin: 22px 0 0 0; }
img.pageTitle { margin: 22px 0 0 0; }

.introTextL1
{
	font-weight: bold;
	margin: 30px 0 0 0;
}

.introTextL2
{
	font-weight: bold;
	margin: 5px 0 0 0;
}

.introTextL2PlainText
{
	margin: 5px 0 0 0;
}

.aHead
{
	width: 530px;
	border-bottom: 5px solid #dad7c9;
	margin: 30px 0 10px 0;
}

#pageLeftNav .aHead
{
	width: 202px;
	border-bottom: 5px solid #dad7c9;
	margin: 55px 0 2px 0;
}

.bHead
{
	font-weight: bold;
	color: #522a00;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}

.disclaimer
{
	color: #666;
	font: normal 10px Verdana, Arial, Trebuchet MS, Lucida Grande, Tahoma, sans-serif;
}

#footer
{
	color: #666;
	font: normal 10px Verdana, Arial, Trebuchet MS, Lucida Grande, Tahoma, sans-serif;
}

#pressRelease .subTitle
{
	font-weight: bold;
	margin: 10px 0px 45px 0;
}

/* -------------------------------------------------- */
/*=HOME PAGE */

#home #pageBodyImages
{
	padding: 3px 3px 3px 3px;
	background-color: #FFF;
	background-image: url(../images/bg_pageBody_fp.gif);
	background-repeat: no-repeat;
}

#home #pageLeft
{
	float: left;
	width: 389px;
	padding: 0 0 0 10px;
}

#home #pageLeft img.promo
{
	position: relative;
	left: -30px;
}

#home #pageLeft #intro
{
	border-top: 5px solid #dad7c9;
	padding: 10px 0 0 0;
}

#pageHeightSet 
{
	width: 1px; 
	height: 387px;
	float: left;
}

#home #pageRight
{
	float: right;
	width: 355px;
	padding: 0 0 50px 0;
}


#home #pageRight #headlines
{
	margin: 0 10px 0 25px;
	font-size: 12px;
	line-height: 1.4em;
	
}

#home #pageRight #headlines .item
{
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #dad7c9;
}

#home #pageRight #headlines a
{
	font-weight: bold;
}

#home #pageRight #headlines .item .image
{
	float: left;
	width: 35px;
	padding: 5px 0 0 0;
}

#home #pageRight #headlines .item .text
{
	float: left;
	width: 280px;
	padding: 0 5px 0 0;
}

/*--Highlighted Headlines--*/


#home #pageRight .highlight
{
	background-color:#dad7c9;
	border-top:1px solid #dad7c9;
	border-bottom:1px solid #dad7c9;
	margin-bottom:15px !important;
}

#home #pageRight .highlight .item
{
	background-color: #faf8f5;
	border-bottom: 1px solid #ffffff !important;
	border-top:none !important;
	margin-bottom: 1px;
	padding: 0 0 10px 0 !important;
}

#home #pageRight .highlight .item .image
{
	border-top:1px solid #ffffff;
	padding: 14px 0 0 0 !important;
}

#home #pageRight .highlight .item .text
{
	border-top:1px solid #ffffff;
	padding: 9px 5px 0 0 !important;
}

/* -------------------------------------------------- */
/*=OUR TEAM PAGE */
#ourTeam div.teamThumb
{
	float: left;
	margin: 4px 15px 0 0;
	width: 250px;
	border-bottom: 1px solid #dad7c9;
	color: #566068;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	background-repeat: no-repeat;
}

#ourTeam div.teamThumb div.text { margin: 21px 0 0 0; }
#ourTeam div.teamThumb a { font-size: 13px; }

#ourTeam div.teamThumb img
{
	float: left;
	margin: 0 5px 4px 0;
}

/* -------------------------------------------------- */
/*=Transactions Pages */
div.tombStone
{
	float: left;
	margin: 0 0 19px 0;
	padding: 4px 3px 13px 3px;
	width: 125px;
	border-bottom: 1px solid #dad7c9;
	background-image: url(../images/tombstone_bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

div.tombStone img.deal
{
	padding: 3px ;
}

div.tombStone .links
{
	width: 125px;
	height: 45px;
}

div.tombStone .links a
{
	display: block;
}

div.tombStone .links a.details
{
	border-bottom: 1px solid #dad7c9;
}

/* -------------------------------------------------- */
/*=News Pages */
div.newsItem
{
	clear: both;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #dad7c9;
}

div.newsItem .image
{
	float: left;
	width: 35px;
	padding: 5px 0 0 0;
}

div.newsItem .text
{
	float: left;
	width: 495px;
	font-weight: bold;
}

div.newsItem span.publicationName
{
	font-weight: normal;
}


/*--News Highlighted Rows-*/

div.newshighlight, div.updatehighlight 
{
	background-color:#dad7c9;
	border-top:1px solid #dad7c9;
	border-bottom:1px solid #dad7c9;
}

div.newshighlight .newsItem, div.updatehighlight .newsItem 
{
	background-color: #faf8f5;
	border-bottom: 1px solid #ffffff !important;
	margin-bottom: 1px;
	padding: 0 0 15px 0 !important;
}

div.newshighlight .newsItem .image, div.updatehighlight .newsItem .image
{
	border-top:1px solid #ffffff;
	padding: 19px 0 0 0 !important;
}

div.newshighlight .newsItem .text
{
	border-top:1px solid #ffffff;
	padding: 14px 0 0 0 !important;
}

/*--Update Highlight IE Fix-*/
div.updatehighlight .newsItem .text
{
	width:100% !important;
	border-top:1px solid #ffffff;
	padding: 14px 0 0 5px;
}




/* -------------------------------------------------- */
/*=RESEARCH FORM */

#researchForm
{
	background-image: url(../images/form_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
 	padding: 10px 10px 0 18px;
}

#researchForm #whitepaper_images
{
	float:left;
	width:250px;
}

#researchForm #whitepaper_images img {
	margin-left: 10px;
}

#researchFormImage
{	
position: relative;
top: 8px;
left: -18px;
}


#researchForm #fields
{
	float:left;
	width:250px;
 	color: #522a00;
 	font: normal 10px Arial, Verdana, sans-serif;
 	text-transform: uppercase;
}

#researchForm input
 {
 	width: 250px;
 	border: 1px solid #d0c4b7;
 	margin: 15px 0 2px 0;
 }

#researchForm #fields p {
	font: normal 13px Trebuchet MS, Lucida Grande, Tahoma, Verdana, sans-serif;
	line-height: 1.5em;
	color: #262626;
	margin:0;
	padding:0; }

#researchForm div.checkbox
 {
 	margin-top:5px; 
	margin-bottom:10px;
 }

#researchForm div.checkbox input
 {
 	float:left;
 	width: auto;
	margin:0;
	padding:0;
	border:none !important;
 }
 
#researchForm div.checkbox span
 {
 	display:block;
 	float:left;
 	width:200px;
	text-transform:none;
	font-size:11px;
	padding-left:5px;
	color:#522a00;
 }


#researchForm textarea
 {
 	width: 250px;
 	height: 75px;
 	border: 1px solid #d0c4b7;
 	margin: 15px 0 2px 0;
 }

#researchForm input.buttonSubmit
 {
 	width: 69px;
 	border: 0px;
 	margin: 18px 0 0 0;
 }
 
 .required
 { color:#005295;}
 





#reportForm
{
	padding-top: 80px;
}

#reportForm h2 
{
	padding: 0 0 7px 15px;
	margin: 0 0 2px 0;
	border-bottom: 5px solid #e5e2d3;	
}

#reportForm .fields 
{
	padding: 2px 10px 0 10px;
	background: url(../images/form_gradient.gif) repeat-x;
	color: #522a00;
 	font: normal 10px Arial, Verdana, sans-serif;
 	text-transform: uppercase;
}

#reportForm input.text
{ 
	width: 180px;
 	border: 1px solid #d0c4b7;
	margin: 13px 0 2px 0;
}

#reportForm .fields p 
{
	margin: 18px 0 4px 0;	
}

#reportForm .checkbox 
{
	text-transform: none;
	color: #464646;
}

#reportForm .footer 
{
	border-top: 1px solid #e5e2d3;
	margin-top: 18px;
	padding: 12px 20px 0 0;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
	text-transform: none;
	color: #464646;	
}



.reportYear 
{
	margin-top: 40px;
}

.reportYear h2 
{
	padding: 0 0 8px 0;
	border-bottom: 5px solid #e5e2d3;
	margin-bottom: 2px;
}

.reportYear .quarter
{	
	padding: 1px 0 20px 1px;
	margin-bottom: 2px;
	border-bottom: 2px solid #e5e2d3;
	background: url(../images/quarter_gradient.gif) no-repeat;
}

.reportYear .last {
	border-bottom: none !important;
}

.reportYear .quarter img 
{
	float: left;
	margin: 10px 10px;
}

.reportYear .quarter ul 
{
	padding-left: 0;
	margin: 0 0 0 80px !important;
	list-style: none;
}

.reportYear .quarter ul li 
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #e5e2d3;
	padding: 0 0 10px 0 !important;
	margin: 10px 0 12px 0 !important;
}


/* -------------------------------------------------- */
/*=popUp Windows */
body.popUpWindow
{
	background-image: url(../images/pop_bg.gif);
	background-repeat: repeat-x;
}

body.popUpWindow #bodyContainer
{
	width: 425px;
	margin: 0 auto;
	padding: 0 10px;
}

body.popUpWindow #content
{
	padding: 30px 25px 75px 25px;
	border-bottom: 1px solid #dad7c9;
}

body.popUpWindow p.title
{
	font-weight: bold;
	color: #522a00;
}

body.popUpWindow #close
{
	text-align: right;
}