/*BASIC*/

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	font: 0.75em/1.66em Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
	color: #846d44;
	}

	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 2em; }
h3 		{ font-size: 1.5em;  }
h4		{ font-size: 1em;  }
h5,h6	{ font-size: .84em;  }

/* default link formatting */			
a, a:link 			{ color: #d15f0e; text-decoration: none; }
a:visited 			{ color: #d15f0e; }	
a:focus, a:hover 	{ color: #d15f0e; text-decoration: underline; }
a:active 			{ color: #d15f0e; }

/*ADVANCED*/

/* layout - main
------------------------------------------------------------------------- */

* 		{ margin: 0; padding: 0; }
img 	{ border: 0; }
.skip 	{ display: none;}

body {
	/* text-align: center; */ 
	background: transparent url('../images/header.png') top center no-repeat;
	padding: 0 0 20px 0;
	background-color:#f1efe3
	}

#page {
    width: 760px;
    margin: 0 auto;
    /* text-align: left; */
    position: relative;
	}
	
#masthead {
	position: relative;
	width: 760px;
	/* padding-top: 104px; */
	padding-top: 35px;
	/*height: 34px;*/
	height: 240px;
	overflow: visible;
	}
	
#nav-main {
	position: absolute;
	left: 0; top:0;
	width: 72em;
}

.pictureframe {
  float:right;
  margin-left:12px;
  margin-top:5px;
  } 

#info {
	clear: both;
	height: 30px;
	width: 760px;
	padding-top: 23px;
	background: transparent url('images/rule.gif') repeat-x  0 23px;
	overflow: hidden;
	}

#content-intro {
	height: 205px;
	overflow: hidden;
}

#content-main {
	width: 760px;
	clear: both;
	border-color: #000;
	padding-top: 0px;
	margin-top: 1.6em; 
}




/* special cases - for tertiary menus */


#footer {
	clear: both;
	margin-top: 2em;
	height: 3em;
	line-height: 3em;
	background: transparent url('../images/rule.gif') repeat-x  0 0;
	font-size: .92em;
}

/* info */
#info a 		{ color: #846d44; }
#info a:hover 	{ color: #d15f0e; }


/* masthead
------------------------------------------------------------------------- */

#masthead h1 {
	position: relative;
    width: 760px;
	height: 240px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../images/masthead.jpg') no-repeat 0 0;
}

#masthead h1 a {
	display: block;
	position: absolute;
	top:0; left:0;
	width: 186px;
	height: 73px;
}

#searchform {	
	position: absolute;
	bottom:0px;
	right:0px;
}

#searchform img {	
	float: right;
}

#searchform input {	
	float: left;
	margin-left: 5px;
}

#searchform label {
	display: block;
	text-indent: -5000px;
}




/* mainmenu 
------------------------------------------------------------------------- */
.mainmenu{
	border-bottom: 0px solid transparent;
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%; /*leave this value as is in most cases*/
}

.mainmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
}

.mainmenu ul li{
list-style: none; 
display: inline;
}

.mainmenu ul li a{
	font-size: 1em;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
height: 28px;
float: left;
color: #ccc; /*text color*/
padding: 11px 21px 0 21px; 
text-decoration: none;
border-bottom: 0px solid transparent;
}

.mainmenu ul li a:visited{
	color: #ccc;
}

.mainmenu ul li a:hover, .mainmenu ul li .current{
/*color: white !important; /*text color of selected and active item*/
/*padding-top: 6px; /*shift text down 1px for selected and active item*/
/*padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: transparent url('../images/nav-hover.jpg') repeat-x 0 0;
	color: #fff;


}








/* content-main
------------------------------------------------------------------------- */

/* content-body */
#content-body {
	position: relative;
	float: left;
	margin-left: 16px;
}

#content-main .column {
	float: right;
	width: 544px;
	margin-left: 0;
}

.column-narrow {
	/* position: relative; */
	width: 369px;
}



/* nav-sub
------------------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 200px;
}



/* boxes
------------------------------------------------------------------------- */

.box {
	font-size: .92em;
	line-height: 1.4em;
	padding: 10px 12px 10px 12px;
	border-top: 4px solid rgb(195,203,208);
	background-color: #F2F2F2;
	margin-bottom: 1.25em;
	
}

.flush {
	padding: 10px 0 10px 0;
	background-color: white;
}


