/*@font-face {
	font-family: 'Junction';
	src: url(/longworth/fonts/junction.otf) format("opentype");
} */

body {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
	color: #333;
}
a {
	color: #EA8924;
	text-decoration: none;
}
a:hover {
	color: #F0B05F;
}
img { border: none; }
h1 {
	color: black;
	font-weight: normal;
	font-size: 26px;
}
h2 {
	font-weight: normal;
	color: black;
	margin-top: 0;
	font-size: 19px
}
h3 {
	font-weight: normal;
	font-size: 15px;
}
iframe {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p {
	font-size: 13px;
	line-height: 1.4em;
}
li { font-size: 13px; }
/*** Main Layout ***/
.pageMetadata {
	visibility: hidden;
	display: none;
	opacity: 0;
	width: 0; height: 0;	
}

.layout_section {
	width: 100%;
}

#layout_header {
	width: 850px;
	height: 119px;
	margin: 0 auto 0 auto;
}

#header_nav {
	width: 401px;
	height: 42px;
	position: relative;
	left: 160px;
	top: 18px;
	display: inline;
}
#header_search {
	width: 300px;
	height: 25px;
	position: relative;
	left: 500px;
	top: -65px;
}
#header_logo {
	width: 254px;
	height: 79px;
	position: relative;
	top: 17px;
	left: 25px;
	display: inline;
}
#layout_body {
	background-color: white;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 25px;
}
#layout_footer {
	color: #B0B0B0;
	width: 850px;
	height: 350px;
	background-image: url(/longworth/images/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin: 0 auto 0 auto;
}
/*** Header themes ***/
#layout_header.bluebubbles {
	background-image: url(/longworth/images/headers/bluebubbles.png);
}


/*** Navbar ***/
#header_nav > a {
	text-decoration: none;
	color: #F0F0F0;
	margin-left: 19px;
}
#header_nav > a:hover {
	color: white;
}
#header_nav > a.selected {
	color: white;
	font-weight: bold;
}

/*** Footer ***/
#layout_footer > h1 {
	text-align: left;
	font-size: 16px;
	margin: 0 0 30px 25px;
	font-weight: normal;
	color: #B0B0B0;
}
#layout_footer > h1 > a {
	margin-left: 20px;
	color: #CCC;
	text-decoration: underline;
}
#layout_footer > img {
	margin-left: 30px;
}
#layout_footer > p {
	text-align: center;
	font-size: 12px;
	line-height: 1.7em;
	margin-top: 0;
}
#layout_footer > img[title]+p {
	margin-top: 70px;
}
/*** Homepage ***/
#home_title {
	width: 797px;
	height: 31px;
	margin: 0 auto 20px auto;
	background-image: url(/longworth/images/home/title.png);
}
#home_text {
	width: 797px;
	margin: 0 auto 0 auto;
	text-align: center;
	line-height: 2em;
}
#home_text > em { color: black; }

/*** Body ***/
#body_tableContainer {
	width: 100%;
}
#body_tableContainer > tbody > tr > td {
	vertical-align: top;
}
#body_title {
	width: 275px;
	padding: 0 0px 0px 50px;
}

#body_title > h1 {
	font-size: 40px;
	margin: 0;
}
#body_content {
}
#body_sidebar {
	border-top: 1px dotted #CCC;
	margin-top: 10px;
}

/*** Contact ***/
#googleDirectionsGadgetContainer {
	border-top: 1px dotted #CCC;
	margin-top: 10px;
	padding-top: 5px;
}
#googleDirectionsGadgetContainer span.title {
	color: #333 !important;
}

/*** Portfolio ***/
#portfolio_table {
	margin: 0;
	width: 850px;
}
#portfolio_table h2 { margin: 0; }
#portfolio_table > thead > tr > td {
	background-color: white;
	border-bottom: 1px dotted #CCC;
}
#portfolio_table > tfoot > tr > td {
	background-color: white;
}
#portfolio_table > tbody > tr > td {
	border-bottom: 1px dotted #CCC;
	background-color: #FFFFFF;
}
#portfolio_table > tbody > tr.lastRow > td {
	border-bottom: none !important;
}
#portfolio_table td.evenColumn {
}
#portfolio_table td.oddColumn {
	background-color: #F0F5F9;
}

#portfolio_table td {
	width: 150px;
	text-align: center;
	vertical-align: center;
	padding: 10px;
}
#portfolio_table > tbody > tr > td:hover {
	background-color: #E8F5FE !important;
}
#portfolio_table td.noHover:hover {
	/*background-color: inherit !important;*/
}
.portfolioItemSpotlight {
	cursor: pointer;
	background-color: #FFFFFF;
	padding: 7px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.portfolioItemTooltip {
	width: 200px;
	color: white;
	font-size: 12px;
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #4C5872;
	opacity: 0.85;
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
	box-shadow: 0 1px 2px #333;
	visibility: hidden; /* Mootools More 1.2.4.2 has a visiblity bug */
}

/*** Team ***/
#team_table {
 	margin: 0 auto 40px auto;
}
#team_table > thead td {
	background-color: #F0F0F0;
	-webkit-border-radius: 5px;
}
#team_table > thead td > p {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
#team_table > tbody > tr:first-child > td {
	padding-top: 40px;
}
#team_table td {
	vertical-align: top;
}
#team_table > tbody > tr > td:first-child {
	text-align: right;
}
#team_table .team_picture {
	width: 110px;
}
#team_table .team_name h1 {
	margin: 0;
}
#team_table .team_name p {
	margin: 0;
	font-size: 20px;
	color: #CCC;
}
#team_table .team_name a {
	font-size: 16px;
}
h1.teamHudItem_title > a{
	font-size: 16px;
	margin-left: 20px;
}
/*** HUDs ***/
#modalLayer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(/longworth/images/modal_layer_bg.png);
	background-repeat: repeat;
	display: none;
	opacity: 0;
	z-index: 99;
}
#loadingIndicator {
	width: 100%;
	height: 32px;
	position: fixed;
	top: 10px;
	display: none;
	opacity: 0;
	z-index: 100;
	text-align: center;
	margin: 0 auto 0 auto;
}

