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

/*	----------------------------	*/
/*	STANDARD HTML TAG DEFINITION	*/
/*	----------------------------	*/

body {
	margin:	0;
	padding:	0;
	background:	url(../images/backgrounds/bg_prova.gif) repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
}

/*RESETS*/
*{padding:0; margin:0;}
ul{list-style-type:none;}
fieldset{border:none;}
a img{border:none;}
a{-moz-outline:none;}

/*	----------------------------	*/
/*	PAGE ELEMENTS                	*/
/*	----------------------------	*/

#wrapper {
	width:	955px;
	height:	100%;
	margin:	0 auto;
}
/*	HEADER	*/
	#header {
	width:100%;
	height:100px;
	margin:0;
	padding:0;
}
#header h1 {
	height:100%;
	width:377px;
	margin:0;
	padding:0;
	background:url(../images/sitewide/3RDI_logo_tagline_2.png) no-repeat left;
	text-indent:-9999px;
}
#header .service_header {
	float:right;
	font-size:12px;
	padding:0;
	margin:35px 0 0 0;
	color:#006699;
	text-align:right;
	height:20px;
}
#header .service_header ul {
	line-height:28px;
}
#header .service_header ul li {
	display:inline;
	background:url(../images/backgrounds/usernav-divider.gif) no-repeat 0 top;
	padding:0;
}
#header .service_header ul li.quick {
	display:inline;
	padding:0;
	color:#FFF;
	height:20px;
	background:none;
}
#header .service_header ul li.quick a, #header .service_header ul li.quick a:visited{
	display:inline;
	padding:3px 22px;
	color: #FFF;
	text-decoration:none;
	background:url(../images/buttons/label_bckg.gif) 0 0 no-repeat;
}
#header .service_header ul li.quick a:hover{
	display:inline;
	padding:3px 22px;
	color: #FFF;
	text-decoration:none;
	background:url(../images/buttons/label_bckg.gif) 0 -20px no-repeat;
}
#header .service_header ul li.nobg {
	display:inline;
	padding:10px 3px 10px;
	background:url(../images/buttons/label_bckg.gif) center no-repeat;
}
#header .service_header ul li.nobg a, #header .service_header ul li.nobg a:visited{
	text-decoration:none;
	color: #FFF;
}
#header .service_header ul li a, #header .service_header ul li a:visited {
	color:#006699;
	text-decoration:none;
	padding:0 10px;
}
#header .service_header ul li a:hover {
	color:#000033;
	text-decoration:none;
}

/*	CONTENTS	*/
	#contents {
	width:100%;
	height:100%;
	background:url(../images/backgrounds/background_end.jpg) bottom no-repeat;
	padding:0 0 20px 0;
}
/*	MENU	*/
	#menu-nav {
	margin: 0 auto;
	padding:0;
	width: 955px;
	height: 230px;
}
#menu-nav ul#nav {
	float: left;
	margin: 20px 0 0 0;
	padding:0;
	width: 100%;
}
#menu-nav ul#nav li {
	display: inline;
}
#menu-nav ul#nav li .text {
	color: #122142;
	padding:10px 10px 0 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:left;
	height:auto;
}
#menu-nav ul#nav li a {
	display: block;
	float: left;
	height: 120px;
	font: 18px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu-nav ul#nav li a img.line {
	margin:0;
	padding:10px 0 10px 2px;
	border:0;
}
#menu-nav ul#nav li a span.title {
	padding: 0 0 2px 10px;
	letter-spacing: -0.6px;
	margin:0;
	line-height:10px;
}
#menu-nav ul#nav li a.consulting {
	color: #122142;
	width: 156px;
	margin: 20px 0 0 4px;
}
#menu-nav ul#nav li a.consulting .img {
	margin:4px 0 0 0;
}
#menu-nav ul#nav li a.communication {
	color: #122142;
	margin: 20px 0 0 4px;
	width: 156px;
}
#menu-nav ul#nav li a.creative {
	color: #122142;
	margin: 20px 0 0 4px;
	width: 156px;
}
#menu-nav ul#nav li a.technology {
	color: #122142;
	margin: 20px 0 0 3px;
	width: 156px;
}
#menu-nav ul#nav li a.engineering {
	color: #122142;
	margin: 20px 0 0 4px;
	width: 156px;
}
#menu-nav ul#nav li a.science {
	color: #122142;
	margin: 20px 0 0 0;
	width: 156px;
}
/*	FOOTER	*/
	#footer {
	width:100%;
	height:auto;
	margin:30px 0 0 0;
	padding:20px 0 0 0;
	background:url(../images/sitewide/footer_line.gif) top no-repeat;
	font-size:11px;
}
#footer .f_bottom {
	text-align:center;
	padding:0;
	margin:5px 0 10px 0;
	color:#0b5a9c;
}
#footer .f_top {
	width:100%;
	padding:0;
	text-align:center;
	color:#0b5a9c;
}
#footer .f_top span {
	margin:0;
	padding:0;
	font-weight:normal;
}
#footer .f_top span .divider {
	color:#CCC;
	padding:0 5px 0 5px;
}
