/* GENERAL  */


html, body {
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #999;
	background-color: #343435;
	-webkit-text-size-adjust: none;
}

img {
	behavior: url(../images/iepngfix/iepngfix.htc);
	border: 0;
	outline: none;
}

.hidden {
	visibility: hidden;
}


/* LINKS */


a {
	color: #999;
	border: 0;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}


/* TEXT */


p, li {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	list-style: circle;
	padding-left: 30px;
}

ul ul {
	list-style: circle;
	padding-left: 30px;
}

.selected {
	color: #FFF;
}

.selected_link {
	color: #CCC;
}

.highlight {
	color: #CCC;
}

.heading {
	font-family: Garamond, serif;
	font-size: 26px;
	line-height: 32px;
	font-style: italic;
	color: #FFF;
	padding-top: 10px;
}

.super {
	vertical-align: super;
}


/* MAIN */


.image {
	width: 250px;
	padding: 30px 25px 0px 0px;
	float: right;
}

.grid_8 .heading {
	padding-top: 45px;
}

.grid_8 {
	width: 635px;
	height: 180px;
	overflow: hidden;
}


/* CONTAINER */


#container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#inner {
	#position: relative;
	#top: -50%;
	width: 960px;
	height: 550px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	height: 110px;
	text-align: left;
	border-bottom: 1px dashed #666;
}

#logo img {
	margin-top: 35px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#main {
	height: 385px;
	overflow: auto;
}

#footer {
	height: 55px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	overflow: hidden;	
	border-top: 1px dashed #666;
}