img { border: none; }
ul, ol, li { 
	list-style-type:none; 
	line-height:0;
}
body {
	background: url('../site_files/bg.jpg') repeat-x;
	background-color:#c3def7;
	text-align: center;	min-width: 824px;
}
#wrap {
	width:824px;
	height:100%;
	min-height:100%;
	margin:0 auto;	text-align: left;
}
/**** LOGO & IMAGE ****/
.logo {
	position:absolute;
	top:30px;
} 
#topswf {
	position:relative;
	top:0px;
	left:0px;
}
.topimage {
	position:relative;
	left:289px;
}
/**** MAIN NAVIGATION ****/
#menu {
	width: 100%;
	background: #ffffff;
	float:left;
	position:relative;
	  top:0px;
	z-index:5;
}
#menu ul {
	position:relative;
	list-style: none;
	margin: 0;
	padding:0;
	width: 206px;
	float: left;
}
#menu a  {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	padding: 0px 0px 2px 0px;
	color: #fff;
	text-decoration: none;
	/*position:relative;
	  top:40px;
	  top:0px;
	  left:20px;*/
}
#menu a:hover {
	color: #72a3d2;
}
#menu li { 
	position: relative;
}
div#menu ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul 
{
	display: none;
}
div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul 
{
	display: block;
}
/**** MAIN NAVIGATION TABS****/
.button {
	position:relative;
	z-index:600;
}
#menu li.about {
	width:193px;
	height:46px;
	background:url('about.gif') no-repeat;
	text-transform: uppercase;
	width:100%;
}
#menu ul ul.about-x {
	background:url('about2.gif') no-repeat;
	width:193px;
	height:111px;
	position: absolute;
	  top:0px;
	z-index: 500;
}
#menu ul ul.about-x .push {
	position: relative;
	  top:45px;
	  left:20px;
	z-index: 500;
}
#menu li.tech {
	color: #fff;
	width:193px;
	height:46px;
	background:url('technology.gif') no-repeat;
	text-transform: uppercase;
	width:100%;
}
#menu ul ul.tech-x {
	background:url('technology2.gif') no-repeat;
	width:193px;
	height:111px;
	position: absolute;
	  top:0px;
	z-index: 500;
}
#menu ul ul.tech-x .push {
	position: relative;
	  top:45px;
	  left:20px;
	z-index: 500;
}
#menu li.news {
	width:193px;
	height:46px;
	background:url('news.gif') no-repeat;
	text-transform: uppercase;
	width:100%;
}
#menu ul ul.news-x {
	background:url('news2.gif') no-repeat;
	width:193px;
	height:95px;
	position: absolute;
	  top:0px;
	z-index: 500;
}
#menu ul ul.news-x .push {
	position: relative;
	  top:45px;
	  left:20px;
	z-index: 500;
}
#menu li.contact {
	color: #fff;
	width:193px;
	height:46px;
	background:url('contact.gif') no-repeat;
	text-transform: uppercase;
	width:100%;
}
#menu ul ul.contact-x {
	background:url('contact2.gif') no-repeat;
	width:193px;
	height:95px;
	position: absolute;
	  top:0px;
	z-index: 500;
}
#menu ul ul.contact-x .push {
	position: relative;
	  top:45px;
	  left:20px;
	z-index: 500;
}
/**** SUBNAVIGATION ****/
#content .subnavigation {
	border: 1px solid #518034;
	width: 125px;
	height:80px;
	float:left;
	position: absolute;
      top: 35px;
	  left:-1px;
}
#content .subnavigation dl {
	display:block;
	font-size:12px;
	font-family: Tahoma;
	color:#054797;
	margin-left:3px;
}
#content .subnavigation dl a{
	text-decoration:none;
	color:#054797;
}
#content .subnavigation dl a:hover, #content .subnavigation dl a.active {
	text-decoration:none;
	color:#636363;
}
/**** CONTENT ****/
#content+ {
	width:100%;
	background: #ffffff;
	float:left;
	position:relative;
}
#content {
	width:100%;
	border:2px solid #548237;
	background: #ffffff;
	float:left;
	position:relative;
}
/**** COPY ****/
#content .text {
	width: 500px;
	height:100%;
	position:relative;
	  top:20px;
	  left:120px;	
	padding-bottom:80px;
}
#content .text dl {
	position:relative;
      top: 0px;
	  left: 40px;
	display:block;
	font-size:13px;
	font-family: Tahoma;
	color:#636363;
	text-align:justify;
}
#content .text dl a {
	color:#054797;
}
#content .text dd {
	position:relative;
	left:-30px;
	top:-15px;
}
/**** HOME COPY ****/
#content .hometext {
	width: 425px;
	height:100%;
	position:relative;
	  top:0px;
	  left:0px;	
}
#content .hometext dl {
	position:relative;
      top: 0px;
	  left: 40px;
	display:block;
	font-size:13px;
	font-family: Tahoma;
	color:#636363;
	text-align:justify;
	padding-bottom:60px;
}
/**** TEAM ****/
.person {
	width:400px;
	height:100%;
	position:relative;
		left:40px;
	margin-bottom:-80px;
}
.personshort {
	width:400px;
	height:100%;
	position:relative;
		left:40px;
	margin-bottom:0px;
}
.person p {
	position:relative;
		top:-115px;
		left:130px;
	display:block;
	font-size:13px;
	font-family: Tahoma;
	color:#636363;
	text-align:justify;
}
.personshort p {
	position:relative;
		top:-115px;
		left:130px;
	display:block;
	font-size:13px;
	font-family: Tahoma;
	color:#636363;
	text-align:justify;
}
/**** NEWSFEED ****/
#content .newsfeed {
	border: 1px solid #518034;
	width: 210px;
	height:150px;
	float:right;
	position: absolute;
      top: -1px;
	  right:-1px;
}
#content .newsfeed dl {
	display:block;
	font-size:12px;
	font-family: Tahoma;
	color:#636363;
	margin-left:8px;
}
#content .newsfeed dl.color {
	color: #0d59a2;
	font-weight: bold; 
}
/**** FOOTER ****/
#footer {
	display:inline;
	font-size:10px;
	font-family: Tahoma;
	color:#000;
	position:relative;
}
#footer p {
	float:left;
	position:relative;
}
#footer .right {
	float:right;
	position:relative;
}