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

/* Main Styles */

body{
	background-color: #ffffff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 0px;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}
td {
	width: 200px;
	height: 14px;
}
#header {
	background-image: url(../images/banner.png);
	width: 950px;
	height: 129px;
	margin: 0 auto;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color:#FFF;
}
#instruct {
	background-color: #9CF;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	width: 700px;
	padding: 0.2em;
}
#message {
	background-color: #FFC;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	width: 698px;
	padding: 0.2em;
}
#emsg {
	background-color:#FF9;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	width: 698px;
	padding: 0.2em;
}
#menu {
	background-color:#FFF;
	width: 950px;
	margin: 0 auto;
	height: auto;
	float:top;
}
#content {
	background-color:#FFF;
	width: 950px;
	height: inherit;
}
.info {
	color:#069
}
.infotxt {
	color: #000;
	width: 300px;
}
.infocom {
	width: 270px;
}

/* Map Div */

#map {
	border: 1px solid #999;
	float: left;
	margin-left: 30px;
	width: 700px; 
	height: 400px;
	background-image: url(../images/loader.gif) ;
	background-repeat: no-repeat;
	background-position: center center;
}
#map_canvas {
	border: 1px solid #999;
	float: left;
	margin-left: 30px;
	width: 700px; 
	height: 400px;
	background-image: url(../images/loader.gif) ;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Index Content - Random Locations */

#extracontent {
	margin-left: 30px;
	width: 700px;
	float: left;	
}
#randomlocs {
	float: left;
	border: 1px solid #3082af;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	width: 18em;
}
#randomlocs h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #FFF;
	background-color: #3082af;
	height: 45px;
}
#randomlocs ul#ranlocations {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

#randomlocs ul#ranlocations li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
	color: #666;
}

#randomlocs ul#ranlocations li span {
	/* content */
	display: block;
}

#randomlocs ul#ranlocations li span a {
	/* links */
	color: #00f;
}

#randomlocs ul#ranlocations li a {
	/* timestamp link */
	color: #666;
}

#twtr-profile-widget {
	margin-left: 30px;
	float: left;
}

/* Key and Sidebar */

#key {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	width: 165px;
	height: auto;	
}
.ads {
	margin-left: 20px;
}

.header {
	font-size: 14px;
}
.clear {
	clear: both;
}
.normalcontent {
	margin-left: 14px;
	margin-right: 14px;
}
.normalheader {
	font-size: 14px;
}
.abouthead {
	font-size: 16px;
	color:#069;
}
.termshead {
	font-size: 16px;
	color:#069;
}
.termssubhead {
	font-size: 16px;
	color:#069;
}
.icons {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#addhold {
	float: left;
	width: 730px; 
	
}

/* Email Tooltip */

.ToolText{position:relative; } 
.ToolTextHover{position:relative;} 
.ToolText span{display: none;} 

.ToolTextHover span{ 
  display:block; 
  position:absolute; 
  border:1px solid black; 
  top:1.3em; 
  left:5px; 
  background-color:#9CF; color:#000; 
  font-size: 14px;
  text-align: center; 
} 

/* Search Results */

.searchtxt {
	font-size: 14px;
}
.searchresult {
	font-size: 16px;
}
.searchtitle {
	font-size: 14px;
	color:#069;
}

/* Page Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	background-color:#fff
}
#footleft {	
	width: 150px; 
	margin: 0; 
	padding: 1em; 
	height:auto;	
	float: left;
	font-size: 10px;
	text-align:center;
	color:#999
}
#footright { width: 150px; margin: 0; padding: 1em;	height:auto; float: right; text-align:left; font-size: 10px; color:#999;}
#footmid { padding: 1em; margin-left: 120px; margin-right: 120px; font-size: 10px; color:#999}
#numrows { font-size: 24px; color:#666; font-weight:bold; text-align:center }