BODY {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #CCCCCC;
	text-align: center !important;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	color: #363636;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid blue;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

H3 {
	font-size: 14px;
	font-weight: bold;
}

P {
	text-align: justify;
}

A, A:link, A:visited {
	color:#484848;
	text-decoration:none;
	border-bottom: 1px dashed silver;
}
A:hover {
	color:#000000;
	text-decoration: underline;
	border-bottom: 0px;
	background-color: transparent;
}

OL {
	margin-top: 5px;
}

.text-small {
	font-size: 10px;
}

#pageBody {
	background:  url('../images/verticalGrayBarBG.gif') top left repeat-y;
	border-left: 1px solid darkgray;
	border-right: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	overflow: auto;
}

#header {
	float: right;
	border: 0px dashed red;
	margin-bottom: -60px;
}
#headerBackground {
}

#vertegyLogoLink {
	border: 0px solid green;
	height: 200px;
}
#leftNavigationBox {
	border: 0px dashed brown;
	width: 180px;
	height: 400px;
	float: left;
}
#leftNavigation {
	background: url('../images/LeftNavColors.gif') top left no-repeat;
	border: 0px dashed red;
	height: 300px;
	margin-top: 15px;
	padding-top: 1px;
}
#leftNavigation DIV {
	text-align: left; 
	height: 35px;
	margin-left: 60px;
	margin-top: 15px;
}
#leftNavigation DIV A {
	font-weight: bold;
	font-size: 16px;
	border: 0px;
}
#contactUs {
	border: 0px solid red; 
	left: -59px; 
	margin-right: -65px;
	padding-top: 40px; 
	width: 160px;
	position: relative;
}


#mainbody {
	border: 0px solid red;
	width: 559px;
	padding: 10px;
	margin-top: 55px;
	margin-right: 4px;
	float: right;
	position: relative;
	vertical-align:top;
}

.projectBody {
	width: 550px;
	text-align:left;
	}

#textWindow {
	border: 0px dashed blue; 
	float: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 5px;
}


A.imageLink, A.imageLink:link, A.imageLink:visited {
	border: 0px;
}
A.imageLink:hover {
	border: 0px;
}

#footer-home {
	text-align: center;
	background-color: #FFFFFF;
}
#footer-default {
	background-color:#FFFFFF;
	clear: both;
	z-index: 12;
}
#footerBackground {
	float: left;
	margin-top: -100px;
}

#footer-nav, #footer-subtle {
	text-align: center;
	height:30px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#footer-subtle {
	height: 20px;
	width: 420px;
	text-align: center;
	color: #999999;
}
#footer-nav DIV {
	text-align: center;
	float: left;
	width: 80px;
	border-right: 1px solid silver;
}
#footer-subtle DIV {
	float: left;
	color: #999999;
	margin-left: 10px;
	margin-right: 10px;
}
#footer-subtle DIV A {
	color: #999999;
	border: 0px;
}
#footer-subtle DIV A:hover {
	text-decoration: underline;
}
#footer-nav DIV A {
	border: 0px;
}
#footer-nav DIV A:hover {
	text-decoration: underline;
}

#homeStem {
	background: #FFFFFF url('/images/Stem.jpg') top no-repeat; 
	height: 580px;
	margin-top: 30px;
}
#homeNavigation {
	position: relative;
	top: 110px;
	left: 230px;
	width: 70px;
}
#homeNavigation DIV {
	text-align: right; 
	height: 80px;
}
#homeNavigation DIV A {
	font-weight: bold;
	font-size: 16px;
	border: 0px;
}
#homeNavigation DIV A:hover {
	text-decoration: underline;
}
#homeNavigation SPAN {
	text-align: left; 
	height: 50px;
	width: 250px;
	margin-top: -15px;
	margin-left: 250px;
	display: none;
}

@media print {
  @page         { margin: 2% 10% 2% 10%; }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  DIV, P { text-align: justify; }

  BODY, #pageBody, #mainbody, #textWindow { 
  	position: static; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	background-color: white; 
	border: 0; 
	float: none; 
	overflow: visible; 
	text-align: justify; 
  }
  #pageBody { border: 0px solid green; width: 95%; }
  #mainbody { border: 0px solid red; }
  #header, #leftNavigationBox, #project-nav, #news-nav, #footer-default, #footerBackground  { display: none; }
}

.cfdebug { text-align:left; }
.gridstyle {
	border-left: 1px solid gainsboro;
	border-top: 1px solid gainsboro;
	padding-left: 3px;
	font-size: 8pt;
	vertical-align : text-top;
}
.RowMouseoverHilite {
	background-color: #E5F9EC;
}

/* Project Profile Styles */
#project-details-dashboard {
	float: right; 
	padding: 10px; 
	padding-left: 15px; 
	border: 0px solid gainsboro; 
	width: 40%; 
	min-width: 250px;
}
.project-stats {
	text-align: left;
	font-size: 8pt;
}
#project-nav {
	border-bottom: 1px dashed #999;
}
#project-description {
	float: none; 
	padding: 0px 5px 5px 5px; 
	clear: none; 
	border: 0px dashed red;
}
#project-details-dashboard LEGEND, #vertegy-scope LEGEND, #services-description LEGEND {
	color: darkgreen;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
#services-description {
	margin-bottom: 15px;
}
#awards-table TD {
	font-size: 8pt;
}
/* End Project Profile Styles */

#personList {
	border: 0px solid green;
	width: 98%;
}
.personPhoto {
	margin-right: 20px;
	margin-bottom: 10px;
	border: 0px;
}
#news-nav {
	border-top: 1px dashed gainsboro;
	border-bottom: 1px dashed gainsboro;
}
