@charset "UTF-8";
/* CSS Document */


* { margin: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
p { margin:0;padding:0 0 10px 0; }
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#697072;
	letter-spacing: .1em;
}
a, a:hover {
	text-decoration:none;	
	color:#697072;
}
#wrapper {
	width:100%;	
}
#main {
	width:925px;
	margin: 0 auto;	
}
#header {
	padding:90px 0 70px 0;
	height:50px;	
}
#logo, #info {
	float:left;
	position:relative;
}


#contentLeft {
	width:310px;	
	float:left;
	position:relative;	
}
#portfolioRight {
	width:610px;
	float:left;
	position:relative;
	padding-top:98px;
}
#content {
	width:600px;
	float:left;
	position:relative;
	padding-top:210px;
}
.name {
	font-weight:bold;
	text-transform:uppercase;
	font-size:9px;	
}
.cert {
	text-transform:uppercase;
	font-size:9px;
}
#contentRight ul {
	list-style-position: inside;
	list-style-type: square;		
}
#projTitle {
	margin: 5px 0px 0px 0px;
	clear: left;
	float:left;
	display:block;
	width:300px;
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
}
#projInfo {
	clear:both;	
	display:none;
}
.credit {
	font-size:9px;	
	line-height:15px;
}
.credit2 {
	font-size:8px;
	color:#bec5c7;	
}
#info {
	float:right;	
	padding:6px 0 0 5px;
	text-transform:uppercase;
	font-size:9px;
}
#portfolioNavWrapper {
	width: 200px;
	float:left;
	position:relative;
	letter-spacing:0;
}
#portfolioNavWrapper ul {
	list-style: none;
	text-transform:uppercase;
	font-size:9px;		
}
#portfolioNavWrapper a:hover {
	font-weight:bold;	
}
a.highlight {
	font-weight:bold;
}	
/* navigation */
#navWrapper, #aboutNavWrapper {
	width: 95px;
	height:64px;
	float:left;
	position:relative;
	
}
#navWrapper {
	padding-top:5px;
}
#nav {
	width: 65px;
	height: 64px;
	background: url(../images/nav_new.gif);
	padding: 0;
	position: relative;
	}
#aboutNav {
	width:110px;
	height: 48px;
	background: url(../images/aboutNav.gif);
	padding: 0;
	position: relative;
}

#nav li, #nav a, #aboutNav li, #aboutNav a {
    height: 16px; display: block;
	}
#nav li ul, #aboutNav li ul {
	margin: 0;
	padding: 0;
}
#nav li, #aboutNav li { 
		/*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}
#nav li ul, #aboutNav li ul {
		display: none;
	}
#nav li.off ul, #nav li.on ul  { 
		/*put the subnav below*/
		position: absolute;
		top: 0px;
		left: 65px;
		padding: 0px;
		width: 65px;
	}
#aboutNav li.off ul, #aboutNav li.on ul  { 
		/*put the subnav below*/
		position: absolute;
		top: 0px;
		left: 100px;
		padding: 0px;
		width: 100px;
	}
#nav li.off ul.about, #nav li.on ul.about {
		left:136px;
}
#nav li.on ul, #aboutNav li.on ul {
		background-color: #fff;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
#nav li.on:hover ul, #nav li.over ul, #aboutNav li.on:hover ul, #aboutNav li.over ul { /*for ie*/
		background-color:#fff;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
#nav li a, #aboutNav li a {
		color: #1b2025;
		display: block;
		/*width: 93px;*/
		padding: 0;
	}
#nav li.on a, #aboutNav li.on a {
		color: #1b2025;
	}

#nav li.on ul a, #nav li.off ul a, #aboutNav li.on ul a, #aboutNav li.off ul a {
	border: 1;
	float: left; /*ie doesn't inherit the float*/
	color: #1b2025;
	width: auto;
	/*margin-right: 15px;*/
}

#nav li.on:hover ul a, #nav li.over ul li a, #aboutNav lion:hover ul a, #aboutNav li.over ul li a { 
	/*for ie - the specificity is necessary*/
	/*background: #ccc;*/
}

#nav li.on ul, #aboutNav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul, #aboutNav li.off:hover ul, #aboutNav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover, #aboutNav li.off a:hover, #aboutNav li.on a:hover { 
	color: #245a91;
}

/*do the image replacement*/

#nav li span, #aboutNav li span {
	position: absolute;
	left: -9384px;
}

#aboutLink a, #portfolioLink a, #recentLink a, #processLink a, #contactLink a {
	display: block;
	position: relative;
	width: 65px;
	background: url(../images/nav_new.gif) no-repeat; /*contains all hover states*/
}
/*first, put the initial states in place*/



#aboutLink a {
	background-position: 0 0;
	height:16px;
}
#portfolioLink a {
	background-position: 0 -16px;
	height:16px;
}
#recentLink a {
	background-position: 0 -32px;
	height: 16px;
}
#processLink a {
	background-position: 0 -48px;
	height: 16px;
}

#contactLink a {
	background-position: 0 -64px;
	height:16px;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/


/*hover states*/

#aboutLink a:hover, #aboutLink:hover a, #aboutLink.over a, #aboutLink.on a {
	background-position: -65px 0;
}
#portfolioLink a:hover, #portfolioLink:hover a, #portfolioLink.over a, #portfolioLink.on a {
	background-position: -65px -16px;
}
#recentLink a:hover, #recentLink:hover a, #recentLink.over a, #recentLink.on a {
	background-position: -65px -32px;

}
#processLink a:hover, #processLink:hover a, #processLink.over a, #processsLink.on a {
	background-position: -65px -48px;

}
#contactLink a:hover, #contactLink:hover a, #contactLink.over a, #contactLink.on a {
	background-position: -65px -64px;
}

/* about nav */

#partnersLink a, #firmLink a, #servicesLink a {
	display: block;
	position: relative;
	width: 110px;
	background: url(../images/aboutNav.gif) no-repeat; /*contains all hover states*/
}
/*first, put the initial states in place*/



#partnersLink a {
	background-position: 0 0;
	height:16px;
}
#firmLink a {
	background-position: 0 -16px;
	height:16px;
}
#servicesLink a {
	background-position: 0 -32px;
	height: 16px;
}


/*active area - for this demo - the code could be based on a body class, and probably work better.*/


/*hover states*/

#partnersLink a:hover, #partnersLink:hover a, #partnersLink.over a, #partnersLink.on a {
	background-position: -110px 0;
}
#firmLink a:hover, #firmLink:hover a, #firmLink.over a, #firmLink.on a {
	background-position: -110px -16px;
}
#servicesLink a:hover, #servicesLink:hover a, #servicesLink.over a, #servicesLink.on a {
	background-position: -110px -32px;

}

/* subnav formatting */
#nav li.off ul li {
	clear:left;	
	height:21px;
	width:110px;
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}
#nav li.off ul a, #nav li.on ul a {
	margin:0;
	background: #fff;
	color: #37424a;
	font-size:11px;
	line-height:20px;
	text-transform:uppercase;
	padding-left:10px;
	height:21px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}		

#nav li.on ul a {
	background: #fff;
}

/* partners */
.bioPhoto, .bioTxt {
	float:left;
	position:relative;	
}
.bioPhoto {
	width:95px;	
	padding-top:3px;
}
.bioTxt {
	width:500px;	
}
.bio2 {
	clear:both;
	padding-top:20px;	
}

/* used to get Height of div when contents are floated*/
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END clear */