
* {margin:0; padding:0;}

body, html {
	border:0;
	height:100%;
}

body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	/*color:#4d4739;*/
	color:#39352A;
}

h1, h2, h3, h4, h5, h6 {
	color: #4d4739;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#39352A;
}

a:hover {
	color: #1a406d;
}

a:focus {
	-moz-outline-style: none; /* fixes firefox dotted blue border around css styled links */
}

ul {
	list-style:none;
}

/******   PRELOAD    *****/

#preload { 
	width:0;
	height:0;
	border-width:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-100;
	display:none;
}

#preload img {
	width:0px;
	height:0px;
}

/*******************************************************************************/
/*******************************************************************************/
/*									PAGE LAYOUT								   */
/*******************************************************************************/
/*******************************************************************************/

table#layout {
	width:100%;
	height:100%;
}

table#layout td.left {
	background:url(../images/layout/body/left_bg.jpg) top right;
	height:100%;
}

table#layout td.right {
	background:url(../images/layout/body/right_bg.jpg);
	height:100%;
}

table#layout td.right, table#layout td.left {
	width:49%;
}

table#layout td.main {
	background:url(../images/layout/body/main_bg.jpg);
	width:2%;
	vertical-align:top;
	height:100%;
}

#layout_container {
	width:998px;
	padding:0 0 30px 0;
	/*height:750px;
	height:auto !important;
	min-height:750px;*/
}

#index #layout_container {background:url(../images/layout/header/index.jpg) no-repeat;}
#people #layout_container {background:url(../images/layout/header/people.jpg) no-repeat;}
#news #layout_container {background:url(../images/layout/header/news.jpg) no-repeat;}
#news_archive #layout_container {background:url(../images/layout/header/news.jpg) no-repeat;}
#financials #layout_container {background:url(../images/layout/header/news.jpg) no-repeat;}
#advisors #layout_container {background:url(../images/layout/header/advisors.jpg) no-repeat;}
#places #layout_container {background:url(../images/layout/header/places.jpg) no-repeat;}
#contact #layout_container {background:url(../images/layout/header/contact.jpg) no-repeat;}
#sitemap #layout_container {background:url(../images/layout/header/sitemap.jpg) no-repeat;}
#disclaimer #layout_container {background:url(../images/layout/header/disclaimer.jpg) no-repeat;}
#error #layout_container {background:url(../images/layout/header/disclaimer.jpg) no-repeat;}

#layout_header {
	width:899px;
	margin:0 0 0 99px;
	clear:both;
	padding:91px 0 0 0;
}

#layout_header .left_container {
	float:left;
	width:489px;
}

#layout_header .left_container span.print {
	display:none;
}

#layout_header .left_container .logo_link a {
	width:206px;
	height:129px;
	margin:0 0 0 97px;
	display:block;
	text-indent:-9999px;
}

#layout_header .left_container .logo_link span.print {
	display:none;
}

#layout_header .left_container .intro {
	clear:both;
	width:368px;
}

#layout_header .left_container .intro p.top {
	margin:0 0 15px 0;
}

#layout_nav {
	clear:both;
	padding:31px 0 0 0;
}

#index #layout_nav {
	padding:31px 0 67px 0;
}
	

#layout_header .right_container {
	float:left;
	width:272px;
	padding:198px 0 0 0;
	font-size:12px;
	color:#dcdbd3;
}


#layout_header .right_container a {
	font-weight:bold;
	color:#dcdbd3;
}

#layout_header .right_container a:hover {
	color:#fff;
}

#layout_header .right_container p.title {
	display:block;
	text-indent:-9999px;
	height:17px;
	width:1px;
	line-height:0px;
	font-size:0px;
}

#layout_body {
	clear:both;
	margin:0 0 0 92px;
	width:814px;
	padding:23px 0 0 0;
}

#layout_content {
	clear:both;
	float:left;
	margin:0 0 0 99px;
	width:810px;
	padding:27px 0;
	/*height:350px;
	height:auto !important;
	min-height:350px;*/
}

#layout_body .left_container {
	float:left;
	width:456px;
}

#layout_body .right_container {
	width:358px;
	float:left;
}

#layout_highlights {
	width:372px;
	height:204px;
	background:url(../images/layout/index/highlights_bg.jpg) no-repeat;
	padding:24px 0 0 27px;
	color:#c9c7c1;
}

#layout_highlights h1,
#layout_contact h1,
#layout_tsx h1 {
	font-weight:bold;
	font-size:13px;
	color:#c9c7c1;
}

#layout_tsx h1 span {
	color:#deb306;
}

#layout_contact {
	width:331px;
	height:99px;
	background:url(../images/layout/index/contact_bg.jpg) no-repeat;
	padding:24px 0 0 27px;
	color:#c9c7c1;
}

#layout_tsx {
	width:331px;
	height:81px;
	background:url(../images/layout/index/tsx_bg.jpg) no-repeat;
	padding:24px 0 0 27px;
}

#layout_tsx .quote {
	padding:10px 0 0 0;
}

