/*----------Structure----------*/
table#flohutStructure {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#flohutStructure tr td#internalTop {
/* 	background-image: url('/app/webroot/img/topTDBkgd.png'); */
/* 	background-repeat: repeat-y; */
/* 	background-position: 50%; */
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
table#flohutStructure tr td#footerRow {
	height: 48px;
	padding: 0px;
	margin: 0px;
	background-color: #dbd1a9;
}



#outerWrapper {
	background-color: #dbd1a9;
}
#outerInnerWrapper {
	background-image: url('/app/webroot/img/outerWrapperFiller.png');
	background-repeat: repeat-x;
}
#wrapper {
	width:980px;
	margin: 0 auto;
}
#header {
	height: 125px;
	margin: 0 auto;
	position: relative;
	border-left: 2px solid #fff2d4;
}
#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: 295px;
}
#navbar a img {
	display: inline;
}
#subNav {
	background-color: #741c28;
  border-bottom: 2px solid #741c27;
}



#logo {
	position: absolute;
	top: 50px;
	left: 20px;
}
#verticalImages {
	width: 390px;
	height: 125px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
#verticalImages div {
	background-color: #dbd1a9;
	position: relative;
}
#verticalImages img.vertImgs1 {
	position: absolute;
	top: 0px;
}
#verticalImages img.vertImgs2 {
	position: absolute;
	top: -10px;
	left: 132px;
}
#verticalImages img.vertImgs3 {
	position: absolute;
	top: -160px;
	left: 261px;
}

/*For the Careers Page Header*/
#verticalImages div.careersVertImgs {
	background-color: #dbd1a9;
	position: relative;
}
#verticalImages div.careersVertImgs img.vertImgs1 {
	position: absolute;
	top: 0px;
}
#verticalImages div.careersVertImgs img.vertImgs2 {
	position: absolute;
	top: 0px;
	left: 132px;
}
#verticalImages div.careersVertImgs img.vertImgs3 {
	position: absolute;
	top: 0px;
	left: 261px;
}
#contentWrapper {
/* 	width: 980px; */
/* 	margin: 0 auto; */
 background-color: #fff;
 background-image: url('/app/webroot/img/contentWrapperFiller2.png');
	background-repeat: repeat-x;
}
#content {
	width: 974px;
	margin: 0 auto;
/*   background-image: url('/app/webroot/img/internalContentFiller.png'); */
/* 	background-repeat: repeat-x; */
/* 	background-color: #fdf7e0; */
}



/*----------Sidebar----------*/
#sidebar {
	width: 217px;
/*  background-image: url('/app/webroot/img/sidebar_rightBorder.png'); */
/*  background-repeat: no-repeat; */
/*  background-position: right top; */
}

#sidebar div.padder {
	padding: 0 20px 20px 20px;
}

#sidebar h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	padding:0;
	margin: 0px;
	text-transform: uppercase;
}

#sidebar a.sidebarPDFDownloadLink {
	background-image: url(/app/webroot/img/icon_pdf_lg.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	display: block;
	padding: 5px;
	padding-left:40px;
}
#sidebar a.sidebarPDFDownloadLink:hover {
	background-color: #fff;
}


#sidebarFactsheet a {
	font-size: 1.1em;
}



#sidebar div.heaaderBar {
	margin-bottom: 4px;
	background-color: #dbd1a9;
	border-top: 1px solid #500D16;
	font-size: 1px;
	height:10px;
