#contactWrapper {
	width: 100%;
	background:#339966 url(../images/contactBack.gif) repeat-x;
	/*background:lime;*/
	height:600px;
}
#contact {
	position:relative;
	/*padding-top:110px;*/
	/*height:41em;*/
	/*margin:0 -3em;*/
	width: 960px;
	/*background:  url(/_images/tc_background.png) 0 0 no-repeat;*/
	padding: 0 0 0 0;
	margin: 0 auto;
	/*background:red;*/
	height:520px;
}

#contact p {
	color:#FFFFFF;
}

#contact p label {
	color:#ffffff;
	font-size:12px;
}

#contact form h3 {
	/*background:url(../images/titles/contact.gif) no-repeat;*/
	height: 55px;
	overflow:hidden;
	color:white;
	font: 2.8em "myriad pro", Helvetica, Calibri, Arial, sans-serif;
	margin-top:20px;
}

#contact form {
	position:absolute;
	left:3em;
	/*top:110px;*/
	width:60em;	
	height:37.3em;
}	

#contact form #comment {
	position:absolute;
	right:0;
	top:94px;
	margin-top:55px;
}

#contact form button {
	position:relative;
	width:100px;
	right:0;
	bottom:0;
	margin-top:10px;
	margin-left:172px;
	padding:0;
	border:none;
	background:#fff;
	cursor:pointer;
	color:#333;
	height:30px;
	/*top:50px;*/
}


label {
	display:block;
	line-height:1.6;
	margin-top:0.5em;
}

.inst {
	font-size:1.5em;
	line-height: 1.7em;
	margin-bottom:1em;
}

input {
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	padding:5px;
	width:260px;
	border:none;
}

textarea {
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	padding:5px;
	margin:0px 20px 0 0px;	
	width:260px;
	height:180px;
}

#contactList {
	position:absolute;
	top:20px;
	right:0;
	padding-left:2em;
	width:31em;	
	border-left:1px dotted #ccc;
	/*background:lime;*/
}


#contactList dl {
	margin-top:5px;
	/*background:lime;*/
}

#contactList dt {
	color:#fff;
	height:2.7em;
	padding-left:35px;
	line-height:1.1em;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
}

#melvin { background:url(/_images/People/melvin.jpg) no-repeat left top; }
#chris { background:url(/_images/People/chris.jpg) no-repeat left top; }
#bill { background:url(/_images/People/bill.jpg) no-repeat left top; }
#daryl { background:url(/_images/People/daryl.jpg) no-repeat left top; }
#liam { background:url(/_images/People/liam.jpg) no-repeat left top; }
#dave { background:url(/_images/People/dave.jpg) no-repeat left top; }
#lisa { background:url(/_images/People/lisa.jpg) no-repeat left top; }

#contactList a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#contactList a:hover {
	text-decoration:underline;
}

#contactList dd {
	font: 11px Tahoma, Helvetica, Arial, sans-serif;
	margin-bottom:1.43em;
	padding-left:35px;
	margin-top:-1.1em;
	color:#383838;
}


