body {margin: 0 auto 0 auto;
	text-align:center;	
	background: #FFF;}	 
	
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, div, img, table, th, td, tr {
	font-family: Helvetica, Arial, sans-serif, Verdana;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #686767;
	}
	
.tb {height: 16px;
	width: 150px;}
	
.tbLarge {height: 100px;
	width: 290px;}
	
.tbSmall {height: 16px;
	width: 20px;}
	
.ddl {line-height: 19px;
	height: 19px;
	width: 150px;}

h1 {font-family: Arial, Helvetica, sans-serif;
	background: url("../images/headingArrows.gif") no-repeat left;
	font-size: 12px;
	color: #39C;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 0 10px 10px 5px;
	height: 24px;
	line-height: 24px;}
	
h2 {font-family: Arial, Helvetica, sans-serif;
	background: url("../images/headingArrows.gif") no-repeat left;
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
	color: #39C;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 10px 10px 0 5px;
	height: 24px;
	line-height: 24px;}
	
h3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 0;
	height: 16px;
	line-height: 16px;}
	
p {padding: 3px;
	margin: 10px 10px 0 10px}
	
.img{border: 1px solid #CCC;}
	
a, a:link, a:visited, a:active {color: #69C;}
	
a:hover {color: #333;}

/* Top Bar
_________________*/	

#topBar {margin:0 auto 10px auto;
	position: relative;
	padding:0;
	width:863px;
	height:43px;
	background: transparent url("../images/topBar.gif") no-repeat top left;}
	
#topBar h1 {font-family: Arial, Helvetica, sans-serif;
	background: url("../images/headingArrowsW.gif") no-repeat left;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	margin: 0 10px 0 5px;
	height: 22px;
	line-height: 22px;}
	
#topBar h1 a, #topBar h1 a:link {color: white;}
	
#topBar #topL {
	position: absolute;
	left: 20px;
	top:5px;
	width:600px;}
	
#topBar #topR {
	position: absolute;
	right: 10px;
	text-align: right;
	top:5px;
	width:270px;}

#tBg {margin:5px auto 0 auto;
	padding:0 1px 0 1px;
	width:861px;
	height:20px;
	background: transparent url("../images/tBg.gif") no-repeat bottom left;}
	
/* Main Holding Block 
_________________*/
	
#main {margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	text-align:left;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	width:849px;
	background: #FFF;}
	
/* Main Holding Block 
_________________*/	

#main #header {height: 30px;
	position: relative;
	margin: 0 auto;
	padding: 3px; 
	width: 100%;}

/* Divider 
_________________*/	

#main #divider {
	border-top: 1px dotted #CCC;
	height: 150px;
	position: relative;
	margin: 0 auto;
	padding: 5px 0 0 0; 
	width: 100%;}
	
/* Content Holding Block - Right List
_________________*/

#main #header ul#headerIcons{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 15px;}		
	
#main #header ul#headerIcons li
	{
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	line-height: 15px;
	float: left;
	}
	
#main #header ul#headerIcons li .icon
	{
	border: 0;
	}
	
/* Navigation - Blue
_________________*/

.menu {z-index: 1; width:100%; min-height: 34px; border-top: 1px solid #FFF; border-bottom: 0; position:relative; margin: 0; background: #FFF url("../images/navFade.gif") repeat-x bottom;}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited, .menu ul li a:active {display:block; padding: 0 10px 0 15px; text-decoration: none; color:#FFFFFF; font-weight: bold; font-size: 10px; text-transform: uppercase;  height:34px; text-align:left; margin: 0 0 0 5px; line-height: 32px; border: 0; background: transparent url("../images/navArrow.gif") no-repeat;}

.menu ul li.submenu {}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; position:relative; height: 32px;}
.menu ul li ul {display: none;}

