/******************/
/* GLOBAL LAYOUT  */
/******************/

body {
	font-size:62.5%;
	background-color:#333333;
	font-family:arial,sans-serif;
	} /*Font-size: 1.0em = 10px when browser default size is 16px*/
	
.container {
	width:978px; 
	padding-top:10px; 
	padding-bottom:20px; 
	margin:0 auto; 
	font-size:1.0em;
	}
		
.header {
	width:958px;
	height:131px;
	background-color: #FFFFFF;
	border-left:solid 10px #000000;
	border-right:solid 10px #000000;
	font-size:1em;
	}
	
.header-top {
	clear:both;
	width:958px;
	height:100px;
	font-size:1em;
	}
	
.header-top-left {
	width:578px;
	height: 100px;
	float:left;
	background-image:url(../header/header_top_bg.jpg);
	background-repeat:no-repeat;
	}
	
.header-top-right {
	width:380px;
	float:right;
	height:100px;
	}
	
.header-bottom {
	clear: both;
	float: left;
	width: 958px;
	height: 30px;
	font-size:1em;
	border-top: #000000 1px solid;
	background-image:url(../header/navbar_bg.jpg);
	background-repeat:repeat-x;
	}
			
.navbar {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:958px;
	} 
	
.subnavbar {
	white-space:nowrap /*IE hack*/;
	float:left;
	width:272px;
	} 
	
.main {
	clear:both;
	width:958px;
	border-left:solid 10px #000000;
	border-right:solid 10px #000000;
	background-color:transparent;
	font-size:1em;
	}
	
.content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:680px;
	background-color:#FFFFFF;
	font-size:1em;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	border-right: #000000 6px solid;
	min-height:550px;
	}
	
.subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:272px;
	font-size:1em;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	background-color:#CCCCCC;
	min-height:550px;
	}
	
.footer {
	clear:both; 
	width:958px; 
	padding:1.0em 0 1.0em 0; 
	border-left:solid 10px #000000; 
	border-right:solid 10px #000000; 
	border-top:solid 3px #000000;
	background-color:#486B91; 
	font-size:1.1em !important /*Non-IE6*/; 
	font-size:1.0em /*IE6*/; 
	overflow:visible !important /*Non-IE6*/; 
	overflow:hidden /*IE6*/;
	}

/****************/
/*  HEADER-TOP  */
/****************/

/* SITENAME AND LOGO */

.sitelogo {
	float: left;
	width:200px;
	height:70px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	background-image: url(../img/TE_Header.png);
	background-repeat: no-repeat;
	}
	
.sitename {
	float:left;
	width:350px;
	height:70px;
	overflow:hidden;
	margin-top: 27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}

.sitename h1 {
	font-family:"trebuchet ms",arial,sans serif;
	font-weight:normal;
	font-size:350% !important /*Non-IE6*/;
	font-size:260% /*IE6*/;
	}

.sitename h2 {
	font-family:verdana,arial,sans serif;
	margin-top:0px;
	padding-bottom:2px;
	color:#000000;
	height:20px;
	font-weight:normal;
	font-size:130% !important /*Non-IE6*/;
	font-size:120% /*IE6*/;
	}
	
.sitename a {
	text-decoration:none; 
	color:#000000;
	}
	
.sitename a:hover {text-decoration:none;}

.sitename-flash {
	width:380px;
	height:100px;
	float: left;
	overflow:hidden;
	}

/* MAIN MENU */
.navbar ul {
	list-style-type:none;
	}

.navbar ul li {
	float:left; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	border-right: #5084b6 1px solid;
	}
	
.navbar ul li a { /* Main Nav Buttons when not hovering */
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block;
	vertical-align:middle;
	min-height:30px !important /*Non-IE6*/;
	height:30px /*IE6*/;   
	text-decoration:none;
	font-weight:bold;
	font-size:150%;
	color:#000000;
	padding: 0px 16px 0px 16px;
	margin: 6px 0 0 0;
	}
	
.navbar ul li:hover {
	background-image: url(../header/navbar_bg_hover.jpg);
	background-repeat:repeat-x;
	}
	
	
