body {
	margin: 0;
	padding: 0;
	background-color: #EAEDE5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2 {
	font-size: 16px;
}

#header {
	top: 0px;
	margin: 0 auto 0 auto;
	background: url(../images/topbar.jpg) top center no-repeat;
	height: 139px;
	width: 780px;
	border: 5px solid #CED4C4;
	border-top: none;
	border-bottom: none;
}

#footer {
	background-color: #9CA98A;
	width: 790px;
	margin: 0px auto 0 auto;
}

#footer p {
	font-size: 80%;
	text-align: right;
	letter-spacing: 2px; 
	margin: 6px 0px;
}

#mainwrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 780px;
	background-color: #EAEDE5;
	border: 5px solid #CED4C4;
	border-top: none;
}

#sidebar {
	background-color: #CED4C4;
	top: 0px;
	width: 230px;
	height: 400px;
}

#navlist {
	position: absolute;
	padding-top: 10px;
	left: 30px;
	top: 0px;
	width: 180px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist li {
	margin: 0 0 3px 0;
	padding: 10px 0px 10px 0px;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 26px;
	/*border: 1px solid #333;*/
	width: 175px;
	/*background-color: #999;*/
	background-image: url(../images/menuBtn.gif); /* */
	background-repeat: no-repeat;
}

#navlist a:link, #navlist a:visited {
	color: Black;
	/*/*/color: Black;
	text-decoration: none; /* */
}

#navlist a:hover {
	/*border: 1px solid #333;*/
	/*background-color: #FF6600;*/
	background-image: url(../images/menuBtnOver.gif);
	color: White;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*border: 1px solid #333;
	background-color: #FF6600;*/
	background-image:  url(../images/menuBtnOver.gif);
	color: White; /* */
}

/*#maincontent {
	margin: 0; 
	/*text-align: justify;*/
/*}*/
/*index / home*/

#connecthome {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 314px;
	left: 230px;
	width: 25px;
	height: 18px;
}

#headerhome {
	top: 0px;
	margin: 0 auto 0 auto;
	background-color: #CED4C4;
	height: 139px;
	width: 780px;
	border: 5px solid #CED4C4;
	border-top: none;
	border-bottom: none;
	}
	
#headerImg {
	position: relative;
	background: #EAEDE5 url(../images/homepg.gif) no-repeat center;
	top: 0px;
	left: 230px;
	height: 139px;
	width: 550px;
}

#homeBox {
	position: absolute;	
	background: #EAEDE5 url(../images/homepg2.gif) no-repeat center;
	top: 90px;
	left: 230px;
	height: 62px;
	width: 550px;
}

#homeBox2 {
	position: absolute;	
	background: #EAEDE5 url(../images/homepg3.jpg) no-repeat center;
	top: 154px;
	left: 230px;
	height: 246px;
	width: 550px;
}

/* Contact Page */
#contactBox {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: 340px;
	width: 480px;
	background-color: White;
	border: 10px solid #77885E;
	border-width: 10px 10px 10px 10px;
}

#contactBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center; 
}

#contactBox .pLrg {
	font-weight: bold;
	font-size: 16px;
}

#contactBox ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type:	none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
}

#contactBox li {
	background: url(../images/bullet.gif) left center no-repeat;
	line-height: 14px;
	margin-left: 172px;
	padding: 0px 0px 0px 15px;
}

#contactBox li a:link, #contactBox li a:visited {
	color: Black;
	/*/*/color: Black;
	text-decoration: none; /* */
}

#contactBox li a:hover {
	/*border: 1px solid #333;*/
	/*background-color: #FF6600;*/
	text-decoration:	underline;
}

#contactBox li .text {
	text-align: center;
}

#connect {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 272px;
	left: 230px;
	width: 25px;
	height: 18px;
}

#sidebarfaq {
	background-color: #CED4C4;
	top: 0px;
	width: 230px;
	height: 1195px;
}

#connectfaq {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 230px;
	left: 230px;
	width: 25px;
	height: 18px;
}
#faqBox {
	position: absolute;	
	top: 20px;
	left: 250px;
	width: 480px;
	background-color: White;
	border: 10px solid #77885E;
	border-width: 10px 10px 10px 10px;
}
#faqBox h1 {
	margin: 10px 10px 20px;
	border-bottom: 1px dashed #666;
}
#faqBox ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type:	disc; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	/*font-weight: bold;*/
}
#faqBox li {
	line-height: 14px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