.menu ul ul li a, .menu ul ul li a:link, .menu ul ul li a:visited, .menu ul ul li a:active {border-top: 1px solid #FFF; line-height: 22px; height: 22px;}

.menu ul li:hover a {color:#666; background: transparent url("../images/navArrowH.gif") no-repeat;}
.menu ul li:hover ul {display:block; position:absolute; top:28px; left:0px; width:200px;}
.menu ul li:hover ul li a.hide {background:#00CCFF; color:#FFF;}
.menu ul li:hover ul li:hover a.hide {width:200px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#00CCFF; color:#FFF; width:200px;}
.menu ul li:hover ul li a:hover {background:#66e3fe; color:#FFF;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; width:185px; border-left: 2px solid transparent; border-top: 0; top:0; color:#FFF;}
.menu ul li:hover ul li:hover ul li a {display:block; width:155px; background:#00CCFF; color:#FFF;}
.menu ul li:hover ul li:hover ul li a:hover {background:#00CCFF; color:#FFF;}

.menu ul li.icon {float: right; width: 30px;}
	
.menu ul li.icon .iconImg {border: 0;}
	
.menu ul li.icon a, .menu ul li.icon a:active, .menu ul li.icon a:link, .menu ul li.icon a:visited
	{float:right;
	width:30px;
	border-left:1px dotted #FFF;
	border-right:0;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0;}
	
.menu ul li.icon a:hover {
	display: block;
	width:30px;
	background:transparent;} 
	
/* Content Holding Block 
_________________*/

#main #content {
	margin:0;
	padding:10px 0 0 0; 
	width:100%;
	position:relative;
	text-align:left;}
	
/* Content Holding Block - Left 
_________________*/

#main #content #cLeft {
	width:550px;
	margin:0;
	padding: 0 0 25px 0;
	text-align:left;}
	
#main #content #cLeft .cInfoL{
	width:531px;
	margin:0 auto;
	min-height: 360px;
	padding: 5px 0 0 0;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-align:left;
	background:url("../images/cBg.jpg") repeat-x top left;}
	
#main #content #cLeft .cInfoLB{
	width:531px;
	padding: 0 1px 0 1px;
	height: 23px;
	margin:0 auto;
	background:url("../images/cInfoL.gif") repeat-x top left;}

/* TblInfo
_________________*/

#main #content .tblInfo{
	border: 1px solid #e8e8e8; 
	width: 95%; 
	margin: 10px auto 0 auto;}	
	
#main #content .tblInfo .tblTr{
	background: #FFF url("../images/navFade.gif") repeat-x bottom;
	line-height: 34px;
	padding: 0 0 0 10px;
	font-weight: bold;
	height: 34px; 
	border-top: 1px solid #FFF;}	
	
#main #content .tblInfo .tdProject{
	border-right: 1px solid #e8e8e8; 
	border-bottom: 1px solid #e8e8e8;}	

#main #content .tblInfo .tdScope{
	border-right: 1px solid #e8e8e8; 
	border-bottom: 1px solid #e8e8e8; }	

#main #content .tblInfo .tdClient{
	border-bottom: 1px solid #e8e8e8; 
	width: auto;}	
	
#main #content ul.leftInfoList{
	list-style:none;
	margin:15px 10px 0 0;
	padding:0;}		
	
#main #content ul.leftInfoList li{
	background:url("../images/bulletN.gif") no-repeat left top;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	line-height:25px;}
	
/* Content Holding Block - Left List
_________________*/

#main #content #cLeft ul.leftInfoList{
	list-style:none;
	margin:15px 10px 0 0;
	padding:0;}		
	
#main #content #cLeft ul.leftInfoList li{
	background:url("../images/bulletN.gif") no-repeat left top;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	line-height:25px;}
	
/* Content Holding Block - Gallery Items
_________________*/

#main #content ul#Gallery{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;}		
	
#main #content ul#Gallery li{
	padding:0;
	margin: 15px 10px 10px 25px;
	float: left;}
	
#main #content ul#Gallery .galleryItem{
	padding:0;
	margin:0;
	border: 1px solid #69C;}
	
	
/* Content Holding Block - Right 
_________________*/

#main #content #cRight {
	width:266px;
	position:absolute;
	margin:0;
	top:10px;
	right:0;
	padding:0 10px 0 0;
	text-align:right;}
	
#main #content #cRight .cInfoR{
	width:246px;
	margin:0 auto;
	padding: 0;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	text-align:left;
	background:url("../images/cBg.jpg") repeat-x top left;}
	
#main #content #cRight .cInfoRB{
	width:246px;
	padding: 0 1px 0 1px;
	margin:0 auto;
	height: 23px;
	background:url("../images/cInfoR.gif") repeat-x top left;}
	
/* Content Holding Block - Right List
_________________*/

#main #content #cRight ul.rightInfoList{
	list-style:none;
	margin:15px 0 0 0;
	padding:0;}		
	
#main #content #cRight ul.rightInfoList li{
	background: url("../images/bulletN.gif") no-repeat left top;
	padding:0 0 0 25px;
	margin:0 0 0 25px;
	line-height:25px;}

/* Building Holding Block
_________________*/
	
#main #content #buildingDiv {	
	height: 35px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url("../images/BuildingBg.jpg") repeat-x bottom;}
	
/* Footer Holding Block
_________________*/
	
#main #content #footer {
	margin:5px auto 0 auto;
	position: relative;
	font-size: 10px;
	text-align:right;
	padding:4px 0 0 0;
	width:100%;
	border-top: 1px dotted #CCC;
	line-height:20px; 
	color:#999;}
	
#main #content #footer #validXHTML {
	position: absolute;
	top: 7px;
	left: 0;}
	
#main #content #footer a, #main #footer a:link, #main #footer a:visited 
	{font-size: 10px;
	color:#007fff; 
	margin: 0 3px 0 3px;
	line-height:20px; 
	text-decoration:none;}		        	
	
#main #content #footer a:hover {
	color:#033e79;  
	text-decoration:none;}
	
#fBg {
	margin:0 auto;
	padding:0 1px 0 1px;
	width:859px;
	height:15px;
	background: transparent url("../images/fBg.gif") no-repeat top left;}