.navbar ul li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.navbar ul li ul {
	display:none; 
	border:none;
	}


/* SubNavbar (Side Navbar) */

ul.subnavbar-homepage {
	list-style-type:none;
	width:272px;
	float:left;
	display:block;
	}

ul.subnavbar-homepage li {
	float:left;
	display:block;
	width:272px; 
	height:30px;
	margin:0;
	padding:0;
	background-image:url(../header/navbar_bg.jpg);
	background-repeat:repeat-x;
	}
	
ul.subnavbar-homepage li a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:150%;
	padding:0 0 0 10px;
	line-height:2em;
	margin:0;
	height:30px;
	width:252px;
	color:FF00000;
	}
	
ul.subnavbar-homepage li:hover {
	background-image: url(../header/navbar_bg_hover.jpg);
	background-repeat:repeat-x;
	}
	
ul.subnavbar-homepage li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	}

	
ul.subnavbar {
	list-style-type:none;
	width:272px;
	float:left;
	display:block;
	}

ul.subnavbar li {
	float:left;
	display:block;
	width:272px; 
	height:30px;
	margin:0;
	padding:0; 
	}
	
ul.subnavbar li a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:150%;
	padding:0 0 0 10px;
	line-height:2em;
	margin:0;
	height:30px;
	width:252px;
	color:rgb(42,90,138);
	}
	
ul.subnavbar li:hover {
	background-image: url(../header/navbar_bg_hover.jpg);
	background-repeat:repeat-x;
	}
	
ul.subnavbar li:hover a {
	color:#FFFFFF;
	text-decoration:none;
	}

ul.subnavbar-layer2 {
	list-style-type:none;
	}
	
ul.subnavbar-layer2 li{
	float:left;
	display:block;
	width:272px; 
	height:20px;
	margin:0;
	padding:0; 
	}
	
ul.subnavbar-layer2 li a {
	float:left; 
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	padding:0 0 0 20px;
	line-height:2em;
	margin:0;
	height:20px;
	width:252px;
	}
	
ul.subnavbar-layer2 li:hover {
	background-color:#999999;
	background-image:none;
	}

ul.subnavbar-layer2 li a:hover {
	color: #FFFFFF;
	}	
/*******************/
/*  HEADER BOTTOM  */
/*******************/

.header-bottom ul {
	float:left;
	width:958px;
	list-style:none;
	padding:0px 0px 0px 0px;
	}
	
.header-bottom ul li {
	display:inline;
	padding:0px;
	}
	
.header-bottom ul a {
	color:#000000;  
	text-decoration:none;
	padding:0px 0px 0px 0px;
	}
	
.header-bottom ul a:hover {text-decoration:underline;}	

/* GLOBAL NAVIGATION */
.navglobal {
	width:600px; 
	position:absolute; 
	z-index:3; 
	margin-top:65px; 
	margin-left:349px !important /*Non-IE6*/; margin-left:351px /*IE6*/;
	}
	
.navglobal ul {float:right; font-weight:normal;}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {
	display:block; 
	float:left; 
	padding:2px 5px 2px 5px; 
	color:#000000; 
	text-decoration:none; 
	font-size:130% !important /*Non-IE6*/; 
	font-size:120% /*IE6*/;
	}
	
.navglobal a:hover {
	text-decoration:underline; 
	color:#000000;
	}
	
/************/
/*  CONTENT */
/************/

/* CONTAINER (NO BOXES) */
.content-1col-nobox-box {
	display:block;
	width:680px;
	float:left;
	background-color: #FFF;
	clear: both;
	padding: 0 0 0px 0;
	}
	
.content-1col-nobox-box-header {
	display:block;
	width:680px;
	background-image:url(../header/1col1x680.jpg);
	background-repeat:repeat-y;
	}
	
.content-2col-nobox-leftcolumn {
	display:inline; 
	float:left; 
	width:335px; 
	border-right:solid 1px rgb(215,215,215) /*Use this statement if left column is longer than the right column. Activate by removing "xx_" from property name*/; 
	background-color:#FFF;;
	}
	
