/* start styles extracted from http://ionqualitysystems.com/about.html */
#contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/btnContact.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 255px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}

.contact_hdr {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#contact a {
	color:#004785;
}
/* end styles extracted from http://ionqualitysystems.com/about.html */

div#contact_form {
	text-align:left;
	float: none;
}
div#contact_form .required {
	color:#ff0000;
}
div#contact_form fieldset {
	width:400px;
	border:none;
}
div#contact_form input {
	margin:3px 0 0 0;
}
div#contact_form textarea {
	margin:3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#contact_form label {
	width:75px;
	float:left;
	margin:6px 0 0 0;
}
div#contact_form input#newsletter {
	clear: left;
	float: left;
	margin-left: 74px;
	margin-top:10px;	
}
div#contact_form label.newsletter_lbl {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 11px;
	width: 200px;
}
div#contact_form input#submitbutton {
	margin:20px 0 0 110px;
}
div.success {
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
	width:270px;
	background-color:#98fb98;
	border-top:solid 2px #008000;
	border-bottom:solid 2px #008000;
}
div.error {
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
	width:270px;
	background-color:#ffc0cb;
	border-top:solid 2px #ff0000;
	border-bottom:solid 2px #ff0000;
}
/******************************
Start cost_calculator.php style
******************************/
div.column_bigleft {
	color:#656565;
	font-size:12px;	
	padding:0 20px 20px 30px;
}
.column_smallright {
	float:right;
	margin:15px 30px;
	padding:0;
	width:250px;
}
div.column_big_services {
	float:none;
	clear:both;
	width:895px;
}
div.column_big_services hr {
	margin:0;
	color:#ffffff;
}
div#verbage {
	float:left;
	width:326px;
}
/* Salary Calculator Style */
div#salarycalc {
	text-align:left;
	float:right;
	width:223px;
	padding:10px;
}
div#salarycalc fieldset {
	padding:10px 20px;
	width:220px;
	margin:60px 0 0 0;
}
div#salarycalc td {
	padding:2px 0;
	color:#656565;
	font-size:12px;
}
div#salarycalc td#cost {
	color:#000000;
	font-weight:bold;	
}
/* Salary Table Style */
table.chart {
	border-collapse:collapse;
	margin:40px auto 40px auto;
	font-size: .8em;
}
table.chart th {
	border-top:none;
	border-right:solid 1px #000000;
	font-weight:bold;
	line-height:30px;
	color:#333333;
}
table.chart td.column {
	border-left:none;
	font-weight:bold;
	color:#333333;	
}
tr.evenrow {
	background-color:#7cd2f4;
}
tr.evenrow td.column {
	background:#ffffff;
}	
table.chart td {
	border:solid 1px #000000;
	padding:10px;
}
