/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}
#login {
	font-size: 11px;
	color: #dcdcdc;
	float: right;
	margin: 20px 0 10px 0;
}
#login a {
	line-height: 18px;
	color: #99ccff;
	text-decoration: none;
}
#login a:hover {
	border-bottom: 1px dotted;
}
#login a.visited {
	color: #99ccff;
}
#headerBack {
	margin: 0 auto;
	height: 180px;
	background: url(ccHeadBack.gif) top repeat-x;
}
#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	text-align: left;
}
#headLogo {
	margin: 0 0 0 333px;
	width: 234px;
	height: 180px;
}
#content {
	background-color: #ffffff;
	height: auto;
	clear: both;
	text-align: left;
	border-bottom: #666666 solid 1px;
}
#contentNoAuction {
	background-color: #ffffff;
	height: auto;
	clear: both;
	text-align: left;
	line-height: 1.3em;
	border-bottom: #666666 solid 1px;
	font-size: 0.85em;
	}
	#contentNoAuction a {
	color: #0033cc;
	text-decoration: none;
	}
	#contentNoAuction a:hover {
	text-decoration: underline;
	}
	#contentNoAuction a:visited {
	color: #0033cc;
	}
#mainNav {
	font-size: 0.85em;
	width: auto;
	height: 2em;
	clear: both;
	background-color: #dcdcdc;
	border-bottom: 1px solid #999999;
}
#topNav, #topNav ul {
	width: 60em;
	list-style: none;
	line-height: 1;
	background: none;
	padding: 0;
	font-size: 1em;
	margin: 0 auto;
}
#topNav a {
	color: #333333;
	text-decoration: none;
	padding: 0.5em;
	display: block;
	width: 9em;
	text-align: center;
}
#topNav li {
	float: left;
	width: 10em;
}
#topNav li:hover, #topNav li.sfhover {
	background-color: #cccccc;
}
#subNav {
	clear: both;
	font-size: 12px;
	height: auto;
}
#subNav a {
	color:#333333;
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: none;
}
#subNavLinks {
	padding: 8px 0px;
	clear: both;
	color: #003399;
	background-color: #ffffff;
	font-size: 12px;
}
#subNavLinks li {
	display: inline;
	list-style: none;
}
#subNavLinks ul {
	padding: 0px;
	margin: 0px;
}
#subNavLinks a {
	color: #333333;
	text-decoration: none;
	margin: 0px 14px;
}
#subNavLinks a:visited {
	color: #333333;
}
#subNavLinks a:hover {
	border-bottom: 1px dotted #333333;
}
#footer {
	width: 952px;
	margin: 10px auto;
	color: #333333;
	font-size: 11px;
	height: 100px;
	line-height: 15px;
	text-align: left;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#cAcopy {
	float:left;
	width: auto;
	height: 90px;
}
#cAlogo {
	float:right;
	height: 90px;
	width: 132px;
	margin-left: 10px;
}
#createAuction {
	float: right;
	text-align: right;
	width: 360px;
	height: 90px;
} 
#cAcopy a {
	color: #ffffff;
	text-decoration: none;
}
#cAcopy a:hover {
	border-bottom: 1px dotted;
}
#cAcopy a.visited {
	color: #ffcc33;
}
#contentNoAuction h2 {
	color: #3333CC;
}

/* form styles */


#requestForm {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	border: 1px solid #333333;
}
#requestForm .text, textarea, select {
	border: #333333 solid 1px;
}
#requestForm input.text {
	bborder: #333333 solid 1px;
	font-size: 0.85em;
}
#requestForm input.button {
	border: #333333 solid 1px;
	padding: 2px;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	cursor: pointer;
	margin-bottom: 3px;
}
#requestForm td {
	margin: 0;
	padding: 3px;
	width: auto;
	color: #333333;
}
