
/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background: #fff;
	/*font:13px/18px Verdana, Tahoma, sans-serif;*/
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color:#000;
}

a {
	color:#DC5E04;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:960px;
	height:60px;
	margin: 0 0 0 0;
	/*background:url(img/bg-header.gif) no-repeat bottom right;*/
	background: #fff;
}

#menu {
	position:relative;
	width:960px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 0 0 20px;
	/*background: #808080;*/
	background: #DC5E04;
	list-style:none;
}

#content {
	width:940px;
	height:auto;
	margin:10px 0 0 20px;
}

#content-thanks {
	width:918px;
	height:auto;
	margin:5px 20px 0 0;
	padding:0 0 0 0;
	border: 1px solid gray;
	text-align:center;
}

#content-left {
	float:left;
	width:465px;
	height:auto;
	margin:0 0 0 0;
}

#content-left-wide {
	float:left;
	width:560px;
	height:auto;
}

.content-left-wide {
	float:left;
	width:560px;
	height:auto;
}

#map-content {
	float:left;
	width:560px;
	height:auto;
	margin:0 0 0 0;
}


#map {
	width:560px;
	height:400px;
	margin:0 0 5px 0;
}

#map-big {
	float:left;
	width:650px;
	height:500px;
	margin:0 0 0 0;
}

#map-getreports {
	float:left;
	width:700px;
	height:300px;
	margin:0 0 10px 0;
}

#map-small-right {
	width:340px;
	height:340px;
	margin:0 0 10px 0;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
	margin:0 0 0 0;
}

.content-right {
	float:right;
	width:340px;
	height:auto;
	margin:0 0 0 0;
}

#content-right a {
	text-decoration:none;
}

#content-right a:hover {
	text-decoration:underline;
}

#content-right-wide {
	float:left;
	width:450px;
	height:auto;
	margin:0 0 0 20px;
}

#content-right-skinny {
	float:right;
	width:258px;
	height:538px;
	margin:0 0 0 20px;
	padding: 0 0 0 0;
}

#content-right-skinny a {
	text-decoration:none;
}

#content-right-skinny a:hover {
	text-decoration:underline;
}

#footer {
	width:940px;
	height:70px;
	margin: 40px 20px 0 20px;
	/*background:#808080;*/
	text-align: center;
}

#results-container {
	float: left;
	width: 650px;
	height: auto;
	/*overflow: auto;*/
}

#results {
	width: 590px;
	border: 2px solid gray;
	margin: 5px 0 5px 0;
	padding: 5px 10px 5px 10px;
}

.clusterPopUp {
	height:8em; 
	width:24em;
	overflow:auto;
}
.clusterPopUp a {
text-decoration:none;
}
.clusterPopUp a:hover {
text-decoration: underline;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:25px;
	left:0px;
	margin: 0 0 0 20px;
	color: #000;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	margin: 0 0 0 20px;
	color: #000;
	font:14px/14px Verdana, Tahoma, sans-serif;
}

#results h2 {
	margin: 0 0 5px 0;
}

h2, h3, h4 {
	margin: 0 0 20px 0;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
	color:#fff;
	font:normal 13px/13px Verdana, Tahoma, sans-serif;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 13px/13px Verdana, Tahoma, sans-serif;
}

#menu a:hover {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:underline;
	font:normal 13px/13px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	TABLES
	##################################*/
 
table.form {
	table-layout:fixed;
	padding:10px;
	border:2px solid grey;
	width:560px;
}

table.form td.field {
	font:12px/18px Verdana, Tahoma, sans-serif;
	padding:5px 0 5px 5px;
	width:310px;
	text-align:left;
}

table.form td.label {
	font:13px/18px Verdana, Tahoma, sans-serif;
	padding:5px 5px 5px 0;
	width:200px;
	text-align:right;
}

table.results {
	border:1px solid grey;
}

table.results tr {
	border:2px solid gray;
}

table.results td {
	width:700px;
	height:auto;
	font:12px/18px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	FORMS
	################################## */

/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}
/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	/*text-align:center;*/
}

#footer p a {
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}
