@charset "utf-8";
/* CSS Document */



img, div { behavior: url(iepngfix.htc) }
body, html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #ffa900;
}
.clear {
	clear: both;
}
#outer {
	margin: 0px auto;
	width: 786px;
	position: relative;
	border-left: solid 114px #ffa900;
  background-color: #fff;
}
#content {
	text-align: center;
	padding: 114px 30px 0px 30px;
	z-index: 50000;
	position: relative;
}
#menu {
	padding-top: 50px;
	padding-bottom: 30px;
	position: absolute;
	left: -114px;
	width: 900px;
	z-index: 60000;
}
#menu .item {
	float: left;
	width: 131px;
	text-align: center;
	background-color: #e8e8e8;
	padding: 10px 0px;
}
#menu .item.first {
	border-left: solid 114px #e99a01;
}
#menu a {
	color: #000;
}
#menu a:hover {
	color: #ffa900;
}
#overlay {
	position: absolute;
	bottom: 0px;
	left: -114px;
	z-index: 100;
	width: 713px;
	height: 443px;
}
#services {
	padding-top: 20px;
}
#services .item {
	padding: 10px 0px;
	font-size: 16px;
}
#footmenu {
	position: relative;
	left: -34px;
	z-index: 200;
	padding: 0 0px 35px 0px;
  _padding:0;
  height:132px;
}
#footmenu .gallery {
	position: relative;
	left: -80px;
}
#footmenu .item {
	float: left;
}
#flash {
	position: absolute;
	z-index: 5000;
	top: 0px;
	left: -114px;
	height: 850px;
	width: 900px;
	overflow: hidden;
}
#aboutlist {
  text-align: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#aboutlist li {
  padding-bottom: 10px;
  background-image: url(images/orangearrow.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 2px;
}
#graphs {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
#graphs p {
  padding-bottom: 10px;
  padding-left: 20px;
}
#gallery ul li {
  float: left;
  list-style-type: none;
  height: 80px;
  margin: 10px 5px 45px;
  
}
.awards {
  text-align: left;
}
.awards span.date, .awards span.awardfrom {
  display: block;
}
.awards li {
  list-style-type: none;
}
.awards .date {
  font-weight: bold;
}

.external{
color:#FFA900;
text-decoration:underline;
}
.external:hover{
color:#000;
text-decoration:underline;
}
