/*----------Structure----------*/
table#flohutStructure {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#flohutStructure tr td {
	background-image: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
table#flohutStructure tr td#footerRow {
	height: 48px;
	padding: 0px;
	margin: 0px;
	background-color: #EFDEA0;
}





#outerWrapper {
/*  background-image: url('/app/webroot/img/outerWrapperFiller.png'); */
	background-repeat: repeat-x;
	background-color: transparent;
}
#wrapper {
	width:980px;
	margin: 0 auto;
}
#header {
	height: 357px;
	margin: 0 auto;
	position: relative;
}
#header img {
	display: block;
}
#superNav {
/*  height: 31px; */
	width: 587px;
/*  background-image: url('/app/webroot/img/superNavBkgd.jpg'); */
/*  background-repeat: no-repeat; */
	position: absolute;
	top: 0;
/*  left: 3px; */
	text-align: right;
}
#superNav a {
	color: #000;
	font-size: 1.2em;
	padding: 0 10px;
}
#superNav a:hover {
	color: #741C28;
}
#superNav div {
	padding: 8px 5px 0 0;
}
#navbar {
	height: 22px;
	width: 295px;
	position: absolute;
	top: 103px;
	left: 296px;
}

#logo {
	position: absolute;
	top: 50px;
	left: 20px;
}
#verticalImages {
  width:auto;
	height: 357px;
	position: absolute;
	left:587px;
	top: 0;
}
#verticalImages img {
	display: inline;
}



#featuredProjects {
	width: 587px;
	height: 233px;
	position: absolute;
	left: 0px;
	bottom: 0;
	overflow: hidden;
}
#featuredProjects img {
	display: block;
}
div.featuredProject {
	position: relative;
}
div.projectImg {

}
div.projectMeta {
	background-color: #5e5854;
/* 	width: 334px;  */
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	color: #fff;
	letter-spacing: .02em;
	font-size: 0.8em;
	padding-right: 10px;
}
div.projectMeta div {
	padding: 6px 0 0 14px;
}

div.projectMeta a:link,
div.projectMeta a:hover,
div.projectMeta a:visited,
div.projectMeta a:active {
	color: #fff;
	font-style: italic;
	font-size: 1.1em;
}
div.projectMeta a:hover {
	color: #741C28;
}
div.projectMeta span a:link,
div.projectMeta span a:hover,
div.projectMeta span a:visited,
div.projectMeta span a:active {
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
}

#content {
	width: 980px;
	margin: 0 auto;
	background-color: transparent;
	background-image: none;
}


/*----------Main----------*/
#main {
	width: 980px;
	float: none;
	position: relative;
}

#main h1.intro {
	font-family: Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	color: #0076a3;
}
#main sup {
	font-family: Arial, sans-serif;
	color: #0076a3;
	font-size: 0.4em;
	vertical-align: top; /* Overwrites the “super” attribute, which causes the Text to move under the baseline */
	position: relative;
	top: 0px; /* the attribute “vertical-align: top” positions the text lower than “vertical-align: super” so you have to position the sup’s manually */
}
#main p {
	color: #2c2010;
	line-height: 1.7em;
}

#main #homeNews {
  border-left: 2px solid #b9b098;
  position:absolute;
  padding-bottom:20px;
  margin-bottom: 50px;
  right:5px;
  width:384px;
  top: 20px;
}
#main #homeNews h2 {
	color: #0076a3;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  padding: 31px 0 0 14px;
}

#main #homeNews ul {
  margin: 0px;
  padding: 0 0 0 10px;
}
#main #homeNews li {
  list-style-type: none;
  height:1%;
  margin: 0 0 0 0;
  padding: 0px;
  font-size: 13px;
}
#main #homeNews li a {
  display: block;
  padding: 4px;
}
#main #homeNews li a:hover {
  background-color: #dbd1a9;
}





/*----------Footer----------*/
#footerWrapper {
	background-image: url('/app/webroot/img/footerFiller.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 48px;
	width: 100%;
}
#footer {
	height: 48px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	padding: 1em;
}
#footerNav {
	position: absolute;
	top:-28px;
	right: 0;
	height: 28px;
	width: 121px;
}