@charset "UTF-8";


body {
	background-color: #dce4e5;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg_grad.png);
	}

/* HEADER BAR */ 	

.header_bar {
	height:60px;
	width: 100%;
	position: absolute;
	top: 80px;
	background-color: #2D2D2D;
	background-image: url(img/slash_01.png);
	background-repeat: repeat-x;
	left: 0;
	}
		
.header_bar_container {
	height:52px;
	width:842px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	position: relative;
	top: 4px;
	}
	
.header_boxes {
	height:58px;
	width:168px;
	float: left;
	position: relative;
	}
	
.header_div {
	height:45px;
	width:1px;
	float: right;
	position: relative;
	top: 4px;
	opacity: 0.35;
	background-color: #FFFFFF;
	}

.header_div_l {
	height:45px;
	width:1px;
	position: relative;
	top: 4px;
	opacity: 0.35;
	background-color: #FFFFFF;
	float: left;
	}



/* FEATURE AREA */ 
	
.feature {
	height: 355px;
	width: 100%;
	background-repeat: repeat-x;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	}

	
.feat_container {
	height:355px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
	
.feat_wrap {
	height:355px;
	width: 169px;
	float: left;
	position: relative;
	}

.feat_box {
	height:355px;
	width: 169px;
	position: relative;
	}
	
.feat_box2 {
	height:355px;
	width: 169px;
	position: relative;
	}

.feat_div {
	height: 280px;
	width: 5px;
	position: relative;
	float: left;
	}

/* DRIVE PROJECT DEFINITION */

.archive_div {
	height: 206px;
	width: 100%;
	position: relative;
	background-repeat: repeat;
}


.archive_container {
	height: 40px;
	width: 840px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.archive_div_type {
	height: 25px;
	width: 840px;
	position: relative;
	padding-top: 18px;
}

.archive_bar {
	height: 2px;
	width: 100%;
	position: relative;
	background-color: #333333;
	opacity: 0.5;
}

.update_container {
	height: 145px;
	width: 840px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.drive_update {
	height: 30px;
	width: 100%;
	position: relative;
	background-color: #d7511a;
}

.update_box {
	height: 120px;
	width: 840px;
	background-color: #d6ddde;
}

.update_box_img {
	height: 115px;
	width: 185px;
	position: relative;
	left: 12px;
}


.viewproj {
	height: 18px;
	width: 90px;
	position: relative;
	margin-left: 19px;
	margin-top: 5px;
}

.viewproj_alt_01 {
	height: 18px;
	width: 90px;
	position: relative;
	margin-left: 1px;
	margin-top: 5px;
}

.archive_ind {
	height: 5px;
	width: 840px;
	position: relative;
}

.ind {
	height: 10px;
	width: 164px;
	float:left;
	position: relative;
}

.ind2 {
	height: 10px;
	width: 164px;
	float:left;
	background-color: #FE5F1B;
}

.ind_div {
	height:10px;
	width: 5px;
	float: left;
}

.update_line {
	height: 2px;
	width: 100%;
	background-color:#bbc2c3;
	margin-top: 10px;
	position:relative
	}

/* PROJECTS*/

#container_body {
	height: 1050px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.proj_box 
{
	height: 95px;
	width: 169px;
	float: left;
	position: relative;
}
.proj_container 
{
	height: 95px;
	width: 169px;
	background-image: url(img/proj_box/proj_box_thumb.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}


.box_img {
	height: 79px;
	width: 158px;
	position: relative;
	overflow: hidden;
	left: 8px;
	top: 8px;
}

.bottom{
	background-color: #2D2D2D;
	height: 18px;
	width: 100%;
	position: relative;
	}

.bottom_wrap{
	height: 18px;
	width: 942px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

/* MISC */

img {
	position:absolute;
	left: 0px;
	border: none;
	}

a:active, a:focus {outline: 0;}

