
* {
	margin: 0;
	padding: 0;
	
}

body {
  font-family: "Lucida Grande",Verdana,sans-serif;
  font-size: 11px;
  line-height: 16px;
  overflow: auto;
  background-color: #333;
  background-image: url(images/bg.jpg);
}


h2 {
  margin-top: 0;
}

a
{
	text-decoration: none;
	color: blue;
}

a:hover
{
	text-decoration: none;
	color: red;
}

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #333;
}

.gray
{
	background-color: #CCC;
	margin-bottom: 10px;
	padding: 10px;
}
.bluegray
{
	font-size: 0.9em;
	background-color: #CCF;
	color: #333;
	margin-bottom: 30px;
	padding: 10px;
	letter-spacing: 0.05em;
	line-height: 20px;
}

a img {
  border: 0;
  margin: 0 5px;
}

.gray img, .bluegray img {
	margin-top: 10px;
}

#main-listing li {
	list-style: none;
	display: block;
}

.left {
	float: left;
	margin: 10px;
}
.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #A4ADB7;
}

a:hover img {
  margin-left: 5px;
}

a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.right
{
	float: left;
}

.clear {
  clear: left;
}

.references_img {
	width: 120px;
}

#headline
{
	font-size: 4em;
	margin-left: -5;
	padding: 0;
	line-height: 0.7em;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', sans-serif;
	color: #ccccff;
}

#header
{
	margin: 40px 0;
	text-align: center;
	margin-bottom: 11px;
}

#header p
{
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: 'Georgia', sans-serif;
	color: #FFF;
}

#wrapper {
	  width: 480px;
	  margin: 0 auto;
}

#content {
	background: url(images/content.png) repeat-y;
}

#content ul {
	float: left;
	display: block;
	width: 450px;
	height: 40px;
	background: url(images/networks.png);
	background-repeat: no-repeat;
	list-style: none;
	padding-top: 1em;
	padding-bottom: 1em;
}

#content li {
	float: left;
	height: 60px;
	width: 225px;
	position: relative;
}

#content a {
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 0px 0 5px;
	display: block;
	width: 225px;
	height: 45px;
	position: relative;
	z-index: 2;
}

#datacontent {
	padding: 20px 3px 0;
	background-image: url(images/main_bg.png);
}

#datacontent ul {
	list-style: none;
	display: block;
	height: 30px;
}

ol li
{
	padding-bottom: 1em;
	margin-bottom: 0em;
}

ol li a img
{
	float: right;
	width: 25px
	height: 15px;
}

#button
{
	float: right;
	position: absolute;
	right: 12em;
	top: 1em;
	border: none;
	background-image: url(images/button.png);
	width: 200px;
	height: 191px;
	z-index: 3;
}

#panels div
{
	background-color: #FFF;
}

#footer
{
	height: 30em;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;	
}


.navigation li {
  float: left;
  margin-left: 0.9em;
}

.navigation li a {
  outline: 0;
  display: block;
  background: white;
  color: #666;
  text-decoration: none;
  padding: 1px 5px;
  margin: 5px;
  border: 1px solid #DFDFDF;
}

.navigation li a:hover {
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  color: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.navigation li a.selected {
  background: #AFAFAF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.navigation
{
}

#datacontent .panels {
  overflow: hidden;
/*  background-image: url(images/content_bg.png); */
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  margin: 0 20px;
  padding: 1em;
  
}

#datacontent ol
{
	list-style: square;
}

#references {
	line-height: 0.7em;
}

#references h2, #references h3 {
	font-family: 'HELVETICA', sans-serif;
	color: #333;
	line-height: 1em;
	font-size: 4em;
}

#references h3 {
	color: #CCC;
}

#more {
	padding: 10px;
}

.info {
	margin: 10px 0 10px;
	font-size: 0.8em;
	line-height: 9px;
	color: #777;
}

#clock {
	width: 180px;
	height: 20px;
	position: fixed;
	padding: 5px;
	top: 0;
	left: 0;
}

#contactform_wufoo {
	margin-top: 40px;
	margin-left: 15px;
}