/********************************************

Blickhan, Timmerwilke, Woodworth & Larson

Version: 1.0 
Author: Poccuo (http://www.poccuo.com)        	

*******************************************/
 

/* --------------- Style Reset --------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0; }

table {
	border-collapse:collapse;
	border-spacing:0; }

fieldset,img { 
	border:0; }

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal; }

ol,ul {
	list-style:none; }

caption,th {
	text-align:left;	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal; }

q:before,q:after {
	content:''; }

abbr,acronym { 
	border:0; }
	
:focus { outline: 0;}


/* --------------- Structural --------------- */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:1em;
	background: #666; }
	
#wrapper {
	width: 840px;
	margin: 40px; }
	
hr {
	display: none; }


/* --------------- Masthead --------------- */

#masthead h1 {
	text-align: right; }
	
#nav {
	height: 1%; /*For IE6 */
	color: #fff; 
	font-family: "Times New Roman", Georgia, serif; 
	text-transform: uppercase; 
	font-size: .687em;
	background: #999;
	padding: 6px 0 0 300px; 
	overflow: hidden; }
	
#nav li {
	display: inline; }

#nav li a,
#nav li a:link,
#nav li a:active,
#nav li a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0 50px 0 8px;
	float: left; }

#nav li a:hover {
	color: #c2e4eb;
	text-decoration: none; }
	
#nav li.selected a {
	color: #FFF;
	border-left: 2px solid #FFF; }


/* --------------- Content --------------- */

#content {
	height: 1%; /*For IE6 */
	margin: 0 0 20px 0;
	overflow: hidden; }

#content #text {
	width: 534px;
	padding: 10px 0 0 0;
	float: right; }

#content p {
	color: #fff;
	margin: 1.25em 0; 
	font-size: .687em; }
	
#content li a,
#content a:link,
#content a:active,
#content a:visited {
	color: #fff;
	text-decoration: underline; }

#content a:hover {
	text-decoration: underline; }
	
#content strong {
	font-weight: normal;
	color: #c2e4eb; }


/* --------------- Footer --------------- */

#footer {
	border-top: 1px solid #999; }
	
#footer p {
	color: #fff; 
	font-family: "Times New Roman", Georgia, serif; 
	text-transform: uppercase; 
	font-size: .625em;
	margin: 0 0 0 306px;
	letter-spacing: 0.14em;  }
	
	
/* --------------- misc --------------- */

.hidden { 
	display: none; }

.floatLeft  {
	float: left; }

.floatRight {
	float: right; }

.clear { 
	clear: both; }

