@charset "utf-8";
/* CSS Document */

html { height: 100%; }

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main-background.png) repeat-x #FFFFFF;
}

a img {border: none;}


#container {
  margin: 0px auto;
  width: 940px;
  font-size: 12px;
}

#navigation {
  list-style: none;
}

#navigation a {
  color: #306389;
  text-decoration: none;
}

#navigation a:hover {
  color: #e96c00;
}

#navigation li { /* main list items */
	float: left;
	position: relative;
}

#navigation li ul { /* second-level lists */
	display: none;
	padding: 0px;
	position: absolute;
	top: 1em;
	left: 0;
	list-style: none;
	background-color: #FFF;
}

#navigation li ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}

#navigation li>ul {
	top: auto;
	left: auto;
}

/* \*/
* html #navigation li ul {
    top: 16px;
	left: 9px; /* equivalent to padding main list item */
}
/* */

#navigation li:hover ul, #navigation li.over ul { 
	display: block;
	width: 170px;
	margin-top: 10px;
}

#header img.logo {
  float: left;
  margin-top: 19px;
}

#header #nav {
  float: right;
  padding: 24px 0px;
  margin: 0px;
  list-style: none;
  font-size: 13px;
}

#nav li {
  display: inline-block;
  background: url(images/menu-button.png) no-repeat;
  width: 124px;
  height: 29px;
  border: 0px solid #abb5b7;
  margin: 0px 2px;
}

#nav li a {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 124px;
  text-decoration: none;
  color: #3e3e3e;
  padding: 6px 0px;
}

#nav li a:hover {
  color: #000;
}

#featured {
  width: 820px;
  margin: 01px auto 0 auto;
}

#featured img.chart {
  float: left;
  padding-top: 10px;
}

#right-buttons {
  float: right;
  width: 240px;
}

#right-buttons img {
  margin-top: 44px;
}

#right-buttons img.fix {
  margin-top: 30px;
}

#projects {
  clear: both;
}

#keywords {
  margin-top: 30px;
  background: url(images/keywords-background.gif) bottom no-repeat;
  font-size: 13px;
  padding-bottom: 20px;
}

#keywords ul {
  text-align: left;
  margin: 5px auto;
  width: 820px;
}

#keywords ul li {
  display: inline;
}

#keywords ul li a {
  text-decoration: none;
  color: #3e3e3e;
}

#keywords ul li a:hover {
  color: #000;
  border-bottom: 0px dotted #000000;
}

#footer {
  color: #776e6e;
  padding: 20px 0px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
