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

/***********************************************************************************



Main


**********************************************************************************/



*{
	margin:0;
	padding:0;
}

body{
	/*background:#fff;*/
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#clear{
	clear:both;
}

#wrapper{
	position:relative;
	margin: 0 auto;
	width:1200px;
}



/***********************************************************************************



Header


**********************************************************************************/

#logo{
	float:left;
	margin-right: 20px;
/*	background:url(../images/stern_bloom_final_gray.jpg) no-repeat;
	width:800px;
	height:167px;*/
	}

#navigation{
	float:left;
	padding:38px 0 0 10px;
}

#construction{
	color:#d1d3d4;
	font-size:14px;
}
	
#construction i {
	font-size:10px;
}






/***********************************************************************************



Body Content


**********************************************************************************/






#flash{
	
	text-align:center;
	background: #999;
}

#brain{
	width:1200px;
	height:800px;
	background: url(../images/portfolio/brain4.gif) no-repeat;
	margin: 0 auto;
	
}

#portfolioLeft {
	float:left;
	height: 800px;
	width:240px;

}

#portfolioTop{
	float:left;
	height:65px;
	width:750px;
	padding-top: 95px;
	padding-left: 150px;
}

.pHead{
	font-size: 18px;
	font-family: "Myriad Pro SemiExtended", "Gill Sans Bold", "Helvetica Neue", Arial, sans-serif;
	width:auto;
	float: left;
	padding:0 25px 0 25px;
}

.brainlinks:link{
	color:#fff;
	text-decoration: none;
}

.brainlinks:hover{
	color:#F00;
	text-decoration: none;
}

.brainlinks:visited{
	color:#fff;
}
	
#portfolio{
	
	width:610px;
	height:325px;
	float:left;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space: nowrap;
}

#testport{
	width:610px;
	height:225px;
	float: left;
	padding-top:100px;
}

#portfoliomain{
	padding-top:25px;
	width:685px;
	
	height:325px;
	float:left;
	overflow: hidden;
}

#content{
	text-align: left;
	
	padding: 50px 15px 0 0;
}

#left{
	float:left;
	width:250px;
/*	background:#0C6;*/
}

.leftc {
	text-align:right;
	padding: 0 25px 0 0;
	list-style-type: none;
	
}

a {
	color:#9a9b9c;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
	}

li {
	margin-bottom:10px;

}

#bullets{
	padding: 10px 0 0 35px;
}

#right{
	float:left;
	/*background:#900;*/
	width:720px; /*total width is 920px*/
	padding: 0 200px 0 10px;
}

#title{
	font-size:22px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color:#807f83;
	letter-spacing: 1.5px;
}

#copy{
	padding: 0 65px 0 0;
	font-size:14px;
	font-weight: 100;
	
}

.quotes {
	font-style: italic;	
	color:#999;
}


.horList{
	margin:0 50px 0 50px;
	vertical-align:middle;
}
