﻿/* Advanced Power Stylesheet v1.0 */

body {
  background-color: white;
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
  border: none;
}

a {
}

a:hover {
  color: #bc1720;
}

p {
  margin-top: 0px;
  padding-top: 0px;
  line-height: 1.4em;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
}

/* all page content appears within this */
.contentArea {
  width: 760px;
}

/* main navigation bar */
.navigationStrip {
  border-top: 1px dashed #aaa;
  margin-left: 30px;
  margin-top: 15px;
  padding-top: 7px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  width: 720px;
}

.navigationStrip a {
  margin-right: 40px;
  text-decoration: none;
  color: black;
  display: block;
  float: left;
}

.navigationStrip a:hover {
  color: #bc1720;
}

.navigationStrip a.selected {
  color: #bc1720;
}

/* other page components */

.bannerStrip {
  padding-top: 4px;
  width: 750px;
  clear: both;
}

.pageTitle {
  padding-left: 25px;
  padding-top: 20px;
}

.columns {
}

.copyright {
  clear: both;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 30px;
  color: #666;
  font-size: 10px;
}

/* left column */

.leftColumn {
	margin-left: 25px;
	width: 130px;
	float: left;
	padding-top: 1em;
}

.leftColumn ul {

  font-size: 12px;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
	line-height: 2em;
	list-style-type: none;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

.leftColumn li {
  list-style-image: none;
	background: url("images/large_bullet.jpg") no-repeat left center;
	padding-left: 28px;
	margin-bottom: 0.5em;
	line-height: 2em;
	min-height: 28px;
}

.leftColumn li a {
  text-decoration: none;
  color: #666;
  display: block;
}

.leftColumn li a:hover {
  color: #bc1720;
}

.leftColumn li.selected a {
	color: #bc1720;
}

.leftColumn li:hover, .leftColumn li.selected {
	background: url("images/large_bullet_active.jpg") no-repeat left center;
	color: #bc1720;
}

/* middle column */

.middleColumn {
  float: left;
  width: 400px;
  padding-top: 1em;
  padding-left: 20px;
}

.middleColumn ul, .homePageWideRightColumn ul {
  list-style-type: none;
  list-style-image: none;
  margin-left: 0px;
  padding-left: 0px;
  line-height: 2em;
}

.middleColumn li, .homePageWideRightColumn li {
  list-style-type: none;
	background: url('images/red_arrow.jpg') no-repeat 0px 4px;
	padding-left: 20px;
  margin-top: 0px;
}


/* right column */

.rightColumn {
  padding-top: 1em;
  float: left;
  margin-left: 20px;
  width: 150px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}

.rightColumn ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  line-height: 2em;
}

.rightColumn li {
  list-style-type: none;
  background: url('images/square_bullet.jpg') no-repeat 0px 6px;
	padding-left: 18px;
}

.rightColumn li a {
  text-decoration: none;
  color: #666;
  display: block;
}

.rightColumn li a:hover {
  text-decoration: none;
  color: #bc1720;
}

.rightColumn li:hover {
	list-style-type: none;
  background: url('images/square_bullet_active.jpg') no-repeat 0px 6px;
	padding-left: 18px;	
	color: #bc1720;
}

/* special cases */

.managementTable img {
  margin-right: 20px;
}

.managementTable td {
  padding-bottom: 10px;
}


.homePageWideLeftColumn {
  width: 270px;
  margin-left: 30px;
  color: #333;
  float: left;

}

.homePageWideRightColumn {
  width: 419px;
  margin-left: 10px;
  padding-left: 20px;
  float: left;
  border-left: 1px dashed #aaa;
}

.managerBio {
  float: left;
  width: 300px;
}

.managerPic {
  float: left;
  width: 120px;
}

.contactTable td {
	padding-bottom: 20px;
	padding-right: 10px;
}

.download-list {
	text-decoration: none;
	color: #003366;
	border-top-style: none;
	list-style-type: none;
	background-image: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
}
.download-list-fileinfo {
	color: #999999;
}

.projectNav {
  width: 130px;
  height: 350px;
  border: none;
}

.projectNavSide {
  width: 150px;
  height: 300px;
  border: none;
}