/*****************************/
/********  FOOTER ************/
/*****************************/

#layout_footer {
	clear:both;
	margin:0 0 0 99px;
	padding:22px 0 0 0;
	height:40px;
	width:800px;
}

#layout_footer .left_container {
	float:left;
	width:640px;
}

#layout_footer .left_container ul li {
	display:inline;
	color:#1a406d;
	font-weight:bold;
	font-size:10px;
}

#layout_footer .left_container ul li.divide {
	padding:0 10px;
}

#layout_footer .left_container ul li a {
	color:#1a406d;
	padding:0px;
}


#layout_footer .left_container ul li a:hover {
	color:#4d4739;
}

#layout_footer .left_container ul li.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7d7c78;
	margin:0 0 0 69px;
	font-weight:normal;
}

#layout_footer .right_container {
	float:right;
	width:154px;
	padding:4px 0 0 0;
}

#layout_footer .right_container a {
	width:154px;
	height:9px;
	line-height:0px;
	text-indent:-9999px;
	display:block;
	background:url(../images/layout/footer/bmir.gif) no-repeat;
	overflow:hidden;
}

#layout_footer .right_container a:hover {
	background:url(../images/layout/footer/bmir.gif) 0 -9px no-repeat;
}

/****************************/
/******* INDEX CONTENT ******/
/****************************/

#layout_highlights table.highlights {
	width:344px;
	border:none;
	padding:9px 0 0 0;
	line-height:17px;
}


#layout_highlights table.highlights tr.alt {
	background:#756e5a;
}

#layout_highlights table.highlights td.col_1 {
	color:#c9c7c1;
	width:200px;
	padding:4px 0 3px 10px;
	font-weight:bold;
}

#layout_highlights table.highlights td.col_2 {
	width:134px;
	color:#e3e1da;
	font-weight:bold;
	padding:4px 0 3px 10px;
}


#layout_contact .left {
	float:left;
	width:184px;
	padding:8px 0 0 0;
}

#layout_contact .right {
	float:left;
	width:126px;
	padding:8px 0 0 0;
}

#layout_contact a {
	font-weight:bold;
	color:#c9c7c1;
}

#layout_contact a:hover {
	color:#fff;
}
	

/*********************/
/******** NAV ********/
/*********************/

.nav { 
}

.nav ul {
	margin: 0 0 0 25px;
}

.nav ul li {
	float: left;
	margin:0 30px 0 0;
	display: inline;
}

.nav ul li a {
	display: block;
	color: #1a406d;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.nav ul li a:hover, .nav ul li a.nav_active {
	color: #39352A;
}

#people .nav ul li#nav_people a,
#news .nav ul li#nav_news a,
#news_archive .nav ul li#nav_news a,
#places .nav ul li#nav_places a,
#advisors .nav ul li#nav_advisors a,
#financials .nav ul li#nav_financials a {
	color: #39352A;
}


/*************************/
/******** CONTENT ********/
/*************************/

.content p {
	margin:0 0 18px 0;
}

.content p.no_marg {
	margin:0;
}

.content h1 {
	font-size:16px;
	margin:0 0 18px 0;
	color:#1a406d;
}

.content h2 {
	font-size:13px;
	margin:0 0 18px 0;
	color:#1a406d;
}

.content h3 {
	font-size:11px;
	margin:0;
}

.content ul {
	margin:0 0 18px 0;
	}

.content ul li {
	background:url(../images/layout/icons/bullet.gif) 0 6px no-repeat;
	padding:0 0 0 12px;
}


.content ul.pdf li {
	background:none;
	padding:0 0 10px 0;
}

.content ul.pdf li a {
	background:url(../images/layout/icons/pdf.gif) 0 0 no-repeat;
	padding:0 0 10px 20px;
}

.content ul.pdf li.external a {
	background:url(../images/layout/icons/external.gif) 2px 3px no-repeat;
	padding:0 0 0 20px;
}

.content ul.advisors li {
	background:none;
	padding:0;
}

.content ul.advisors li a {
	background:url(../images/layout/icons/external.gif) 0px 2px no-repeat;
	padding:0 0 0 12px;
}

.content ul li#space {
	padding:0 0 15px 12px;
}

.content p.top {margin:0 0 25px 0;}

.content p.top a {
	font-size:10px;
	background:url(../images/layout/icons/top.gif) no-repeat;
	padding:1px 0 0 14px;
}


/* milkbox */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #002458; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:0;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #bdbbac;/* set the Milkbox border */
	margin:0; padding:15px 15px 0px 15px;/* set the Milkbox padding */
}

.mbLoading{ background: #f3f2e9 url(../images/photo_gallery/icons/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #686450;
	line-height: 1.4em;
	text-align: left;
	padding-top:12px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:7px;
	/*border-left:1px solid #e1ded2; set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:1px;
	color:#fff;
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(../images/photo_gallery/icons/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/photo_gallery/icons/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(../images/photo_gallery/icons/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:7px 10px 0 7px;
	font-weight: bold;
	text-align:left;
	font-size:14px;
}
