/* Core CSS */
body { 
	font: .75em  Helvetica, Arial, sans-serif; 
	text-align: center; 
	background: #fff; 
	}
#centering {
	text-align: left;
	margin: auto;
	width: 885px;				
	color: #000;	
	}
#wrapper { 
	position: relative;
	}
#content {
	}
#top {
    background: url(../images/logo.gif) 0px 0px no-repeat;
    padding: 130px 100px 19px 0;
    position: relative;
    border-bottom: 3px solid #ddd;
    margin-bottom: 30px;
    }	
#footer {
	padding-top: 1.5em;
	color: #999;
	background-color: #fff;
	border-top: 3px solid #000;
	height: 30px;
	clear: both;
	}
	#footerL { float: left; }
	#footerR { float: right; }

/* Main Content CSS */
* { margin: 0; padding: 0; }			
p { padding: 0 0 10px 0; }
a { text-decoration: underline; color: #2884D6; }
#centering a:hover, #centering a:focus, #centering a:active { text-decoration: underline; background: #fff890; }		
img { border: 0; }		
.clear { clear: both; height: 30px; border-top: 1px solid #ddd; }
.hide {
	position: absolute;
	top:0;
	left: -500px;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	}
.greytxt { color: #999; }
.disabledlink { color: #93c1ea; text-decoration: underline; }
.mutedtxt { color: #ccc; }
#footer a, #footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: none;
	color: #999;
	}
	#footerR a, #footerR a:hover, #footerR a:focus, #footerR a:active {
		color: #2884D6;
		text-decoration: none;
		border: 0;
		border-bottom: 1px dotted #000;
	}

/* Main Layout CSS */
.projectBlockL {
	width: 435px;
	margin: 0 15px 30px 0;
	float: left;
	}
.projectBlockR {
	width: 435px;
	margin: 0 0 30px 0;
	float: left;
	}		
.projectBlockL img, .projectBlockR img { display: block; margin-bottom: 15px; }
.projectBlockL dl, .projectBlockR dl { float: left; margin-bottom: 1em; }
.projectBlockL dt, .projectBlockR dt { float: left; width: 55px; clear: left; margin-bottom: 0.2em; }
.projectBlockL dd, .projectBlockR dd { float: left; width: 337px; margin-bottom: 0.2em; color: #000; }
.projectBlockL p, .projectBlockR p { clear: both; padding: 0 10px 0 0; }
.projectBlockL dl dt span, .projectBlockR dl dt span { background-color: #B6E5EB; color: #333; }
	
#lightboxlinks { display: none; }
	
/* Headings */
h2 { 
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 15px;
	background-position: 0 0; 
	background-repeat: no-repeat; 
	}
	h2 i { visibility: hidden; }
	h2#t_featured { background-image: url(../images/title_featured.gif); }
