body, form, div, img, ul, li, h1, h2, h3, h4, p, table, td
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #4c4c4c;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	vertical-align: top;
}

body
{
	background: #e6e6e6;
}

div, img
{
	display: block;
	overflow: hidden;
}
div.clear
{
	clear: both;
	height: 15px;
}
div.clear-small
{
	clear: both;
	height: 1px;
	line-height: 1px;
}
div.clear-ajax
{
	clear: both;
	height: 12px;
}
div.separator
{
	margin-bottom: 2px;
	padding-top: 3px;
	border-bottom: 1px solid #004b8d;
	height: 1px;
	line-height: 1px;
}

h1
{
	margin-bottom: 15px;
	color: #004b8d;
	font-size: 0.8em;
	line-height: 34px;
	text-transform: uppercase;
}

/*one line sector title*/
h1.portfolio
{
	margin-top: 5px;
	margin-left: -15px;
	color: #004b8d;
	font-size: 0.7em;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}

/*two line sector title*/
h1.portfolio2
{
	margin-top: 5px;
	margin-left: -15px;
	color: #004b8d;
	font-size: 0.7em;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
}

h1.current
{
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: -10px;
	color: #004b8d;
	font-size: 0.6em;
	line-height: 8px;
	text-align: left;
	text-transform: none;
}

h1.realized
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	color: #004b8d;
	font-size: 0.6em;
	line-height: 8px;
	text-align: left;
	text-transform: none;
}


h2
{
	margin-bottom: 9px;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
}
h2.no-margin
{
	margin-bottom: 0;
}
h2 a
{
	padding-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}

h3
{
	margin-bottom: 15px;
	color: #007dc3;
	font-size: 1.2em;
}
h3.small-margin
{
	margin-bottom: 7px;
}

h4
{
	margin-bottom: 10px;
	color: #004b8d;
	font-size: 0.7em;
}

p
{
	margin-bottom: 15px;
	font-size: 0.8em;
}
p.clear
{
	clear: both;
}
p.disclaimer
{
	font-size: 0.7em;
	font-style: italic;
}
p.center
{
	text-align: center;
}
p.no-margin
{
	margin-bottom: 0;
}
p img
{
	display: inline;
}

a:link, a:visited
{
	color: #007dc3;
}
a:hover, a:active
{
	color: #aa7a14;
}

#wrapper
{
	margin: 0 auto;
	width: 947px;
	background: #fff;
}

#top
{
	padding-left: 15px;
	height: 76px;
}
#home #top
{
	padding-bottom: 15px;
	border-bottom: 9px solid #e6e6e6;
	height: 334px;
}

#top img
{
	float: left;
	clear: left;
}

