@charset "UTF-8";
/* CSS Document */

/*
Green: #90BF4C
Blue 60%: #506693
Blue: #002D62
*/


body {
	background: #FFFFFF url(../-images/bg.jpg) repeat-x center 210px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3B3B3B;
	margin:0;
}
body.home	{
	background-position: center 245px;
	}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
	}
ol li {
	list-style-type:decimal;
	}

/*********** BASIC SETTINGS **************/
.TextBox
{
font-family:arial;
font-size:9pt;
font-weight: normal;
color:#506693;
background-color:#FFFFFF;
border:#90BF4C;
border-style:groove;
border-top-width:1px;
border-bottom-width:1px;
border-right-width:1px;
border-left-width:1px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: bold;
	color:#3e5950;
	line-height: 115%;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color:#90BF4C;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	text-decoration:none;
	color:#90BF4C;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
	 color:#506693;
}

h1 {
  font-size: 210%;
}

h2 {
  font-size: 190%;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 100%;
}

p, ul, ol, td, div {
  font-size: 12px;
  line-height: 20px;
	}
p  {
  margin: 0 0 10px 0;
  padding: 0;
}
blockquote {
	padding:0;
	margin: 0 20px 10px 35px;
	}



a, a:link, a:visited {
  color: #90BF4C;
  text-decoration: underline;
}
a:hover {
  color: #506693;
  text-decoration: none;
}
a:active, a.active {
  color: #000000;
}
img, a img {
  border: none;
}

form {
	margin: 0;
	padding: 0;
}

.displaceText {
	position:absolute;
	top:-1000px;
	}


/*********** BEGIN ARCHITECTURE **************/


#wrapper {
	width: 960px;
	margin:0 auto;
}
#header {
	width: 960px;
	float:left;
	margin:0;
	height: 210px;
}
#header a.logo {
	padding: 60px 0 0 0;
	float:left;
	width: 290px;
	}

	
		
/*********** MAIN NAVIGATION **************/

#mainNav {
	float:right;
	padding:0px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, tahoma, Arial;
	color: #FFFFFF;
	margin: 0 0 0 25px;
}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#mainNav ul li {
		position: relative;
		margin: 0 0 0 5px ;
		float: left;
		display: block;
		color:#333333;
		}
		
		#mainNav ul li h1,
		#mainNav ul li a {
			letter-spacing: 1px;
			font-size: 12px;
			line-height: 12px;
			height:12px;
			color: #333333;
			display: block;
			text-decoration: none;
			text-align:center;
			text-transform: uppercase;
			padding: 150px 0 10px 0;
			font-weight:normal;
			width: 100px;
			border: #CCCCCC solid 1px;
			border-top: none;
		}
		
		
		#mainNav ul li a.firstlink {
		}
		#mainNav ul li:hover {
		 	background: url(../-images/bg-nav.gif) repeat-x 0 -30px;
				}	
		#mainNav ul li a:hover  {
			padding: 180px 0 10px 0 ;
			color:#FFFFFF;
			border-color:#FFFFFF;
		}
		#mainNav ul li a span  {
			position:absolute;
			top:-1000px;
			}
		#mainNav ul li:active  {
		 	background-image:none;
			background:#90BF4C;
			}
		#mainNav ul li a.about { background:url(../-images/nav-about.gif) no-repeat right bottom; }
		#mainNav ul li a.services { background:url(../-images/nav-services.gif) no-repeat right bottom; }
		#mainNav ul li a.projects { background:url(../-images/nav-projects.gif) no-repeat right bottom; }
		#mainNav ul li a.resources { background:url(../-images/nav-resources.gif) no-repeat right bottom; }
		#mainNav ul li a.careers { background:url(../-images/nav-careers.gif) no-repeat right bottom; }
		#mainNav ul li a.contact { background:url(../-images/nav-contact.gif) no-repeat right bottom; }
		#mainNav ul li a.about:hover,
		#mainNav ul li a.services:hover,
		#mainNav ul li a.projects:hover,
		#mainNav ul li a.resources:hover,
		#mainNav ul li a.careers:hover,
		#mainNav ul li a.contact:hover { background-position:left bottom; }

	





/*	Drop Down		
			#mainNav ul li ul {
				position: absolute;
				left: 0px;
				display:none;
			}
			#mainNav ul li:hover ul {
				display:block;
			}
			#mainNav ul li ul li h1,
			#mainNav ul li ul li a{
				width: 110px;
				letter-spacing:0px;
				text-align:left;
				text-transform: lowercase;
				border-left:none;
				border-bottom: #FFFFFF dotted 1px;
				padding: 5px 3px 5px 7px;
 				background: url(../-images/menu-bg-85.png);
			}
			#mainNav ul li ul li h1 {
				text-transform: uppercase;
				 background:#805e1a;
			}
			
			
			#mainNav ul li ul li a:hover {
				 background: #5E4512;
			}
			#mainNav ul li:hover ul li ul {
				display: none;
			}
			#mainNav ul li ul li ul li ul {
				display: none;
			}
*/

/*********** BANNER AREA **************/

