/* NOTES FOR IMAGE AND CAPTIONS */
/* HOLDER MUST STAY RELATIVE */
/* AND P STAYS ABSOLUTE */

body {
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
}


h1 {
	color: #000000;
	font-size: 1.4em;
	line-height:1.2em;
	font-weight: bold;
	padding-top:9px;
	padding-left:8px;
} 


h2 {
	font-size: 0.8em;
	color:#FFFFFF;
} 


#image-holder600px {
	width:600px;
	height:320px;
	position:relative;
}

#mainCopy {
	height:100px;
}


.bold {
	font-weight: bold;
}

.blueHighlight{
	color:#1898bf;
}
.footer-copy{
	color:#FFFFFF;
	font-size: 0.7em;
}


.money-intro-copy {
	color: #FFFFFF;
	font-size: 0.9em;
	line-height:1.4em;
	font-weight: bold;
}

/*********************/
/* CONTENT STYLES */
/*********************/

#content_wrapper {
	float: left;
	/* margin-left:7px !important;
	margin-left:5px;*/
	margin-left:25px;
	margin-top:19px;
	width:750px;
	padding:0px;
}

#media-container {
	z-index:90;
	position:absolute;
	width:700px;
	height:394px;
	z-index:50;
}

#flashBanner2{
	z-index:100;
}

#content{
	z-index:1;
	position:absolute;
	top:350px;
	border: 1px  #000000;
	width:300px;
	height:400px;
}





/*********************/
/* MONEY STYLES */
/*********************/

#full-talent-roster {
	position: absolute; 
	left: 0px; 
	top: 600px;
}

#media_player_750_422 {
	float: left;
	margin:0px;
	width:750px;
	height:422px;
	background-color:#f4f3f3;
}

#holder_portrait {
	float: left;
	width:298px;
	height:368px;
	margin-left:2px !important;
	margin-left:2px;
}

#image_portrait {
	float: left;
	width:298px;
	height:318px;
	border:none;
}

#portrait_name {
	margin-top:10px !important;
	margin-top:10px;
	float: left;
	height:30px;
	width:290px;
	background-color:#FFFFFF;
}

.project-heading {
	
	color: #022b45;
	font-size: 2.3em;
	line-height:1.2em;
	font-weight: bold;
}

.project-subheading {
	color: #029afb;
	font-size: 1.2em;
	margin-top:50px;
	padding-top:50px;
	line-height:1.9em;
	font-weight: bold;
}

#fuckup{
	width:100%;
	height:20px;
}

#home-top1 {
	padding-top:10px;
	position:relative;
	float: left;
	left: 0px;
	width:350px;
	padding-right:20px;
	border-right: 1px dotted #cccccc;
	padding-bottom:0px;
	
}

#home-top2 {
	padding-top:10px;
	position:relative;
	float: left;
	padding-left:20px;
	width:350px;
	padding-bottom:0px;
}

#topLine{
	border-top: 1px dotted #525051;
	padding-bottom:10px;
	width:740px;
}


#projects-container2{
	position:relative;
	float:left;
	width:355px;
	padding-bottom:8px;
	padding-top:8px;
	margin-right:10px;
	padding-right:10px;
	border-top: 1px dotted #acb4c4;
	z-index:5;
}

#projects-container3{
	position:relative;
	float:left;
	width:305px;
	padding-bottom:8px;
	padding-top:8px;
	margin-right:10px;
	border-top: 1px dotted #acb4c4;
	z-index:7;
}

#projects-thumb3{
	position:relative;
	float:left;
	border: 1px solid #d6dbe6;
	padding:0px;
}

#projects-copy3{
	position:relative;
	float:left;
	width:145px;
	left:10px;
	z-index:6;
}


#projects-copy2{
	position:relative;
	float:left;
	width:195px;
	left:10px;
	z-index:6;
}

#projects-container{
	position:relative;
	float:left;
	width:427px;
	padding-bottom:8px;
	padding-top:8px;
	border-top: 1px dotted #acb4c4;
	z-index:7;
}

#projects-thumb{
	position:relative;
	float:left;
	border: 1px solid #d6dbe6;
	padding:3px;
	z-index:8;
}

#projects-copy{
	position:relative;
	float:left;
	width:230px;
	left:15px;
	z-index:9;
}

.projects-header{
	color: #022b45;
	font-size: 1.1em;
	font-weight:bold;
	line-height:1.4em;
}



#project-copybox {
	float: left;	 
	margin-top:10px !important;
	margin-top:20px;
	width:440px;
}

.project-copy {
	color: #676767;
	font-size: 0.85em;
	line-height:1.8em;
}

