/* GLOBAL STYLES */
* { outline: none; -moz-outline-style: none; }
html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	color:#EEE;
	font-size:12px;
	background:#FFFFFF url(images/background.jpg) repeat-x 0px 83px;
	
}
h1 {
	color:#B4D256;
	font-size:14px;
	padding-top:20px;
	padding-bottom:0;
	margin-bottom:15px;
}
h2 {
	color:#B4D256;
	font-size:12px;
}
h3 {
	color:#B4D256;
	font-size:12px;
	font-weight:normal;
	margin-top:0;
}
a{ color:#B4D256; text-decoration:none}
a:active{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:underline}

p{
	margin:0px;
	text-align:justify;
	padding:7px 40px 7px 0px;
}
ul { padding:0; margin:0; }
li {
	list-style: none;
	background: url(images/arrow_list.gif) -3px 50% no-repeat;
	padding-left:12px;
}
td { vertical-align:top; }

/* GENERAL LAYOUT STYLES */
#header{
	z-index:3;
	position:relative;
	height:65px;
	width:925px;
	margin:0 auto;
}
#header #flashHeaderWrapper {
	position:absolute;
	width:915px;
	height:65px;
	color:#333333;
}
#mainWrapper {
	z-index:70;
	margin:0px auto;
	padding:0px;
	width:925px;
	/* min height for firefox and IE */
	height: auto !important;
	height:470px;
	min-height:470px;
	background:transparent url(images/shadow_bottom_right.jpg) repeat-y 915px 83px;
}
#main {
	position:relative;
	background-color:#4B4B4C;
	/* min height for firefox and IE */
	width:915px;
	height: auto !important;
	height:475px;
	min-height:475px;
}
#flashTitleContainer {
	float:right;
	padding:25px 78px 0 0;
}
#content {
	position:relative;
	padding: 0px 5px 15px 5px;
	clear:both;
}
#contentBottom {
	padding:0px;
	width:915px;
}
#shadowRightTop {
	position:absolute;
	left:915px;
}
#footer{
	margin:0px auto;
	padding:0px;
	width:770px;
	height:40px;
	font-size:10px;
}

#footer * {color:#999; text-decoration:none}
#footer a:hover{text-decoration:underline}


/* SPECIFIC STYLES */
.highlight { color:#B4D256; }
.block {
	border: 8px solid #727272;
	border-bottom: none;
	background-color: #7A7A7A;
	padding-bottom:20px;
}
.linkArrow {
	display:block;
	text-align:right;
	color:#B4D256;
	padding-right:12px;
	background: transparent url(images/arrow_list.gif) right 3px no-repeat;
}
.linkArrowLeft {
	text-align:right;
	color:#B4D256;
	background: transparent url(images/arrow_left.gif) left 3px no-repeat;
	font-weight: bold;
	padding-left: 22px;
}
.linkArrowRight {
	text-align:right;
	color:#B4D256;
	background: transparent url(images/arrow_right.gif) right 3px no-repeat;
	font-weight: bold;
	padding-right: 22px;
}


/* OUR TEAM / OUR PROJECTS CATEGORY */
#ourteam,
#ourprojectscategory {
	margin:0 auto;
}
#ourteam td,
#ourprojectscategory td {
	width:140px;
	padding: 0 0 5px 5px;
	background:#727272;
	overflow:hidden;
}
#ourteam .linkArrow,
#ourprojectscategory .linkArrow{
	text-decoration:none;
	padding-right:0;
	background-position:right 143px;
}
#ourteam .linkArrow span,
#ourprojectscategory .linkArrow span { display:block;padding-right:12px; }
#ourteam .linkArrow:hover span,
#ourprojectscategory .linkArrow:hover span { text-decoration:underline; }

/*  PROJECT CATEGORY */
#ourprojectscategory td { width:180px; }
#ourprojectscategory .linkArrow{ background-position:right 178px; }


/* BIO */
#bio    { height: 452px; }
#bio h1 { margin-bottom:0; }
#bio ul { margin-bottom:15px; }

/* PROJECT GALLERY */
#projectGallery { background:#727272; height:520px; margin-bottom:2px; padding:0 7px; }
#projectGallery h1 { margin-bottom:15px; }
#projectGallery #thumbnails img { float:right; margin-bottom:3px; border:1px solid #666666; }
#projectDetails #projectDetailsIn {	width:700px; margin:0 auto; }
#projectDetails h3 { color:#FFFFFF; font-weight:bold; font-size:11px; padding:20px 0 10px 0; margin-bottom:0; }

/* CAREERS */
#careers { clear:both; position:relative; min-height:440px; }
#careers #positions td h2 { /*margin-top:40px; */ }
#careers #positions td h1,
#careers #positions td h2 { margin-bottom:0; }
#careers #positions td a.linkArrowRight { float:right; margin-right:40px; }
