/* ---------- GLOBAL ELEMENTS ---------- */
html, body { height: 100%; }
body { 
	color: #333333; 
	background-color: #88898c;
	background-image: url(Images/Navigation/GenMetPageBkgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
}
p, ul, li, td { 
	font-size: 12px; 
	line-height: 18px;
}
p {
	margin: 1em 0em 1em 0em;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
b, strong {
	font-weight: bold;
}

/* ---------- LINKS ---------- */
a:link, a:visited, a:hover, a:active { 
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #FF0000;
	text-decoration: underline;
}
a:active { 
	color: #CC0000;
}

/* ---------- HEADINGS ---------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 { 
	line-height: 1.25em;
	font-weight: bold;
	margin: .5em 0em 0em 0em;
	color: #666666;
}
h1 { font-size: 24px }
h2 { font-size: 18px }
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 { font-size: 12px; text-transform: uppercase; }
h5 { font-size: 10px }
h6 { font-size: 8px }

ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0em 0em .25em 0em;
	padding: 0;
}

/* ---------- TABLES THAT DEFINE LIVE AREA AND BACKGROUND PADDING ---------- */
table#fullPageContainer {
	margin: 0px 0px;
	padding: 0px 0px;
	height: 100%;
	background-color: none;
}
table#mainPageHeaderGraphic {
	margin: 0px auto;
	padding: 0px 0px;
	background-color: #efefef;
	text-align: left;
/*	width: 790px;   <--- 800x600 screen size */
	width: 900px; /*  <--- 1024x768 screen size */
/*	remember: a border will add its own width to the table */
	border: none;
	height: 160px;
}
table#mainLayoutTable {
	margin: 0 auto;
	padding: 0px 0px;
	background-color: #efefef;
	text-align: left;
/*	width: 790px;   <--- 800x600 screen size */
	width: 900px; /*  <--- 1024x768 screen size */
/*	remember: a border will add its own width to the table */
	border: 1px solid #ff0000;
}
table#mainLayoutTable th {	/*	<--- top horizontal navigation area */
	margin: 0px 0px;
	padding: 0px 0px;
	background-color: #000000;
	height: 36px;
	border-bottom: 1px solid #ff0000;
	background-image: url(Images/Navigation/GenMetNavigationBkgrd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
td#mainContentRegion, td#sidebar {
	margin: 0px 0px;
	padding: 0px 0px 50px 0px;
	background-image: url(Images/Navigation/GenMetContentBkgrd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
div#mainContentContainer {
	margin: 0px 50px 50px 20px;
	padding: 0px 0px 0px 0px;
}

/* ---------- SIDEBAR NAVIGATION ---------- */
/* SIDEBAR REGION */
td#sidebar {
	width: 250px;
}
div#sidebarContainer {
	background-color: #d4d4d4;
	margin: 15px 15px;
	padding: 0px 0px 25px 0px;
	border-top: 2px solid #0079b6;
	background-image: url(Images/Navigation/GenMetSidebarBkgrd.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 360px;
}
/* ENTIRE NAVIGATION MENU */
ul#leftNav {
	margin: 10px 0px 50px 15px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 200px;
}
/* * * * * * * * * */
/*    TOP LEVEL    */
/* * * * * * * * * */
ul#leftNav li {
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-transform: uppercase;
}
ul#leftNav li a:link, ul#leftNav li a:visited, ul#leftNav li a:hover, ul#leftNav li a:active {
	font-size: 12px;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul#leftNav li a:hover {
	text-decoration: none;
}
/* * * * * * * * * * */
/*   ONE LEVEL DOWN  */
/* * * * * * * * * * */
ul#leftNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul#leftNav ul li {
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}
ul#leftNav ul li a:link, ul#leftNav ul li a:visited, ul#leftNav ul li a:hover, ul#leftNav ul li a:active {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 8px 0px 8px 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
ul#leftNav ul li a:hover {
	text-decoration: none;
	border-bottom: none;
	text-decoration: underline;
}
/* ---------- END SIDEBAR NAV ---------- */

div#breadCrumbs {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
div#breadCrumbs p, div#breadCrumbs p a {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

