/*
==========================================================================
1 - Print styles
==========================================================================
*/
html, body { color: #000; background-color: #FFF; }

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th { font-family: Arial, Garamond, serif; font-size: 12px; }

a:link, a:visited { text-decoration: underline; color: blue; }

h1 { font-size: 14px; }

h2 { font-size: 14px; }

h3 { font-size: 13px }

h4, h5, h6 { font-size: 12px }

/* hide elements from printer */
 #footer, #credits {
	display: none;
}

#container-content, #content, #gallery {
	width:100%;
}

#gallery {
	overflow:visible;
}

#header h1 {
	font-size:10px;
}

#header {
	height:142px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}

.gallery-item {
	border:solid 1px #CCCCCC;
	margin:4px;
	height:170px;
	float:left;
}

#featured-item {
	overflow:hidden;
}

#gallery-latest .gallery-item, #featured-item .gallery-item {
	border:solid 1px #CCCCCC;
	margin:2px;
	height:170px;
	float:left;
	padding:0px;
}

#featured-item .gallery-item img, #featured-item .gallery-item img {
	padding:0px;
	margin:0px;
}	

#gallery {	
	float:left;
}

#content, #container-content {
	padding:0px;
	margin:0px;
	width:100%;
}

 #container-content {
 	padding:20px 0px 0px 0px;
}

#content-left-column {
	padding:0px;
	margin:0px;
}

#content-right-column {
	padding:0px;
	margin:0px 0px 0px 5px;
	float:right;
	width:265px;
	position:relative;
}

#what-we-do {
	padding:0px;
	width:205px;
	margin:0px;
}

#map  {
	width:200px;
	overflow:hidden;
}