@charset "UTF-8";
/****************************/
/* Universal Default Styles */
/*                          */
/*     © 2008 Interform     */
/*  Coded by Brent Maxwell  */
/* brent@interformgroup.com */
/****************************/

/********** Universal Styles Only **********/
/* IE PNG FIX */
img, div { 
	behavior: url(/inc/misc/iepngfix.htc)
}
a img {
	border:none;
}
.clearAll {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.floatLeft {
	float:left; margin: 0 10px 0 0;
}
.floatRight {
	float:right;
}
.cleanList {
	/* no bullets or padding */
	list-style:none;
	padding:0;
	margin:0;
}
.errors {
	color: #FF0000;
	font:bold Arial, Helvetica, sans-serif;
	border:1px solid #FF0000;
	padding:0 10px;
}
.error { background-color: red; padding: 10px; color: white; font-weight: bold; }
.securityImage{
	border: inset 1px;
	margin:5px 0;
	padding:0;
}
.required {
	color:#FF0000;
}
.mailForm {
	border: 1px dotted #cccccc;
	background: url(/images/stamp.jpg) top right no-repeat;
}
input:focus {
	background: #FFFFCC;
}
textarea:focus {
	background: #FFFFCC;
}
/********** Put Site Specific Styles in siteStyles.css **********/