/*
collectx.css
Alan Holden (877) 254-7225
*/

body {
	background-image: url(http://box23.bluehost.com/~manageit/images/ayp/bkgrnd.gif);
	background-repeat: repeat; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#topLogo {
	position:absolute;
	left: 140px;
	border: #000 solid 1px;
}

#pageBox {
	position:absolute;
	top: 130px;
	margin: 0px;
	width: 900px;
	color: #666;
}

#contentBox {
	float:left;
	margin: 0px;
	padding: 3px;
	width: 590px;
	color: #666;
	min-height:400px;
}

#rightOn {
	float:right;
	margin: 0px;
	padding-left: 6px;
	width: 130px;
	height: 610px;
}

p {
	margin: 0px;
	padding: 3px;
	font-size: smaller;
}

h1 {
	color: #CC9900;
	font-size: 18px;
	font-weight: bold;
}

div#navList {
	float:left;
	width: 140px;
	height: 346px;
}

	div#navList ul {
		padding-left: 0px;
	}
		
		div#navList li {
			background-color: #CC9900;
			width: 115px;
			margin-bottom: 26px;
			padding: 3px;
			border: #000 solid 1px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			list-style-type:none;
			text-align: center;
		}
		
		div#navList li a {
			text-decoration: none;
			color: #fff;
		}
		
		div#navList a:hover {
			color: #0066CC;
		}

div#event {
	float:left;
	width: 590px;
}

	div#event ul {
		padding-left: 0px;
	}
		
		div#event li {
			width: 98%;
			padding: 3px;
			border: #000 solid 1px;
			font-size: 12px;
			font-weight: bold;
			list-style-type:none;
			text-align: center;
			background-color:#fff;
		}
		
		div#event li a {
			text-decoration: none;
			color: #0066CC;
		}
		
		div#event a:hover {
			color: #CC9900;
		}

.resultList ul {
	border: #000 1px solid;
}

.resultList li {
	list-style-type:none;
	margin: 1em;
	font-size: smaller;
	border: #fff 1px solid;
}

.resultList li a:hover {
	border: #000 1px solid;
	background-color: #CC9900;
	text-decoration: none;
	color: #fff;
}

.clear {
	clear: both;
}

