
 
body
{
	margin: 0px;
	background: #e6e6e6;
	font-family: 'Myriad Pro', 'Myriad', Helvetica, Arial;
	font-size: 10pt;
}

br
{
	height: 1px;
}
	
a
{
	outline: 0 none;	
}

a img
{
	border: 0 none;	
}
	
div#wrapper
{
	width: 998px;
	margin: 0px auto;
	background: #e6e6e6 url(images/sidebar.png) repeat-y left;
}



a#logo
{
	display: block;
	width: 222px;
	height: 167px;
	background: transparent url(images/logo.png) no-repeat 19px 16px;
}

div#main
{
	position: relative;
	z-index: 100;
	background: white;
	margin-left: 222px;
}

div#stage
{
	background: white /* url(images/stage.png) repeat-y left */;
	margin-left: 70px;
	
}

div#stage_content
{
	min-height: 576px;
	padding-right: 40px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#applet_content
{
	position: relative;
}
	
div#pagetop
{
	position: relative;
	height: 127px;
	background: #c4464c url(images/pagetop.png) repeat-x bottom;
	overflow: hidden;
}

div#mission
{
	font-size: 13pt;
	color: white;
	padding: 15px 0px 0px 70px;
	width: 500px;	
}

a.alias
{
	display: block;
	position: absolute;
	top: 38px;
	width:	60px;
	padding-top: 50px;
	color: white;
	text-decoration: none;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9pt;
}

a#alias_facebook
{
	right: 100px;
	background-image: url(images/facebook_link.gif);
}

a#alias_mailinglist
{
	right: 20px;
	background-image: url(images/mailinglist_link.gif);
}
	
div#navbar
{
	height: 37px;
	background: #4a4440 /* url(images/navbar.png) repeat-x top */;
}

div#filter a
{
	display: block;
	float: left;
	height: 37px;
	width: 139px;
	margin-right: 1px;
	background: transparent url(images/filter.png) no-repeat left top;
	font-size: 13pt;
	line-height: 28pt;
	color: white;
	text-align: center;
}

div#filter a.selected
{
	background-image: url(images/filter_selected.png);	
}
	
div#stepper
{
	text-align: right;
	right: 0px;
	background: #f2f2f2;
	padding: 8px;
	height: 65px;
}

div#stepper a
{
	display: inline-block;
	width: 21px;
	height: 66px;
	background: transparent url(images/stepper_step.png) no-repeat left center;
}

div#stepper a.current_page
{
	background-image: url(images/stepper_current.png);
}
	
div#stepper a.next_page
{
	width: 66px;
	background-image: url(images/stepper_next.png);
}
	
div#sidebar
{
	position: relative;
	width: 222px;
	float: left;
}

div#applets_scroller
{
	position: relative;
	left: 50px;
}
	
div#applets div.applet
{
	position: relative;
	width: 222px;
	text-align: right;
	z-index:1;
}

div#applets div.current
{
	position: relative;
	z-index: 101;	
}

a.applet_icon
{
	position: relative;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: black;	
}
	
a.applet_icon img
{
	vertical-align: middle;
	padding: 10px 0px;
}

div#new_applets
{
	display: none;
}

div#footer
{
	background: #333333 url(images/footer.png) repeat-x top;
}

div#footer address
{
	color: #ddd;
	font-style: normal;
	height: 140px;
	padding: 30px 70px;
	background: transparent url(images/footer_logo.png) no-repeat right top;
}

div.imageslices a img
{
	float: left; /* safari sucks */
}