/* Customer */
#connectcust {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 188px;
	left: 230px;
	width: 25px;
	height: 18px;
}
#custBox {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: auto;
	width: 379px;
	background-color: White;
	/*border: 10px solid #77885E;*/
	/*border-width: 10px 10px 10px 10px;*/
}
#custTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	text-align:	left;
}
#cows {
	border: 10px solid #77885E;
}
#textLeft {
	padding: 10px;
	border-left: 10px solid #77885E;
	border-right: 10px solid #77885E;
	border-bottom: 10px solid #77885E;
	width: 47%;
}
#textRight {
	padding: 10px;
	border-left: 10px solid #77885E;
	border-right: 10px solid #77885E;
	border-bottom: 10px solid #77885E;
	width: 47%;
}
#textMid {
	background-color: #EAEDE5;
}
/* benefits */
#benBox {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: auto;
	width: 520px;
	background-color: #EAEDE5;
	/*border: 10px solid #77885E;*/
	/*border-width: 10px 10px 10px 10px;*/
}
#connectben {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 104px;
	left: 230px;
	width: 25px;
	height: 18px;
}
#benTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
#benLeft {
	border-top: 10px solid #77885E;
	border-left: 10px solid #77885E;
	border-right: none;
	border-bottom: 10px solid #77885E;
	width: auto;
	text-align: center;
}
#benRight {
	border-top: 10px solid #77885E;
	border-left: 10px solid #77885E;
	border-right: 10px solid #77885E;
	border-bottom: 10px solid #77885E;
	width: auto;
	text-align: center;
}
#benbottom {
	border-top: none;
	border-left: 10px solid #77885E;
	border-right: 10px solid #77885E;
	border-bottom: 10px solid #77885E;
	width: 50%;
	text-align: center;
}
#benCenter {
	text-align: center;
	padding-top: 15px;
}
#benBox ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type:	disc; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	/*font-weight: bold;*/
}
#benBox li {
	line-height: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px 0px 9px 0px;
	text-align: justify;
}
#benBox p {
	line-height: 14px;
	margin-left: 15px;
}
/*application*/
#connectapp {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 62px;
	left: 230px;
	width: 25px;
	height: 18px;
}
/*product*/
#connectprod {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 20px;
	left: 230px;
	width: 25px;
	height: 18px;
}
#prodBox {
	position: absolute;	
	top: 17px;
	left: 250px;
	height: auto;
	width: 520px;
	background-color: #EAEDE5;
	/*border: 10px solid #77885E;*/
	/*border-width: 10px 10px 10px 10px;*/
}
#prodBox ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type:	disc; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	/*font-weight: bold;*/
}
#prodBox li {
	line-height: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px 0px 9px 0px;
	/*text-align: justify;*/
}
#prodBox p {
	line-height: 14px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	padding: 0px 0px 9px 0px;
}
#prodBox .bold {
	font-size: 14px;
	font-weight: bold;
}
/* howtoguide */
#connecthow {
	position: absolute;
	background: url(../images/connect.gif) no-repeat;
	top: 146px;
	left: 230px;
	width: 25px;
	height: 18px;
}
#howBox {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: 340px;
	width: 480px;
	background-color: White;
	border: 10px solid #77885E;
	border-width: 10px 10px 30px 10px;
}
#howApp {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: 340px;
	width: 480px;
	background-color: White;
	border: 10px solid #77885E;
	border-width: 10px 10px 30px 10px;
}
#howFin {
	position: absolute;	
	top: 20px;
	left: 250px;
	height: 340px;
	width: 480px;
	background-color: White;
	border: 10px solid #77885E;
	border-width: 10px 10px 30px 10px;
}
#howNum1 {
	position: absolute;
	background: url(../images/how1.gif) no-repeat;
	top: 129px;
	left: 233px;
	width: 41px;
	height: 51px;
}
#howNum2 {
	position: absolute;
	background: url(../images/how2.gif) no-repeat;
	top: 129px;
	left: 233px;
	width: 41px;
	height: 51px;
}
#howNum3 {
	position: absolute;
	background: url(../images/how3.gif) no-repeat;
	top: 129px;
	left: 233px;
	width: 41px;
	height: 51px;
}
#howStep {
	position: absolute;
	top: 374px;
	left: 300px;
	width: 250px;
}
#prepTable p {
	line-height: 14px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px 0px 9px 0px;
}

#prepHead {
	padding-top: 15px;
	padding-left: 15px;
}
#prepPic {
	text-align: center;
	padding-top: 30px;
	padding-left: 15px;
}
#prepText {
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
}
#prepText .bold {
	font-weight: bold;
}

#stepTable td {
	text-align: center;
}