#mailto{
	display:none; /* trick for weeding out SPAM */
}
address{
	margin-bottom:25px !important;
}
form{
	margin-top:25px;
}
.inputfield1{
	background:#ffffff url(../images/bg_contact_inputfield_1.jpg) bottom right no-repeat;
	font-size:12px;
}
.inputfield1:focus{
	background:#ffffff url(../images/bg_contact_inputfield_1f.jpg) bottom right no-repeat;
}
.inputfieldMulti{
	background:#ffffff url(../images/bg_contact_inputfield.jpg) bottom right no-repeat;
	padding-top:5px;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}
.inputfieldMulti:focus{
	background:#ffffff url(../images/bg_contact_inputfieldf.jpg) bottom right no-repeat;
}

label, .inputfield1,.inputfieldMulti {
	border:0px;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 0px;
	padding-bottom:15px;
	padding-right:15px;
	padding-left:5px;
}
.inputfield1{
	width:200px;
}
label,legend{
	text-align: right;
	width: 150px;
	padding-right: 20px;
	color:#8a6b70;
	font-size:12px;
	font-family:Verdana,Arial,sans-serif;
}

.contentPanel br {
	clear: left;
}
#buttonSubmit{
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:25px;
}
fieldset{
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:-40px;
}
legend{
	display:inline;
	border:1px solid blue;
}
#interest input{
	margin-left:20px;
}
#interest label{
	padding:0px;
}

#addressFields{
	width:500px;	
}
#addressFields legend{
	border:0;
	margin-bottom:5px;
}
#addressFields select{
	width:200px;
	float:left;
	
	font-size:10px;
}
#addressFields .inputfield1{
	width:200px;
	float:left;
}
#addressFields label{
	float:left;
	width:150px;
	text-align:right;
	padding-right:4px;
	margin-right:15px;
}
/*
#addressFields #city{
	width:75px;
}
#addressFields #zip{
	width:40px;
}
*/
/* we could @import these */
#currentFiles a{
	text-decoration:none;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	color:#24a668;
}
#currentFiles h5{
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}
#currentFiles a:hover{
	background:#FFF6DA;
}

.fileIcon{
	float:left;
	width:50px;
	margin-right:5px;
}
.fileIcon img{
	display:block;
}
.fileSize{
	font-size:10px;
	display:block;
	text-align:center;
}
#fileListings a{
	text-decoration:none;
}

#fileListings ul{
	list-style-type:circle;
	list-style-position:inside;
	line-height:100%;
	font-size:10px;
	margin:0;
}
#fileListings ul li{
	margin:0;
	padding:0;
}
#archiveFileSelect{
	width:200px;	
}
.fileDescription{
	margin:5px;
	display:block;
}

.inneraccordion .fileDownload{
	margin:0 25px;
	padding-left:20px;
	padding-top:5px;
	display:block;
	background:url(../images/pdficon_small.gif) left center no-repeat;
	height:20px;
	margin-bottom:5px;
}
.inneraccordion .fileDownload:hover{
	color:black !important;
}
