/* footprintdirections.com Content Styles
 * mmoriart@quantumjelly.com
 */
 
  @import url('/styles/common.css');

/* Random HTML Styles */
	p, ul, ol {
		color: #666
	}

	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	input[type="submit"] {
		font-weight: bold;
	}
	
	li {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

/* General Structure */
	body, td, th, input { /* redundant rules for bad browsers  */
		font-family: verdana, sans-serif;
		font-size: 90%;
		color: #666
		voice-family: "\"}\"";
		voice-family: inherit;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: arial, verdana, sans-serif;
		color: #999; 
	}

	#header h1 { border: 0; }

	h1 {
	font-size: 190%;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	letter-spacing: 5px;
	text-transform: lowercase;
	}
	
	h2 {
		font-size: 125%; 
		font-weight: normal; 
		letter-spacing: 2px;
	}
	
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

	div.section {
		display: block;
	}
	
/* Navigation */

      :link { color: #039; }
      :visited { color: #636; }
      :link:hover, :visited:hover { color: #333; }
      :link:active, :link:active { color: #000; }
		
	:link img,
	:visited img {
		border: 0;
	}	
	
/* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 0;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 0;
		list-style-type: none;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
		background: #eee;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		text-align: center;
		margin: 0 5px 5px 0;
		line-height: 1.1em;
		padding: 2px;
		font-size: 11px;
		width: 2.5em;
		color: #666;
	}
			
/* Emphasis */

	.highlightRed {
		color: #FF0000; 
		font-size: 90%;
	}