#banner {
	float:left;
	width:960px;
	height:150px;
	}
.home #banner {
	height: 220px;
	}
#banner .image {
}

#banner h1 {

}

/*********** CONTENT AREA **************/

/* home page only */
	#content {
	margin: 0;
	float:left;
	width: 960px;
	padding: 0;
	}


	#content #leftCol {
	width:315px;
	padding: 70px 0 0 0;
	float:left;
	}
	#content #rightCol {
	float:left;
	width:645px;
	padding: 35px 0 0 0;
	background: url(../-images/content-rightcol-bg.gif) no-repeat;
	text-align:justify;
	}
	#content #rightCol h1 {
	font-size: 22px;
	line-height: 22px;
	color:#506693;
	letter-spacing:1px;
	margin:0 0 15px 0;
	padding:0 0 12px 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 3px #90BF4C;
	width: 100%;
	}
	.home #content #rightCol h1 {
	background:url(../-images/bg-ATG-Title.gif) no-repeat;
	height: 52px;
	float: left;	
	}



#rightCol #splitLeft {
	width: 390px;
	float:left;
	padding: 0 20px 0 0;
	border-right: solid 1px #CCCCCC;
		}
	#rightCol #splitRight {
	width: 194px;
	float: left;
	margin: 0;
	padding: 0 20px;
		}
	#rightCol #splitRight.latestNews {
	background:url(../-images/bg-latest-news.gif) no-repeat 19px 0;
	padding-top: 26px;
	text-align:left;
		}
	#rightCol #splitRight.latestNews p {
		font-size: 10px;
		line-height: 16px;
		color:#666666;
		margin:0;
		}
	#rightCol #splitRight.latestNews p a {
		font-weight:bold;
		color:#90BF4C;
		text-decoration:none;
		}
	#rightCol #splitRight.latestNews p a:hover {
		text-decoration:underline;
		}



/*********** Level 2 NAVIGATION **************/

#leftMenu {
	width: 180px;
	margin:0 0 0 40px;
	padding:15px 0 0 0;
	color: #666666;
	border-top: solid 3px #90BF4C; 
}
	#leftMenu ul {
		margin: 0;
		padding: 0 ;
		list-style-type: none;
	}
		#leftMenu ul li {
		margin: 0px;
		display: block;
		background:url(../-images/bg-leftnav.gif) -200px 9px no-repeat;
		}
		#leftMenu ul li h1,
		#leftMenu ul li a {
			font-size: 14px;
			line-height: 14px;
			color:#999999;
			display: block;
			text-decoration: none;
			letter-spacing:1px;
			padding: 8px 0 8px 20px;
			margin: 0;
			font-weight:normal;
			}
		#leftMenu ul li h1 {
			}
		#leftMenu ul li:hover {
			background-position: 0 9px;
			}

		#leftMenu ul li a:hover {
			color:#90BF4C;
			}
		
		#leftMenu ul li a:active {
			}
			
			#leftMenu ul li ul {
				display:none;
			}
			#leftMenu ul li ul li {
				background:none;
			}	
			#leftMenu ul li ul li a {
				color:#999999;
				font-size: 12px;
				line-height: 12px;
				padding: 3px 5px 4px 30px;
			}
			
/*		EMBEDED PAGE MENUING STYLES	
#mainNav ul li.maintab a { background-position:left bottom; }
#mainNav ul li.maintab { background: url(../-images/bg-nav.gif) repeat-x 0 -30px; }	
#mainNav ul li.maintab:hover { background-position: 0 0; }	
		
#leftMenu li.highlight  {background-position: 0 9px;}
#leftMenu li.highlight a  {color:#90BF4C;}
#leftMenu li.expand ul { display:block; }
#leftMenu li.highlight ul li a  {color:#999999;}
#leftMenu li.highlight ul li a:hover  {color:#90BF4C;}
#leftMenu li ul li.highlight a { color:#90BF4C; }

*/

/*********** FOOTER **************/

#footer {
	float:left;
	width: 960px;
	padding: 0;
	background:url(../-images/footer-bg.gif) no-repeat;
	margin: 30px 0 0 0;
}
.home #footer {
}
#footer a, #footer a:visited
{
	color:#cccccc;
	text-decoration:none;
}
#footer a:hover
{
	color:#999999;
	text-decoration:underline;
}
#footer .copyright {
	font-size:9px;
	color:#999999;
	text-align:right;
	padding: 5px 0;
	margin: 0;
	}
	

/*********** FOOTER NAVIGATION **************/

#footer #footerMenu {
	width: 645px;
	padding:0px;
	margin:0 0 0 315px;
	border: solid 1px #CCCCCC;
	float: left;
}
	#footer #footerMenu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#footer #footerMenu ul li {
			float:left;
			display:inline;
			}
		#footer #footerMenu ul li a {
			float:left;
			font-size: 9px;
			line-height: 9px;
			color: #808080;
			text-align:center;
			font-weight:normal;
			padding: 7px 0;
			width:80px;
			}
	
		#footer #footerMenu ul li a:hover {
			color:#90BF4C;
			text-decoration:underline;
		}
		

	
