* {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #menu_mobile {
    display: block;
  }
  body {
    max-width: 320px !important;
    width: 100%;
    font-size: 13px !important;
  }
  #container {
    width: 100% !important;
  }
}

/* Generic
---------------------------------------------------------------------------------*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  width: 900px;
  display: table;
  margin: 0 auto;
  background-color: #efefef;
}

input,
textarea {
  font: 110%/150% Arial, Helvetica, sans-serif;
}

p {
  margin-bottom: 14px;
}

img {
  border: none;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: 0px;
  background-color: #cccccc;
  height: 1px;
  margin-bottom: 20px;
}

.sub_hr {
  border: none 0;
  border-top: 1px dotted #cccccc; /*the border*/
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.yellow-highlight {
  background: url(../images/yellow-highlight.png);
  background-repeat: no-repeat;
  background-size: 100% 95%;
  padding: 15px 0;
}

ul {
  list-style: disc;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
}

ul li {
  padding: 0;
  margin-bottom: 5px;
}

ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

ol li {
  padding: 0;
}

ol p {
  color: #333333;
}

/* headings and typography
---------------------------------------------------------------------------------*/
h1,
h2 {
  font-size: 16px;
  padding: 0 0 5px;
  color: #333333;
}

/* header
---------------------------------------------------------------------------------*/
#header {
  height: 200px;
  width: 900px;
  margin: 0 auto;
  position: relative;
  background: url(../images/main-bg.gif) no-repeat center top;
}

#header_logo {
  float: left;
  margin: 0px 0 0 60px;
}

#header_nav {
  float: right;
  padding-top: 58px;
  width: auto;
  margin: 0;
}

#logo {
  position: absolute;
  top: 60px;
}

/* banner
---------------------------------------------------------------------------------*/
#banner {
  height: 240px;
  width: 780px;
  margin: 0 auto;
  position: relative;
}

/* content wrap
---------------------------------------------------------------------------------*/
#container {
  width: 900px;
  margin: 0 auto;
  background: #ffffff url(../images/bottom-bg.gif) repeat-y right top;
  padding: 0 0 0px;
}

#top {
  height: 100%;
}

#content-wrap {
  width: 780px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 0 0;
}

#content {
  width: 400px;
  float: left;
  position: relative;
  padding: 0 0 20px 10px;
}

.readmore {
  padding-bottom: 10px;
  margin-right: 0;
}

.readmore a {
  color: #333333;
  text-align: right;
}

#backtotop {
  margin: 0;
  padding: 0;
  text-align: right;
  clear: both;
}

#backtotop a {
  color: #333333;
  font-size: 11px;
}

/* disclaimer */
#disclaimer {
  font-size: 11px;
  color: #333333;
  clear: both;
  padding: 0;
  line-height: 12px;
}

#spacer {
  margin: 0;
  height: 1px;
  clear: both;
}

/* testimonials */
#testimonials_container {
  color: #333333;
}

.testimonials_content {
  color: #333333;
  background: url(../images/open_quote.gif) no-repeat left top;
}

.testimonials_hr {
  border: none 0;
  border-top: 1px dotted #cccccc; /*the border*/
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}

/* sidebar
---------------------------------------------------------------------------------*/
#sidebar {
  width: 280px;
  float: right;
  padding-right: 10px;
  position: relative;
}

/* sub content wrap
---------------------------------------------------------------------------------*/
#subcontent {
  width: 480px;
  float: right;
  position: relative;
  padding: 0 0 20px 5px;
}

/* sub sidebar
---------------------------------------------------------------------------------*/
#subsidebar {
  float: left;
  width: 280px;
}

/* sub content FULL wrap
---------------------------------------------------------------------------------*/
#subcontent_full {
  width: 780px;
  float: right;
  position: relative;
  padding: 0 0 20px 5px;
}

/* footer
---------------------------------------------------------------------------------*/
#footer {
  background: url(../images/footer-bg.gif) no-repeat center top;
  clear: both;
  width: 900px;
}

#footer-wrap {
  width: 850px;
  height: 50px;
  margin: 0 auto;
}

/* copyright */
#copyright {
  font-size: 80%;
  color: #333333;
  clear: both;
  padding: 20px 0;
  text-align: right;
}

#copyright a {
  color: #999999;
}

/* contactForm
------------------------------------------------------------ */
.contact {
  position: relative;
  clear: both;
}

#contactform {
  margin-bottom: 15px;
  width: 280px;
}

#contactform p {
  padding: 0 0 10px 0px;
}

#contactform label {
  color: #333333;
  width: 80px;
}

#contactform input {
  width: 230px;
  background: #ededed;
  padding: 5px;
  border: none;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
}

#contactform textarea {
  width: 470px;
  height: 160px;
  background: #ededed;
  border: 1px dashed #ccc;
  padding: 2px 0 2px 7px;
  font-size: 12px;
}

#contactform .submitbutton {
  width: 120px;
  height: 34px;
  padding: 0;
  border: none;
  margin-left: 0px;
  background: #ededed;
  color: #333;
  margin-left: 360px;
  font-size: 12px;
  font-weight: bold;
}

#contactform .submitbutton:hover {
  color: #000000;
}

#contactform #usermessage {
  font-size: 110%;
  margin: 0px 0px 5px 0px;
  color: #ff9900;
}

#contactform .error {
  border: 1px solid #ff9900;
}

#contactform .failure {
  color: #ff9900;
}

#contactform .success {
  color: #669900;
}

#contactform .required {
  color: #999999;
  padding-left: 5px;
}

#contactform textarea:focus,
#contactform input[type='text']:focus {
  border-color: #999;
}

/* clearfix */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
