@charset "utf-8";
/* CSS Document */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

html, body {
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	background: #000;
}

div#body {
	background: #fff url(images/stripes_bg.png) repeat-y top center;
	width: 100%;
}

div#top {
	background: url(images/stripes_top.png) no-repeat top center;
	padding-top: 277px;
	height: 75px;
}

div#menu {
	width: 780px;
	margin: 0 auto;
	height: 40px;
}

div#menu * {
	float: left;
}

div#menu a {
	color: #aaa;
	text-decoration: none;
	display: block;
	padding: 12px 12px 0;
	height: 28px;
	margin: 0 1px;
	float: left;
	font-size: 16px
}

div#menu a:hover {
	background: url(images/menu.png) no-repeat center center;
	color: #fff;
}

div#menu a.selected {
	color: #fff;
}

div#contents {
	width: 780px;
	min-height: 150px;
	margin: -20px auto 0;
}

div#breadcrumb {
	background: #ccc;
	padding: 5px;
	margin: 0 -5px 5px;
}

div#footer {
	background: url(images/footer_bg.png) repeat-x bottom center;
	height: 500px;
}

div#footerBg {
	background: url(images/footer.png) no-repeat bottom center;
	height: 650px;
}

div#footerContents {
	color: #fff;
	width: 780px;
	margin: 0 auto;
	padding-top: 220px;
}

div#footerContents * {
	color: #fff;
}

div#footerContents div.column {
	float: left;
	margin-right: 10px;
	width: 250px;
}

.underline {
	border-bottom: 1px solid #fff;
	padding: 2px;
}


form.form {
	color: #666;
	font-size: 12px;
} 

div.featured {
	background: no-repeat center center;
	height:300px;
	overflow:hidden;
	display:block;
	margin:0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.featured + div.featured {
	margin:10px 0 0;
}

div.featured_info {
	padding:220px 10px 0;
	background:url(images/shade.png) repeat-x top;
	height:80px;
	overflow:hidden;
	display:none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.featured_info * {
	color:#FFF;
}
div.featured_info a,
div.featured_info a * {
	font-size:24px !important;
	line-height:30px !important;
	margin:0;
	padding:0;
}
div.featured_info p {
	margin:0;
	padding:0;
}
div.featured_info p span {
	opacity:0.5;
}
div.featured:hover div.featured_info {
	display:block;
}