/* $Id: headfoot.css,v 1.5 2005/05/12 19:31:59 cviebrock Exp $ */

#header {
	width: 980px;
	margin: 0 auto 2px auto;
	background: #039 url(/img/ctl/039-fff.gif) left top no-repeat;
	position: relative;
	border: 0;
}

#headlogo {
	padding: 5px;
}

#headlogo a {
	border: 0;
}

#headsearch {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	padding: 0;
	margin: 10px;
	color: #fff;;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
}

#hdsearch {
/*	border-top: 1px solid #66c; */
	border-bottom: 1px solid #66c;
/*	margin: 10px 0 0 0; */
	margin: 0 0 8px 0;
/*	padding: 10px 0 5px 0; */
	padding: 4px 0 8px 0;
	font-size: 13px;
	font-weight: bold;
}

#hdsearch input, #hdsearch select {
	font-size: 11px;
}

.searchlist {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.searchlist li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #66c;
}

.searchlist li a {
	color: #fff;
	margin-right: 1px;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px dotted #66c;
}

.searchlist li a:hover {
	border-bottom: 1px solid #fff;
}

.searchlist li.fc {
	padding-left: 0;
	border-left: 0;
}

.searchlist li.lc {
	padding-right: 0;
}

a.tsz1 {
	font-size: 8px;
}

a.tsz2 {
	font-size: 11px;
}

a.tsz3 {
	font-size: 14px;
}

#footer {
	clear: both;
	width: 980px;
	margin: 10px auto;
	background: #ccc url(/img/ctl/ccc-fff.gif) left top no-repeat;
	background-color: #ccc;
 	height: 20px;
	position: relative;
}

#footlist {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footlist li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
}

#footlist li a {
	color: #666;
	width: auto;
	padding: 1px 15px;
	text-decoration: none;
	border-left: 1px solid #666;
	border-bottom: 0 !important;
}

#footlist li.fc a {
	border-left: none;
}

#footlist li a:hover {
	color: #000;
}

#copy {
	clear: both;
	width: 980px;
	margin: 5px auto;
	text-align: center;
	color: #666;
	font-size: 9px;
}