#top ul
{
	padding-top: 40px;
	display: block;
	float: right;
	height: 36px;
}
#top li
{
	list-style: none;
	float: left;
}
#top li a
{
	display: block;
	width: 118px;
	height: 36px;
	background: #fff none no-repeat center bottom;
	color: #073b70;
	font-size: 0.9em;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#top li a:hover, #top li a:active, #top li a.active
{
	background-image: url(../images/nav_bg.gif);
	color: #073b70;
	text-decoration: none;
}

#home-boxes
{
	clear: both;
	background: url(../images/header_bg.gif) repeat-x;
	height: 255px;
}

#home-box-left
{
	padding: 0 20px;
	border-right: 9px solid #e6e6e6;
	overflow: auto;
	float: left;
	clear: left;
	width: 429px;
	height: 255px;
}
#home-box-left p
{
	margin-bottom: 8px;
	color: #073b70;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 1.3em;
}

#home-box-right
{
	padding-right: 2px;
	float: right;
	clear: right;
	width: 465px;
	height: 255px;
}
#home-box-right h1
{
	margin-bottom: 2px;
	padding-left: 18px;
}

#partners td
{
	padding-bottom: 25px;
	width: 138px;
	text-align: center;
	vertical-align: middle;
}
#partners tr.top-row td
{
	padding-top: 10px;
}
#partners img
{
	display: inline;
}

#second-level
{
	padding: 0 15px;
	clear: both;
	background: url(../images/left_bg.gif) repeat-y 15px 0;
}

#left-nav
{
	padding-top: 21px;
	float: left;
	clear: left;
	width: 183px;
}
#left-nav li
{
	list-style: none;
	float: left;
	clear: left;
}
#left-nav li a
{
	margin-bottom: 2px;
	padding: 7px 19px;
	display: block;
	width: 145px;
	background: #e6e6e6;
	color: #004b8d;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#left-nav li a:hover, #left-nav li a:active, #left-nav li a.active
{
	background: #fff;
}

#content-box
{
	float: right;
	clear: right;
	width: 723px;
}

#header
{
	padding: 26px 0 0 15px;
	height: 40px;
	background: url(../images/header.jpg) no-repeat;
	color: #fbb03b;
	font-size: 1.5em;
	line-height: 40px;
}

#content, #content-thin
{
	margin-top: 9px;
	padding: 6px 15px 0 15px;
}
#content-thin
{
	border-right: 1px solid #004b8d;
	float: left;
	width: 509px;
}

#content .two-column, #content-thin .two-column
{
	padding-left: 50px;
	float: left;
	width: 260px;
}
#content-thin .two-column
{
	width: 200px;
}

#content ul, #content-thin ul
{
	margin: 0 0 15px 15px;
}
#content ul.padded, #content-thin ul.padded
{
	margin-bottom: 0;
}
#content ul li, #content-thin ul li
{
	padding-left: 11px;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	font-size: 0.8em;
	line-height: 1.25em;
}
#content ul.padded li, #content-thin ul.padded li
{
	margin-bottom: 15px;
}
#content ul.disk li, #content-thin ul.disk li
{
	background-image: url(../images/bullet2.gif);
}
#content ul ul, #content-thin ul ul
{
	margin-bottom: 0;
}
#content ul ul li, #content-thin ul ul li
{
	background-image: url(../images/bullet2.gif);
	font-size: 1.0em;
}

.read-more, .section, .quote
{
	display: none;
}

#right-column
{
	padding: 16px 15px 0 0;
	float: right;
	width: 155px;
}
#right-column p
{
	color: #004b8d;
	font-size: 0.7em;
}
#right-column p.leaded
{
	line-height: 1.4em;
}

#ajax-portfolio, #ajax-team
{
	margin-top: 5px;
	padding: 1px;
	width: 721px;
	height: 204px;
	background: #636363;
}
#ajax-portfolio p, #ajax-team p
{
	color: #fff;
	line-height: 1.25em;
}
#ajax-portfolio p.ajax-home, #ajax-team p.ajax-home
{
	padding: 12px 14px 0 14px;
	overflow: auto;
	font-size: 1.2em;
	line-height: 1.3em;
}
#ajax-portfolio p.ajax-home
{
	height: 192px;
}
#ajax-team p.ajax-home
{
	height: 294px;
}
#ajax-portfolio a, #ajax-team a
{
	color: #fbb03b;
	font-weight: bold;
}
#ajax-portfolio a:hover, #ajax-portfolio a:active, #ajax-team a:hover, #ajax-team a:active
{
	color: #dd961d;
}

#ajax-team
{
	padding: 0;
	width: 723px;
	height: 306px;
}
#ajax-team a
{
	font-weight: normal;
}

#loading
{
	padding: 91px 344px 0 345px;
}
#ajax-team #loading
{
	padding-top: 137px;
}

#ajax-image
{
	float: left;
	width: 210px;
	height: 204px;
	background: #fff none no-repeat center center;
}
#ajax-image a
{
	display: block;
	width: 210px;
	height: 204px;
}
#ajax-team #ajax-image
{
	width: 244px;
	height: 306px;
}

#ajax-content
{
	padding: 12px 19px 0 0;
	float: right;
	overflow: auto;
	width: 474px;
	height: 192px;
}
#ajax-content p
{
	margin-bottom: 11px;
	display: block;
	font-size: 0.7em;
}
#ajax-content p.no-margin
{
	margin-bottom: 0;
}
#ajax-content p.labels
{
	padding-right: 30px;
	float: left;
}
#ajax-team #ajax-content
{
	padding-top: 13px;
	width: 440px;
	height: 293px;
}

#bottom, #bottom-team
{
	margin-left: 15px;
	padding-top: 9px;
	clear: both;
	height: 335px;
	background: #e6e6e6;
}
#bottom-team
{
	padding: 2px 0 0 183px;
	height: auto;
}

#bottom-column-spacer
{
	border-bottom: 15px solid #fff;
	float: left;
	width: 183px;
	height: 320px;
}

.bottom-column
{
	padding-left: 17px;
	overflow: auto;
	height: 365px;
	float: left;
	background: #fff url(../images/header_bg_portfolio.jpg) repeat-x;
}
.bottom-column h1
{
	margin-bottom: 10px;
}
.bottom-column p
{
	float: left;
	font-size: 0.7em;
	line-height: 1.25em;
}
.bottom-column p.column-margin
{
	margin-right: 17px;
}

#portfolio-left
{
	margin-right: 8px;
	width: 160px;
}
#portfolio-left p
{
	width: 150px;
}
#portfolio-left p.column-no-margin
{
	width: 150px;
}

#portfolio-center
{
	margin-right: 8px;
	width: 165px;
}
#portfolio-center p
{
	width: 155px;
}
#portfolio-center p.column-no-margin
{
	width: 155px;
}


#portfolio-center-2
{
	margin-right: 8px;
	width: 170px;
}
#portfolio-center-2 p
{
	width: 160px;
}
#portfolio-center-2 p.column-no-margin
{
	width: 160px;
}


#portfolio-right
{
	float: right;
	width: 162px;
}
#portfolio-right p
{
	width: 152px;
}

#team-nav
{
	padding: 0 15px 0 12px;
	background: #fff;
}
.team-member, .team-member-fifth, .team-member-last
{
	padding: 12px 11px 1px 0;
	float: left;
	width: 111px;
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: bold;
}
.team-member-fifth, .team-member-last
{
	padding-right: 0;
}
.team-member-last
{
	float: right;
}
.team-member a, .team-member-fifth a, .team-member-last a
{
	text-decoration: none;
}
.team-member img, .team-member-fifth img, .team-member-last img
{
	padding-bottom: 2px;
}

#footer
{
	margin: 0 auto;
	padding: 15px;
	width: 917px;
	font-size: 0.7em;
	text-align: right;
}

