/* HFDinfo */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #eeeded;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

#hfdWrapper {
	width: 970px;
	background: #fff;
	margin: 10px auto;
	overflow: auto;
	padding-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h1 {
	background: url('../img/logo.png') no-repeat top left;
	width: 417px;
	height: 81px;
	text-indent: -9999px;
	margin: 37px 50px 40px;
	float: left;
}

a {
	color: #d41d27;
	text-decoration: none;
	border-bottom: 1px dashed #d41d27;
}

a:hover {
	background: #fef653;
}


p {
	font-size: 12px;
	color: #333;
	clear: both;
	margin: 10px 60px;
}

p.ital {
	font-style: italic;
	border-bottom: 1px solid #ccc;
	display: inline;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 60px 10px;
	clear: both;
}

ul {
	list-style: none;
	width: 820px;
	margin: 10px auto;
}

ul li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	width: 390px;
	height: 103px;
	background: url('../img/dl-bg.jpg') repeat-x top left;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

ul li a:hover {
	border-bottom: 1px solid #eee;
	background: url('../img/dl-bgmo.png') repeat-x top left;
}

.homeSpecial {
	clear: both;
	font-size: 12px;
	color: #333;
	width: 780px;
	height: 320px;
	background: transparent;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	margin: auto;
}

.homeSpecial a {
	text-decoration: none;
}

.homeSpecial a:hover {
	border-bottom: 1px solid #eee;
	background: transparent;
}

ul li a span.doctitle, .homeSpecial span.doctitle {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0;
	width: 280px;
}

ul li a span.docdetail, .homeSpecial span.docdetail {
	float: left;
	color: #666;
	width: 280px;
}

ul li a img, .homeSpecial a img {
	border: none;
	float: left;
	margin: 10px;
}

.homeSpecial a img {
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote {
	font-size: 11px;
	color: #333;
	clear: both;
	margin: 10px 90px;
}

hr {
	width: 75%;
	height: 1px;
	background: #eee;
	margin: auto;
	border: 0;
}

p.credits {
	display: inline;
	margin: 80px;
	line-height: 45px;
}

.homeSpecial p, .homeSpecial h2 {
	clear: none;
	float: left;
	margin: 30px 0 0;
	width: 60%;
}

.homeSpecial p.Summary {
	margin: 10px 0 0;
}

.homeSpecial span.docdetail {
	width: auto;
}

