/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
img {
	border: solid 1px #CCCCCC;
}
.header {
	background-color: #CCCCCC;
	position: absolute;
	height: 80px;
	width: 760px;
	top: 20px;
	border: 1px solid #000000;
}
.image {
	position: absolute;
	height: 186px;
	width: 186px;
	left: 380px;
	top: 100px;
}
.navigation {
	border: 1px solid #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 500px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content {
	position: absolute;
	width: 360px;
	left: 0px;
	top: 100px;
	text-align: justify;
}
.redtext {
	color: #CC0000;
}

.redcol {
	background-color: #CC0000;
	position: absolute;
	height: 570px;
	width: 150px;
	top: -20px;
	right: 20px;
	border: 1px solid #000000;
}
.innercol {
	position: absolute;
	left: 20px;
	top: 120px;
	font-size: large;
	color: #FFFFFF;
	line-height: 80%;
}
.company {
	font-size: xx-large;
	color: #CC0000;
	position: absolute;
	left: 10px;
	top: 10px;
	text-transform: lowercase;
}
.copyright {
	font-size: x-small;
	color: #999999;
	position: absolute;
	top: 470px;
	text-align: right;
	right: 190px;
}
.mission {
	font-size: large;
	color: #999999;
	clear: both;
	position: absolute;
	left: 10px;
	top: 50px;
}
.navigation a, .navigation a:link, .navigation a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: -4px;
}
.navigation a:hover, .navigation a:active {
	background-color: #CC0000;
	color: #FFFFFF;
}
.content a, .content a:link, .content a:visitied {
	color: #999999;
}
.content a:hover, .content a:active {
	color:#CC0000;
}
#map {
	display: none;
}
