/** Stylesheet: EMSheet 1.0 by Matt Rasmussen
Find me on the web at www.SpaceToast.net
c 2009
Thanks for taking an interest!
**/


/** Basic Tags **/

a, img, table, tr, td, textarea, input {
	padding: 0;
	margin: 0;
}

a {
	color: #f8feff;
	text-decoration: underline;
}

td, tr {
	padding: 0 10px 2px 0;
}

form {
	margin: 0 0 0 -1px;
}

.hilight {
	font-weight: bold;
	font-size: 15px;
}



/** Page Elements **/

html, body {
	height: 100%;
	min-height: 600px;
	min-width: 800px;
	background: #4f4f4f url('images/bg.jpg') center center no-repeat;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Futura", Verdana, sans-serif;
	color: #f8feff;
}

.top_push {
	float:left;
	height:50%;
	margin-bottom:-300px;
}

.mainbody {
	margin: 0;
	padding: 0;
	min-width: 100%;
	min-height: 600px;
	overflow: visible;
	clear: both;
}

.content {
	background: transparent;
	width: 800px;
	height: 600px;
	margin: auto;
}

.banner_column {
	position: relative;
	width: 277px;
	background: url('images/bands_bg.jpg') top left no-repeat;
	padding-top: 191px;
	float: left;
	z-index: 3;
}

.banner_column h1, .banner_column h2, .sidepage_logo h1, .sidepage_logo h2 {
	display: none;
}

.act {
	position: relative;
	background: transparent;
	margin: 8px 0 0 51px;
	height: 34px;
	width: 226px;
	z-index: 3;
}

a .act_art {
	display: none;
}

a:hover .act_art {
	display: block;
}

.act_art {
	position: absolute;
	left: auto;
	right: auto;
	top: 125px;
	height: 281px;
	padding: 5px 0 0 290px;
	z-index: 2;
}

.act_endcap {
	width: 226px;
	height: 27px;
	background: url('images/bands_bottom_cap.jpg') top left no-repeat;
	margin-left: 51px;
}

.remaining_content {
	position: relative;
	float: left;
	top: 125px;
	width: 523px;
	height: 377px;
	background: url('images/presentation_bg.jpg') top right no-repeat;
	z-index: 1;
}

.circles {
	position: absolute;
	left: 192px;
	top: 286px;
}

.circle_link {
	position: relative;
	width: 94px;
	height: 85px;
	background: transparent;;
	float: left;
}

.index_circle_link {
	position: relative;
	width: 94px;
	height: 85px;
	background: transparent;
	float: left;
	margin-right: 20px;
}

.circle_link span, .index_circle_link span {
	display: none;
}



/** Info Page Elements **/

.sidepage_well {
	background: url('images/sidepage_bg.gif') 51px repeat-y transparent;
	width: 800px;
	min-height: 600px;
	margin: auto;
}

.sidepage_logo {
	background: url('images/sidepage_logo.jpg') top left no-repeat;
	width: 800px;
	height: 108px;
	clear: both;
}

.sidepage_copy {
	min-height: 322px;
	margin: 42px 75px 20px 200px;
	clear: both;
	text-align: left;
	background: transparent;
	vertical-align: middle;
}

.sidepage_links {
	position: relative;
	width: 500px;
	height: 100px;
	background: url('images/sidepage_links.jpg') top left no-repeat;
	padding: 10px 0 0 355px;
	clear: both;
}