/* CSS Document */



DIV.PAGE_PICTURE {
	margin: 0;
	padding: 0;
			}

			
/* quote/header box picture for each page */
#tagline_about {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/013-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
 	
}
#tagline_contact {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/017-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tagline_services {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/FivePeople-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tagline_team {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/ThreeWomen-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tagline_press {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/018-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tagline_careers {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/PeopleGold-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tagline_global {
	width:780px;
	height:150px;
	position:relative;
	background-color: #ccc;
	background-image: url(../graphics/headers/goldenGlobe-150.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* quote/header box description over picture */
.description {
	position: absolute;
	width: 518px;
	left: 2px;
	top: 4px;
	margin:3px 0 0 3px;
	height: 45px;
	}
p.description_content{
	padding:15px;  
    margin:0px;
	float:left ;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	}
p.description_copy {
	padding:15px;  
    margin:0px;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	clear:both;
}
