/*fix default browserspaces between elements*/
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* Boxes */

/* Container */
#content-container {
	padding-bottom: 15px;
}

#inner-content-bar-container {
	background-color: #7a9fcf;
	height: 20px;
}

#logo-container {
	padding-bottom: 6px;
}

#map-container {
	margin-top: 19px;
}

#nav-container {
	display: none;
}

/* Contents */
#content-container a {
	color: #1058b6;
	text-decoration: none;
}

#content-container a:hover {
	text-decoration: underline;
}

#content-container span.h1-sub {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#content-container h1 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/h1-bkg.gif) no-repeat left;
	padding-left: 9px;
}

#content-container img {
	border: 1px solid #d7d7d7;
}

#content-container p {
	color: #444;
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	line-height: 17px;
	padding: 10px 0 0 9px;
}

.table-content {
	width: 100%;
	font-size: 11px;
	color: #444;
	margin: 10px 0 10px 9px;
}

.table-content td {
	vertical-align: top;
	line-height: 17px;
}

.table-content .images {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	background: url(../img/project-bkg.gif) no-repeat left top;
	text-align: center;
	line-height: 17px;
}

.table-content .images a {
	color: #444;
	background-color: #fff;
	padding: 0 5px;
}

.table-content .left {	
	padding-right: 10px;
	font-weight: bold;
}

.table-content .right {
	font-family: "Courier New", Courier, monospace;
}

.table-map {
	display: none;
}


/* Elements */
#map-container .blue {
	display: none;
}

#map-container .image {
	width: 482px;
}

#staple {
	display: none;
}