@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Courier New, Courier, monospace;
	font-size: 9px;
	font-color: #CCC;
	color: #999999;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(imgs/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
a {
	color: #999999;
	text-decoration: none;
}
.oneColElsCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 40px;
}
.oneColElsCtr #header {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent {
	padding: 0 0px;
}
#footer {
	padding: 0 20px; 
	width: 780px;
	margin: 0 auto;
}
#map {
	border:2px solid #000000; 
	width: 550px; 
	height: 500px;
	float: right;
	margin: 8px;
	position: relative;
	top: -44px;
}
#map2 {
	float: right;
	margin: 8px;
	position: relative;
	top: -8px;
}
.gps {
	background-image: url(imgs/gpsbg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	line-height: 30px;
}
.textUS {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #F47B20;
}
.textUS a:link {
	color: #ff6000;
	text-decoration: none;
}
.textUS a:visited {
	color: #ff6000;
	text-decoration: none;
}
.textUS a:active {
	color: #ff6000;
	text-decoration: none;
}
.textUS a:hover {
	color: #ff6000;
	text-decoration: underline;
}
.textDE {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
.textDE a:link {
	color: #231F20;
	text-decoration: none;
}
.textDE a:visited {
	color: #231F20;
	text-decoration: none;
}
.textDE a:active {
	color: #231F20;
	text-decoration: none;
}
.textDE a:hover {
	color: #231F20;
	text-decoration: underline;
}

/* ie png fix http://www.twinhelix.com/css/iepngfix/ */
img, div, a, input, p, div { behavior: url(iepngfix.htc) }