/* ---------- FOOTER NAVIGATION TEXT AT THE VERY BOTTOM OF THE PAGE ---------- */
div#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#footer p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #bbbbbb;
	font-size: 10px;
	line-height: 13px;
}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active { 
	color: #dddddd;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 2px;
}
div#footer a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer a:active { 
	color: #FFFFFF;
}

div#navPrimary {
	margin: 0px auto;
	margin-left: 10px;
}
div#navPrimary ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px 0px;
}
div#navPrimary li {
	float: left;
	display: block;
	margin: 0px 0px;
}
div#navPrimary li a:link, div#navPrimary li a:visited, div#navPrimary li a:hover, div#navPrimary li a:active {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #bbbbbb;
	text-decoration: none;
	display: block;
	margin: 0px 0px;
	padding: 9px 10px;
}
div#navPrimary li a:hover {
	background-image: url(Images/Navigation/GenMetNavigationBkgrdHover.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}
div#navPrimary li a.selected {
	background-color: #cdcdcd;
}

div.calloutBox {
	margin: 5px 0px 25px 0px;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	position: relative;
	width: 550px;
}
div.calloutBox p {
	margin: 0px 0px 10px 0px;
	text-align: left;
}
div.calloutBox img.locationPhoto {
	position: absolute;
	right: 15px;
	width: 250px;
}
table#contactForm td {
	padding: 2px;
}
table#contactForm td.left {
	color: #666666;
	text-align: right;
	padding-right: 10px;
}
table#contactForm td.right {
}
table#keyContacts {
	margin: 10px 0px;
	width: 85%;
}
table#keyContacts td {
	padding: 4px 0px;
	border-bottom: 1px solid #cccccc;
}
table#keyContacts td.name {
	font-weight: bold;
}
table#keyContacts td.title {
	padding-left: 10px;
	padding-right: 20px;
	font-weight: bold;
}
table#mainLayoutTable table.capabilitiesTable th, table#mainLayoutTable table.capabilitiesTable td {
	font-weight: bold;
	background: none;
	padding: 3px 8px;
	height: auto;
	border: none;
}
table#mainLayoutTable table.capabilitiesTable td {
	font-weight: normal;
}
table#mainLayoutTable table.capabilitiesTable {
	border: 1px solid #cccccc;
	width: 550px;
	margin: 0px 0px 5px 0px;
}

h3.jobPositionName {
	margin-bottom: 0px;
	margin-top: 14px;
	font-size: 16px;
	color: #333333;
}
p.jobPositionDescription {
	margin-top: 0px;
}
h3.newsItemTitle {
	margin-bottom: 0px;
}
p.newsItemBrief {
	margin-top: 0px;
}
p.newsItemBrief a {
	font-weight: normal;
}
div#homePageFlashContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#homepageCopyBlock {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#homepageCopyBlock p {
	margin: 0px 0px 60px 0px;
	line-height: 1.7em;
}
div#homepageCopyBlock h1 {
	margin: 34px 0px 0px 0px;
	color: #777777;
	line-height: 1em;
	text-align: center;
}
p.pagingControls, p.pagingControls a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 30px;
}
p.pagingControls a {
	border: 1px solid #CCCCCC;
	background-color: #e0e0e0;
	padding: 2px 4px;
	margin: 0px 1em;
}
p.pagingControls a:hover {
	background-color: #FFFFFF;
}

p.backLink, p.smallLink {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
}

a.fullStoryLink:link, a.fullStoryLink:visited, a.fullStoryLink:hover, a.fullStoryLink:active {
	font-size: 9px;
	color: #888888;
	margin: 0px 0px 0px 1px;
}
a.fullStoryLink:hover {
	color: #CC0000;
}

/* Miscellaneous classes for reuse */
.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin: 0px 8px 8px 0px;
}
.clearFloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.naicsContainer {
	border-top: 1px solid #cccccc;
}
h4.naicsNumber {
	display: block;
	width: 75px;
	float: left;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	margin: 4px 0;
	line-height: 1.6em;
}
.naicsDescr {
	width: 500px;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin: 4px 0;
	line-height: 1.6em;
}
