@charset "utf-8";

/* INGRAMS BADGE	
-------------------------------------------------------------------*/
#ingrams {
	position: absolute;
	top: 0;
	left: 400px;
	margin: -18px 0 0 0;
	z-index: 5;
}



/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 130px;
	left: 0;
	width: 912px;
	height: 540px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* FLASH INTRO
-------------------------------------------------------------------*/
#flashintro {
	position: absolute;
	top: 0;
	left: 0;
	width: 912px;
	height: 280px;
	background: #333;
	border-bottom: 1px solid #000;
	
}

#flashrequired { 
	text-align: center;
}
	
#flashrequired p {
	color: #FFFFFF;
	font-weight: bold;
}	
	
#getflash {
	margin: 12px 0 0 0;
}

/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 281px;
	left: 0;
	width: 912px;
	height: 240px;
	background: #FFF;
	border-top: #0F3;
}

#content { 
	line-height: 14px;
}

/* HEADERS
-------------------------------------------------------------------*/
#pheader, #nheader, #cheader { 
 	background: #333;
	height: 25px;
	border-bottom: 1px solid #FFF;
}


/* PARAGRAPHS
-------------------------------------------------------------------*/
#project p, #news p, #careers p {
	margin: 12px 10px 0 10px;	
}

/* PROJECT WRAPPER
-------------------------------------------------------------------*/
#project { 
 	position: absolute;
	top: 20px;
	left: 20px;
	width: 342px;
	height: 219px;
	padding-right: 10px;
	border-right: 1px solid #4D4D4D;
}

#pheader { 
 	width: 342px;
}

#projectimg {
	margin: 12px;
	border: 5px solid #E2E2E2;
}



/* NEWS WRAPPER
-------------------------------------------------------------------*/
#news{ 
 	position: absolute;
	top: 20px;
	left: 382px;
	width: 248px;
	height: 219px;
	background: transparent;
	padding-right: 10px;
	border-right: 1px solid #4D4D4D;
}

#nheader { 
 	width: 248px;
}

/* CAREERS WRAPPER
-------------------------------------------------------------------*/
#careers { 
 	position: absolute;
	top: 20px;
	left: 650px;
	width: 242px;
	height: 210px;
	background: #transparent;
	
}

#cheader { 
 	width: 242px;
}

#join {
	padding: 12px 0 0 25px;
}

/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 670px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 720px;
	left: 0;
}