/* 	border-bottom: 1px solid #500D16; */
}
ul#sidebarNavList {
	list-style: none;
	margin: 0px 0 20px 0;

}
ul#sidebarNavList li {
	border-bottom: 1px solid #f4ebc8;
	font-size: 1.15em;
	margin: 0em;
	padding: 0em;
}
ul#sidebarNavList li a:link,
ul#sidebarNavList li a:hover,
ul#sidebarNavList li a:visited,
ul#sidebarNavList li a:active {
	background: url('/app/webroot/img/listBullet.png') no-repeat 5px 11px;
	color: #2F030A;
	display: block;
	font-family: Arial, helvetica, verdana, sans-serif;
	height:1%;
	padding: 8px 0 8px 20px;
	text-decoration: none;
}
ul#sidebarNavList li a:hover {
	background-color: #fff2d4;
	color: #6e2939;
}
ul#sidebarNavList li.active {
	background-color: #6e2939;
}
ul#sidebarNavList li.active a:link,
ul#sidebarNavList li.active a:hover,
ul#sidebarNavList li.active a:visited,
ul#sidebarNavList li.active a:active {
	color: #fff;
}
ul#sidebarNavList li.active a:hover {
	color: #333;
}

ul#sidebarNavList li ul li a {
	background-color: #ddd;
	background-image: none;
	font-size: 1em;
	padding:2px;
}
ul#sidebarNavList li.active ul li a:link,
ul#sidebarNavList li.active ul li a:hover,
ul#sidebarNavList li.active ul li a:visited,
ul#sidebarNavList li.active ul li a:active {
	background-image: none;
	background-color: #dbd1a9;
/* 	color: #2F030A; */
	color: #6e2939;
	font-size: 0.9em;
	padding: 5px 0 5px 20px;
}

ul#sidebarNavList li.active ul li a:hover {
	background-color: #dbd1a9;
	color: #6e2939;
}




/*----------Main----------*/
#main {
	width: 710px;
	margin-right: 20px;
 	padding-bottom: 35px;
	float: right;
}

#main ul {
	margin: 0 0 2em 2em;
}

#main ul li {
/* 	font-size: 1.2em; */
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.25em;
	margin-bottom: 1em;
}

#main h2 {
	color: #6e2939;
	font-family: Georgia, serif;
	font-size: 2.4em;
}

#main p {
	color: #2c2010;
	line-height: 1.7em;
}
div#intro {
	color: #0076a3;
	font-size: 1em;
/* 	font-style: italic; */
}


p.equalOppDisclaimer {
	font-size: 11px;
	line-height: 9px;
	font-style: italic;
}


div#projectPhoto {
	margin-bottom: 20px;
}
div#projectPhoto img {
	border: 3px solid #fff2d4;
}
div.founders {
	width:300px;
	float: left;
}
img.founderPhoto {
  background-color: #fff2d4;
	border: 2px solid #b9b098;
	padding: 18px;
	margin-right: 10px;
}

/*----------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 {
	font-size: 1em;
	padding: 1em;
}
#footerNav {
	position: absolute;
	top:-28px;
	right: 0px;
	height: 28px;
	width: 121px;
}
#footer ul li {
	height:1%;
}
#footer ul li a:link,
#footer ul li a:hover,
#footer ul li a:visited,
a:active {
	color: #0076a3;
	text-decoration: none;
	font-weight: normal;
}
#footer ul li a:hover {
	color: #6e2939;
}

/*----------General----------*/

h1 {
	color: #fdf7e0;
	padding-left: 8px;
}

.introText {
	font-size: 1.1em;
	line-height: 1.6em;
}


table.paginationTable {
	background-color: #EEE4C1;
	margin-bottom: 10px;
	width:100%;
}

table.paginationTable td {
	font-weight: bold;
	width:50%;
}
div.paginationMeta {
	font-size: 11px;
	padding:5px;
}
div.paginationLinks {
	background-color: #EEE4C1;
	font-size: 11px;
	padding:5px;
	text-align: right;
}
div.paginationLinks div.disabled {
	display: none;
}
div.paginationLinks a {
	padding:5px 10px;
}
div.paginationLinks a:hover {
	border-bottom: 1px solid #741C28;
	background-color: #741C28;
	color: #dbd1a9;
}

img.goldenrule {
	background-color: #fff2d4;
	padding: 5px;
}