.box img {
	margin: .3em 0 1em 0;
}

.box em {
	display: block;
	font-style: normal;
	color: rgb(105,118,132);
}

/* arrow links */
.box li a, .box dt a, a.more, a.prev, .data li a, .summary li a, ul.more a {
	padding-left: 8px;
	background-position: 0 60%;
	background-repeat: no-repeat;
}

a.next {
	padding-right: 9px;
	background-position: 100% 60%;
	background-repeat: no-repeat;
}

#content-main ul.more {
	list-style: none;
}

#content-main ul.more li {
	margin-left:0;
}

#content-main .box a {
	color: #55626D;
}

#content-main .box a:hover {
	color: #000;
}

.box dd {
	margin: 0 0 .75em 0;
	color: #96A3AA;
}

.box li {
	padding: 0 0 .25em 0;
}

#content-main .box p {
	margin: 0 0 .75em 0;
}



/* homepage */
.entrance .wrapper-l {
	float: left;
	width: 362px;
}

.entrance .wrapper-r {
	float: right;
	width: 362px;
}

.entrance .wrapper-l .col-a, .entrance .wrapper-r .col-a {
	float: left;
	width: 169px;
}

.entrance .wrapper-l .col-b, .entrance .wrapper-r .col-b {
	float: right;
	width: 169px;
}

.home h3 {
	height: 2.1em;
}

.home .box {
	margin-bottom: 0;
}
#locTitle {
	display: block;
	color: #828F95;
}

.home .box img {
	padding: 0 0 1em 0;
	margin:0;
}

#locMap {
	width: 157px;
	height: 72px;
	margin: 0 0 1em 0;
}

.home .box #locMap img {
	margin:0;
	padding:0;
}

/* alphabet */
#content-main ul.alphabet {
	margin-top:-.4em;
}
.alphabet li {
	display: inline;
	font-size: 2.6em;
}

#sidebar .alphabet li {
	display: inline;
	font-size: 2em;
}

#content-main .alphabet li a {
	background-image: none;
	padding:0 6px 0 0;
	line-height: 1.1em;
	color: #96A3AA;
}

#content-main .alphabet li a:focus, #content-main .alphabet li a:hover {
	text-decoration: none;
}

#content-main .alphabet li a.active , #content-main .alphabet strong {
	font-weight: normal;
	color: #000;
}

.divider {
	color: #AAAAAA;
}

/* tabbing */
#content-main a.tab, #content-main a.tab-active {
	background-image: none;
	padding:0;
}

#content-main a.tab:link, #content-main a.tab:visited {
	color: #919DA7;
}



/* headers
---------------------------------------------------------------------- */

h2 {
	font-weight: normal;
	margin-bottom: .3em;
	line-height: 30px;
	word-spacing: -1px;
}

h3 {
	font-weight: normal;
	margin-bottom: .6em;
}

h3 a { 
	padding-right: 13px;
	background: transparent url('/_assets/img/link_heading_services.gif') no-repeat 100% 59%; /* default */
}

h4 {
	color: #2F3F4A;
}



#content-main p, #content-body ul, #content-body ol, address {
	margin-bottom: 1.3em;
}


#content-main .intro {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 1em 0;
	color: #ACBCC3;
	word-spacing: 0;
}


#content-body ul {
	margin-left: 3px;
}

#content-body li {
	margin: .6em 0 0 1em;
}


#content-main .metadata {
	margin:0 0 1.3em 0;
	color: #96A3AA;
	font-size: .92em;
	line-height: 1.4em;
}

#content-main .metadata a {
	color: #697684;
}

#content-main p.summary {
	margin-bottom: .3em;
}

#content-main .footnote {
	background-color: #FAFAFA;
	border: 1px solid #E7E7E8;
	padding: 10px 12px 10px 12px;
	margin: 1.3em 0 1.3em 0;
	line-height: 1.4em;
}

/* block quotes */
.quote, #content-main p.quote {
	border-top: 4px solid #5284C8;
	background-color: #D8EAF8;
	padding: 10px 12px 10px 12px;
	margin: 0 0 16px 0;
	line-height: 1.4em;
	color: #5284C8;
	display: block;
}

.cite, #content-main p.cite {
	display: block;
	background-color: #D8EAF8;
	padding: 6px 12px 10px 12px;
	margin: -26px 0 1.3em 0;
	font-weight: bold;
	font-size: .84em;
	color: #002C60;
	position: relative;
	line-height: 1.3em;
}

