body {
	background: #fff url('../images/gradient.png') repeat-x scroll left top;
	font-size: 110%;
	font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
}

a {
	text-decoration: none;
	color: rgb(250,179,22);
}

a:hover {
	color: rgb(244,120,33);
}

div.logo-column {
	text-align: center;
}

p.nic-info {
	margin-top: 7em;
	font-size: 65%;
	line-height: 40px;
}

p.nic-info img {
	margin-top: 0.6em;
	display: block;
}
div.item {
  padding-top:20px;
  padding-left:30px;
  padding-right:10px;
  -moz-border-radius-bottomright:10px;
  -moz-border-radius-topright:10px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-topleft:10px;
  background-color:rgba(255, 165, 0, 0.1);
}

div.item:hover {
  background-color:rgba(255, 165, 0, 0.3);
}

div.item:hover a {
  color: rgb(244,120,33);
}

p.item-text {
  padding-left: 150px;
}

#links {
  text-align: right;
  padding-right: 40px;
  padding-bottom: 20px;
}

#header {
  height: 160px;
  margin-bottom: 40px;
}

#header ul {
  display: block;
  margin: 0;
  padding: 3em 0 0 0;
  list-style-type: none;
  width: auto;
}

#header ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#header ul li a, #header span.active {
  font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 20px;
  display: block;
  float: left;
  color: #F47821;
  text-decoration: none;
  padding: 1px 16px 1px;
  border-bottom: none;
}

#header ul li a:hover {
  color: #FAB316;
  border-bottom: none;
}

#header ul li.selected a {
  color: #FAB316;
  border-bottom: none;
}

#footer {
  text-align: center; 
  font-size: 10px; 
  margin-top: 20px;
  color: #989898;
}

#footer a {
  color:#585858;
}

iframe.googledoc {
  width: 950px;
  height: 500px;
  background-color: white;
  border: 2px solid #b4b4b4;
  margin-top: 10px;
}

#header-info {
	margin: 80px 30px 10px 380px;
	font-size: 14px;
}

#twitter-link {
  margin-left: 155px;
  font-size: 14px;
  background: url('../images/icon_twitter.png') no-repeat left center;
  padding: 10px 0px 10px 35px;
}
