@charset UTF-8;

body
{
	background:url(/img/logo-bg.jpg) repeat-x;
}

html
{
	-webkit-font-smoothing:antialiased;
	background:#600;
}

#head-x
{
	height:495px;
	margin:0 auto;
}

#nav-x
{
	background:url(/img/navtint.png) repeat-x;
	height:69px;
	width:100%;
}

#red-x
{
	background:url(/img/top-home.png) repeat-x;
	height:555px;
}

#banner-wrap
{
	margin:0 auto;
	position:relative;
	width:1080px;
}

#banner-art
{
	background:url(/img/logo-tos.png) no-repeat center bottom;
	height:54px;
	margin:0 auto;
	padding-top:300px;
	position:relative;
	width:920px;
}

#monoliths
{
	height:auto;
	margin:0 auto;
	width:940px;
}

#monolith-1,#monolith-2,#monolith-3
{
	height:450px;
	margin-top:24px;
	top:-79px;
	width:300px;
}

#monoliths ul
{
	margin:0;
	padding:0;
}

#monoliths li ul
{
	list-style:none;
	padding:0;
}

#monoliths li,#monoliths a
{
	-moz-outline-style:none;
	display:block;
	height:450px;
	outline-style:none;
	width:300px;
}

#monolith-1
{
	background:url(/img/pub-about.png) no-repeat;
	float:left;
}

#monolith-2
{
	background:url(/img/pub-structure.png) no-repeat;
	float:left;
	margin-left:20px;
}

#monolith-3
{
	background:url(/img/pub-resources.png) no-repeat;
	float:right;
}

#monolith-1 a:hover
{
	background:transparent url(/img/pub-about.png) 0 -450px no-repeat;
}

#monolith-2 a:hover
{
	background:transparent url(/img/pub-structure.png) 0 -450px no-repeat;
}

#monolith-3 a:hover
{
	background:transparent url(/img/pub-resources.png) 0 -450px no-repeat;
}
