@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
body { font-family:Arial, Helvetica, sans-serif;
	background: #f8f4d1;
	padding: 8px 42px 42px 40px;
}
a img{border:none}
.all {
	width: 100%;
}
.header {
	background: #fff;
	height: 151px;
	border: 1px solid #eeda86;
	padding: 4px;
}
.header .logo {
	background: #ffc800 url(../i/header-bg.gif) no-repeat right top;
	width: 100%;
	height: 100%;
}
.header .logo img {
	margin-left: 16px;
	width: 361px;
	height: 151px;
}
.all .wrap {
	border: 1px solid #b2d8e4;
	background: #FFFFFF;
	margin-top: 10px;
	padding: 11px 0 14px 0;
}
li {
	list-style: none;
}
a {
	color: #0f82da;
}.navcol {
	float: left;
	width: 240px;
}
.contentcol {
	overflow: hidden;
	zoom:1;
	padding: 0 12px 0 0;
}
h1 {
	font-size: 100%;
}
.more {
	background: url(../i/more.gif) no-repeat;
	display: block;
	height: 23px;
	width: 99px;
	margin: 8px 0 0 0;
}
.results li {
	margin-bottom: 22px;
}
.results p {
	font-size: 75%;
}
.navcol ul {
	width: 208px;
	margin-left: 11px;
	line-height: 1em;
}
.navcol li.navheader {
	background: url(../i/ul-bg.gif) repeat-x;
	height: 24px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 11px;
	padding-left: 14px;
}
.navcol li {
	background: url(../i/li-bg.gif) no-repeat 24px 5px; padding:0 0 0 49px; margin: 0 0 10px 0; font-size:85%
}
.footer {
	background: #0377ff url(../i/footer-bg.gif) repeat-x;
	color: #FFFFFF;
	font-size: 75%;
	height: 28px;
	margin: 20px 10px 0px;
	padding: 11px 9px 0;
	font-weight: bold;
}
fieldset {
	border-style: none;
}
.search label {
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	margin-right: 6px;
}
.search form {
	white-space: nowrap;
	padding-bottom: 3px;
	margin: 0 0 0 25px;
}
.search .but {
	padding: 0px;
	overflow: hidden;
	width:75px;
	margin: 0 0 0 3px;
	height: 22px; font-size:75%

}
.search input {
	width: 40%;height:16px; font-size:75%

}
.search select {
	width: 25%;height:20px; font-size:75%
}
.search select, x:-moz-any-link {
	height:18px;
}
.search {
	background: url(../i/ul-bg.gif) repeat-x;
	height: 29px;
	padding: 6px 0 0 0;
}
.results {
	margin-top: 30px;
	margin-right: 33px;
	margin-left: 27px;
}
.footer a {
	color: #FFFFFF; float:right
}
.min-width {
min-width:750px;
width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 750? "700px" : "100%");    
}.results a {
	text-decoration: none;
}
.results a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	float: none;
}