embed {
	z-index: 10 !important;
}

.hud {
	width: 899px;
	height: 509px;
	background-image: url(/longworth/images/hud.png);
	position: fixed;
	display: none;
	z-index: 1000 !important;
}
.hudCloseButton {
	background-image: url(/longworth/images/huds/close_hud.png);
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 15px;
}
.hudContent {
	opacity: 0;
}
.hudContent p {
	text-indent: 25px;
}
.showsHudOnClick { cursor: pointer; }


/*** Portfolio HUDs ***/

.companyHudImage {
	width: 388px;
	height: 511px;
	float: left;
	text-align: center;
}
.companyHudImage > img {
	margin-top: 30px;
}
.companyHudContent {
	float: left;
	width: 420px;
	height: 480px;
	margin-left: 50px;
}
body.trident .companyHudContent {
	padding-top: 1em;
}
.hudContent > div:first-child > table {
	margin: 40px auto 0 auto;
}
.hudContent > div:first-child > table td {
	font-size: 13px;
	color: #777;
	padding: 3px;
}
.hudContent > div:first-child > table > tbody > tr > td {
	text-align: left;
}
.hudContent > div:first-child > table > tbody > tr > td:first-child {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	color: #333;
}
body.gecko .companyHudContent h1 {
	margin-top: 10px;
	margin-bottom: 0;
}

/*** Team HUDs ***/

.teamHudImage {
	width: 337px;
	height: 511px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
}
.teamHudContent {
	float: left;
	width: 475px;
	height: 480px;
	margin-left: 50px;
}
body.trident .teamHudContent {
	padding-top: 1em;
}

/*** Word Cloud HUDs ***/

.wordCloudHudImage {
	width: 365px;
	height: 511px;
	float: left;
}
.wordCloudHudContent {
	float: left;
	width: 430px;
	height: 480px;
	margin-left: 50px;
}
body.trident .wordCloudHudContent {
	padding-top: 1em;
}
/*.wordCloudHudContent > p {
	text-indent: 0;
	text-align: justify;
	text-justify: inter-word;
	-webkit-text-justify: inter-word;
	width: 450px;
	overflow: hidden;
	white-space: pre-wrap;
}
body.gecko .wordCloudHudContent h1 {
	margin-top: 10px;
	margin-bottom: 0;
}*/
.wordCloudHudContent > p {
	text-indent: 0;
	text-align: justify;
	-webkit-text-justify: inter-word;
	text-justify: inter-word;
	font-size: 20px;
	word-spacing: 30px;
	line-height: 1.5em;
	color: #888;
}
.wordCloudHudContent > h1 {
	font-size: 38px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
/*** Numbers ***/
#numbers_title {
	width: 715px;
	height: 54px;
	background-image: url(/longworth/images/charts/title.png);
	margin: 20px auto 40px auto;
}
#numbers_table {
	width: auto;
	margin: 0 auto 40px auto;
}
#numbers_table td {
	vertical-align: top;
	color: #555;
	text-align: center;
}
#numbers_table td > p {
	padding: 17px;
}
#numbers_table h1 {
	color: #888;
	margin-bottom: 20px;
	font-weight: normal;
}
#numbers_table > tfoot td {
	background-color: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#numbers_table > tfoot h2 {
	margin-top: 1em;
}

/*** Home Carousel ***/
#home_carousel {
	position: relative;
	overflow: hidden;
	width: 760px;
	height: 178px;
}
#carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	-webkit-padding-start: 0;
	padding: 0;
	margin: 0;
}
#carousel > li {
	list-style: none;
	padding: 0;
	display: block;
	float: left;
	margin-right: 1px;
}
#carousel > li img {
	display: block;
}
#home_carousel > img {
	width: 20px;
	height: 178px;
}
#carouselTable {
	margin: 40px auto 0 auto;
	width:688px;
}
#carouselTable_previous { padding-right: 20px; cursor: pointer; }
#carouselTable_next { padding-left: 20px; cursor: pointer; }

/*** Entry ***/
.entryTitle > h1 {
	margin: 0;
}
.entryTitle > h2 {
	font-size: 15px;
	color: #AAA;
	margin-top: 5px;
	margin-bottom: 1em;
}
.entryBody {
	font-size: 13px;
}
.archiveEntryTitle > h2 {
	margin: 0;
}
.archiveEntryTitle > h3 {
	color: #AAA;
	margin-top: 5px;
	margin-bottom: 1em;
}
/*** Misc ***/
.highlight {
	/*background-color: #FFF7CD;*/
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-left: 30px;
}
.small {
	font-size: 13px;
}
.smaller {
	font-size: 13px;
}
.smallest {
	font-size: 12px;
}

#faq_list {
	list-style-type: circle;
	padding-left: 25px;
}
#faq_list > li {
	margin-bottom: 15px;
}
