/*a:link:after, a:visited:after {
   content: " [" attr(href) "] ";
}
*/

body#home .wrap, body#page .wrap {
	background: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------------------------------------------------------------- */
#header {
	height: 170px;
}

#logo {
	width: 110px;
	height: 165px;
	float: none;
	border: none;
}

#logo a {display: block; width: 100px; height: 160px;}

#logo img {
	border: none;
	width: auto;
	height: auto;
}

#search, #navigation, .section a.readall, ul#utility, ul#subnav, a#totop, #sidebar {
	display: none;
	clear:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
HOMEPAGE
--------------------------------------------------------------------------------------------------------------------------------------- */
#splash {  
	background: #ffffff;
	height: auto;
	width: 100%;
}

#intro {
	background: #ffffff;
	width: auto;
	height: auto;
	margin: 5px 0;
	padding: 10px 0 10px 110px;
	border-bottom: #b36212 1px solid;
}

.section {
	background: none;
	width: 290px;
	padding: 0 5px;
	float: left;
	height: 338px;
}

.section h2 {border-bottom: #dedede 1px solid;}

.first {margin-left: -10px;}

.foot {
	background: none;
	width: 100%;
}

body#page {border-top: #dedede 1px solid;}

#footer-home {
	background: none;
	width: 890px;
	padding: 5px 0;
	margin: 0 auto;
	height: 108px;
	color: #000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------
INSIDE PAGES
--------------------------------------------------------------------------------------------------------------------------------------- */

#aside p.caption {
	background: none;
	color: #000000;
}

#footer {clear: both; background: none;}

#footer img {display: none;}

#content, div.wrap, div.wide, form#form1 {
	width: auto;
	position: relative;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

.column {overflow: visible;}

.column {width: 40% !important; float: left !important; padding:0; margin:0;}

.column ul {width: auto; padding:0; margin:0;}

#projectgrid {overflow: visible; width: 90% !important; }

div.project {
	display:block;
	width: 40%; 
	float: left; 
	padding:0; 
	margin:0 !important;
	overflow: visible;
}








