@charset "ISO-8859-1";
p {
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
}
#wrapper {
	position:relative;
	background: #fcfae2 url(../_images/sidebar_bg.gif) repeat-y top left;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
body {
	font-family: "Century Gothic", sans-serif;
	clear: 3px;
	height: 1088px;
}

a:link {
	color: 99FFFF;
}
a:visited {
}
a:hover {
}
a:active {
	color: #CCFFFF;
}
#contactArea {
	padding: 1em 0 1em 1.2em;
	text-align: center;
	}
#contactArea h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#contactArea h2{
	font: 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #028925;
	}
#contactArea p{
	font: .9em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:1em;
	}
#contactArea a{
	color: #d52e36;
	text-decoration: none;
	border-bottom: dotted 1px #d52e36;
	}
#contactArea a:hover{
	border-bottom-style: solid;
	}
#contactArea img{
	float:left;
	padding-right:1em;
	}
/* -- Forms styles --*/


fieldset {
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
}
.submit {
	margin-left: 10px;
	}
.clear {
	clear:both;
	}
input {
	}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
  width: auto;
}

/* contain interior floats */
#docform {
	float: left;
	text-align: left;
	}
#docform p{
	position: relative;
	width: 100%;
	z-index: 1;
	}
#docform form {
	width: 540px;
	margin-left: 20px;
}
legend {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	padding: 2px 5px;
	color: #CCFFFF;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
}
/* display labels next to form elements, add a class for when you want them to stack */
label {
	float:left;
	margin-right: 1em;
	}
label.top {
	display:block;
	float:none;
	}
/*style feedback message */
label .feedback {
	position: absolute;
	margin-left: 6em;
	left: 220px;
	font-weight: bold;
	color:#FFFFFF;
	padding: 0 0 5px 20px;

	/* so IE doesn't freak out */
	width: 200px;
}
#informationType {
	margin: 20px 0;
	}
/* display labels inline with checkboxes */
#informationType label, #productinfo label{
	float:none;
	display:inline;
	padding-left:5px;
	}
#informationType label, #preferredcontact label{
	float:none;
	display:inline;
	padding-left:5px;
	}
/* align columns of checkboxes or radio buttons */
div.group1, div.group2, div.group3 {
	float:left;
	width: 15em;
	padding-left: 10px;
	}