.content-2col-nobox-rightcolumn {
	display:inline; 
	float:right; 
	width:335px; 
	border-left:solid 1px rgb(215,215,215)/*Use this statement if right columnn is longer than the left column. De-activate by adding "xx_" to propery name*/; 
	background-color:#FFF;
	}

/* CONTAINER (BOXES) */
.content-1col-box {
	width:680px; 
	background-color:transparent;
	
	}
	
.content-2col-box-leftcolumn {
	display:inline;
	float:left;
	width:335px;
	background-color:transparent;
	}
	
.content-2col-box-rightcolumn {
	display:inline;
	float:right;
	width:335px;
	background-color:transparent;
	}
	
.content-2col-box {
	width:335px;
	}
	
.content-2col-box-header {
	width:335px;
	background-image:url(../header/bg_335x1.jpg);
	background-repeat:repeat-y;
	}

/***************/
/* SUBCONTENT  */
/***************/

.subcontent-box {
	width:272px;
	float:left;
	background-image:url(../header/bg_242x1.jpg);
	background-repeat:repeat-y;
	}

.subcontent-box-bottom {
	width:272px;
	float:left;
	background:#CCCCCC;
	}

/************/
/*  FOOTER  */
/************/
.footer p {
	clear:both;
	line-height:1.3em;
	text-align:center;
	color:#FFF;
	font-weight:normal;
	font-size:100%;
	}
	
.footer a, .footer a:visited {
	text-decoration:underline;
	color:#CCCCCC;
	}
	
.footer a:hover {
	text-decoration:none; 
	color:#000;
	}

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* PAGE */
.corner-page-top {
	width:978px; 
	height:10px; 
	background:transparent url(../img/bg_corner_page_top.gif) no-repeat; 
	overflow:hidden;
	clear: left;
	}
	
.corner-page-bottom {
	width:978px; 
	height:10px; 
	padding-bottom:20px; 
	background:transparent url(../img/bg_corner_page_bottom.gif) no-repeat; 
	overflow:hidden;
	clear: left;
	}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
	
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

p:after {
	content:"."; 
	display:block; 
	height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  
	visibility:hidden;
	}

.subcontent-project-box {
	width:272px;
	float:left;
	background-color:#CCC;
	display:block;
	}
	
.subcontent-project-box:hover{
	width:272px;
	float:left;
	background-color:#E5E5E5;
	display:block;
	cursor:pointer;
	}

.subcontent-project-bar {
	width:272px;
	height: 5px;
	float: left;
	background-color:#000000;
	display: block;
	}

.main-image {
	float: right;
	margin:0px 10px 13px 15px;
	display:block;
	}
	
.main-image-left {
	float: left;
	margin:0px 15px 13px 10px;
	display:block;
	}
	
.subcontent-logo { 
	float: left;
	margin:15px 10px 10px 15px; 
	border:none;
	/*background:url(../img/bg_logo.gif);*/
	}
	
.project-logo {
	width:70px; 
	height:70px; 
	float: left;
	margin:15px 10px 10px 15px; 
	/*background:url(../img/bg_logo.gif);*/
	}

.project-title {
	float: left;
	width: 165px;
	margin:12px 5px 0px 0;
	padding: 5px 5px 0 0;  
	color: #0066CC; 
	font-weight:bold; 
	font-size:140% !important /*Non-IE6*/; 
	font-size:125% /*IE6*/;
	}

.project-date {
	float: left;
	width: 150px;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0; 
	}
	
.project-location {
	float: left;
	width: 150px;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0; 
	}

.project-details {
	clear: both;
	margin: 0 15px 0 15px;
	padding: 0 0 15px 0;
	}
	
.project-more {
	float: left;
	margin:5px 15px 0px 15px;
	width: 150px; 
	}
	
.page-header {
	width:325px;
	height:216px; 
	float: right;
	margin:55px 10px 10px 15px;
	}
	
.subnavbar-border-bottom {
	width: 272px;
	height: 1px;
	float: left;
	display: block;
	}
