body {
	padding: 0px;
	margin: 0px;
	background-color: black;
}

a img {border: none; }

a				{ color: #d4d4d4; font-weight: normal; text-decoration: none; }
a:link			{ color: #d4d4d4; font-weight: normal; text-decoration: none; }
a:visited		{ color: #d4d4d4; font-weight: normal; text-decoration: none; }
a:active		{ color: #d4d4d4; font-weight: normal; text-decoration: none; }
a:hover			{ color: #ccff38; font-weight: normal; text-decoration: none; }

#image {
	position: relative;
	clear: left;
	text-align: left;
	z-index: 20;
	top: 60px;
}

#logo {
	left: 0px;
	top: 0px;
	margin-left: 25px;
	margin-top: 25px;
	position: absolute;
}

.menu {
	float: left;
	padding-right: 20px;
	display: inline;
	left: 255px;
	position: relative;
	top: 48px;
}

.menufix {
	float: left;
	padding-right: 20px;
	display: inline;
	left: 255px;
	position: relative;
	top: 46px;
}

.tabs {
	display: inline;
	left: 350px;
	float: left;
	top: 0px;
	position: relative;
}

#contact_box {
	z-index: 10;
	text-align: right;
	padding: 0px;
	width: 110px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #d4d4d4;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	float: left;
	left: 25px;
	top: 270px;
}


#main_box {
	padding-bottom: 50px;
	left: 255px;
	position: absolute;
	top: 230px;
	width: 550px;
}

.job_text {
	text-align: left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 12px;
	color: #d4d4d4;
	font-size: 10px;
	vertical-align: top
}

.common_text {
	text-align: justify;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 15px;
	color: #d4d4d4;
	font-size: 11px;
}

.common_text_bold {
	font-weight: bold;
	text-align: justify;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 15px;
	color: #d4d4d4;
	font-size: 11px;
}

#boxes		{ background-image: url(../images/boxes/box_fade.jpg); height: 182px; width: 180px; margin-right: 10px; float: left; position: relative; display: inline; }

.box_text		{ width: 160px; margin-left: 20px; color: #d4d4d4; line-height: 18px; font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }


#list_margin		{ margin-top: 5px; }

.founder_headers		{ left: -27px; position: relative; }

.leftindentservices		{ margin-left: 0px; }

#greenbullets		{ list-style-image: url(../images/bullet_green.gif); list-style-type: none; }

.contact		{ color: #d4d4d4; font-size: 10px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }

#splash		{ position: relative; display: block; margin-top: 50px; text-align: center; }

#opacity	{opacity: .5; filter: alpha(opacity=50); }

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images//lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

#hdivider { padding-top: 10px; }
#vdivider { left: 160px; top: 175px; position: absolute; }
#buttons { display: inline; padding-top: 4px; }
.servicebox { text-align: left; float: left; padding-top: 50px; width: 275px; display: inline; }
.jobcategory { line-height: 11px; text-align: right; text-transform: uppercase; font-size: 9px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; color: #aeaeae; vertical-align:top }
.pdficon { line-height: 11px; text-align: right; vertical-align:top }
#jobposting { margin-bottom: 30px; margin-right: 20px; clear: right; float: left; width: 250px; display: inline;}
.graynine { font-size: 9px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; color: #aeaeae; }
.jobcats { margin-bottom: 30px; float: left; clear: left; display: block; }
.people { list-style-position: outside; display: block; float: left; z-index: 100; padding-right: 27px; }
.partner_bios {
	margin-left: 167px;
	display: block;
	text-align: justify;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 15px;
	color: #d4d4d4;
	font-size: 11px;
}

.jobemail { margin-top: 26px; left: 430px; position: absolute; text-align: right; }

.productions { padding-top: 25px; clear: both; }

.green { color: white; list-style-image: url(../images/bullets/green.jpg); }

.blue { color: white; list-style-image: url(../images/bullets/blue.jpg); }

.pink { color: white; list-style-image: url(../images/bullets/pink.jpg); }

.yellow { color: white; list-style-image: url(../images/bullets/yellow.jpg); }

.grey { color: white; list-style-image: url(../images/bullets/grey.jpg); }

ul { margin-left: -25px; line-height: 15px; font-size: 11px; }

.regular { line-height: 15px; font-size: 11px; }

.headlines { line-height: 20px; color: white; font-size: 14px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.archive_image {
	margin-top: 5px;
	float: left;
	display: inline-block;
	width: 100px;
}

.archive_text {
	display: inline-block;
	width: 400px;
}

.secondary_news {
	clear: none;
	display: inline;
	margin-left: 10px;
}

.greenlink a {
	color: #ccff38;
}

