html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
blockquote:before, q:before,
blockquote:after, q:after {
  content: "";
}

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #000 url(../images/main-bg.png) repeat-x 0 0;
  color: #909090;
  font-size: 13px;
  line-height: 1.3em;
  padding: 42px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #b7b7b7;
  padding-bottom: .3em;
  font-weight: lighter;
}

h1 {
  font-size: 24px;
  line-height: 1em;
}

h2 {
  font-size: 20px;
  line-height: 1em;
}

h3 {
  font-size: 16px;
  line-height: 1em;
}

h4 {
	 font-size: 24px;
  line-height: 1em;
	
}

p {
  margin-bottom: 1em;
}

p.bigger {
  font-size: 12px;
}

a {
  color: #9fd4d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  width: 914px;
  margin: 0 auto;
  position: relative;
  padding-top: 129px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 129px;
  background: url(../images/header-bg.png) no-repeat 0 0;
}

#logo {
  color: #ddd;
  line-height: 52em;
  font-weight: lighter;
  position: absolute;
  overflow: hidden;
  top: 17px;
  left: 9px;
  width: 352px;
  height: 52px;
}
#logo a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat 0 0;
}

#menu {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 83px;
  left: 23px;
  padding-left: 2px;
  background: url(../images/menu-delimiter.png) no-repeat 0 0;
}
#menu li {
  list-style-type: none;
  margin-left: 0px;
}
#menu {
  display: block;
}
#menu li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
#menu li.first {
  padding-left: 0px;
}
#menu li.last {
  padding-right: 0px;
}
#menu li {
  padding-right: 2px;
  background: url(../images/menu-delimiter.png) no-repeat 100% 0;
}
#menu a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  width: 94px;
  font-size: 12px;
  text-align: center;
  background: url(../images/menu-hover.png) no-repeat 0 -100px;
  text-shadow: #222 0 1px 0;
}
#menu a:hover, #menu a.selected {
  color: #fff;
  background-position: 0 0;
  text-decoration: none;
  text-shadow: #000 0 -1px 1px;
}

#content {
  padding: 0 0 9px 9px;
  background-color: #212123;
}

#mainColumn {
  float: right;
  width: 650px;
  padding: 0 9px 9px;
  background-color: #1f1f21;
}
#mainColumn ul {
  padding: 0 0 1em 2em;
}

#sideColumn {
  margin-top: 9px;
  float: left;
  width: 228px;
}

#mainColumn h1{
  padding: 0 16px;
  margin-top: 9px;
  line-height: 41px;
  height: 41px;
  background: url(../images/content-h-bg.png) no-repeat;
  border-bottom: 1px solid #1f1f21;
}


#mainColumn h2, #mainColumn h3 {
  padding: 0 0px;
  margin-top: 9px;
  line-height: 41px;
  height: 41px;

}

.contentSection {
  padding: 9px;
  background: #3a3b3f url(../images/section-bottom.png) no-repeat 0 100%;
}

.imageRow {
  overflow: hidden;
  display: inline-block;
}
.imageRow {
  display: block;
}
.imageRow img {
  display: block;
  float: left;
  margin-right: 8px;
}
.imageRow img.last {
  margin-right: 0;
}

.bigImage {
  margin-top: 9px;
}
.bigImage img {
  border: 4px solid #424242;
  display: block;
}
.bigImage .text {
  padding: 5px 16px 10px;
  background: #565656 url(../images/content-top-gradient.png) repeat-x 0 0;
}
.bigImage .text h4 {
	font-size: 24px;
  line-height: 1em;
  color: #fff;
}
.bigImage .text p {
  color: #252525;
  padding: 0;
  margin: 0;
}




#sideColumn h2, #sideColumn h3 {
  margin-top: 9px;
  height: 37px;
  line-height: 37px;
  background: #999 url(../images/side-h-bg.png) no-repeat 0 0;
  padding: 0 16px;
  color: #333;
  font-weight: normal;
}

#sideSearch {
  background: #414143 url(../images/side-top.png) no-repeat 0 0;
}
#sideSearch form {
  background: url(../images/side-bottom.png) no-repeat 0 100%;
  padding: 9px;
  height: 20px;
  position: relative;
}
#sideSearch form #searchField {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 160px;
  height: 17px;
  border: 1px solid #333;
}
#sideSearch form #searchSubmit {
  position: absolute;
  top: 10px;
  left: 175px;
  background: none;
  border: none;
  color: #9fd4d2;
  cursor: pointer;
  width: 50px;
  height: 18px;
}

.sideSection {
  background: #414143 url(../images/side-bottom.png) no-repeat 0 100%;
  padding: 16px;
}

.dottedList {
  list-style-type: none;
  padding-top: 12px;
}
.dottedList li {
  border-bottom: 1px dotted #999999;
  padding: 4px;
  text-align: left;
  color: #999;
  font-size: 14px;
  _border-bottom-width: 2px;
}
.dottedList li p {
  margin-bottom: 3px;
  text-align: left;
}
.dottedList li p strong {
  color: #ccc;
}
.dottedList li p p, .dottedList li p a {
  _zoom: 1;
}
.dottedList li p, .dottedList li a {
  _zoom: 2;
}

#contactForm {
  text-align: right;
}
#contactForm label {
  display: block;
  text-align: left;
  text-transform: lowercase;
  color: #999999;
  padding-bottom: 2px;
}
#contactForm input, #contactForm textarea {
  width: 190px;
  text-align: left;
  margin: 1px 0px 5px;
}
#contactForm textarea {
  height: 80px;
}
#contactForm #contactSubmit {
  margin-top: -5px;
  margin-bottom: 0;
  background: none;
  border: none;
  color: #9fd4d2;
  cursor: pointer;
  height: 14px;
  width: 78px;
  position: relative;
  left: 5px;
  text-transform: lowercase;
}

#bottomLinks {
  position: relative;
  top: 9px;
  clear: both;
  width: 896px;
  background: #121213 url(../images/footer-top.png) no-repeat 0 0;
}

#bottomLinksBg {
  padding: 10px;
  text-align: center;
  background: url(../images/footer-bottom.png) no-repeat 0 100%;
}
#bottomLinksBg a {
  color: #909090;
  padding: 0 4px;
}

#footer {
  padding: 9px;
  background: #212123 url(../images/content-bottom.png) no-repeat 0 100%;
}
