/* undohtml.css */
/* (CC) 2004 Tantek Celik.  Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* avoid browser default inconsistent heading font-sizes */
h1, h2, h3, h4, h5, h6 { 
	font-size:1.3em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
h1, h2, h3, h4, h5, h6, pre, body, html, p, blockquote, fieldset, input, div {
	margin:0; padding:0;
}
/* end of undo css elements */

* html .minwidth {
	padding-left:960px;
}

* html .container {
	margin-left:-960px;
	position:relative;
}

/*\*/
* html .minwidth, * html .container, * html .content2, * html .layout  {
	height:1px;
}
/**/
body {
	padding: 0px;
	background:url(../images/411_home1.jpg) top left no-repeat;
	margin:0;
	width:99%;
	min-width:960px;  	
}


img {
	border:none;
}
p {
  line-height:1.3em;
  padding-bottom:10px;
}
ul {
	margin:0px 5px 5px 25px;
}

a:link, a:visited, a:active {
	color:#c00;
	text-decoration:none;
}
a:hover {
	color:#c00;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, p, li {
  font:normal 80% Arial, Verdana, Helvetica, sans-serif;
  color:#000;
  background-color:transparent;
}

h1 {
	font:bold 120% Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	margin:10px 0;
}	
h2 {
	font:bold 100% Arial, Verdana, Helvetica, sans-serif;
	color:#c00;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #dedede;
}

h3 {
	font:bold 90% Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	padding-bottom:5px;
}
form {
	margin:0;
	padding:0;
}
#header {
	margin:5px 0;
	height:60px;
}

#searchForm {
	font:normal 70% Arial, Verdana, Helvetica, sans-serif;
	margin-left:515px;
	margin-top:0;
}
#searchForm strong{
	font:bold 120% Arial, Verdana, Helvetica, sans-serif;
	color:#ff0;
}
#searchForm input {
	margin:0 5px;
	font:bold 120% Arial, Verdana, Helvetica, sans-serif;
}

.tagline {
	color:#fff;
	font-weight:bold;
	padding-top:7px;
}


#left {
	float:left;
	width:140px;
	margin-right:10px;
	padding:5px;
}

#nav {
	background-color:#000;

}

#nav li {
	font:bold 100% Arial, Verdana, Helvetica, sans-serif;
}

#adinfo th, #listings th {
	font:bold 80% Arial, Verdana, Helvetica, sans-serif;
	vertical-align:bottom;
	border:1px solid #333;	
	text-align:left;
	padding:3px 5px;
}
#adinfo td, #listings td, #legend td {
	font:normal 80% Arial, Verdana, Helvetica, sans-serif;
	vertical-align:top;
	border:1px solid #dedede;
	padding:3px;
}

.displayRowsToday {
	background-color:#ff9;
	border: 1px solid #C00;
}

.listingbottom {
	padding-top:10px;
	border-top:1px solid #dedede;
}

#recordNav td {
	font:normal 80% Arial, Verdana, Helvetica, sans-serif;
	vertical-align:top;
	padding:3px;
}

#dropmenudiv{
	position:absolute;
	background-color: #000;
	border:1px solid #ff0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #c00;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font:normal 80% Arial, Helvetica, sans-serif;
	color:#fff;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #c00;
	color:#ff0;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist {
	margin:30px -2px 0 0;
	padding:0 0 0 5px;
	border:1px solid #ff0;
}
.navlist li {
	list-style-type: none;
	width: 135px;
	background-color: #000;
	margin:0;
	font:bold 70% Arial, Helvetica, sans-serif;
	color:#fff;
	padding:3px 0;
}
.navlist li a {
	color:#fff;
	text-decoration:none;
}
.navlist li a:hover {
	color:#ff0;
}

.whitetext {
	color:#fff;
}
.whitetext a:link, .whitetext a:active, .whitetext a:visited {
	color:#fff;
	text-decoration:none;
}
.whitetext a:hover {
	color:#fff;
	text-decoration:underline;
}