@charset "UTF-8";

body {
/*	background:url(gfx/topbar.gif) repeat-x top left #CCCCCC; */
	min-width:320px;
	background: #EEEEEE;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-size: 14px;
  -webkit-text-size-adjust:none; /* stops iphone from making text larger when horizontal */ 
}

#toplogo{
	background:url(gfx/topbar.gif) repeat-x top left #333333;
	/*color:#03F;*/
	font-weight:bold;
	padding:15px 0 5px 5px;
	/*margin:15px 0 5px 5px;*/
	height:60px; 
}
#menu {
	background:#00529c;
	padding:0 0 8px 5px;
	color:white;
	font-size:14px;
}

.ads {
	padding:10px 0;
	margin:0;
	/*float:left;
	position:absolute;
	left:0;*/
	width:100%;
	height:150px;
}

#wrapper {
	margin:5px;
	padding:0;
}

#wrapper h3 {
  margin: 8px 0 8px 0;
}
#iphone #wrapper h3 {
  font-size: 20px
}

#coords, .small{
	font-size:12px;
}

#wrapper a:link, #wrapper a:visited{
	color:#19529c;
	text-decoration:none;
}

#wrapper a:active, #wrapper a:hover{
	color:#0e2a45;
	text-decoration:underline;
}

#menu a:link, #menu a:visited{
	color:#fff;
	text-decoration:none;
}

#menu a:active, #menu a:hover{
	color:#ccc;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.border{
	border:1px solid #19529c;
}

.nav_head{
	font-style:italic;
	cursor:pointer;
	margin-top:5px;
}

.nav_link{
	text-decoration:none;
	margin-right:12px;
}

.nav_body img{
	position:relative;
	top:8px;
	margin-right:5px;
}
