/*
---------------------------------------------------
surveynow.ca screen style
author:   Jackson Marketing
------------------------------------------------ */

/* Page Structure
----------------------------------------------- */
html body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 12px Arial, Verdana, Sans-serif;
  line-height: 19px;
  color: #F0F7DD;
  margin-left: 1px;  /* IE one pixel image offset hack */
  }
html>body {  /* IE one pixel image offset hack */
  margin: 0
  }
body {
  background-color: #F0F7DD;
  }
#container {
  width: 760px !important;
  width /**/: 762px;
  margin: 0 auto 0px auto;
  border: 1px solid #C8E184;
  border-top: 0;
  text-align: left;
  }
#header {
  float: left;
  width: 760px;
  height: 100px;
  background: #F0F7DD url("../images/header_bg.gif") 0 0 no-repeat;
  }
#nav {
  position: relative;
  float: left;
  top: 70px;
  left: 460px;
  height: 24px;
  width: 284px;
  }
#content_container {
  float: left;
  width: 760px;
  background: #9BC81E url("../images/content_right_bg.gif") bottom right no-repeat;
  }
#content_left {
  float: left;
  width: 338px !important;
  width /**/: 338px;
  background-color: #9BC81E;
  padding-top: 40px;
  }
#content_right {
  float: left;
  width: 402px !important;
  width /**/: 412px;
  padding: 20px 10px 0px 0px;
  }
#footer {
	position: relative;
	float: left;
	width: 760px;
	height: 61px;
	font: 11px Arial, Verdana, Sans-serif;
	color: #666666;
	text-align: center;
  background: #F0F7DD url("../images/footer_bg.gif") 0 0 no-repeat;
  }

/* Content
----------------------------------------------- */
img.left {
  float: left;
  padding: 6px 5px 0 0;
  }
img.feature {
  float: left;
  padding: 8px 10px 10px 0;
  }
p {
  padding: 5px 10px 5px 0;
  margin: 0;
  }
h2 {
  color: #434343;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 0 0;
  margin: 0;
  letter-spacing: 0.5px
  }
h2.clear {
  clear: both;
  }
a {
  color: #F0F7DD;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  }
a:hover {
  text-decoration: underline;
  }
.learn_more {
  float: right;
  position: relative;
  top: -5px;
  padding-left: 22px;
  background: url('../images/target.gif') 0 1px no-repeat;
  }
.more_features {
  float: right;
  position: relative;
  text-align: right;
  padding: 0 60px 0px 22px;
  margin: 10px 0 170px 0;
  background: url('../images/target.gif') 0 1px no-repeat;
  }
.back_to_about {
  clear: both;
  float: left;
  position: relative;
  padding: 10px 0 0 23px;
  background: url('../images/target.gif') 0 11px no-repeat;
  }
#footer a {
  color: #19A5b9;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  }
#footer a:hover {
  text-decoration: underline;
  }
#footer p {
  padding: 25px 0 0 0;
  margin: 0;
  }
ul {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 19px;
  }
.form_field_contact, .form_field {
  font: 12px Arial, Verdana, Sans-serif;
  color: #0EA1b6;
  width: 200px;
  padding: 2px;
  background-color: #FFFFFF;
  line-height: 12px;
  border: 1px solid #C5C19D;
  }
.form_field_contact_comment {
  font: 12px Arial, Verdana, Sans-serif;
  color: #0EA1b6;
  padding: 2px;
  width: 200px;
  background-color: #FFFFFF;
  height: 60px;
  border: 1px solid #C5C19D;
  }
.form_field {
  width: 100px;
  }
.required {
  color: #FF0000;
  font-weight: bold;
  }
.form_labels {
  font: 12px Arial, Verdana, Sans-serif;
  color: #F0F7DD;
  text-align: right;
  }
.err {
  color: #000000;

  }
/* Main Navigation
----------------------------------------------- */
div.nav_divider {
  float: left;
  width: 4px;
  height: 24px;
  padding: 0;
  }
div#nav_home a, div#nav_about a, div#nav_contact a, div#nav_login a {
  float: left;
  height: 24px;
  padding: 0;
 }
div#nav_home a {
  width: 47px;
  background: url("../images/nav.gif") 0 0 no-repeat;
  }
div#nav_about a {
  width: 50px;
  background: url("../images/nav.gif") -52px 0 no-repeat;
  }
div#nav_contact a {
  width: 59px;
  background: url("../images/nav.gif") -105px 0 no-repeat;
  }
div#nav_login a {
  width: 114px;
  background: url("../images/nav.gif") -169px 0 no-repeat;
  }
div#nav_home a:hover {
  background-position: -287px 0;
  }
div#nav_about a:hover {
  background-position: -339px 0;
  }
div#nav_contact a:hover {
  background-position: -392px 0;
  }
div#nav_login a:hover {
  background-position: -453px 0;
  }