/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 15, ../../sass/stylesheets/base.scss */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 22, ../../sass/stylesheets/base.scss */
body {
  line-height: 1;
}

/* line 25, ../../sass/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* line 29, ../../sass/stylesheets/base.scss */
ol, ul {
  list-style: none;
}

/* line 32, ../../sass/stylesheets/base.scss */
blockquote {
  quotes: none;
}

/* line 35, ../../sass/stylesheets/base.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 39, ../../sass/stylesheets/base.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 43, ../../sass/stylesheets/base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 47, ../../sass/stylesheets/base.scss */
a img {
  border: none;
}

/* line 50, ../../sass/stylesheets/base.scss */
a {
  text-decoration: none;
}

/* -----------------------------------------------------------------------------

	typography

----------------------------------------------------------------------------- */
/* line 60, ../../sass/stylesheets/base.scss */
body {
  font-family: "Helvetica", Arial, san-serif;
}

/* -----------------------------------------------------------------------------

	global

----------------------------------------------------------------------------- */
/* line 71, ../../sass/stylesheets/base.scss */
.left {
  float: left;
}

/* line 72, ../../sass/stylesheets/base.scss */
.right {
  float: right;
}

/* line 73, ../../sass/stylesheets/base.scss */
.clear, .clearfix {
  clear: both;
}

/* line 75, ../../sass/stylesheets/base.scss */
body {
  background: #fff;
}

/* line 79, ../../sass/stylesheets/base.scss */
#page-wrapper {
  background: transparent;
  width: 1000px;
  border-top: 1px solid transparent;
  margin: 5px auto;
}

/* line 86, ../../sass/stylesheets/base.scss */
#main {
  margin: 50px 0 0;
}

/* -----------------------------------------------------------------------------

	header

----------------------------------------------------------------------------- */
/* line 96, ../../sass/stylesheets/base.scss */
#header {
  width: 1000px;
  margin: 0 auto;
  height: 110px;
  position: relative;
}
/* line 102, ../../sass/stylesheets/base.scss */
#header a.logo {
  top: 8px;
  display: block;
  position: absolute;
  background: url(../../img/new_logo.png) no-repeat 0 0;
  width: 260px;
  height: 98px;
}
/* line 111, ../../sass/stylesheets/base.scss */
#header .current-page {
  color: #38b7f8;
  font-size: 30px;
  position: absolute;
  font-weight: bold;
  top: 67px;
  left: 140px;
  text-transform: uppercase;
}

/* line 122, ../../sass/stylesheets/base.scss */
.headband {
  	/*
  background:$gray_nav_text;
  	height:10px;
  */
  border-bottom: 1px solid #fff;
  -moz-box-shadow: black 0 8px 5px;
  -webkit-box-shadow: black 0 8px 5px;
  -o-box-shadow: black 0 8px 5px;
  box-shadow: black 0 8px 5px;
}

/* ---------------------------------------------
   primary navigation 
--------------------------------------------- */
/* line 134, ../../sass/stylesheets/base.scss */
#primary-nav {
  float: right;
  margin: 20px 0 0;
  /*
  -moz-box-shadow:0 0 10px 0px #aaa;
  box-shadow:		0 0 10px 0px #aaa;
  */
}
/* line 144, ../../sass/stylesheets/base.scss */
#primary-nav ul li {
  display: inline;
  float: left;
}
/* line 148, ../../sass/stylesheets/base.scss */
#primary-nav ul li a {
  /* font-family: "Lucida Sans Unicode", "Lucida", sans-serif; */
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #38b7f8;
  margin: 0 0 0 6px;
  text-transform: uppercase;
}
/* line 157, ../../sass/stylesheets/base.scss */
#primary-nav ul li a span {
  color: transparent;
  margin: 0 2px;
}
/* line 162, ../../sass/stylesheets/base.scss */
#primary-nav ul li a:hover, #primary-nav ul li a.selected {
  color: #b9b9b9;
}
/* line 164, ../../sass/stylesheets/base.scss */
#primary-nav ul li a:hover span, #primary-nav ul li a.selected span {
  color: #b9b9b9;
}

/* -----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------- */
/* line 178, ../../sass/stylesheets/base.scss */
.bottom {
  position: absolute;
  bottom: 0;
}

/* line 183, ../../sass/stylesheets/base.scss */
#footer {
  /* background:#474747 url(../../img/footer.png) repeat-x 0 0; */
  background: #b9b9b9;
  height: 60px;
  color: #fff;
  padding: 10px 0 0 0;
  width: 100%;
  	/*
  .text {
  		font-size:12px;
  		color:#fff;
  		padding:50px 0 0;
  		font-family:arial;
  	}
  	
  	a {
  		color:#fff;
  		&:hover {
  			text-decoration:underline;
  		}
  	}
  */
}
/* line 191, ../../sass/stylesheets/base.scss */
#footer .text {
  width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}

/* -----------------------------------------------------------------------------

	jqModal

----------------------------------------------------------------------------- */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
/* line 227, ../../sass/stylesheets/base.scss */
.jqmWindow {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  /* margins are set programmaticaly by positionOverlay() */
  margin-left: -300px;
  width: 600px;
  background-color: #fff;
  color: #333;
  padding: 30px 40px 50px;
  padding: 0;
}
/* line 244, ../../sass/stylesheets/base.scss */
.jqmWindow a.close {
  position: absolute;
  background: url(../../img/close.png) no-repeat 0 0;
  width: 55px;
  height: 55px;
  top: -25px;
  right: -25px;
}
/* line 253, ../../sass/stylesheets/base.scss */
.jqmWindow .photo {
  width: 180px;
  overflow: hidden;
  margin: 0 0 20px;
}
/* line 259, ../../sass/stylesheets/base.scss */
.jqmWindow p {
  line-height: 24px;
  margin: 0 0 20px;
}

/* line 265, ../../sass/stylesheets/base.scss */
.jqmOverlay {
  background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
/* line 268, ../../sass/stylesheets/base.scss */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/* line 276, ../../sass/stylesheets/base.scss */
* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
