div#faq{
	width: 325px;
	float: left;
	overflow: hidden;
}

div#contact_form{
	width: 325px;
	float: left;
	margin-left: 50px;
}

																				/* Section Headers */
div#content dl h3{
	margin-top: 1.35em;
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: .725em;
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	text-transform: Uppercase;
	letter-spacing: -1px;
	font-weight: normal;
	color: #666666;
}
																				/* Section Help Text Wrapper */
div#content dl p.helpText{
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted #cccccc !important;
}
																				/* Section Help Text Wrapper > Text */
div#content dl p.helpText i{
	font-size: 11px;
	font-size: .7em;
	line-height: 1.3em;
	font-style: normal;
	color: #999999;
}

div#content hr{
	display: none;
}

/* QUESTION & ANSWER STYLES */

																				/* Question Wrapper & Link */
div#faq dl b a{
	font-size: .875em;
	padding: 1.4em;
	display: block;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	border-top: none !important;
}

div#faq dl b a.open{
	background-color: #E7F4F8;
}

div#faq dl b a:hover{
	background-color: #E7F4F8;
}
																				/* Answer Wrapper */																				
div#faq dl dd{
	background-color: #E7F4F8;
	border-bottom: 1px solid #cccccc;
	border-top: 1px dotted #cccccc;
	margin-top: -1px;
	padding: 0 1.25em;
	padding-bottom: 0em;
	padding-top: 1em;
	color: #E7F4F8;
}
																				/* Answer Wrapper > Link Override */
div#faq dl dd a{
	font-size: 1em;
	padding: 0em;
	display: inline;
	border-bottom: none;
	background-color: none;
}

div#faq dl dd h1,
div#faq dl dd h2,
div#faq dl dd h3,
div#faq dl dd h4,
div#faq dl dd h5,
div#faq dl dd h6{
	display: none;
}

div#faq dl dd b{ 
	font-weight: bold;
	line-height: 1.6em;
}

div#faq dl dd i{ 
	font-style: italic;
	line-height: 1.6em;
}

div#faq dl dd ul, 
div#faq dl dd ol,
div#faq dl dd p{ 
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 1.55em;
	font-size: .75em;
	list-style: decimal;
}

div#faq dl dd li{ 
	color: #333333;
	margin: 0 0 0 3em;
	line-height: 1.6em;
}
div#faq dl dd ul li{
	list-style: disc;
}
div#faq dl dd ol li { 
	list-style: decimal; 
}


/* SEND US A MESSAGE STYLES */

div#contact_form form dd{
	padding: 0 0 0 0;
	line-height: 1em;
}
																				/* Field Headers */
div#contact_form form dd div b{
	font-size: .875em;
	display: block;
	padding-top: 1.375em;
	padding-bottom: .125em;
	color: #999999;
}

div#contact_form form dd div.phone b, div#contact_form form dd div.order b{
	color: #bbbbbb;
}

div#contact_form form dd div b small{
	display: none;
}
																				/* Fields */
																				
div#contact_form form dd div input, div#contact_form form dd div select, div#contact_form form dd div textarea{
	width: 99.5%;
	background-color: #f5f5f5;
	border: 1px solid #999999;
	color: #333333;	
}
div#contact_form form dd div select{
	font-size: 1em;
}

div#contact_form form dd div select{
	width: 100%;
}

div#contact_form form dd div input, div#contact_form form dd div textarea{
	-webkit-border-radius: 5px;
	font-size: 1.1em;
	text-indent: .25em;
}

div#contact_form form dd div textarea{
	text-indent: 0em;
	padding: .25em;
	width: 97%;
	font-size: 1em;
}

																				/* Fields > Input / Select / textarea tag FOCUS */
																				
div#contact_form form dd div input:focus, div#contact_form form dd div select:focus, div#contact_form form dd div textarea:focus{
	background-color: #FFFFB3;
	color: #000000;
	border-color: #dddddd;
}

																				/* Optional Field */
div#contact_form form dd div.optional{
	width: 46.5%;
	float: left;
}

div#contact_form form dd div.phone{
	margin-right: 6.8%; 			/* Almost 7% */
}

div#contact_form form dd div.subject{
	clear: both;
}

div.submit{
	text-align: center;
	padding: 1.25em 0;
	border-bottom: 1px solid #cccccc;
}
																				/* Submit Button Wrapper */
div.submit input{
	
	background-color: #0099CC !important;
	background-image: url("/_site/img/btn_overlay_315.png");
	background-position: center center;
	background-repeat: no-repeat;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	width: 315px;
	height: 47px;

	color: #ffffff;
	text-transform: Uppercase;
	line-height: 47px !important;
	
	font-family: "Arial Black", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.125em;
	
	cursor: pointer;	
	border: none !important;
	
	
}

div.submit input:hover{
	background-color: #FF00A7 !important;
}

/* ERROR COLOR & STYLING ADJUSTMENTS */

.alert i{
	display: block;
	line-height: 200%;
}
.alert dt{
	padding-top: 1em;
	padding-bottom: 1em;
}
