@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
body {
	color: #000;
	background: transparent !important;
	font: 62.5% Helvetica, Verdana, Arial, sans-serif;
}
p {
	margin-bottom:12px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


/* CONTACT FORM */

fieldset {
	clear: left;
	float: none;
	margin-bottom: 0.8em;
}
.section {
	border-top: 1px solid #999;
	padding-top: 0.8em;
}
fieldset div {
	float: left;
}
fieldset div.prompt {
	padding: 0 5px 0 0; 
	width: 200px;
}
form {
	padding: 20px 0;
}
input, textarea {
	border: none;
	background-color: #fff;
	border: 1px solid #999;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-color: #000;
	width: 300px;
	font-size: 1.0em;
}
textarea {
	height: 100px;
}
.button {
	border: none;
	width: auto !important;
	background-color: #333;
	color: #fff;
	margin-left: 205px;
	padding: 5px 2px 0 2px;
}
.required {
	color: #000;
}
#contact {
	font-size: 1.6em;
}
body.toryrow #contact {
	font-size: 1.2em;
	color: #231F20;
	padding-top: 30px;
}
body.audubon #contact, body.middlesex #contact, body.cambridge1 #contact {
	font-size: 1.2em;
}
