@charset "UTF-8";
/* CSS Document */

body {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(http://www.i-evolve.com/graphics/css/bg_horiz.gif) repeat-x;
}
#widget a {
	color: #000000;
	text-decoration: none;
}
#widget a:hover {
	color: #990000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 13px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 0.1em solid #6D6F71;
	border-left: 0.1em solid #6D6F71;
	border-bottom: 0.1em solid #6D6F71;
}
div#ievolve {
	padding: 8px 12px;
	float: left;
}
div#widget {
	float: right;
	margin: 0 30px 0 246px;
	padding-top: 20px;
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px solid #464646;
}
.oneColFixCtrHdr #header {
	height: 98px;
}
div#prheader {
	background: #DFDFDF;
	padding-left: 200px;
	border-bottom: 4px solid #1B134C;
	border-top: 1px solid #1B134C;
}
.oneColFixCtrHdr  #prheader  h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	background: #004B85;
	margin: 0;
	border-left: 10px solid #FEBE10;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px 10px;
	font-size: 0.7em;
	color: #000000;
}
.oneColFixCtrHdr #copyright {
	font-size: 0.7em;
	color: #6D6F71;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wc-powered-by {
	visibility: hidden;
}
.wc-header-top-table {
	visibility: hidden;
	position: absolute;
}

ul.wc-list_learn {
	visibility: hidden;
}

#wc-contact-us-listing {
	visibility: hidden;
}

#wc-header-top-logo-td a img {
	visibility:hidden;
}
