#leftcolumn { 
	float: left;
	color: #6a6a6a;
	height: 500px;
	width: 320px;
	display: inline;
	background: url(/images/contentbkgd/whatwevedoneleft.jpg);
	padding: 90px 0 0 0;
}

#rightcolumn { 
 	color: #6a6a6a;
	line-height: 24px;
 	height: 530px;
 	width: 610px;
 	float: right;
	background: url(/images/contentbkgd/whatwevedoneright.jpg);
	padding: 60px 100px 0 0;
}

#leftcolumnalt { 
	float: left;
	color: #6a6a6a;
	height: 460px;
	width: 320px;
	display: inline;
	padding-top: 90px;
	background-color: #FFFFFF;
}

#rightcolumnalt { 
 	color: #6a6a6a;
 	height: 490px;
 	width: 660px;
 	float: right;
	background-color: #FFFFFF;
	padding: 60px 50px 0 0;
}

#leftcolumnblank { 
	float: left;
	color: #6a6a6a;
	height: 500px;
	width: 320px;
	display: inline;
	background-color: #FFFFFF;
	padding: 90px 0 0 0;
}

#rightcolumnblank { 
 	color: #6a6a6a;
	line-height: 24px;
 	height: 530px;
 	width: 560px;
 	float: right;
	background-color: #FFFFFF;
	padding: 60px 150px 0 0;
}

#bottom {
 	width: 980px;
 	float: left;
 	height: 175px;
	background-color: #FFFFFF;
	padding: 0 25px 0 25px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 13px;
}

#bottomradio {
 	width: 980px;
 	float: left;
 	height: 130px;
	background-color: #FFFFFF;
	padding: 0 25px 0 25px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 13px;
}

#bottomtext {
	float: left;
}

div.float {
  float: left;
  padding-right: 24px;
}

div.float a:link.current, #div.float a:visited.current {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background-color: #002597;
}

float a:link.current, a:visited.current {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background-color: #002597;
}


div.floatblank {
  float: left;
  padding-right: 0;
}
  
div.float p {
   text-align: center;
}
   
div.floatalt {
  width: 980px;
  float: left;
  clear: left;
}

div.floatoutdoor {
  float: left;
  padding-right: 230px;
}
   
.hr {
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	border: 0;
	color: #cdcdcd;
	background-color: #cdcdcd;
	height: 1px;
}

#subnav {
	width: 185px; /* width of menu */
	float: left;
	padding: 0 0 0 0;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /* bottom spacing between each UL and rest of content */
	border-bottom: 1px solid #cfcfcf;
}

#subnav ul li {
	padding-bottom: 1px; /* bottom spacing between menu items */
	border-top: 1px solid #cfcfcf;
	color: #a1a1a1;
}

#subnav ul li a {
	display: block;
	padding: 6px 0;
	line-height: 16px;
	padding-left: 35px; /* link text is indented 8px */
	text-decoration: none;
}

#subnav li a:visited {
	color: #a1a1a1;
	text-decoration: none;
}

#subnav li a:link {
	color: #a1a1a1;
	text-decoration: none
}

#subnav li a:active {
	color: #a1a1a1;
	text-decoration: none;
}

#subnav ul li a:hover { /* hover state CSS */
	color: #ffffff;
	background: #00AEEF;
	text-decoration: none;
}

#subnav ul li .current {
	color: #ffffff;
	background: #002596;
	text-decoration: none;
}

#nav a:link.current, #nav a:visited.current {
	background: #ffffff;
	color: #002596;
	font-size: 14px;
	font-weight:bold;
}