.project3-copy {
	color: #676767;
	font-size: 0.85em;
	line-height:1.6em;
}

.project-copy2 {
	color: #676767;
	font-size: 0.85em;
	line-height:1.5em;
}

#info-box {
	float: right;
	margin-top:10px;

	width:300px !important;	
	width:300px;
	border: 1px solid #d6dbe6;
	padding:3px;
}

.talent_credits_copy {
	color: #FFFFFF;
	font-size: 0.85em;
	line-height:1.2em;
}



/*  bulleted talent lists */

#talent-bullets {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top:6px;
}

#talent-bullets li {
	display: inline;
	text-decoration: none;
	display: block;
	font-size: 0.85em;
	line-height:1.2em;
	color: #FFFFFF;
	margin-left:0px;
	padding-left:15px;
	line-height: 160%;
	background-color:#000000;
	background-image:url(../images/talent-bullet.gif);
	background-position:0px;
	background-repeat:no-repeat;
}

#homepage-bullets {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top:0px;
}

#homepage-bullets li {
	display: inline;
	text-decoration: none;
	display: block;
	font-size: 0.85em;
	width:185px;
	color: #000000;
	margin-left:13px;
	padding-left:15px;
	margin-top:10px;
	line-height: 140%;
	background-color:#FFFFFF;
	background-image:url(../images/home-bullet.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
}

/******************************************/


#talentGrid_wrapper {
	float: left;
	margin-left:-2px !important;
	margin-left:0px;
}

#talentGrid_wrapper_3cols {
	float: left;
	margin-left:-2px !important;
	margin-left:0px;
	width:450px;
}

#grid_intro_copy {
	position:absolute;
	left:615px;
	top:170px;
	margin-left:-2px !important;
	margin-left:-3px;
	width:280px;
}



div.talentGrid {
	float: left;
	width: 149px;
	height: 116px;
	/*border-right: 1px dotted #3b3a3a;*/	
}

.talentGrid p{
	font: bold 0.75em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left:12px;
	margin-top:4px;
	text-align: left;
}


.talentGrid-image img{
	width: 124px;
	height: 84px;
	margin-left:12px;
}

/*  homepage */

#homepage-container{
	position:relative;
	left:-150px !important;
	left:-9px;
	top:10px !important;
	top:-8px;
	width:900px;
	height:421px;
	padding:0px;
	margin:0px;
}


#homepage-col-left{
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:225px;
	height:320px;
}

#homepage-col-right {
	position:relative;
	float:left;
	width:675px;
	height:418;
	margin:0px;
	padding:0px;	
}

#homepage-address {
	top:319px;
	height:95px !important;
	height:94px;
	width:200px !important;
	width:225px;
	background-color:#000000;
	position:absolute;

	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:-4px;
}



.homepage-address-copy {
	color: #FFFFFF;
	font-size: 0.85em;
	line-height:1.4em;
}



/*  end homepage */

/*2.5 col text 1.5 image*/
#col-365px-left {
	float: left;
	width: 365px;
	height:100px;
}

#col-225px-right {
	margin-left: 10px;
	float: right;
	width: 225px;
	height:100px;
}
/*///////////*/

/*2 col text 2 image*/
#col-290px-left {
	float: left;
	width: 290px;
	height:100px;
}

#col-300px-right {
	float: right;
	width: 300px;
	height:100px;
}
/*///////////*/


/* NOTES FOR IMAGE AND CAPTIONS */
/* HOLDER MUST STAY RELATIVE */
/* AND P STAYS ABSOLUTE */

div.mainImageHolder2 {
	float: right;
	width:200px;
	margin-left:400px;
	position:relative;
}


.mainImageHolder-image2 img{
	width: 200px;
	height: 310px;
	display:block;
}



div.image_box-225 {
	width: 225px;
	min-height:50px;
	background: #FFFFFF;
	float:right;
}

.image_box-225 p{
	position: relative;
	font: 1.1em/normal Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#636b06;
	width:205px !important; /*moz width*/
	width:225px;
	margin-top:10px;
	background-color:#daec86;
	padding:10px;
	top:0px;
}


/* end image notes */


div.rightBlock {
	margin-top:10px;
	float:right;
	width:200px;
	height:275px;
	padding:10px;
	background-color:#003300;

}

.rightBlock p{

	color: #FFFFFF;
}

div.rightBlock2 {
margin-top:10px;
	float:left;
	margin-left:400px;
	width:200px;
	height:275px;
	padding:10px;
	background-color:#003300;

}

.rightBlock2 p{

	color: #FFFFFF;
}


#column_225 {
	float: right;
	width: 225px;
	background: #CCCCCC;
}
