@charset "utf-8";
/* CSS Document */

img {
	border:0 none;
}
body {
	font: 100% Verdana, 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;
}
.initial #container {
	width: 1080px;  /* 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. */
}
.initial #header {
	background: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 0 10px;
}
.initial #header h1 {
	color: #FFFFFF;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.initial #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #CCCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 25px 15px;
	min-height:590px;
}
.initial #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.initial #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	Background: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	position: absolute;
	z-index:100;
	margin: 0 auto;
	margin-left:-1px;
	width: 1060px;
}
.initial #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;
}
.nmi-box {
	background-color:#eee;
	border: 1px solid #999;
	padding: 0 0 10px 0;
}
#nmi-box h3 {
	background-color:#000099;
	padding: 6px;
	color: #FFFFFF;
	font: 14px;
	margin:20px 0 0 0;
}
.nmi-box h3 {
	background-color:#000099;
	padding: 6px;
	color: #FFFFFF;
	font: 14px;
	margin:0;
}
.nmi-box p {
	margin:2px 6px;
	font-size: 12px;
}
a:hover, a:active {
	color:#0000CC;
}
ul, li {
	list-style: none;
	text-align:center;
	margin:0;
	padding:2px 0;
	font-size:12px;
}
a {
	color:inherit;
}
h3 {
	font-size: small;
	font-style: italic;
}
#mainContent td:first-child {
	text-align:center;
}
#mainContent td span {
	font-size:14px;
}
#mainContent td h4 {
	font-size:18px;
	font-weight: normal;
	margin-bottom:0;
}
.style1 {
	color: #FFFFFF
}
.style3 {
	font-size: small;
	font-weight: bold;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style6 {
	font-size: small
}
div.mainList {
	padding-top: 10px;
	font-size: 12px;
}
div.mainList h5 {
	font-size:13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color:#0000ff;
}
div.mainList a {
	display: block;
	padding-bottom: 10px;
}
#navcontainer {
	height: 16px;
	padding: 0;
	margin: 0 auto;
	background-color: #000099;
}
#navcontainer ul {
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 auto;
}
#navcontainer li {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 0 2px;
	padding: 2px 0 1px 0;
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	border-bottom: 0 none;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
    display: block;
	float: left;
}
#navcontainer a:link, #navcontainer a:visited {
	background-color: #000066;
	color: #ffffff;
	text-decoration: none;
	padding:2px 1em 1px 1em;
}
#navcontainer a:hover {
	background-color: #cecbc6;
	color: #000066;
}
#navcontainerclear {
	display: none;
}
html>body #navcontainerclear {
	display: block;
	clear: both;
}
#home #navcontainer li#home a, #advertising #navcontainer li#advertising a, #automotive #navcontainer li#automotive a, #business #navcontainer li#business a, #entertainment #navcontainer li#entertainment a, #health #navcontainer li#health a, #homeservices #navcontainer li#homeservices a, #sports #navcontainer li#sports a, #realestate #navcontainer li#realestate a, #services #navcontainer li#services a, #shopping #navcontainer li#shopping a {
	background-color: #fff;
	color: #000066;
}
#buttonAd {
	margin:0;
	padding:0;
	width:140px;
}
