@charset "utf-8";
/* CSS Document */

/* COMMON */
body
{
	text-align:center;
	background-repeat:repeat-y;
	background-position:center;
}
body, h1, h2, h3, h4, h5, p, form, input, textarea, ul, li
{
	margin:0;
	padding:0;
}
img 
{
	border:0;
}
body, a, input, textarea
{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}
th, td
{
	vertical-align:top;
}
h1 span, h2 span, h3 span
{
	display:none;
}

/* MAIN */
#main
{
	width:964px;
	margin:0 auto;
	text-align:left;
	background-color:white;
	padding:30px 0;
	position:relative;
}
#gdi-logo
{
	display:block;
	height:159px;
	background:url(../img/gdi-logo.gif) no-repeat center;
	margin-bottom:40px;
}
#blue,
#pink
{
	float:left;
	width:450px;
	position:relative;
	left:60px;
}
#dept-interactive,
#dept-print
{
	display:block;
	height:22px;
	background-repeat:no-repeat;
}
#dept-interactive
{
	background-image:url(../img/gdi-interactive.gif);
}
#dept-print
{
	background-image:url(../img/gdi-print.gif);
}
form
{
	margin:10px 0;
}
form .text
{
	width:384px;
	padding:3px;
	font-size:11px;
	border:1px solid #CCCCCC;
}
form textarea
{
	height:75px;
}
p 
{
	margin-right:60px;
	text-align:justify;
}
p.intro
{
	font-size:12px;
	line-height:17px;
}
h3
{
	text-transform:uppercase;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:16px;
	margin-bottom:4px;
}
h3.top
{
	font-size:11px;
}
form h3
{
	height:11px;
	background-repeat:no-repeat;
}
#form-interactive h3
{
	background-image:url(../img/contact-interactive.gif);
}
#form-print h3
{
	background-image:url(../img/contact-print.gif);
}
form .label
{
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:10px;
}
.more a,
.home a
{
	display:block;
	position:relative;
	font-size:12px;
	margin-top:6px;
	text-decoration:none;
}
.more a span,
.home a span
{
	text-decoration:underline;
}
.more a
{
	text-align:right;
	left:10px;
}
.home a
{
	left:-10px;
	top:-20px;
}
.bottom 
{
	margin:20px 0;
}
.bottom a
{
	top:0;
}
#blue h2,
#blue h3,
#blue a
{
	color:#002B54;
}
#pink h2,
#pink h3,
#pink a
{
	color:#AB0534;
}
div.description
{
	overflow:visible;
	height:150px;
}

/* FOOTER */
#footer 
{
	color:#666666;
	width:100%;
	display:inline-block;
	clear:both;
}
#footer,
#footer a
{
	font-size:10px;
}
#footer .copyright
{
	float:left;
	margin-left:60px;
}
#footer .address
{
	float:right;
	margin-right:60px;
}
#footer a.dept
{
	text-transform:lowercase;
	text-decoration:none;
}
#footer a.interactive
{
	color:#7F95A9;
}
#footer a.print
{
	color:#D47F97;
}
#projects 
{
	border-top:2px solid #F4F4F4;
	margin:20px 0;
}
.project 
{
	padding:20px 0;
	position:relative;
	display:inline-block;
	clear:both;
	border-bottom:2px solid #F4F4F4;
	height:270px;
	width:100%;
	overflow:hidden;
}
.project .images
{
	float:left;
	width:360px;
	height:270px;
	overflow:hidden;
	position:relative;
	background-color:#F4F4F4;
}
.project .about
{
	margin-left:380px;
}
.project .images a,
.project .images img
{
	display:block;
}
.project .images img
{
}
.project h2
{
	font-size:15px;
	font-weight:normal;
}
.project h3
{
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	margin-top:3px;
}
.project h4
{
	font-size:9px;
	text-transform:uppercase;
	color:#333333;
	font-weight:normal;
	margin-top:8px;
	line-height:12px;
}
.project p
{
	line-height:12px;
	margin-right:0;
}
.project a
{
	color:#333333 !important;
}
#blue .active
{
	background:url(../img/project-blue.jpg) repeat-x top;
}
#pink .active
{
	background:url(../img/project-pink.jpg) repeat-x top;
}
.error,
.success
{
	font-size:10px;
	margin-top:2px;
	text-transform:uppercase;
}
.error span
{
	color:white;
	padding:0 4px;
}
.error
{
	color:#BB6C6C;
}
.error span 
{
	background-color:#BB6C6C;
}
.success span
{
	display:block;
	padding:4px;
	margin-right:60px;
	margin-top:8px;
	color:white;
	text-align:center;
	position:relative;
}
.success span.interactive
{
	background-color:#AA0832;
}
.success span.print
{
	background-color:#002952;
}
.noscript
{
	display:block;
	text-align:center;
	margin:0 60px 20px 60px;
	border:2px solid #BB6C6C;
	color:#BB6C6C;
	font-size:16px;
	padding:10px;
}

#news {
	position:absolute;
	top:106px;
	left:49px;
	padding:10px;
	border:1px solid #CCCCCC;
	width:220px;
	z-index:99;
}
#news a.img {
	display:block;
	float:left;
}
#news img {
	display:block;
}
#news p {
	margin:0;
	margin-left:75px;
	text-align:left;
}