@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

.temputils{
	background: none;
	display: inline;
	
	position: absolute;
	top: 2px;
	right: 10px;
}

.temputils li{
	background: none;
	display: inline;
}

.temputils li a{
	color: #fff;
	font-weight: bold;
}

html{
	background: #cccccc;
	height: 100%;
}

body{
	background: #cccccc;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 14px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:900px;
	position: relative;
	background:#fff;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 194px;
	margin:0 auto;
	background:transparent url(../images/header_bg.jpg) no-repeat 0px 0px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:56px;
		position:absolute;
		top: 62px;
	}
		#logo img{
			height:106px;
			width:308px;
		}


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:36px;
	width:840px;
	margin-left:30px;
	background:#214c66 url(../images/navBG.gif) 0 0 no-repeat;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				#nav a{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/navBG.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:36px 0 0 0;
					position:absolute;
				}
				
				#nav a:hover, #nav a.active{
				}
				
				/*Home*/
				#t8716 a, #t8716 a.active{
				left:30px;
				width:85px;
				background-position:0px 0px;
				}
				
				#t8716 a:hover{
				background-position:0px -36px;
				}
				
				/*About Us*/
				#t8976 a{
				background-position:-87px 0;
				left:117px;
				width:111px;
				}
				
				#t8976 a:hover, #t8976 a.active{
				background-position:-87px -36px;
				}
				
				/*Practice Areas*/
				#t8977 a{
				background-position:-197px 0;
				left:227px;
				width:159px;
				}
				
				#t8977 a:hover, #t8977 a.active{
				background-position:-197px -36px;
				}
				
				/*Industries Served*/
				#t83654 a{
				background-position:-356px 0;
				left:386px;
				width:179px;
				}
				
				#t83654 a:hover, #t83654 a.active{
				background-position:-356px -36px;
				}
				
				/*Resource Center*/
				#t83655 a{
				background-position:-537px 0px;
				left:567px;
				width:169px;
				}
				
				#t83655 a:hover, #t83655 a.active{
				background-position:-537px -36px;
				}
				
				/*Contact Us*/
				#t8980 a{
				background-position:-707px 0px;
				left:737px;
				width:131px;
				}
				
				#t8980 a:hover, #t8980 a.active{
				background-position:-707px -36px;
				}
#main-body{
	padding:0px 32px;
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		height:auto !important;
		height:400px;
		margin-bottom:20px;
	}
	
	#main-table-body-leftcell{
		background: transparent url(../images/leftCell_bg.gif) repeat-y 0px 0px;
		width:220px;
		vertical-align:top;
	}
	#main-table-body-rightcell{
		vertical-align:top;
		width:618px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:0px 0 0 0;
	background:#fff;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: 0px 0 0 0px;
	padding:0;
	width: 220px;
}
	#menu ul{
		font-size: 12px;
		margin:20px 8px 0 0;
		padding:0;
		list-style: square inside;
		border-bottom: 1px dotted #e0e7eb;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#000;
				display:block;
				font-size: 13px;
				padding: 6px 0px 6px 5px;
				border-top: 1px dotted #e0e7eb;
				width:209px;
				text-align:right;
				font-family:Arial, Helvetica, sans-serif;
			}
			
			#menu a:hover {
				color: #214c66;
			}
			
			#menu a.current{
				color: #214c66;
			}
			
			#menu a.subcurrent{
				color: #214c66;
				text-decoration: none;
			}
			
			#menu li ul{
				margin: 0 0 0 0px;
				padding: 0;
				border-bottom: 0px;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-right: 15px;
				border-top: 1px dotted #e0e7eb;
				text-decoration: none;
				width:200px;
				background:transparent url(../images/menuA.gif) no-repeat right 6px;
			}
			
			#menu li ul li a:hover {
				background-color: transparent;
				color: #214c66;
			}
			
	#menu-footer{
	height:138px;
	background:transparent url(../images/menu_footer.gif) no-repeat 0px 0px;
	}
	
	#menu h3{
		margin:0px;
		padding:0px;
	}
	
	#menu h3 a, #menu h3 a:hover{
		margin:0px;
		padding:0px;
		display:block;
		text-decoration:none;
		text-indent:-10000px;
		width:221px;
		height:61px;
		border:0px;
		text-align:left;
	}
	
	/*About*/
	.tab8976 #menu h3 a, .tab8976 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/about.gif) no-repeat 0px 0px;
	}
	
	/*Practice Areas*/
	.tab8977 #menu h3 a, .tab8977 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/practiceAreas.gif) no-repeat 0px 0px;
	}
	
	/*Industries Served*/
	.tab83654 #menu h3 a, .tab83654 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/industries.gif) no-repeat 0px 0px;
	}
	
	/*Resource Center*/
	.tab83655 #menu h3 a, .tab83655 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/resourceCenter.gif) no-repeat 0px 0px;
	}
	
	/*Contact Us*/
	.tab8980 #menu h3 a, .tab8980 #menu h3 a:hover{
	background:transparent url(../images/menu_headings/contact.gif) no-repeat 0px 0px;
	}
	
