@charset "utf-8";
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;
	background-color: #ececec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BlackBoxOutline {
	border: thin solid #666666;
}
.AdzZooReportHeading {
	font-size: 12px;
	color: #FF9900;
}


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/TemplateImages/top-WebDesignTemplates.jpg);	/* padding: 0 10px 0 20px; */  /* 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: 110px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #254a25;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 7px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
} 
h2 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
a.menulinks{font-family: times-roman, arial, helvetica, sans-serif; color:#FFFFFF; font-size: 13px; font-weight: bold; text-decoration: underline}
.cursorHelp {
	cursor: help;
	filter: Glow(Color=#FFFF00, Strength=100);
}

address {
	font-size: 10px;
	color: #FFFF00;
}
h1 {
	font-size: 14px;
}
.GoogleCallFloat {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	margin-top: auto;
	position: absolute;
	right: 30px;
}
a {
	color: #99CC33;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
.CallToAction {
	display:block;
	width: 530px;
	margin-left:auto;
	margin-right:auto;
}
.ALaModeBlock {
	border: medium double #254A25;
	height: 60px;
	width: 520px;
	padding: 2px;
	margin-left:auto;
	margin-right:auto;
}
.LogoALaMode {
	display:block;
	float:left;
	background-image: url(../images/NewDesign/LogoALaMode.jpg);
	height: 51px;
	width: 203px;
	background-repeat: no-repeat;
	padding: 2px;
}
.LogoAuthorizeNet {
	display:block;
	background-image: url(http://www.authorize.net/files/PreferredReseller.gif);
	height: 50px;
	width: 140px;
}
.LogoTwitter {
	display:block;
	background-image: url(../images/Twitter-Follow-Us.png);
	height: 79px;
	width: 50px;
}
.LogoRSSFeed {
	display:block;
	background-image: url(../images/rss.png);
	height: 49px;
	width: 66px;
}
.LogoMcAfeeSiteAdvisor {
	display:block;
	background-image: url(../images/NewDesign/McAfeeSiteAdvisor.png);
	height: 86px;
	width: 86px;
}
.DiggThisButton {
	display:block;
	background-image: url(http://digg.com/img/diggThis.png);
	height: 80px;
	width: 52px;
}
.AVPSBlock {
	/* border: thin solid #FFFF00; */
	height: 140px;
	width: 190px;
	padding: 2px;
	text-align: center;
}
.btnAVPSApplyNow {
	display:block;
	float:left;
	padding: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/btnAVPS-Apply-For-Merchant-Account.jpg);
	height: 76px;
	width: 170px;
}
.CDGBlock {
	/* border: thin solid #FF0000; */
	height: 200px;
	width: 270px;
	padding: 2px;
	float: right;
	top: -150px;
	position: relative;
}
.btnCDGSignUp {
	display:block;
	float:right;
	padding: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/cdg_175_180_01_01.gif);
	height: 180px;
	width: 175px;
}
.StrikeThru {
	text-decoration: line-through;
}
.RedBoldTextYellowBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	background-color: #FFFF00;
	font-weight: bold;
}
h3 {
	font-size: 10px;
}
