@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DEE7DE;
	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;
}
.eft #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF5E5;
	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. */
	/*border: 2px solid #660000; */
}
.eft #header {
	background-image: url(images/eft_banner.jpg);
	width: 780px;
	height: 185px;
	background-repeat: no-repeat;
	background-position: center; 
	margin: 10px 0 0 0; 
	padding: 0;  
}
.eft #navigation {
width: 750px;
height: 30px;
padding: 0 15px;
margin: -35px 0 0 0;
}
.eft #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.eft #mainContent h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #660000;
}
.eft #mainContent h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #009900;
}
.eft #mainContent p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: 000000;
}
.eft #mainContent ul {
list-style-type: none;
font-size: .9em;
}
.eft #mainContent img  {
float: right;
}
.eft #mainContent a {color: #009999;}
.eft #mainContent a:hover {color: #00CC66; text-decoration: underline; background-color: #A8E6D6;}
.eft #mainContent a:active {color: #FF0000;
 }

.eft #mainContent span {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
margin: -10px 0 0 0;
}
.eft #indexQuote {
margin: 0 20px;
}
.eft #indexQuote p {
font-family: "Times New Roman", Times, serif;
color: #636; margin: 0; 
 padding: 1em 0 0.5em 0;
}
.eft #indexQuote span {
font-family: "Times New Roman", Times, serif; font-size: .9em; font-weight: lighter; color: #396; 
margin-left: 1em; text-align: left; padding: 0;
}

.eft #subFooter {
font-family: Georgia, "Times New Roman", Times, serif;
color:#666666;
font-size: .7em;
text-align: center;
background-color:#FFFFFF;
}


.eft #footer {
	
	margin: 0 auto;
	padding: 0 0 10px 0;
	
	width: 750px;
	background: #FFF5E5;
	
	}

.eft #footer ul {
list-style-type: none; 
margin: 5px auto;
padding: 10px 5px;
text-align: center;

}
.eft #footer li {
display: inline;
margin: 10px 0;
padding: 0;
white-space: normal;

}
.eft #footer a {
color:#003399;
font-size: 10px;
	
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 4px;
	margin: 10px 0;
	}

.eft #footer a:hover {
color: #0066FF; text-decoration: underline;
}
.eft #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#form {
width: 550px;
font-family: Arial, Helvetica, sans-serif; color: #000099;
font-size: 1.2em;
font-weight: bold;
line-height: 1.5em;
margin: 10px auto;
}
fieldset {
padding: 20px 0 20px 30px;
margin: 10px 0 0 0;
background-color:#FFFFCC;
}
legend {
font-size: 1.3em;
padding: 0 5px;
}
label {
clear: both;
width: 175px;
float: left;
text-align: right;
padding: 2px 5px 0 0;
}
.button {
margin: 15px 0 0 180px;
}
.row {
margin: 10px 0 0 0;
}
#offlineContact h2 {font-size: 1.4em; font-weight: bold; text-transform: uppercase; color: #006633; margin: 5px 0; padding: 0}

.eft #testimonial span {
font-family: "Times New Roman", Times, serif; font-size: .9em; font-weight: lighter; color: #396; 
margin-left: 1em; text-align: left; padding: 0;
}
.eft #testimonial p {color: #636; margin: 0; border-top: 1px dotted #339; padding: 1em 0 0.5em 0;
}