/*
		VertaSource 
		Print CSS
		Alison Endacott
		August 2007
*/
* {
	float: none;
	width: auto;
}

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #fff;
		font-size: 75%;
	}
		
		body h2 {
			text-indent: 0;
			color:#000;
		}
	
	span#printlogo {
		text-align: center;
	}
		
	h1,
	#subNav h3,
	#subNav ul,
	#navSmall,
	#footer,
	#navigation,
	p.backNews,
	p.previous,
	p.next,
	p#print {
		display: none;
		position: absolute;
		height: 0;
	}
	
	img.left {
		float: left;
		padding: 10px 10px 10px 0;
	}
	
	img.right {
		float: right;
		padding: 10px 0 10px 10px;
	}
	
	#address {
		border-top: 1px solid;
		display: block;
		clear: both;
		margin-top: 10px;
	}
	
/* contact us form */
fieldset {
	border: 0;
	margin-top: 1em;
	background: url(/images/web/divider.gif) repeat-x top;
	padding-top: 2em;
	position: relative;
}

	legend {
		display: none;
	}

label {
	display: block;
	width: 88px;
	text-align: right;
}
		label.required {
			font-weight: bold;
		}

input.FormBox,
input#Other {
	margin-left: 95px;
	margin-top: -1.1em;
	position: relative;
	top: -1.1em;
	background: url(/Images/Site/FormBG.gif) no-repeat scroll left top;
	border: 0;
	height:16px;
	padding: 8px;
	width: 180px;
	font-size: 10px;
}
	input#Other {
		margin: 0;
		top: 0;
		left: -4px;
	}

#textboxes {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	padding-top: 2em;
}	

	#textboxes label {
		width: auto;
		text-align: left;
	}

fieldset textarea {
	background: url(/Images/Site/TextAreaBG2.gif) no-repeat top left;
	width: 228px;
	height: 78px;
	border: 0;
	padding: 8px;
	font-size: 11px;
	*font-size: 10px;
}

	input:focus,
	textarea:focus {
		color: #218fd6;
	}

#services {
	padding: 0 10px;
}

#services label {
	text-align: left;
	width: 200px;
	font-size: 90%;
	color: #747474;
	margin-left: 18px;
	margin-top: -9px;
	position: relative;
	top: -5px;
	*top: -9px;
}
	#services p {
		margin: 1em 0;
	}

	#group1,
	#group2 {
		width: 270px;
		float: left;
		_width: 260px;
		_display: inline;
	}	
	
	#lbl_other {
		clear: both;
	}
	
	#btnSubmit {
		margin: 1em 0 1em 180px;
	}
	
#summary {
	border: 1px solid #f1afaf;
	padding: 1em;
	background: #eed4d4;
}

div.caseStudies dl {
		float: left;
		_display: inline;
		list-style: none;
		width: 164px;
		text-align: center;
		padding-top: 170px;
		position: relative;
		margin: 0 10px;
	}
	
	div.caseStudies dl dt {
		font-size: 110%;
		font-weight: bold;
		line-height: 1.1;
		}
	
	div.caseStudies dl dd {
		position: absolute;
		top: 0;
		left: 0;
	}

#studyImages li {
	display: inline;
	list-style: none;
}	

#portfolio li {
	display: inline;
}

#portfolio span {
	display: none;
}
