body {
margin:0px;
background-color:#ececec;
font-family:Helvetica, sans-serif;
font-size:12px;
color:#363636;
line-height:140%;
padding-bottom: 40px;
}

#flashBanner
	{
		width: 580px;
		height: 170px;
	}
	
.flashright
	{
		padding-top: 74px;
		padding-right: 32px;
		padding-bottom: 0px;
		text-align: right;
	}
	
.flashtable
	{
		background: url(/img/flashback.jpg) no-repeat left;
	}

.shader
	{
		position: relative;
		top: -6px;
	}

.header{
width:100%;
height:130px;
background-image:url(/img/headerback.gif);
background-repeat:repeat-x;
}

.headcontent{
width:881px;
height:130px;
background-image:url(/img/headerback2.gif);
background-position:bottom;
background-repeat:no-repeat;
margin:0 auto;
}

td
{
vertical-align:top;
}

.quicklinks
{
	width:284px;
	height:36px;
	display:inline;
	margin-right:60px;
	float:right;
}

.logo
{
width:300px; 
float:left;
}

.mainback
{
background-image:url(/img/bg2.gif);
background-repeat:repeat-y;
}

.sidemenu
{
float:left;

}

.main{
background-image:url(/img/grad.gif);
background-repeat:repeat-x;

}

.content{

width:770px;
margin-left:41px;
padding-left:0px;
font-size:12px;
text-align:justify;
padding-bottom:0px;
margin-bottom:0px;

}

h1 {
color:#e98c4b;
padding-top:0px;
margin-top:0px;
font-size:15px;
}
h2 {
color:#86a413;
padding-top:0px;
margin-top:0px;
font-size:13px;
}
h3 {
color:#e98c4b;
padding-top:0px;
margin-top:0px;
font-size:13px;
}
h4 {
color:#86a413;
padding-top:0px;
margin-top:0px;
font-size:12px;
}
h5 {
color:#e98c4b;
padding-top:0px;
margin-top:0px;
font-size:12px;
}

a
{
	outline: none;
}

a:link 
{
	color: #e98c4b;
	text-decoration: none;
	outline: none;
}
a:visited 
{
	text-decoration: none;
	color: #e98c4b;
}
a:hover 
{
	text-decoration: underline;
	color: #e98c4b;
}
a:active 
{
	text-decoration: none;
	color: #e98c4b;
}

.footer{
background-image:url(/img/footerindex.gif);
background-repeat:no-repeat;
height:169px;
color:#ffffff;
}

.footer a:link 
{
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited 
{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover 
{
	text-decoration: underline;
	color: #e98c4b;
}
.footer a:active 
{
	text-decoration: none;
	color: #ffffff;
}

.footertext{
text-align:right;
padding-top:80px;
padding-right:70px;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.nav{

	width:881px;
	height:31px;
}

div { 
border:none;
}

ul#navlist
{
	margin:0px;
	padding:0px;
	width:881px;
}

#navlist li
{
	float:left;
  	list-style-type:none;
}

a.work,a.talk,a.you,a.contact
{
		height:31px;
		text-decoration:none;	
		float:left;	
}

a.work:hover,a.talk:hover,a.you:hover,a.contact:hover
{
		background-position: 0px -31px;		
}

a.work
{
		width: 199px;
		background:url(/img/work.gif);
}

a.talk
{
		width: 200px;
		background:url(/img/talk.gif);
}
a.you
{
		width: 201px;
		background:url(/img/you.gif);
}

a.contact
{
		width: 200px;
		background:url(/img/contact.gif);
}

.nav2 {
	width:200px;
	margin:0px;
	float:left;
	
}

ul#navlist2
{
	margin:0px;
	padding:0px;
	
}

#navlist2 li
{
	float:left;
  	list-style-type:none;
}

a.corporate,a.capability,a.research,a.projects,a.gallery,a.carmha,a.cdm
{
	width:200px;
	text-decoration:none;	
	float:left;	
}

a.corporate:hover,a.capability:hover,a.research:hover,a.projects:hover,a.gallery:hover,a.carmha:hover,a.cdm:hover
{
	background-position: -200px 0px;		
}
a.corporate
{
	height: 22px;
	background:url(../img/corporate_side.gif);
}
a.capability
{
	height: 36px;
	background:url(../img/capability_side.gif);
}
a.projects
{
	height: 33px;
	background:url(../img/projects_side.gif);
}
a.research
{
	height: 35px;
	background:url(../img/research_side.gif);
}
a.gallery
{
	height: 40px;
	background:url(../img/gallery_side.gif);
}
a.carmha
{
	height: 34px;
	background:url(../img/carmha_side.gif);
}
a.cdm
{
	height: 43px;
	background:url(../img/cdm_side.gif);
}

/*contact form*/		
		
#name,#email,#phone,#comment
{
	width: 250px;
	height: 18px;
	border: solid 1px #e98c4b;
	background-color:#ffffff;
	padding: 1px;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
		
#comment
{
	height: 160px;
}

#submitfield
	{
		border: none;
		background: none;
		background-image: url(/img/emailfield.gif);
		background-repeat: no-repeat;
		font-size: 11px;
		color: #ff6900;
		padding: 8px;
		padding-right: 8px;
		padding-left: 8px;
		width: 164px;
		height: 14px;
	}