@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////////////////////////////
DEFAULTS
/////////////////////////////////////////////////////////////////////////////////*/

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
	max-width: 650px; min-width: 650px;
	max-height: 200px;
}

p {
	line-height: 16px;
}

/*/////////////////////////////////////////////////////////////////////////////////
ID TAGS
/////////////////////////////////////////////////////////////////////////////////*/

/* JAVASCRIPT ENABLED */
#navigation li a.contact span.out {
	background: url(../images/contact-button.jpg) no-repeat 0 -25px;
}

/* JAVASCRIPT DISABLED */
#navigation-alt li a.contact span {
	background: url(../images/contact-button.jpg) no-repeat 0 -25px;
}


#SPAM {
	visibility: hidden;
	display: none;
}


/*/////////////////////////////////////////////////////////////////////////////////
CLASSES
/////////////////////////////////////////////////////////////////////////////////*/

.single-line-field {
	width: 647px;
	font-size: 12px;
	margin-bottom: 5px;
}

