* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #000;
  font: 12px/127% arial, sans-serif;
  color: #7a7a7a;
  cursor: default;
  margin-bottom: 20px;
  margin-top: 20px;
}

em {
  font-style: normal;
  font-weight: bold;
}

em.orange {
  color: #ff7f00;
  font-style: normal;  
}

a {
  cursor: pointer;
}

a:active, a:focus, a:link, a:visited {
  color: #7a7a7a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,
select,
textarea {
  font: 11px/127% arial, sans-serif;
  color: #7a7a7a;
}

img {
  border: none;
}


/**********
 * LAYOUT *
 **********/

#page {
  border: 1px solid #999;
	margin: 0 auto;
  padding: 20px;
	width: 910px;
}

#header {
  height: 135px;
  position: relative;
}

#menus {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  height: 35px;
  text-transform: lowercase;
}

#container {
  color: #fff;
  margin-top: 25px;
}

#right {
  width: 305px;
}

#footer {
  font-size: 11px;
  margin: 10px auto;
  text-align: right;
  width: 910px;
}


/**********
 * HEADER *
 **********/

h1#logo {
  height: 118px;
  position: absolute;
  right: 0;
  top: 0;
  width: 425px;
}

h1#logo a {
  background-image: url(/images/logo.jpg);
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 118px;
  width: 425px;
}

#sections {
  display: none;
  font-size: 16px;
  left: 244px;
  letter-spacing: 1px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 40px;
  width: 686px;
}

#sections ul {
  display: inline;
  list-style: none;
  overflow: hidden;  
}

#sections li {
  display: inline;
  padding: 0 6px;
}

#sections li.selected a {
  color: #fff;
}

#sections li a:hover {
  color: #fff;
  text-decoration: none;
}


/*********
 * MENUS *
 *********/

#main_menu {
  margin: 0 auto;
  text-transform: none;
  width: 829px;
}

#secondary_menu {
  float: left;
}

#menus ul {
  list-style: none;
}

#menus ul li {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 34px;
}

#menus ul li.selected a {
  color: #fff;
}

#menus ul li a:hover {
  color: #fff;
  text-decoration: none;
}

ul#main_menu li {
  margin-left: 30px;
}

ul#main_menu li.first {
  margin-left: 0;
}


/***********
 * CONTENT *
 ***********/

#content {
  padding: 20px 0 10px 0;
  overflow: hidden;
}

#content a {
  color: #ff7f00;
}

#content p.more {
  overflow: hidden;
  zoom: 1; 
}

#content p.more a {
  float: right;
}

#content p.more a:hover {
  color: #fff;
  text-decoration: none;
}

#content .left-column {
  float: left;
  padding: 0 10px;
  width: 219px;
}

#content .middle-column {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  float: left;
  padding: 0 10px;
  width: 410px;
}

#content .right-column {
  float: left;
  padding: 0 10px;
  width: 219px;
}

#content .block {
  margin-top: 20px;
}

#content .top-block {
  margin-top: 0;
}

#content .block h3 {
  border-bottom: 4px solid #fff;
  /*font-family: times;*/
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  /*text-transform: lowercase;*/
}

#content .block h3 a {
  color: #fff;
}

#content .block h3 a:hover {
  color: #ff7f00;
  text-decoration: none;
}

#content .block p {
  padding: 0 0 8px 0;
}

#content .block ul {
  list-style: none;
  padding: 0 0 3px 0;
}

#content .block ul li {
  padding-bottom: 5px;
}



/******************
 * USEFUL CLASSES *
 ******************/

.fleft {
  float: left;
}

.fright {
  float: right;
}

.hidden {
  display: none;
}

.cleared {
  overflow: hidden;
  zoom: 1;
}

img.portrait {
  border: 1px solid #999;
  margin-top: 10px;
  padding: 2px;
}

p.caption {
  color: #7a7a7a;
  margin-top: 6px;
  text-align: right;
}


/***************
 * TWO COLUMNS *
 ***************/

.two-columns {
  overflow: hidden;
}

.two-columns .left-column {
  float: left;
  margin-right: 5%;
  width: 45%;  
}

.two-columns .right-column {
  float: left;
  width: 45%;  
}
