@charset "utf-8";
body {
	text-align: center;
	min-width: 760px;
	background: #e1e4ac;
	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;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* begin entire header: contains logo, contact info, and sign-in */
#wrapper #header  {
	background: #fff;
	position: relative;
	width: 100%; /* original was 95% */
	height: 100px;
}
#header #img_logo {
	position: relative;
	left: 55px;
	top: 10px;
}
#header #ph-emText {
	padding: 5px;
	width: 175px; /* original width was 150px */
	position: absolute;
	left: 525px;
	top: 31px;
	right: 25px;
	bottom: 5px;
	height: 46px;
	font-size: 1em; /* original had no font size */
}
#header #ph-emText .phoneText {
	font-size: 19px; /* original font size was 1.2em */
	font-weight: bold;
	color: #0067B2;
}
#header #ph-emText .emailText {
	font-size: 14px; /* original font size was 0.9em, then changed to 14px */
}
#header #ph-emText a {
	color: #81A3A4;
}
#header .signup {
	padding: 10px;
	float: left;
	width: 150px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #0067B2;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.75em;
}
fieldset {
	font-size: 11px; /* original font size was .9em */
	border: 1px solid #C2DA8F;
}
/* end entire header */
/* begin nav bar */
#nav  {
	background: #FFFFFF;
	width: 100%;
	margin-left: 10px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a:link, #nav li a:visited {
	display: block;
	background: #fff;
	padding: .2em .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; /* original was 1em */
	font-weight: bold;
	text-decoration: none;
	color: #0268b1;
	line-height: 1.2em;
	margin-right: 0.5em;
}
#nav li a:hover, #nav li a:active {
	color: #be4927;
	background: #fff;
	font-weight: bold;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	color: #be4927;
	background: #fff;
	cursor: default;
	font-weight: bold;
}
/* end nav bar */
/* begin main content */
#mainContent {
	background: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
	padding-top: 1px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 1px;

}
#mainContent h2 {
	color: #0067B2;
	font-size: 18px;
}
#mainContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 17px;
}
#mainContent .intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 17px;
}
#mainContent .no_bord {
	width: 80%;
	align: center;
	cellpadding: 5;
	cellspacing: 0; 
	border-bottom: gray solid 1px;
	border-top: gray solid 1px;
	border-left: none;
	border-right: none;
	font-size: smaller;
}
/* for an href=#name within text */
#mainContent .black {
	color: #000000;
}
#mainContent .gray {
	color: #BDBDBD;
}
#wrapper #mainContent a, #wrapper #mainContent a:link, #wrapper #mainContent a:visited, #wrapper #mainContent a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #0F5F9C;
	text-decoration: none;
	line-height: 17px;
}
#wrapper #mainContent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F5F9C;
	text-decoration: underline;
}
/* begin the Index page link styles */
#wrapper #mainContent .index a, #wrapper #mainContent .index a:link, #wrapper #mainContent .index a:visited, #wrapper #mainContent .index a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F5F9C;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #mainContent .index a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F5F9C;
	text-decoration: underline;
}
/* end the Index page link styles */
/* end main content*/
/* begin demo -- not in use until we have a demo */
#container #mainContent #demoDIV {
	width: 158px;
	position: relative;
	top: 15px;
	right: 5px;
	left: 150px;
	bottom: 5px;
}
/* end demo */
/* begin eQuestions -- this is the original #eQuestions location that was modified when the #demoDIV was removed
#wrapper #mainContent #eQuestions {
	position: relative;
	width: 250px;
	right: 100px;
	bottom: 55px;
	float: right;
}
 ------this is the updated #eQuestions location when the #demoDIV was removed
#wrapper #mainContent #eQuestions {
	position: relative;
	top: 15px;
	text-align: center;
}
 -->
/* begin the eQuestions link style */
#wrapper #mainContent .equest a, #wrapper #mainContent .equest a:link, #wrapper #mainContent .equest a:visited, #wrapper #mainContent .equest a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F5F9C;
	text-decoration: none;
}
#wrapper #mainContent .equest a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F5F9C;
	text-decoration: underline;
}
/* end the eQuestions link styles */
/* end eQuestions */
/* begin footer */
#footer {
	width: 100%; /* original had no width specified */
	background:#a5a874;
}
#footer p {
	margin: 0; /* designer's note: zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* designer's note: padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px; /* original font size was 0.75em */
	color: #666666;
}
#wrapper #footer a, #wrapper #footer a:link, #wrapper #footer a:visited, #wrapper #footer a:active {
	color:#666666;
	text-decoration: none;
	}
#wrapper #footer a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer .copyrightText {
	font-size: 0.75em;
}
/* end footer */
