/* Copy Area 
--------------- */

#contactcopy {
	display:block;
	width:265px;
	height:360px;
	position:absolute;
	left:10px;
	top:0px;
}

#contactcopy H3 {
	display:block;
	width:167px;
	height:21px;
	border:0;
	padding:0;
	margin:10px 0 0 0;
	background-image:url(../img/contactheader.gif);
	background-repeat:no-repeat;
}

#contactcopy P {
	margin-top:1.3em;
	margin-bottom:1.3em;
}

#contactcopy P.first {
	text-indent:1.5em;
}

#contactcopy H3 SPAN {
	display:none;
}

#phonelist {
	list-style:none;
	margin:0;
	padding:0;
}

#phonelist LI {
	font-weight:bold;
	margin-left:10px;
}

LI SPAN.phonenum, LI SPAN.localnum, LI SPAN.faxnum {
	position:absolute;
	left:70px;
	font-weight:normal;
}

#mailingaddress .org {
	font-weight:bold;
}

#mailingaddress {
	list-style:none;
	margin:0;
	padding:0;
}

#mailingaddress LI {
	margin-left:10px;
}

/* Form display 
----------------- */

#contactform, #contactsuccess, #contacterror {
	display:block;
	width:320px;
	height:360px;
	position:absolute;
	left:290px;
	top:0px;
}

#contactform LABEL.label {
	display:block;
}
#contactform LABEL.required, .reqs {
	color:#F00;
	font-weight:bold;
}

.reqs {
	display:inline;
	position:relative;
	top:-10px;
	left:10px;
}

#contactform LEGEND {
	font-size:14px;
	font-weight:bold;
	color:#006;
}

#contactform FORM {
	margin-top:40px;
}

#contactform INPUT, #contactform SELECT, #contactform TEXTAREA {
	margin-bottom:5px;
}

#contactform INPUT.textbox, #contactform SELECT.textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:95%;
	border:1px solid #000;
}

#contactform TEXTAREA {
	width:95%;
	height:6em;
}

#contactcopy, #contactform {
	overflow:auto;
}

FORM {
	margin:0;
	padding:0;
}

#contactsuccess P {
	font-size:14px;
	font-weight:bold;
	color:#30F;
}

#contactsuccess H3 {
	font-size:18px;
}


#contacterror P {
	font-size:14px;
	font-weight:bold;
	color:#900;
}

#contacterror H3 {
	font-size:18px;
}
