﻿ /* Import IE5x/Win hacks */
@media tty {
i{content:"\";/*" "*/}} @import 'layoutIE5.css'; /*";}
}/* */

*{margin:0;padding:0;}
div,p,h1,h2,h3,h4,h5,h6,a, ul, li, img{margin:0;padding:0;}
ul{list-style:none;}
a, a:visited, a:hover{ text-decoration:none; outline:none;}
html, body 
{
	background-color:#CCCCCC;
	margin:0;
	padding:0;
	font-family:Verdana,Arial, Sans-Serif;
	font-size:10pt;
}
#main
{
	width:900px;
	height:526px;
	margin:0 auto;
	background:Transparent url('images/logo.gif') no-repeat 25px top;
	}
/*Header*/
#header
{
	width:898px;
	height:94px;
	background:Transparent url('images/eagle.jpg') no-repeat right top;
	padding:0 0 0 0;
	margin:0;
	}
	#header img
	{
		position:relative;
		top:0;
		left:25px;
		border:solid 1px #000;
	}
	a.home{
		/*border:solid 1px #000;*/
		display:inline-block;
		width:300px;
		height:90px;
		margin:0;
		padding:0;
		position:relative;
		top:-25px;
		left:auto;
		}
	
ul#menu 
{
	width:600px;
	height:26px;
	display:inline-block;
	position:relative;
	top:67px;
	left:300px;
	margin:0;
	padding:0;
	}
	
ul#menu li
{ 
	float:left;
	display:block;
	width:auto;
	height:20px;
	margin:0; 
	border:solid 1px #94A2B4;
	text-align:left;
	background: #ccc url('images/tab_bg.gif') repeat-x;
	padding:4px 9px 0 5px;
	}
	ul#menu li#lnk1{width:59px;}
	ul#menu li#lnk2{width:185px;}
	ul#menu li#lnk3{width:151px;}
	ul#menu li#lnk4{width:52px;}
	ul#menu li#lnk5{width:71px;}
	
	ul#menu li a{color:#fff;font-weight:bold;font-size:0.86em; margin:0; padding:0;width:auto;}
#tab1, #tab2, #tab3, #tab4, #tab5
{
	display:none;
	z-index:100;
	width:100px;
	height:auto;
	background:Transparent url('images/menu_bg.png') repeat-x;
	border:solid 1px #94A2B4;
	position:relative;
	top:-24px;
	padding:0 5px 0 5px;
	line-height:1em;
	margin:0;
}
#tab1 li, #tab2 li, #tab3 li, #tab4 li, #tab5 li
{padding:3px 0;}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a
{
	/*display:inline-block;*/
	height:24px;
	padding:0;
	color:#dcdcdc;
	font-weight:bold;
	font-size:0.85em;
	}
#tab1 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover, #tab5 a:hover
{
	color:#fff; 
}
#tab1{left:300px; width:63px;}
#tab2{left:374px;width:190px;}
#tab3{left:576px;width:155px;}
#tab4{left:743px;width:56px;}
#tab5{left:811px;width:75px;}
#header div.active{display:block;z-index:100;}
#header div.inactive{display:none;}

/*CONTENT*/
#content
{
	width:100%;
	height:426px;	
	}
	
#lft_menu
{
	width:300px;
	height:426px;	
	display:block;
	position:relative;
	top:-2px;
	
	}
	#lft_menu p
	{
		color:#fff;
		font-weight:bold;
		font-size:1em;
		}

	#lft_menu p#address
	{
		padding:10px 10px 0 10px;
		height:116px;
		background:Transparent url('images/address_bg.gif') repeat-x;
		text-align: center;
		font-size:0.85em;
	}
	a.intranet
	{
		text-decoration:underline;
		color:#fff;
		font-weight:normal;
		line-height:1.8em;
	}
	
#container
{
	width:600px;
	height:426px;
	display:block;
	position:relative;
	left:300px;
	top:-428px;
	/*background:Transparent url('images/splash.jpg') no-repeat -3px top;*/
	}
/*Index page*/
#lft_menu p#index
	{	width:280px;
		height:260px;
		background:#3870A9 url('images/index_bg.gif') repeat-x;
		padding:20px 10px;
		font-style: italic;
		line-height:1.5em;
		text-align:justify;
	}
div.index{background:Transparent url('images/splash.jpg') no-repeat -3px top;}

/*About Us page*/

	
div#container.about
	{
		background-color:#333333;
		width:538px;
		height:346px;
		padding:40px 30px;
	}
div#about
{
	background-color:#444444;
	border:solid 1px #D9D9D9;
	display:block;
	width:478px;
	height:316px;
	padding:15px 30px;
	overflow:auto;
	}
div#about h1
{
	color:#9B99CC;
	text-transform:uppercase;
	font-size:1.3em;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
	}
	div#about h2
{
	color:#9B99CC;
	text-transform:uppercase;
	font-size:0.9em;
	margin-bottom:5px;
	}
		div#about h3
	{
	color:#9B99CC;
	width:100%;
	border-bottom:solid 1px #9B99CC;
	text-transform: capitalize;
	font-size:0.9em;
	margin-bottom:5px;
	}
	
	div#about p
	{
		color:#fff;
		font-size:0.90em;
		line-height:1.3em;
		font-weight:bold;
		text-align:justify;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	div#about img{margin-bottom:20px;}
	div#about a
		{
		color:#9B99CC;
		font-weight:bold;
		text-decoration:underline;
		display:block;
		margin-bottom:10px;
	}
	div#about a.inline
	{ display:inline-block;margin-bottom:0px;}
	div#about ul{margin-bottom:10px;}
	div#about ul li
	{
		 list-style: disc inside;
		 color:#fff;
		 font-weight:bold;font-size:0.90em;
		 line-height:1.6em;
		 margin-bottom:10px;
		}
	div#about p sup,div#about h1 sup
	{
		font-size:0.70em;
	}
		div#about table
		{
			width:100%;
			color:#fff;
		}
		div#about table th { text-align:left; border-bottom:solid 1px #fff;}
		div#about table td{ padding:2px 5px;}
		div#about table td.space{ height:10px;}
		div#about table tr.altRow{ background-color:#595966}

#lft_menu div#lft_about,div#service,div#gsa,div#careers, div#success,div#contacts, div#reward, div#location, 
div#diverse, div#culture

	{	width:280px;
		height:260px;
		padding:20px 10px;
		font-style: italic;
		line-height:1.5em;
		text-align:justify;
	}
	
	#lft_menu div#lft_about{background:#3870A9 url('images/aboutus.jpg') repeat-x;}
/*Solutions and support page*/
	/*Service Concept*/
	div#service{background:#3870A9 url('images/solutions.jpg') no-repeat;}
	
	
/*GSA Schedule page*/
div#gsa{background:#3870A9 url('images/gsa.jpg') no-repeat;}
/*Careers page*/
div#careers{background:#3870A9 url('images/careers.jpg') no-repeat;} 
div#success{background:#3870A9 url('images/success.jpg') no-repeat;}
/*Contacts page*/
div#contacts{background:#3870A9 url('images/contactus.jpg') no-repeat;}
 div#reward{background:#3870A9 url('images/reward.jpg') no-repeat;}
 div#location{background:#3870A9 url('images/location.jpg') no-repeat;}
 div#diverse{background:#3870A9 url('images/diversity.jpg') no-repeat;}
 div#culture{background:#3870A9 url('images/culture.jpg') no-repeat;}
