/* CSV Registrations [Shared] - Main Stylesheet */

	/* general tags */
			html, body {
				height: 100%;
			}
			body {
				margin: 0; padding: 0;
				background: #ccc; color: #000;
				font-size: 67.5%;
				font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
				text-align: center;		
			}
			a {
				background: none; color: #e31d2c;
				text-decoration: none;
				font-weight: bold;
			}
			a:hover {
				text-decoration: underline;
			}
			
			h1 {
				margin: 7px 0;
				color: #e31d2c;
				font-size: 1.6em;
			}
			h2 {
				margin: 10px 0 20px 0; padding: 0;
				font-size: 1.5em;
			}
			
	/* general classes/ids */
			.clear { 
				height: 1px;
				overflow: hidden;
				clear: both;
				margin-top: -1px;
			} /* fixes bg image disappearing in Firefox, Opera and Safari */
			.error {
				color: #f11;
			}
			.errors {
				margin: 10px 0 15px 0;
				color: #f11;
			}
			.errors h4 {
				font-size: 1.2em;
			}
		
	/* layout */
			#container {
				margin: 0 auto -43px auto; 
				background: url(../../images/container_bg.gif) repeat-y top center #fff; color: #000;
				width: 921px; min-height: 100%;
				text-align: left;
			}
			* html #container { height: 100%; }
			
			#inner {
				margin: 0 32px;
				width: 857px;
			}
			
			#header {
				position: relative;
			}
			#strap { 
				position: absolute;			
				right: 0;
			}
			
			#content {
				margin-top: 1.1em; margin-bottom: 43px;
				padding: 30px 60px 20px 60px;
				background: url(../../images/nav_rule.gif) no-repeat top center;
				position: relative;
				font-family: Helvetica;
				width: 737px;
			}
		
			#footer {
				margin: 0 auto; padding: 0;
				height: 43px; width: 921px;
				position: relative;
			}
			#footer a {
				display: block;
				position: absolute;
				top: 10px; right: 40px; 
				width: 150px; height: 10px;
			}
			#footer a span {
				display: block; 
				width: 0; height: 0;
				overflow: hidden;
			}
			
			#timeline {
				margin-top: 10px;
				margin-bottom: 30px;
			}
			
	/* navigation */			
		/* main nav */
			#nav {
				margin: 0; padding: 12px 25px 0 25px;
				background: url(../../images/nav_rule.gif) no-repeat top center;
				list-style: none;
				clear: both;
			}
			#nav li {
				margin: 0; padding: 0;
	      list-style: none;
				display: inline;
			}
			#nav a {
				margin-right: 18px; padding-bottom: 0.9em;
				font-size: 1.2em;
				font-weight: bold;
				color: #666;
				text-decoration: none;
			}
			#nav a:hover, #nav li.selected a {
				background: url(../../images/nav_arrow.gif) no-repeat bottom center; color: #000;
			}
			li#tab_siteurl a {
				position: absolute;
				right: 10px;
			}			
			
	/* locator */
			#map {
				margin: 30px auto;
				width: 600px; height: 400px;
				border: 10px solid #ccc;
				border-bottom: 15px solid #ccc;
			}
			
			table#activity_view {
				margin: 10px 0 30px 0;
			}
			
			table#activity_list thead th {
				background: #ee0305; color: #fff;
			}
			table#activity_list tbody tr.alt {
				background: #ccc;
			}
			
			#activity_example {
				margin: 20px 0 0 20px;
				text-align: left;
				background: #fff;
				font-family: Helvetica;
				height: auto;
			}
			#activity_example table#activity_view {
				margin: 0;
			}
		
		