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: #DDD;
  font-size: 13px;
  line-height: 1.3em;
  padding: 42px 0 0 0;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #DDDDDD;
  font-weight: bold;
  padding-bottom: 0.3em;
  text-shadow: 2px 2px 0 #222222;
}

h1 {
  font-size: 21px;
  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;
}

strong {
  text-shadow: 1px 1px 0 #111;
  color: #EEEEEE;
}

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

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

#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: 265px;
  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;
  position: relative;
}
#menu li.first {
  padding-left: 0px;
}
#menu li.last {
  padding-right: 0px;
}
#menu li {
  padding: 0 8px;
  background: url(../images/menu-delimiter.png) no-repeat 100% 0;
}
#menu a {
  display: block;
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  width: 92px;
  font-size: 12px;
  text-align: center;
  /*background: #666 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;
  border-radius: 0 0 5px 5px;
}

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

#sideColumn {
  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;
}

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

.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: bold;
  text-shadow: 0 1px 0 #DDDDDD;
}

#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: 12px;
}

.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;*/
}
.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 {
  
}
#contactForm label {
  display: block;
  text-align: left;
  text-transform: lowercase;
  color: #999999;
}

#contactForm input, #contactForm textarea {
  width: 194px;
  text-align: left;
  margin: 1px 0px 5px;
  border: 1px solid #111;
  padding: 4px;
  font-size: 12px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.focus
{
	/*border: 1px solid #2c4db3;*/
	/*background-image: url(/images/input-focused.png);*/
	background-repeat: repeat-x;
	box-shadow: 0 0 4px #CCEEEE;
}

#contactForm textarea {
  height: 80px;
}

#contactForm #contactSubmit {
  margin-top: 5px;
  margin-bottom: 0;
  background: none;
  border: none;
  color: #9fd4d2;
  cursor: pointer;
  height: 27px;
  width: 95px;
  text-transform: lowercase;
  position: relative;
  left: -25px;
  background: url(/images/contact-vrs.png) no-repeat;
}

#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%;
  border-radius: 5px 5px 0 0;
}

.read-more {
  font-style: italic;
}

#menu ul {
    margin: 0;
    z-index: 100;
    position: absolute;
    margin-left: -10px;
    display: none;
    background-color: #111;
    border-radius: 0 0 10px 10px;
    padding-bottom: 16px;
}

#menu ul li {
	background: none;
  display: block;
  float: none;
  width: 100%;
  height: 28px;
}

#menu ul li a {
    width: auto;
    text-align: left;
}

#menu li:hover ul {
    display: block;
}

.related-articles {
    background-color: #212123;
    padding: 10px;
    border-radius: 5px;
    float: right;
	margin: 0 0 2px 10px;
}

#mainColumn .related-articles h2 {
    line-height: 1;
    margin: 0;
    height: auto;
}

#mainColumn .related-articles ul {
    padding: 0;
    list-style-type: none;
    margin-top: 5px;
    line-height: 1.5;
}

#mainColumn .related-articles a {
    display: block;
    padding: 3px;
    border-radius: 5px;
}

#mainColumn .related-articles a:hover {
    background-color: #3A3B3F;
}

#mainColumn .related-articles ul ul {
    margin-top: 0;
}

#mainColumn .related-articles ul ul a {
    padding-left: 30px;
}

#contactForm .right-label {
    display: inline;
    float: left;
} 

#contactForm input.checkbox {
    width: 16px;
    float: left;
    margin-right: 7px;
    margin-left: 1px;
}

.dottedList a {
  font-size: 13px;
}

.profile-photo {
  float: right;
  margin-left: 10px;
  border-radius: 5px;
}

.photo {
    float: right;
    background-color: #222;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

.photo img {
    width: 155px;
    border-radius: 5px;
}

.photo .caption {
  text-align: center;
}

.full-width {
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
}

.full-width img {
  width: 287px;
}

#mainColumn ul li {
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.bigImage .ab-hidden {
	display: none;
}

