body {background-color: #FFF;color: #000;}
* {
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: small;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a { text-decoration: none; color: #F60; background-color: #FFF;}
a:hover { text-decoration: underline; }
#navcont{
	position: relative;
	z-index: 2;
}
#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 744px;
  height: 40px;
  background: #FFF url(../images/navigation.gif);
  color: #000061;
  z-index: 6000;
  }
  #nav li {
  float: left;
  position: relative;
  display: block;
  width: 124px;
  text-align: center;
  height: 33px;
  padding-top: 7px;
  cursor:pointer;
  }
  #nav li a{
  	display: block;
  	width: 124px;
  	text-decoration: none;
  	background-color: transparent;
  	color: #000061;
  }
  #nav li ul {
  background: none;
  display: none;
  position: absolute; 
  padding-bottom: 8px;
	top: 2em;
	left: 0px;
	width: 124px;
	color: #000061;
	background-color: #F60;
	}
	#nav li:hover ul, #nav li.over ul { display: block; }
	#nav li ul li {
		text-align: left;
		height: auto;
		padding: 0px;
		list-style: none;
	}
	#nav li ul li a{
		font-size: 80%;
		line-height: 130%;
		display: block;
		width: auto;
		padding-left: 6px;
		padding-right: 2px;
	}
	#nav li ul li a:hover{
		text-decoration: underline;
		color: #009;
	}
	#home:hover, #home.over{
		background: transparent url(../images/navigation.gif)
		0px -40px no-repeat;}
	#about:hover, #about.over{
		background: transparent url(../images/navigation.gif)
		-124px -40px no-repeat;}
	#service:hover, #service.over{
		background: transparent url(../images/navigation.gif)
		-248px -40px no-repeat;}
	#career:hover, #career.over{
		background: transparent url(../images/navigation.gif)
		-372px -40px no-repeat;}
	#contact:hover, #contact.over{
		background: transparent url(../images/navigation.gif)
		-496px -40px no-repeat;}
	#opt:hover, #opt.over{
		background: transparent url(../images/navigation.gif)
		-620px -40px no-repeat;}
	#service {
		font-size: 80%;
		line-height: 175%;
	}
#wrapper {
	width: 744px;
	margin: 0px auto;
}
#header {
	background: url(../images/header-road.png) top right no-repeat;
	height: 100px;
}
#sidebar {
	clear: both;
	float: right;
	width: 200px;
	margin: 10px 25px 10px 10px;
	position: relative;
}
.sidehead{
	width: 200px;
	height: 24px;
	background: url(../images/sidebar-head.png) 0px 0px no-repeat;
	position: relative;
}
div.sidehead div {
	margin-left: 15px;
	height: 20px;
	width: 180px;
	text-align: center;
	font-size: 12px;
	color: #000061;
	padding-top: 4px;
}
div.sidecontent {
	width: 177px;
	height: 100px;
	margin-left: 15px;
	margin-right: 5px;
	border-width: 0px 1px 1px 1px;
	border-color: #000061;
	border-style: solid;
	background: transparent url(images/logo-small.png) bottom right no-repeat;
}
div.sidecontent form div input {
	border: 1px solid #EEE;
}
#content {
	width: 430px;
	color: #000;
	background: transparent url(../images/content-border-top.png) top right no-repeat;
	padding: 10px 20px 20px 10px;
	margin-left: 20px
}
#contentwrapper {
	margin-top: 20px;
	margin-left: 20px
	margin-right: auto;
	width: 480px;
	background: #FFF url(../images/content-border.png) bottom right no-repeat;
}
#content ul {
	list-style: url(../images/bullet.png) outside;
}
#content ul li {
	padding: 4px;
}
#content ul li span {
	color: #F60;
}
#content h1 {
	color: #000061;
	font-size: 110%;
}
#footer {
	margin: 20px;
	clear: both;
}
.language{
	width: 60px;
	height: 18px;
	margin-right: 0px;
	margin-left: auto;
	padding: 2px;
}

#quicklinks {
	padding-bottom: 10px;
}
div.sidecontent ul {
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: url(../images/bullet.png) outside;
}

div.sidecontent form div input {
	margin: 2px 10px;
	width: 85%;
}

#info {
	margin-top: 10px;
	border-top-width: 1px;
	border-color: #000061;
	border-style: solid;
	text-align: center;
	color: #000061;
	background-color: #FFF;
}

div#footer div#footerimage {
	background: url(../images/footer.png) top left no-repeat;
	text-align: right;
	height: 140px;
	position: relative;
}

#footerimage div {
	height: 1em;
	position: relative;
	top: 60%;
	color: #000061;
	font-size: 120%;
}