/* CSS Document */

/* 
    fullCircle Creative Solutions
    http://www.fccreative.com
    Author: Joseph Tosi
*/

#container {
	float: left;
}
#content {
}
#contentHeader {
	float: left;
	width: 953px;
}
	#contentHeader h1 {
		/* margin: 1em 20px 1em 40px;
		float: left;
		padding-left: .62em;
		color: #FFFFFF;*/
		float: left;
	}
	#contentHeader a.viewMap {
		float: right;
		margin-top: 20px;
		margin-right: 40px;
	}
#headerImage {
	clear: both;
	padding-bottom: 17px;
	background-image: url(/images/gui/headerImage_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main {
	padding-bottom: 17px;
	background-image: url(/images/gui/headerImage_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main div {
	clear: both;
}
/*#content table {
	clear: both;
}*/
/*.odd { background-color: #284972; }*/

.instructions {
	font-size: 12px;
	float: right;
	margin: 0 40px 0 0;
}
table.tablesorter td.colShowMap {
	padding-right: 40px;
	text-align: right;
}