cite {
	font-style: normal;
}

.pullout {
	width: 160px;
	float: right;
	margin-left: 12px;
	clear: right;
}

#related .pullout {
	float: none;
	margin: 0 0 16px 0;
}



/* footer
------------------------------------------------------------------------- */

#footer ul {
	margin-left: -6px;
	float: left;
}

#footer li {
	float: left;

	list-style: none;
}
#footer li a {
	padding: 0 6px 0 6px;
	border-right: 1px solid #ccc;
	color: #d15f0e;
}

#footer li a:hover { color: #d15f0e; }

#footer p {
	float: left;
	padding-left: 6px;
	color: #846d44;
}

/* forms
------------------------------------------------------------------------- */

.box input,.box select {
	font-size: 1.1em;
}

fieldset {
	border: none;
}

#content-main fieldset {
	line-height: 1.6em;
	margin-bottom: 1em;
}

fieldset p {
	line-height: 1.5em;
}

legend {
	font-size: 1.3em;
	display: block;
	text-align: left;	
	margin-left: -1px;
	margin-right: -1px;
	padding-bottom: .25em;
	color: #002C60;
}

input, select {
	color: #2F3F4A;
}

label {
	font-weight: bold;
}

.knowledge legend { color: #852900; }
.recruit legend { color: #44722C; }
.offices legend { color: #136E7E; }
.people legend { color: #2E7A45; }
.news legend { color: #AD4D0D; }

.data-capture .col-a {
	float: left;
	width: 240px;
}

.data-capture .col-b {
	float: right;
	width: 240px;
}

.data-capture label {
	display: block;
}

.data-capture input.txt {
	width: 100%;
}

.data-capture input.txt, .data-capture select {
	margin-bottom: .25em;
}

.data-capture select {
	width: 100%;
}

.options {
	background-color: white;
	padding: 12px;
	border: 1px solid #BCBCBC;
}

input.txt {
	border: 1px solid rgb(195,203,208);
	padding: 1px;
}

select.frm-title {
	width: 70px;
}

/* page-controls */
.page-controls {
	position: absolute;
	top: 0px;
	right:0px;
	z-index: 1000;
}


.pullquote {
padding: 10px;
float: center ;
width: 180px;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 0px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #694e1c;
border-bottom-color: #694e1c;
text-align: center;
line-height: 14px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
color:#846d44;
}




/* link lists */
#content-main .data ul, #content-main .data ul li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}

#content-main .data ul {
	margin-bottom:0;
}


/* misc
------------------------------------------------------------------------- */
/* float clear fix for wrapping elements */
#content-main:after, #related div:after, .entrance:after, .results-header:after, .results-footer:after, .box:after, fieldset:after, .options:after, .profile:after, .map:after, .preview:after, .wrapper-l:after, .wrapper-r:after, .feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ie5.x-6 force layout */
* html #content-main, * html #related div, * html .entrance, * html .results-header, * html .results-footer, * html .box, * html .data, * html fieldset, * html .options, * html .profile, * html .map, * html .preview, * html .wrapper-l, * html .wrapper-r, * html .data, * html .quote, * html #content-main p.quote, * html .feature { height: 1%; }

/* ie7 force layout */
.preview, .profile, .map, .entrance, .box, .options, .data, #footer ul, .feature {
	min-height: 1px;
}

/* CMS-specific formatting*/

#CMS .img-shadow {
  float:right;
/*  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right; */
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

#CMS .img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;

  } 
  
#CMS .img-shadow p {  
    text-align: center;
font-style: italic;
margin-top:-6px;
padding-right:14px;
font-size:.95em;
line-height:16px;

}


#CMS-Resume H3 {
padding-top:12px;
}
#CMS-Resume p {
padding-left:12px;
}

#CMS-Resume ul {
padding-left:12px;

}

#CMS-Recordings {

}

#CMS-Recordings .img-shadow, #sidebar .img-shadow {
float:right
/*  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right; */
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

#CMS-Recordings .img-shadow img, #sidebar .img-shadow img {
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;

  } 
#CMS-Recordings .img-shadow p {  
    text-align: center;
font-style: italic;
margin-top:-6px;
font-size:.95em;
line-height:16px;

}


