html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: #999999;
	background: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
h1 {
  font-size: 1.5em;
  line-height: 1em;
  color: #ffffff;
  padding-bottom: .5em;
}
h2 {
  font-size: .9375em;
  font-weight: bold;
  padding-bottom: 1em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
#header {
  padding-top: 100px;
  position: relative;
  min-width: 1000px;
  padding-left: 26px;
}
#logo {
  display: block;
  position: absolute;
  top: 100px;
  left: 28px;
}
#twitterNav {
  float: right;
  width: 155px;
  padding-top: 52px;
  padding-right: 10px;
}
#twitterNav li {
  float: left;
  padding-left: 10px;
  display: inline;
}

a {
  color: #999999;
}
a:hover {
  color: #ffffff;
}
#nav {
  padding:66px 0 15px 147px;
  /*padding-top: 61px;
  padding-left: 230px;
  padding-bottom: 20px;*/
  text-transform: lowercase;
  font-size: .9375em;
  line-height: 1.067em;
}
#nav li {
  display: inline;
  padding-right: 8px;
}
#nav a {
  text-decoration: none;
}
#nav a:hover, #nav li.active a {
  color:#ffffff;
  text-decoration: none;
}
#content {
  min-height: 346px;
  overflow: auto;
  position: relative; /*fixes overflow in ie*/
  padding-left: 26px;
  background-color: #808080;
  padding-top: 54px;
  padding-bottom: 54px;
  min-width: 1000px;
}
div.pageContent {
  color: #ffffff;
  width: 900px;
}
div.pageContent p, ul {
  /*font-size: .875em;*/
  font-size:12px;
  margin-bottom: 1em;
}
div.pageContent a,
div.pageContent a:hover {
  color: #ffffff;
  text-decoration: underline;
}

div.pageContent ul {
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 10px;
}
#content.gallery {
  height: 454px;
  padding: 0px;
  width: 100%;
  overflow: auto;
  position: relative; /*fixes overflow in ie*/
  background-color: transparent;
}
#footer {
  margin-left: 27px;  
  min-width: 1000px;
  padding-top: 20px;
}
#subnav {
  width: 95px;
  float: left;
  font-size: .6875em;
  line-height: 1em;
} 
#subnav li {
  padding-bottom: 5px;
}
#subnav a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #404040;
}
#subnav a:active, #subnav li:hover a, #subnav li.active a {
  color: #ffffff;
  border-bottom: 1px solid #62cae3;
}
#slides {
  height: 430px;
  overflow: hidden;
  padding-bottom: 8px;
  width: 999em;
}
.slide {
  background: #202020;
}
#slides .loading {
  background: #202020 url('/images/ui/loading-slide.gif') 50% 50% no-repeat;
}
#galSlider {
  clear: both;
}
p.copyright {
  text-align: right;
  font-size: .653em;
  color: #999999;
  line-height: 1em;
  padding-right: 10px;
}

/* Contact page */

.contact p, .contact h2, .contact h3 {
	font-size:.75em !important;
	line-height:20px;
}
.contact h2 {
	font-weight:normal;
	padding-bottom:0;
}
.contact h3 {
	font-weight:bold;
}

/*Forms*/
div.errors {
  border: 1px solid #eb900d;
  background: #ece793;
  margin-bottom: 1.5em;
  padding: 5px;
  color: #1a1a1a;
  width: 400px;
  font-size: .875em;
}
div.messages {
  border: 1px solid #3e8b96;
  background: #c3e7ec;
  margin-bottom: 1.5em;
  padding: 5px;
  color: #1a1a1a;
  width: 400px;
}
div.errors p, div.messages p  {
  margin-bottom: .5em;
}
div.formRow {
  padding-bottom: 5px;
}
input {
  padding: 0px;
}
label {
  display: inline-block;
  width: 75px;
}

.scroll-content { position: relative; }
.slide { height: 430px; float: left; margin: 0px 10px 0px 0px; font-size: 0px; line-height: 0px; }
* html .slide { display: inline; } /* IE6 float double margin bug */
.ui-slider-horizontal .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto;}

/* Clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