#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 0 0px;
	margin:5px 0;
	position:relative;
	width: 100%;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 0px;
		width:665px;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:10px;
			color:#214c66;
			text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			font-weight:bold;
			color:#214c66;
			text-decoration:underline;
		}
		#breadcrumbemail{
			font-size: 9px;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#999999;
				font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				color:#999999;
				text-decoration:underline;
				}
		
		#breadcrumbprint{
			font-size: 9px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#999999;
				font-family:Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				color:#999999;
				text-decoration:underline;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 0px 0 0 0;
		padding:0 0 10px 0;
		overflow:hidden;
		min-height:400px;
	}
	#pagetitle{
		margin:0 0 15px 0px;
		background:#214c66;
		height:61px;
	}
	
	#pagetitletext{
	height:50px;
	overflow:hidden;
	}
	
		#pagetitletext h1{
			font-size:26px;
			font-weight:normal;
			color: #ffffff;
			font-family:Arial, Helvetica, sans-serif;
			padding:14px 0 0 15px;
		}
		
		#pagetitletext h1.pagetitleH1TooLong{
			font-size:18px;
			padding-top:18px;
			height:24px;
			overflow:hidden;
		}
		
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		display:block;
}

#footer{
	clear:both;
	height: 150px;
	margin:0 auto;
	position:relative;
	background: #ccc;
	border-top: 5px solid #ccc; 
}
	#footerwrap{
		margin:0 auto;
		width: 900px;
		position:relative;
		height: 96px;
		background:#fff;
	}
	
	#copyright{
		color:#fff;
		font-size:9px;
		position:absolute;
		left:0px;
		bottom:10px;
	}
	
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:0px;
		bottom:-50px;
	}
		#poweredby a{
			color:#000000;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
		#contactLink{
		position:absolute;
		left:32px;
		top:16px;
		}
		
		#contactLink img{
		border:0px;
		}
		
		#footerContact1, #footerContact2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
		position:absolute;
		top:17px;
		line-height:16px;
		}
		
		#footerContact1{
		left:295px;
		}
		
		#footerContact2{
		left:481px;
		}
		
		#footerLinks{
		position:absolute;
		left:231px;
		top:111px;
		}
		
		#footerLinks a{
		color:#000;
		font-weight:bold;
		text-decoration:none;
		}
		
		#footerLinks a:hover{
		color:#214c66;
		text-decoration:underline;
		}
		
		#footerLinks ul{
		margin:0px;
		padding:0px;
		}
		
		#footerLinks ul li{
		display:inline;
		border-right:1px solid #a3a3a3;
		padding:0 13px;
		background:transparent;
		font-weight:bold;
		}
		
		#footerLinks ul li.last{
		border-right:0px;
		}