@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	margin-top:20px;
	margin-bottom:50px;
}

img{
	border:none;
}

/* HEADER */

#header_wrapper{
	height:120px;
}

#header{
	width:1024px;
	height:120px;
	margin:0 auto;
	position:relative;
}

#logo{
	position:absolute;
	left:20px;
	z-index:20;
}

#slogan{
	position:absolute;
	left:150px;
	bottom:19px;
	width:585px;
	height:20px;
	z-index:10;
}

#navigation{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:100;
}

/* CONTENT */

#content_wrapper{
	width:1024px;
	margin:0 auto;
	padding:20px 0 0px 0;
	padding-bottom:20px;
}

/* FOOTER */

#footer_wrapper{
	height:20px;
	margin-bottom:20px;
}

#footer{
	width:1024px;
	margin:0 auto;
}

/* SITEWIDE */

.cross_page_titles{
	width:1024px;
	height:22px;
	margin-bottom:20px;
}

/* HOME SPECIFIC */

#home_flash{
	width:984px;
	height:450px;
	margin:0 auto;
	margin-bottom:20px;
}

#home_box_wrapper{
	width:1024px;
	margin:0 auto;
}

.home_box{
	width:313px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}

#home_box_footer{
	clear:both;
}

#home_awards{
	position:relative;
	left:1px;
	width:983px;
	margin:0 auto;
}

#home_awards_copy{
	float:left;
	width:600px;
}

#home_awards_icons{
	float:right;
	margin-right:10px;
}

#home_awards_footer{
	width:983px;
	height:1px;
	clear:both;
}

/* ELABORATION SPECIFIC */

#elab_flash{
	width:984px;
	height:280px;
	margin:0 auto;
	margin-bottom:20px;
}

#flash_item{
	width:759px;
	height:280px;
	float:right;
}

#elab_sub_navigation{
	width:224px;
	height:280px;
	float:left;
	overflow:hidden;
}

#left_column{
	width:225px;
	float:left;
	margin-left:20px;
}

#right_column{
	width:759px;
	float:right;
	margin-bottom:20px;
}

#columns_footer{
	width:984px;
	height:1px;
	clear:both;
	margin-bottom:0px;
}

/* PROJECTS SPECIFIC */

#Projects #body_copy{
	width:984px;
	margin:0 auto;
}

#Projects .home_box {
	margin-bottom:0;
}

#text_column{
	float:left;
	width:359px;
	margin-top:20px;
}

#img_column{
	float:right;
	width:359px;
	margin-top:20px;
	margin-right:20px;
}