/* Typography */
body {
	font-family: 'Lato', sans-serif;
	color: #4F4F4F;
	line-height: 175%;
	margin:0;
	padding:0;
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
p,a {
	font-weight: 400;
}
h1 {}
h2 {}
h3 {line-height: 150%;}
h4 {}

h4, h5, h6, p, a {
	font-size: 14px;

}
a {color: #46C6E3;}
a:link {text-decoration: none;}
a:hover {text-decoration: underline;}



/* Header
------------------------------------ */

.header_container{
  position: relative;
  z-index: 999999998;
  width: 960px;
  height: 56px;
  margin: 0 auto;
}
.header_container #nav {z-index:999999998;}
#logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 112px;
    height: 20px;
    position: absolute;
    top:18px;
    left: 17px;
    background: url(images/logo.png) no-repeat;
}
.top-right{
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
  float:right;
  font-weight: 600;
  line-height: 56px;
}
.top-nav{
  display: inline-block;
  float:right;
  font-weight: 600;
  line-height: 56px;
  padding:0;
  margin:0;
}
.top-nav LI{
  float: left;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.top-nav LI A{
  color:#FFF;
  font-size: 14px;
  display: inline-block;
  color: #959595;
  text-decoration: none;
}
.top-nav LI.current A, .top-nav LI:hover A{
  color: #535353;
}

/* Footer
------------------------------------ */

#footer{
  width: 960px;
  padding: 40px 0 40px 0;
  margin: 0 auto;
  text-align: center;
  font-family: 'font004', Arial, Verdana, Helvetica, sans-serif;
  clear:both;
}
#soc-links{
  margin: 0 0 25px 0;
}
#soc-links A{
  display: inline-block;
  width: 51px;
  height: 50px;
  background: url('images/sprite.png') no-repeat;
  text-indent: -999999px;
}
#soc-links A.facebook{
  background-position: 0 -60px;
  margin: 0 25px 0 0;
}
#soc-links A.facebook:hover{
  background-position: 0 0;
}
#soc-links A.twitter{
  background-position: -62px -60px;
  margin: 0 25px 0 0;
}
#soc-links A.twitter:hover{
  background-position: -62px 0;
}
#soc-links A.youtube{
  background-position: -125px -60px;
}
#soc-links A.youtube:hover{
  background-position: -125px 0;
}
#f-links{
	font-size:16px;
	text-align:left;
	line-height:150%;
}
#f-links ul{
	list-style: none;
	padding: 0px;
	margin:0px;
	font-size:14px;
}
#f-links a{
	color: #b7b7b7;
    text-decoration: none;
    cursor: pointer;
    font-weight:400;
    font-size:14px;
}
#f-links a:hover{
	color: #707070;
    text-decoration: underline;
    cursor: pointer;
}
#f-links h5{
	color: #b7b7b7;
	font-size:14px;
	font-weight:700;
	padding:0px;
	margin:0px;
}
#copy{
  font-size: 18px;
  line-height: 18px;
}

#f-connect-button{
	margin: 0px auto;
	text-align:center;
	padding-top:10px;
}

input, textarea {
    background: none repeat scroll 0 0 white;
    border:none;
    color: #707070;
    font-family: 'font004' !important;
    font-size: 18px;
    height: 34px;
    padding-left: 10px;
    width: 250px;
}

div.preLoadImages{
	display:none;
}
div.preLoadImages img{
	display: none;
}