@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColLiqRtHdr #header { 
	background: url(images/core/head-foot-back.jpg) repeat; 
	padding: 0.1em 1.2em; 
	font-size: 0.9em;
} 
	ul#header-navigation {
		list-style: none;
		text-align: right;
		
		width: 960px;
	}
	
	ul#header-navigation li {
		display: inline;
		padding: 0 0.5em;
	}
	
	#header2 {
		background: url(images/core/header2-back.jpg) repeat;
		color: #fff;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	#header2-container {
		width: 960px;
		margin: 0 auto;
		min-width: 800px;
	}
	
	#logo {
		text-align: center;
		font: "Times New Roman", Times, serif;
		float: left;
		margin: 0 0 0 1em;
		
	}
		#logo h1 {
			letter-spacing: 0.7em;
			font-size: 4em;
		}
	
		#logo span {
			font-size: 0.3em;
			letter-spacing: normal;
			font: Tahoma, Geneva, sans-serif;
		}
	
	#areas {
		float: left;
		margin: -4em 0 0 0.4em;
		text-align: center;
		font: bold medium;
		width: 100%;
	}
		
		#areas ul {
			list-style: none;
		}
		
		#areas ul li {
			
			margin: 0 0 0 -3em;
			padding: 0.5em 0;
		}
	
	#navigation {
		float: right;
		text-align: right;
		margin-right: 1em;
	}
	
	#rotator {
		
	}
	
				
		#header2-navigation { /* table props for Navigation */
			width: 100%;
			font: bold medium;
			text-align: center;
		}
		
		#header2-navigation td {
			padding: 10px;;
		}
			
	
	div#center-tabs {
		margin: 0 auto;
		width: 100%;
		color: #0d0000;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0;
	}
	
		#center-tabs h3 {
			padding: 2px 0 0 0;
		}
	
	#tabs {
		width: 960px;
		
		margin: 0 auto;
		text-align:center;
		border-collapse: collapse;
		
	}
	
	#ass {
		background-color: rgb(38, 35, 20);
		color: rgb(207, 198, 181);
		width: 25%;
		border: 2px solid #000;
		
	}
	
	.staff {
		background: rgb(115, 99, 70);
		color: (13, 0, 0);
		width: 25%;
		border: 2px solid #000;
	}
	
	.train {
		background: rgb(166, 149, 118);
		color: (13, 0, 0);
		width: 25%;
		border: 2px solid #000;
	}
	
	.work {
		background: rgb(38, 35, 20);
		color: rgb(207, 198, 181);
		width: 25%;
		border: 2px solid #000;
	}
	
	.center-tab-lists {
		list-style: none;
		text-align:center;
		font-size: 0.8em;
		color: #ffffff;
		margin: 0;
		padding: 0 0 15px 0;
	}
	
		.center-tab-lists li {
			padding: 0.3em 0;
			
		}
	
	

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebar1 {
	float: right; 
	width: 26%; 
	background: transparent; 
	padding-top: 15px 0; 
	text-align: left;
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

	#service-list {
		list-style: none;
		margin: 1.2em 0 0 -1.5em;
	}
	
		#service-list li {
			padding: 0.5em 0;
		}
		

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

	#content-container {
		background: url(images/core/main-content-back.jpg) repeat-x top center #FFF;
		margin: -3.4em 0 0 0;
		color: #0d0000;
	}
	
	#inner-container {
		width: 960px;
		margin: 0 auto;
		min-width: 800px;
	}

.twoColLiqRtHdr #mainContent { 
	margin: 0 28% 0 15px; 
	padding: 10px 10px 30px 0;
	background: transparent;
	color: rgb(13, 0, 0);
	text-align:left;
} 

	#mainContent h1,
	#mainContent h2,
	#mainContent h3,
	#mainContent p {
		margin: 10px 0 0 0;
		
	}
	
	#mainContent p {
		line-height: 24px;
	}
	
	#mainContent h1 {
		padding: 10px 0 0 0;
	}

.twoColLiqRtHdr #footer { 
	padding: 0 10px;
	background:url(images/core/head-foot-back.jpg) repeat;
} 
	#bottom-navigation {
		width: 960px;
		margin: 0 auto;
		list-style: none;
		font-size: 0.8em;
		padding: 1em 0;
	}
	
	#bottom-navigation li {
		display: inline;
		padding: 0 0.2em;
	}

.twoColLiqRtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}

	#lighthouse {
		font-size: 0.6em;
		text-align: center;
		color: #FFF;
	}
	
	a.light,
	a:link.light,
	a:active.light,
	a:visited.light {
		color: #FFF;
		text-decoration: none;
	}
	
	a:hover.light {
		text-decoration: underline;
	}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	/* Link Styles */
	
	a.workforce,
	a:link.workforce,
	a:active.workforce,
	a:visited.workforce {
		background: transparent;
		color: rgb(207, 198, 181);
		text-decoration: none;
	}
	
	a:hover.workforce {
	}
	
	a.training,
	a:link.training,
	a:active.training,
	a:visited.training {
		background: transparent;
		color: rgb(38, 35, 20);
		text-decoration: none;
	}
	
	a:hover.training {
	}
	
	a.staffing,
	a:link.staffing,
	a:active.staffing,
	a:visited.staffing {
		background: transparent;
		color: rgb(38, 35, 20);
		text-decoration: none;
	}
	
	a:hover.staffing {
	}
	
	a.top-header-nav,
	a:link.top-header-nav,
	a:active.top-header-nav,
	a:visited.top-header-nav {
		color: #0d0000;
		text-decoration: none;
		padding: 4px;
	}
	
	a:hover.top-header-nav {
		background-color: rgb(115, 99, 70);
		color: rgb(255, 255, 255);
	}
	
	a.top-header2-nav,
	a:link.top-header2-nav,
	a:active.top-header2-nav,
	a:visited.top-header2-nav {
		color: rgb(207, 198, 181);
		text-decoration: none;
		padding: 4px;
	}
	
	a:hover.top-header2-nav {
		
	}
	
	a.logo-link,
	a:link.logo-link,
	a:active.logo-link,
	a:visited.logo-link {
		text-decoration: none;
		color: #FFF;
	}
	
	a:hover.logo-link {
	}
	
	a.bottom-nav,
	a:link.bottom-nav,
	a:active.bottom-nav,
	a:visited.bottom-nav {
		color: #0d0000;
		text-decoration: none;
		padding: 4px;
	}
	
	a:hover.bottom-nav {
		background-color: rgb(115, 99, 70);
		color: rgb(255, 255, 255);
	}
	
	a.text-links,
	a:link.text-links,
	a:active.text-links,
	a:visited.text-links {
		color: rgb(38, 35, 20);
		background: transparent;
	}
	
	a:hover.text-links {
		background: rgb(38, 35, 20);
		color: #FFF;
	}
	
	#staffing-lists {
		width: 100%;
	}
	
	/* text styles */ 
	
	.red-text {
		color:#500d07;
	}
	
	#assessment-list {
		text-align: left;
		list-style-image: url(images/icons/arrow-bullets.png);
	}
	
	#assessment-list li {
		padding: 10px 0;
	}
	
	.staffing-list {
		list-style-image: url(images/icons/arrow-bullets.png);
	}
	
	.staffing-list li {
		padding: 0.2em 0;
	}
	
	#contact-us {
		width: 95%;
		margin: 25px auto;
		font-size: 0.8em;
		
	}
	
	#contact-us tr {
		text-align: center;
	}
	
	.light-back {
		background: rgb(207, 198, 181);
	}
		
