/* =========================================================== Global Styles */
/*
  Main text: #666666    
  A "green" text: #44c4a1
*/

* { 
margin: 0;
padding: 0;
}

body { 
  background: #fff;
  font: 62.5%/1em Times, "Times New Roman", sans-serif; 
}

a {
  outline: none;
}

img { 
  border: none; 
}

ul { 
  list-style: none; 
}

th { 
  text-align: left; 
}

#wrap {
  width: 836px;
  margin: 50px auto 0 auto;
}

#header {
  width: 809px;
  padding-left: 13px;
  margin: 0 0 0px 13px;
  float: left;
  position: relative;
}

#header #logo {
  margin: 2px 0 0 -34px;
  float: left;
}

#content, #navigation {
  margin-top: 41px;
}

#content {
  width: 633px;
  float: left;
}

#footer {
  width: 836px;
  margin-top: 47px;
  padding: 3px 0 20px 0;
  border-top: 2px #8c8c8c solid;
  clear: both;
  float: left;
}


/* =========================================================== Global Text Styles */

#content, #footer  {
  font: 1.1em/1.227em Times;
}

#navigation  {
  font: 1.8em/1.227em Times;
}

#navigation ul ul {
  font-size: 0.611em;
  line-height: 1.227em;
}

h1 {
  font: 1.636em/1.227em Times;
  text-decoration: underline;
}

h2 {
  font: 1em/1.227em Times;
  margin-top: 3.681em;
}

/* =========================================================== Navigation */

#navigation {
  width: 183px;
  padding-right: 18px;
  float: left;
}

#navigation a {
  outline: none;
}

#navigation ul ul {
  margin: 0.364em 0 0.454em 0;
}
#navigation ul li li span {
  letter-spacing: 16px;
}

.nav-selected  {
  display: block!important;
}

.nav-unselected ul {
  display: none;
}

/* =========================================================== Page View */

#left {
  width: 286px;
  padding-right: 20px;
  float: left;
}

#right {
  width: 325px;
  float: left;
}

#right h1 {
  margin-bottom: 0.753em;
}

#right li {
  clear: both;
}

#right #pageAssets h2 {
  text-decoration: underline;
  margin-bottom: 0.376em;
}

#right #dropDownContainer {
    margin-top: 1.506em;
}

#right #dropDown {
  margin-top: 0.376em;
}

.mp3Container {
  margin: 5px 0 5px 0;
  display: none;
}

.mp3Container #closeLink {
  margin-top: 2px;
}

/* =========================================================== Asset View */


/* =========================================================== Contact */

#contactLeft {
  width: 286px;
  padding-right: 20px;
  float: left;
}

#contactLeft h1 {
  margin-bottom: 0.753em;
}

#contactRight {
  width: 325px;
  padding-top: 0.753em;
  float: left;
}

#contactLeft p, #contactRight p {
  margin-bottom: 1.506em;
}

#contactRight input.field{
  font: 1.506em/1em Times;
  padding-top: 4px;
  height: 20px;
}

#contactRight input.field, #contactRight textarea {
  border: 1px #666 solid;
  width: 283px;
}

#contactRight textarea {
  height: 196px;
}

#contactRight .submit {
  font-size: 1em;
  color: #666;
  padding: 0.1em;
}

#contactRight #notice {
  color: #af0000;
  margin-bottom: 20px;
}
