body  {
	font: 100%, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-color: #FFFFFF;
}
 #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	height: 73px;
} 
/*main nav*/

#navcontainer
{
	margin: 0;
	float: right;
	width: 555px;
	margin-top: 44px;
}


#navlist
{
	margin: 0;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: right;
	text-decoration: none;
	color: #9a9a9a;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 12px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	color: #0045aa;
}

#navlist a:hover { color: #0045AA; }

/*end main nav*/

 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px;
	height: 488px;
	background-color: #f4e1ab;
	background-image: url(../images/concerned.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}
 #mainContent {
	margin-bottom: 2px;
	background-color: #F7F5F1;
} 
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	text-decoration: none;
	text-align: center;
	width: 850px;
	display:block;
	}
 #footerBLUE {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	background-color: #0066CC;
	background-image: url(../images/bg_bluefooter.gif);
	background-repeat: repeat;
	height: 130px;
	padding-top: 30px;
	padding-left: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	width: 255px;
}
#engage {
	margin-bottom: 2px;
	height: 68px;
}
#trymapping{
	margin-bottom: 2px;
	height: 68px;
	background-image: url(../images/header_trymapping.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#footerleft {
	text-align:left;
	width:401px;
	height: 35px;
	float:left;
	display:block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
#footeright {
	width: 420px;
	height:35px;
	float:right;
	display:block;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	color: #373737;
	}		

#footer a:link {
	text-decoration:none;
	color:#373737;
	font-weight: normal;
	}
#footer a:visited {
	text-decoration:none;
	color:#2162c1;
	color:#373737;
	font-weight: normal;
	}
#footer a:hover {
	text-decoration:none;
	color:#0066CC;
	font-weight: normal;
	}
#footer a:active {
	text-decoration:none;
	color:#0066CC;
	}
#footerSignUp {
	background-color: #0066CC;
	background-image: url(../images/bg_bluefooter_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	height: 49px;
}
#footerBLUE  a:link {
	text-decoration:none;
	color:#FFFFFF;
	}
#footerBLUE  a:visited {
	text-decoration:none;
	color:#2162c1;
	color:#FFFFFF;
	}
#footerBLUE  a:hover {
	text-decoration:none;
	color:#D7EBFF;
	}
#footerBLUE  a:active {
	text-decoration:none;
	color:#FFFFFF;
	}


.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.style3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#signup {
	float: right;
	height: 49px;
	margin-right: 22px;
	width: 555px;
	text-align: right;
}

.textFIELDsignupSUB{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	width: 200px;
	height: 15px;
	padding-left: 2px;
}
/*Footer navingation*/

input:focus, textarea:focus, input.focus, textarea.focus {
	color: #333333;
	background-color: #F8F8F8;
	border: 2px solid #D1D1D1;
}
.textFIELDjump{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	width: 180px;
	height: 22px;
	padding-top: 1px;
	padding-right: 4px;
	margin-right: 11px;
	background-color: #f2eee4;
}
.textFIELDsignup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	background-color: #D2DEF0;
	width: 200px;
	border: 2px solid #D1D1D1;
	height: 15px;
	padding-left: 2px;
}
.textFIELD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	background-color: #eaeceb;
	width: 280px;
	border: 2px solid #D1D1D1;
	height: 22px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.textFIELDbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	background-color: #eaeceb;
	height: 200px;
	width: 340px;
	border: 2px solid #D1D1D1;
	padding: 4px;
}
.textFIELDbutton {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #767676;
	background-color: #eaeceb;
	height: 26px;
	width: 140px;
	cursor: pointer;
	cursor: pointer;
	padding: 2px;
	border: 2px solid #D1D1D1;
	font-weight: bold;
}
a:link {
	color: #0a4cad;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0a4cad;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #126BF1;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #0a4cad;
}
.style4 {
	font-size: 14px;
	font-weight: bold;
}


.style5 {color: #FF0000}
.style6 {
	color: #373737;
	font-size: 18px;
	font-weight: bold;
}
.style7 {
	color: #e3b44b;
	font-size: 14px;
}
.whiteline {
	background-color: #FFFFFF;
	height: 1px;
}
#maincontentsubpage {
	display:block;
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373737;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	width: 780px;
}
#navlistservices {
	list-style-type: none; /*turns off display of bullet*/
	width: 220px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 22px;
	font-weight: bold;
	color: #989797;
}
#rightcontainerservices {
	width:450px;
	text-align:left;
	float:right;
	display:block;
	padding-left: 45px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #dbdbda;
	padding-right: 35px;
	margin-bottom: 60px;	
	}
#rightcontainerservices a:link {
	text-decoration:none;
	color:#2162c1;

	}
#rightcontainerservices a:visited {
	text-decoration:none;
	color:#2162c1;

	}
#rightcontainerservices  active {
	text-decoration:none;
	color:#2162c1;

	}
#rightcontainerservices a:hover{
	text-decoration:none;
	color:#6397E4;

	}

#footerSUB {
	margin: 0;
	background-image: url(../images/footer_sub.gif);
	background-repeat: no-repeat;
	height: 86px;
	padding-left: 30px;
	background-color: #8F8F8F;
	margin-top: 10px;
}
 #mainContentTESTIS {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 19px;
	padding-top: 16px;
} 
.popheading {
	color: #373737;
	font-size: 18px;
	font-weight: bold;
}
.popbody {
	color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.pressrelease {
	font-size: 11px;
}
