/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

body {
	background-color: #000;
}

a, a:active, a:visited {
	color:#fff;
	}

#social {
	display: none;
}

#layLogin {
	top:10px;
}

#home-links {
	/*height:475px;*/
	height:375px;
	padding:0;
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-family: 'Cinzel',serif;
	font-weight: bold;
	text-transform: uppercase;
}

#home-links a {
	text-decoration: none;
	position: absolute;
	top:245px;
}

#home-links a:hover {
	text-decoration: underline;
}

#home-links a.home1 {
	left:20px;
	color:#000;
}

#home-links a.home2 {
	left:43%;
	color:#bcbcbc;
}

#home-links a.home3 {
	right:20px;
}

#layContentWrapper {
	padding:150px 0 0;
	position: relative;
	z-index: 1;
}

#homepageContent {
	margin: 0px auto;
	padding: 10px;
	width: 750px;
	text-align: left;
	font-size: 18px;
	line-height: 1.75em;
	}


#layFooterWrapper {
	position: relative;
	z-index: 1;
}

#layPodWrapper {
	position: relative;
	z-index: 1;
	padding:75px 0px;
	width:923px;
}

.podTitle {
	display: none;
}

.podContent {
	font-size: 18px;
	line-height: 1.75em;
	color:#616161;

}
.pod {
	width:400px;
	float:left;
}

#pod2 {
	float:right;
}