@charset "utf-8";
html, body {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #50554f;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
hr{
	border:2px solid #000;
	padding:0;
	margin:10px 0;
}

.bgWhite {
	background-color: #fff;
}

.template #outerContainer {
	background-color: #50554f;
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.template .redHeader {
	color:#a51e24;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.redHeader {
	color:#a51e24;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

.template #container {
	width: 750px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:15px;
}
.template #header {
	background: #fff; 
	padding: 0 10px 0 20px;
	background-image: url(../images/qualitaxHeader.jpg);
	background-position: 40px 0px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 9px;
}
.template #header1031 {
	background: #fff; 
	padding: 0 10px 0 20px;
	background-image: url(../images/FEA-Logo.jpg);
	background-position: 18px 15px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 9px;
}
.template #contact {
	font-size: 9px;
	margin: 0;
	/*padding: 30px 0px 30px 0px;*/
	padding: 8px 0;
}
.template #contact a {
	color: #000;
}
.template #contact a:hover {
	color: #a51e24;
}
.template #navigation {
	background:#a51e24;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.template #navigation ul{
 	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.template #navigation ul li{
	display:inline;
	margin:0;
	border-right:1px solid #fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.template #navigation ul li a{
	color:#fff;
	text-decoration:none;
}
.template #navigation ul li a:hover{
	color:#000;
	text-decoration:none;
}
.template #mainContent {
	padding: 0 20px;
	background: #fff;
	font-size:12px;
}

#mainContent {
	padding: 0 20px;
	background: #fff;
	font-size:12px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

.template #outerContainer #topmenu {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	width: 780px;
	margin: 0 auto;
}

.template #outerContainer #topmenu a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: .1em;
}
.template #outerContainer #topmenu a.last {
	padding-right: 0;
}

/* --------only used on home page----------- */
.template #imgBackground{
	width:720px;
	height:220px;
	margin:0 auto;
	background:url(../images/calculator.jpg) top left no-repeat;
}
.template #sloganDiv{
	margin: 0 10px 0 420px;
	padding-top:10px;
	font-size:22px;
	font-style: italic;
	color:#a51e24;
}
.template #welcomeDiv{
	float:left;
	background:#fff;
	border:1px solid #000;
	border-bottom:none;
	padding:20px;
	margin:-200px 10px 0 10px;
	width:260px;
	line-height: 1.3em;
}
.template #overviewDiv{
	margin-left:335px;
}
.template #testimonialsDiv{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#5c615b;
	background:#cfd6cf;
	height:60px;
	text-align:center;
	/*padding:5px;*/
}
.template #solutionsUl a {
	color: #000;
	text-decoration: none;
}

/* --------------end home page only divs--------------- */
.template #footer { 
	margin: 0 20px; 
	background:#a51e24;
	clear: both;
} 
.template #footer a{
	color:#fff;
	text-decoration:none;
}
.template #footer a:hover{
	color:#fff;
	text-decoration:none;
}
.template #newsletterDiv{
	color:#fff;
	font-size:10px;
}
.template #newsletterText{
	float:left;
	width:180px;
	padding:7px 15px;
	background:#000;
}
.template #newsletterButton{
	background:#474a43;
	font-weight:bold;
	padding:7px;
	text-align:center;
	width:30px;
	margin-left:210px;
}
.template #acerDiv, .template #acerDiv a{
	font-size:9px;
	color:#CCCCCC;
	text-decoration:none;
	padding:5px;
}
.template #acerDiv a:hover{
	color:#fff;
	text-decoration:none;
}

.template .clrflt{
	clear:both;
}
#solutionsUl li {
	text-decoration: none;
	list-style-type: none;
}

#solutionsUl ul{
	margin:0;
	padding:0;
}

.template #mainContent  a {
	text-decoration: underline;
	color: #000000;
}

.template #mainContent  a:hover {
	color: #570F10;
	text-decoration: underline;
}
.template #solutionsUl a {
	text-decoration: none;
}
.template #mainContent h2 {
	font-size: 12px;
	color: #A51E24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-style: italic;
}

span.required {color:#f30;}
td.label{width:96px;}
.spacer{border-bottom: solid 1px #ccc;}
td.spacer{height: 12px;}
div.spacer{margin:4px 0 8px 6px;}
body{font-size: 12px;}
td h4 {color:#A63737;}
div.success-msg {width: 500px; margin: 0 auto; line-height: 15pt;  font-size: 13px;}
form table {width: 100%;}
