body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background: black;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, sans-serif;

}

h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, sans-serif;

}

a, a:link {

}

a:visited {

}

p {

}

.ingress {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
}



/*           Kuvan asemointi            */

.imagespan_left {
	display:inline;
	float:left;
	margin-right: 6px;
	}

.imagespan_left_row {
	display:block;
	text-align:left;
	clear:both;
	}

.imagespan_right {
	display:inline;
	float:right;
	margin-left: 6px;
	}

.imagespan_right_row {
	display:block;
	text-align:right;
	clear:both;
	}

.imagespan_center {
	display:block;
	text-align:center;
	clear:both;
	}


#wrapper {
	width: 760px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
}



/* Header */

#header {
	background: url(../images/higherground/band-bg.jpg) top center no-repeat;
	height: 404px;
}

#header.fb {
	background: url(../images/higherground/band-bg_nolinks.jpg) top center no-repeat;
	height: 680px;
}

#tracker {
	margin-bottom: 10px;
}

#navigation {
	margin-left: 90px;
	width: 728px;
	margin-bottom: 35px;
	position: absolute;
	z-index: 20;
	margin-top: -60px;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 23px;
	text-align: center;
}

#navigation ul li {
	float: left;
	height: 23px;
	width: 138px;
}

#navigation ul li.selected {

}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited  {
	text-decoration: none;
	color: black;
	display:block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 3px;
}

#navigation .subnav {
	background: none;
	padding: 0;
	clear:left;
	position:absolute;
	margin-left: -61px;
	padding-top: 3px;
}
html>/**/body #navigation .subnav {
	margin-left: 0;
}

html>/**/body #navigation .subnav li ul {
	margin-left: 136px;
}

#navigation .subnav li {
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: white;
	float: none;
	width: 136px;
	height: 23px;
	margin: 0;
	padding: 0;
	margin-top: -2px;
}

#navigation .subnav li.selected {
	background: #ddedfa;
}

#navigation .subnav li ul {
	padding-left: 0;
	background: none;
	position: absolute;
	margin-top: -24px;
	margin-left: 68px;
}

#navigation .subnav li ul li {
	background: white;
	border: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	float: none;
	width: 138px;
}

#navigation .subnav .selected a {
	background: none;
}

#navigation .subnav li a:hover {
	background: #ddedfa;
}

#navigation .subnav .selected ul li a:hover {
	background: #ddedfa;
}

/* Content area */

#mainContent {
	background: url(../images/higherground/band-bg-content.jpg) top center repeat-y;
	width: 674px;
	min-height: 300px;
	clear: both;
	margin-left: 20px !important;
	margin-left: -8px;
	padding-left: 60px !important;
	padding-left: 80px;
}


#mainContent a {
 	margin: 4px 0;
}


/* Center column */

#mainContent .center {
	overflow: hidden;
	float: left;
}

#mainContent .wide {
	width: 390px;
}

/* Sidebars */

#mainContent .sidebar {
	width: 200px;
	overflow: hidden;
	padding: 10px;
}

#mainContent .sidebar .placeholder {
	width: 200px;
	height: 80px;
	background: #EAEAEA;
}

#mainContent .leftbar {
	float: left;
	display: none;
}

#mainContent .rightbar {
	float: right;
	margin-right: 50px;
}

/* Footer */


#page_footer {
	background: url(../images/higherground/footer-bg.jpg) top center no-repeat black;
	width: 776px;
	margin-left: -12px;
	padding-left: 10px;
	clear:both;
	height: auto !important;
	height: 148px;
	min-height: 148px;
	color: white;
	padding-top: 45px;
}

#page_footer .links {
margin-left:55px;
}

#page_footer object {
	display: block;
}

#page_footer a,
#page_footer a:link,
#page_footer a:visited {
	color: white;
	text-decoration: none;
	font-size: 10px;
	margin-right: 6px;
	margin-top: 1px;
}

#page_footer p {
	margin: 0;
	margin-right: 6px;
}

/* Helper classes */

.clearer { clear: both; height: 1px; }

img { border: none; }

.ph { display: none; }