@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-size:100.01%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}

.contentcol {
	background: #71777c;
	overflow:hidden;
	height: 1%;
}

* html .contentcol{float:left;}

.navcol {
	background: #000000 url(../i/navcol-bg.gif) no-repeat;
	width: 273px;
	float: left;
	padding-top: 134px;
	line-height: 1em;

}
.wrap {
	width: 100%;
	overflow:hidden;
	background:#71777c url(../i/wrap-bg.gif) repeat-y;

}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{ text-decoration:underline}
h1 {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
}
p {
	color: #ffdb7b;
	font-size:75%;
}
a.more {
	background: url(../i/more.gif) no-repeat;
	height: 17px;
	width: 79px;
	display: block;
	margin: 6px 0 0 0;
}
li {
	list-style: none;
}
.navcol ul {
	background: url(../i/nav-bg.gif) no-repeat;
	padding-top: 60px;
	padding-left: 27px;
	padding-bottom: 21px;
}
.navcol .secondnav {
	background: url(../i/nav2-bg.gif) no-repeat;
}
.results {
	margin-left: 29px;
	margin-top: 28px;
	margin-right: 75px;
	margin-bottom: 25px;
}
.results li {
	margin-bottom: 31px;
}
.footer {
	padding-top: 16px;
	padding-bottom: 17px;
	background: url(../i/footer-bg.gif) repeat-x;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 16px;
}
.all {
	width: 100%;
}
.search {
	height: 42px;
	background: url(../i/search-bg.gif) repeat-x;
	padding: 8px 0 0 0;
}
.navcol li {
	background: url(../i/li-bg.gif) no-repeat 0px 3px;
	padding-left: 21px;
	font-size: 85%;
	margin-bottom: 12px;
}
.search label {
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	margin-right: 6px;
}
.search form {
	background: url(../i/form-bg.gif) no-repeat;
	margin-left: 16px;
	padding-left: 53px;
	white-space: nowrap;
	padding-bottom: 3px;
}
.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;
}
.clear {
	clear: both;
	float: none;
}
fieldset {
	border-style: none;
}
.footer .contact {
	float: right;
	margin: 0 14px 0 0;
	text-decoration: underline;
}
.min-width {
min-width:750px;
width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 800? "750px" : "100%");
}