body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
}
.layout #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/pagefill.jpg) repeat-y center center;
	text-align: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
} 
.layout #pageshadow {
	width: 800px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 auto;
	background-image: url(/images/pagefill.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #FFFFFF;
}
#topblend {
	background-image: url(images/topgradshad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout #topheader {
	background: no-repeat center top;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 22px;
}
.layout #topheader h1 {
	font-size: 10px;
	color: #BCBCBC;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
}

.layout #header {
	background: url(images/empowerlogo.jpg) no-repeat center top;
	height: 82px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 12px;
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	color: #974B00;
} 
.layout #header a {
	color: #793D00;
	text-decoration: none;
	font-weight: bold;
}
.layout  #header a:hover {
	color: #FFFFFF;
}


.layout #header H1 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	line-height: 18px;
	letter-spacing: 0px;
}
.layout #header H1 strong {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana;
	letter-spacing: normal;
}


.layout #navigation {
	display: block;
	height: 31px;
	width: 770px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.layout #sidebar1 {
	width: 189px;
	font-size: 100%;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
.layout #sidebar2 {
	width: 210px;
	font-size: 11px;
	margin-right: 0px;
	display: block;
	margin-top: 20px;
	text-align: left;
	float: right;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Tahoma, Arial, Verdana;
}
.layout #sidebar2 a {
	text-decoration: underline;

}
.layout  #sidebar2 a:hover {
	color: #E16B00;
}


.layout #mainContent {
	margin: 0;
	float: left;
	width: 490px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 25px;
	color: #666666;
	line-height: 16px;
} 

.layout #mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.layout #mainContent li {
	list-style-image: url(/images/arrowrt.gif);
	margin-bottom: 10px;
}


#widecontent {
	width: 726px;
	padding-right: 0px;
	padding-left: 22px;
	background-image: url(images/optimized-websites.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 38px;
	overflow: visible;
	margin-left: 0px;
	font-size: 11px;
	margin-top: 15px;
	float: left;
	color: #666666;
}
#widesubblue {
	padding: 15px 10px 10px 15px;
	width: 213px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(images/bluefadeback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.layout #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666 url(images/btmshadowgrey.jpg) no-repeat center top;
	width: 800px;
	margin: 0 auto;
} 

.layout #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: 40px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}

#widecenter {
	padding: 15px 10px 10px 15px;
	width: 213px;
	margin-left: 2px;
	margin-right: 2px;
	background-image: url(images/orngfadeback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.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;
	margin-left: 8px;
}
.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;
}
h1 {
	font-size: 19px;
	color: #003399;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E16B00;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: Tahoma, Arial, Verdana;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 10px;
}
.layout h3 em {
	color: #FF6600;
	font-style: normal;
}



p {
	margin: 0px;
	padding: 0px;
}
#copywright {
	font-size: 11px;
}
.layout #pageclose {
	display: block;
	width: 750px;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
}
.layout #pageclose a {
	color: #CCCCCC;
}
.layout  #pageclose a:hover {
	color: #FFFFFF;
}



.layout #pageclose p {
	margin: 0px;
	padding: 0px;
	color: #999999;
	line-height: 16px;
}


#copywright a {
	color: #999999;
}
#bottom-text {
	color: #FFFFFF;
}
#bottom-text a {
	color: #D9E4F2;
	text-decoration: none;
}
#bottom-text a:hover {


	color: #FFFFFF;
}
.layout #flash {
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0px;
	font-size: 100%;
	display: block;
	margin-top: 0px;
	text-align: center;
	height: 125px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/flashborder.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.layout #sidebar1 a:hover {
	color: #FF6600;
}
#widecontent li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#widecontent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.layout #newsletter {
	background-image: url(images/newsback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0px 20px;
	width: 466px;
	padding-top: 38px;
	padding-right: 15px;
	padding-left: 19px;
	line-height: 100%;
	height: 52px;
	color: #FFFFFF;
}
.layout #websites {
	background-image: url(images/smallbusinesswebsites.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
	width: 263px;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 220px;
	color: #003399;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.layout #websites a {
	color: #FF6600;
}
a {
	color: #003399;
}
a:hover {
	color: #E16B00;
}

.layout #readmore {
	font-weight: normal;
	color: #003399;
	padding-top: 10px;
}
.layout #readmore a {
	font-weight: normal;
	color: #003399;
}
.innercontent {
	background-image: url(images/small-business-advertising.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 11px;
}
.innercontent ul {
	list-style-type: disc;
	line-height: 18px;
	font-size: 11px;
	display: block;
	padding: 0px;
	margin-left: 20px;
}
.innercontent li {
	margin: 0px;
	padding: 0px;
}
.layout #newslettertop {
	background-image: url(images/newlettertopfillgrey.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	padding-top: 5px;
}
.layout #newslettertop a {

}

.layout #newslettertop td {
	line-height: normal;
	padding-bottom: 1px;
	padding-top: 3px;
}



.layout #newsletterbtm {
	background-image: url(images/newsletterfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 180px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.layout #newsletterbtm strong {
	font-size: 14px;
	color: #333333;
}
.layout #newsletterbtm form {
	margin: 0px;
	padding: 0px;
}
.layout #newsletterbtm .go_btn {
	margin-top: 7px;
}
.layout #bottomlinks {
	font-size: 11px;
	width: 726px;
	padding-top: 15px;
	margin-left: 0px;
	float: left;
	background-image: url(images/btmlinksline.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 22px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	margin: 0px;
	padding: 0px;
}
.layout #mainContent #breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -15px;
	padding-bottom: 20px;
	background-image: url(images/dash.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
}
.layout #mainContent #breadcrumbs a {
	color: #E16B00;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #999999;
}
h5 {
	font-weight: bold;
	color: #E16B00;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 8px;
}
.layout #teasers {
	background-image: url(images/teaserfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 188px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 7px;
	line-height: 14px;
}
.layout #sidebar2 #teasers strong {
	color: #000099;
}
.layout #newslettertop a strong {
	color: #000099;
}
.layout #newslettertop a:hover strong {
	color: #E16B00;
}
.layout #newslettertop strong {
	color: #000099;
}
.layout #newslettertop table a {
	text-decoration: none;
	color: #333333;
}
.layout #flashtop {
	background-image: url(images/teaserfill.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 180px;
	text-align: center;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	padding-top: 5px;
}
