@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/*
STUDIO 980 STYLESHEET
A SKYROCKET LABS FREE XHTML/CSS TEMPLATE
http://www.skyrocketlabs.com
fred@skyrocketlabs.com
*/

/* ARCHITECURE */

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif,verdana,tahoma,helvetica;
  font-size: 85%;
  color: #444;
  margin: 0;
  padding: 0;
  background: #e7e7e7;
}
 
#wrapper {
  width: 720px;
  min-height: 200px;
  margin: 30px auto 0 auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
}

#logo {
  float: left;
  width: 400px;
  height: 100px;
}

#nav {
  float: right;
  width: 520px;
  height: 100px;
}

#overview {
  width: 920px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  font-size: 12px;
  font-style:italic;
  letter-spacing: 0.8px;
}

.left {
  float: left;
  width: 120px;
  margin: 0 20px 0 0px;  
}

.right {
  float: right;
  width: 560px;
  margin: 0 0 0 20px;  
}

#footer {
  width: 980px;
  height: 60px;
  margin: 0 auto;
  clear: both;
}

/* NAVIGATION */

#nav ul {
  float: right;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

#nav li {
  float: left;
  display: inline;
  font-size: 1.0em;
  color: #bbb;
  margin: 0 0 0 16px;
  padding: 0;
}

#nav li a {
  color: #111;
  text-decoration: none;
  padding: 7px 9px;
  background: #fff;
}

#nav li a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
}

#footer ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer li {
  float: left;
  display: inline;
  font-size: 0.9em;
  line-height: 60px;
  color: #999;
  margin: 0 16px 0 0;
  padding: 0;
}

#footer li a {
  color: #999;
  text-decoration: underline;
}

#footer li a:hover {
  color: #111;
  text-decoration: underline;
}

/* TYPOGRAPHY */

#wrapper h1 {
  font-size: 22.22222328186035px;
  font-weight: normal;
  line-height: 1.1em;
  /*letter-spacing: -2px;*/
  color: #444;
  margin: 0;
  padding: 0;
}

#wrapper h2 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1em;
  /*letter-spacing: -2px;*/
  color: #444;
  margin: 0;
  padding: 0;
}

#wrapper h1 a, #wrapper h3 a {
  color: #111;
  text-decoration: none;
}

#wrapper h1 a:hover, #wrapper h3 a:hover {
  color: #fff;
  text-decoration: none;
  background: #111;
}

#wrapper h3 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.0em;
  letter-spacing: -1px;
  color: #111;
  margin: 48px 0 18px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

#wrapper p {
  font-size: 12.4px;
  line-height: 1.5em;
  margin: 0 0 24px 0;
}

#main p a, #main li a {
  color: #111;
  text-decoration: underline;
}

#main p a:hover, #main li a:hover {
  color: #999;
  text-decoration: underline;
}

#main p a.btn {
  color: #fff;
  text-decoration: none;
  padding: 7px 9px;
  background: #111;
}

#main p a:hover.btn {
  color: #fff;
  text-decoration: none;
  padding: 7px 9px;
  background: #aaa;
}

#main ul {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: square;
}

#main li {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0;
  padding: 6px 0;
}

br.clearit {
  clear: both;
}

/* IMAGES */

.left img, .right img {
  margin: 0 0 20px 0;
  border: 0;
}

#logo img {
  border: 0;
}

/* FORMS */

form,fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif,verdana,tahoma,helvetica;
  font-size: 1.0em;
  margin: 0 0 5px 0;
}

input.field, textarea.field {
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif,verdana,tahoma,helvetica;
  font-size: 1.0em;
  color: #111;
  margin: 0 0 20px 0;
  padding: 7px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

input.field:focus, textarea.field:focus {
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

input.button {
  font-size: 1.0em;
  color: #111;
  padding: 3px 4px;
}