
/* DEFAULTS */
body { 
	margin:0 0 40px 0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url('site_images/site_bg_repeat.jpg') top center;
}
a, a:link, a:visited { 
	color:#003366; 
}
a:hover, a:active { 
	color:#b7d951;
}
.replaced { 
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/* LAYOUT */
#supercontainer { 
	padding-top:40px;
}
#crown { 
	z-index:-1;
	position: fixed; top:0; left:0;
	width:100%; height:220px;
	background: transparent url('site_images/site_bg_crown.jpg') top center;
}
#mid { 
	z-index:-2;
	position: fixed; top:0; left:0;
	width:100%; height:100%;
	background: transparent url('site_images/site_bg_repeat.jpg') top center;

	
}
#shoe { 
	z-index:-1;
	position: fixed; bottom:0; left:0;
	width:100%; height:220px;
	background: transparent url('site_images/site_bg_shoe.jpg') top center;
}

#container { 
	z-index:100;
	margin:0px auto;
	width:920px; border:1px solid silver;
	background: #FFFFFF url('site_images/container_bg.jpg') repeat-y;

}

/* HEADER */
	#header {
		position:relative;
		padding:1px 20px 0 20px;
		background:url('site_images/header_bg.jpg') top left no-repeat;
	}
	
	/* LOGO */ 
	h1.logo {
		visibility: visible;
	}
	a#identity {
		width: 355px; height: 82px;
		border: none;
		background: url('site_images/teampeople_logo.gif');
		background-repeat: no-repeat;
		padding-bottom:2px;
		
	}
	a:hover#identity, a:active#identity {
		border-bottom:2px solid #b7d951;
		padding-bottom:0px;
	}
	
	ul#menu { 
		position:absolute;
		top:65px; right:20px;
	}
	ul#menu li { 
		display:inline;
		font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:0px 3px;
	}
	ul#menu li a, ul#menu li a:link, ul#menu li a:visited  { 
		color:#003366;
		text-decoration:none; 
	}
	ul#menu li a.active, ul#menu li a:active, ul#menu li a:hover { 
		border-bottom:2px solid #b7d951;
	}
	

/* FOOTER */
	#footer { 
		height:100px;
		padding:20px 20px 0 20px;
		background:url('site_images/footer_bg.jpg') bottom left no-repeat;
	}
	#footer_bars { 
		height:10px; 
		margin-bottom:10px;
	}
	.footer_bar { 
		float:left;
		text-align:center;
		height:10px;
	}
	#footer_bar_blue { 
		background:#003366;
		width:33%;
	}
	#footer_bar_green { 
		background:#b7d951;
		width:34%;
	}
	#footer_bar_orange { 
		background:#f6951e;
		width:33%;
	}
	
	.footer_box a, .footer_box a:link, .footer_box a:visited { 
		color:#696969;
		text-decoration:none;
		font-weight:bold;
	}
	.footer_box a:active, .footer_box a:hover { 
		color:#b7d951;
		text-decoration:underline;
	}
	.footer_box { 
		float:right;
		color:#696969;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		height:77px; 
		padding: 0 8px 0 5px;
		background:url('site_images/footer_divider.gif') top right no-repeat;
	}
	#footer_box_logo { 
		width:81px;
		text-align:left;
		background:none;
	}
	div.footer_logo {
		visibility: visible;
	}
	a#footer_identity {
		width: 91px; height: 62px;
		border: none;
		background: url('site_images/footer_team.gif');
		padding-bottom:2px;
	}
	a:hover#footer_identity, a:active#footer_identity {
		border-bottom:2px solid #b7d951;
		padding-bottom:0px;
	}
	
	
/* CONTENT */
#content_home { 
	padding:0px 25px 0px 25px; 
	font-size:12px;
	color:#333333;	
}
#content { 
	padding:0px 25px 0px 80px; 
	font-size:12px;
	color:#333333;
}

#content .h2_header { 
	background:url('site_images/h2_bg.gif') no-repeat;
	height:24px;
}
#content .h2_header h2 { 
	background:#FFFFFF;
	color:#b7d951;
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:inline;
	margin-left:15px;
	padding-left:5px;
	padding-right:5px;
}

ul.h3_links { 
	margin:0 0 0 30px; padding:0;
}

ul.h3_links li { 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	display:inline;
}


h3 { 
	display:inline;
}
h3 a, h3 a:visited, h3 a:link { 
	color:#666666;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	margin-right:10px;
}



h3 a.active, h3 a:active, h3 a:hover { 
	color:#b7d951;
}
h3 a.active { 
	font-weight:bold;
	color:#003366;
}
 
.inner_content { 
	margin-top:20px;
	margin-left:30px;
	width:730px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:12px;
  
}

h4 { 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;	
	font-size:16px; 
	margin:0 0 10px 0; padding:0; 
}
p { 
	margin:5px 0 20px 0; padding:0; 
}

/* PAGE-SPECIFIC CSS */


/* FRONT PAGE */
#fp_welcomearea { 
	height:225px; margin-bottom:20px;
}
#fp_bottomarea { 
	height:220px;
}

.fp_box { 
	float:left; width:205px; height:185px; 
}
.fp_box .more { 
	text-align:right; margin-right:25px;
}
.fp_box1, .fp_box2 { margin-right:17px; }
.fp_box3 { margin-right:16px; }

.fp_box { 
	font-size:11px;
}
ul#fp_news { 
	margin:0; padding:0;
}
ul#fp_news li { 
	margin-bottom:5px;
	list-style-type:none;
}

a.orange, a.orange:link, a.orange:visited { 
	text-decoration:none;
	color:#F6961E;
}
a.green, a.green:link, a.green:visited { 
	text-decoration:none;
	color:#B8DA52;
}
a.blue, a.blue:link, a.blue:visited { 
	text-decoration:none;
	color:#0C4A7B;
}
a.orange:hover, a.orange:active, a.green:hover, a.green:active, a.blue:hover, a.blue:active { 
	text-decoration:underline;
}
.fp_input { 
	width:140px;
	margin:0 0 5px 0; padding:0px; 
	background:white; 
	color:gray;
	border:1px solid #A7C444;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}
.fp_submit { 
	border:1px solid #A7C444;
	background:#B8DA52;
	color:white; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0; padding:4px;
}

/* END: FRONT PAGE */


.managementTeam_image_floatleft{
float:left;
margin-right: 10px;
margin-bottom: 10px;
border: 1px  #bbdb59  solid;
width: 80px;
}

.ManagemenTeam_name{
font-size: 13px;
font-weight: bold;
}

ul#wherewework_positions li { 
margin-bottom:3px; 
}

div#news_line{
border-left: 2px #666 solid;
padding-left: 20px;
}


.newssmallertext{
font-size: 11px;

}

.news_td{
margin-right: 420px;
}



ul.h4_links { 
	margin:0 0 0 30px; padding:0;
}

ul.h4_links li { 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	display:inline;
}

.contactExample{
font-size: 10px;
color: #666;
}

.faq_question{
color: #003366;
font-weight: bold;
}


.crewscontrollogo{
float: left;
margin-right: 10px;
}


.trophe{
float: right;
margin-left: 10px;
}

.freelanceWoman{
float: right;
padding-top: 0px;
margin-left: 0px;
margin-top: 10px;
}

#player{
border: 3px solid #b7d951;
margin: 0px;
padding: 0px;
height: 200px;
}