/* ========= */
/* = RESET = */
/* ========= */

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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
em,i { font-style: italic; }
::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}
input,select,textarea,button{font:normal 13px/20px helvetica, arial,sans-serif;color:#222;vertical-align: middle;}
label,input[type=button],input[type=submit],button{cursor:pointer;}
button{width:auto;overflow:visible;}

body { background: #fff url(bg-body.png) center top repeat-x; color: #222; font: normal 13px/20px helvetica, arial, sans-serif; }

a { color: #2978AA; } a:hover { color: #888; }

h1, h2, h3, h4, h5, h6 { font-weight:bold; line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #222; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #2978AA; }

h1 { font-size: 25px; padding: 0 0 20px; }
h2 { font-size: 22px; padding: 0 0 15px; }
h3 { font-size: 18px; padding: 0 0 15px; }
h4 { font-size: 15px; padding: 0 0 15px; }
h5, h6 { font-size: 13px; padding: 0 0 10px; }

.left { float: left; display: inline; }
.right { float: right; display: inline; }
.clear { clear: both; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

.center-wrap { width: 980px; margin-left: auto; margin-right: auto; }

/* ========================== */
/* = HEADER, TOP NAVIGATION = */
/* ========================== */

#top { height: 40px; background: url(bg-top.png) center top repeat-x; }

header { color: #fff; }

header h1 { padding: 31px 0 0; }

header h1 a { color: #fff; text-decoration: none; display: block; height: 80px; line-height: 75px; } 

header h1 a:hover { color: #fff; }

header address { padding: 48px 175px 0 0; text-align: right; font-style: normal; text-transform: uppercase; font-size: 12px; }

header address b { font-size: 18px; }

header address b span { font-size: 35px; }

.mainNav { height: 37px; font-weight: bold; }

.mainNav ul, .mainNav li, .mainNav a { float: left; }

.mainNav ul { list-style: none; }

.mainNav li { position: relative; height: 37px; }

.mainNav a { color: #fff; text-decoration: none; height: 37px; line-height: 36px; padding: 0 34px; }

.mainNav a:hover, .mainNav .current_page_item a, .mainNav .current_page_ancestor a, .mainNav .current_page_parent a { color: #fff; }

#searchform {
  float: left;
  margin: 55px 0 0 45px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 0 2px 3px #999;
  -moz-box-shadow: inset 0 2px 3px #999;
  box-shadow: inset 0 2px 3px #999;
}

#searchform input {
  border: 0;
}

#s {
  background: none;
  padding: 5px 10px;
  width: 265px;
  height: 18px;
}

#searchsubmit {
  width: 18px;
  height: 18px;
  margin: 6px 10px 0 0;
  background: url(bg-search-submit.png);
}

/* ================= */
/* = MAIN CONTENTS = */
/* ================= */

#main { background: url(bg-main.png) 40px top repeat-y; padding: 20px 10px 10px; }

#contents { width: 640px; }

article { margin: 0 0 15px; }

#contents article:last-child { margin: 0; }

article p { padding: 0 0 15px; }

article ul { margin: 0 10px 15px 20px; }

article ol { margin: 0 10px 15px 25px; }

article li { padding: 0 0 5px; }
article li:last-child { padding: 0; }

.alignleft { float: left; margin: 5px 15px 10px 0; }

.alignright { float: right; margin: 5px 0 10px 15px; }

.aligncenter { display: block; margin: 5px auto; }

article table { width: 100%; margin: 0 0 20px; }

article th { text-align: center; font-weight: bold; background: #eee; }

article th, article td { border: 1px solid #ddd; padding: 5px; }

article blockquote { background: #eee; border: 1px solid #ddd; padding: 10px 10px 0; margin: 0 30px 15px; line-height: 18px; font-style: italic; }

article blockquote p { padding: 0 0 10px; }

h2.title { padding: 0 0 5px; }

.wp-caption { text-align: center; background: #eee; border: 1px solid #ddd; padding: 5px 0 0; line-height: 18px; font-size: 12px; }

.wp-caption p { padding: 0 0 5px; }

.related-articles { border: 1px solid #bbb; background: #f9f9f9; padding: 10px 0 0 15px; }

.related-articles ul { margin: 0 10px 10px 20px; }

#contents .contact-us {
  margin: 0 0 20px;
  padding: 15px 15px 20px 85px;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0px 1px 0 #fff;
  background: #F5F5F5 url(phone.png) 10px 5px no-repeat;
}

#contents .contact-us p {
  padding: 0;
}

/* ================= */
/* = GRAVITY FORMS = */
/* ================= */

#contents .gform_wrapper {
  margin: 0 0 20px;
  background: #F5F5F5;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0px 1px 0 #fff;
  padding: 15px 15px 15px 20px;
}

#contents .gform_wrapper li {
  padding: 0;
}

#contents .gform_wrapper .top_label .gfield_label {
  margin: 0 0 5px;
}

#contents .gform_wrapper ul.gfield_checkbox,
#contents .gform_wrapper ul.gfield_radio {
  margin: 0 0 15px;
}

#contents .gform_wrapper .gfield_checkbox li input[type="checkbox"],
#contents .gform_wrapper .gfield_radio li input[type="radio"],
#contents .gform_wrapper .gfield_checkbox li input {
  margin: 2px 0 0;
}

#contents .gform_wrapper input[type="text"],
#contents .gform_wrapper input[type="url"],
#contents .gform_wrapper input[type="email"],
#contents .gform_wrapper input[type="tel"],
#contents .gform_wrapper input[type="number"],
#contents .gform_wrapper input[type="password"] {
  font-size: 13px;
  padding: 5px;
  border: 1px solid #ccc;
}

#contents .gform_wrapper .ginput_complex label,
#contents .gform_wrapper .gfield_time_hour label,
#contents .gform_wrapper .gfield_time_minute label,
#contents .gform_wrapper .gfield_date_month label,
#contents .gform_wrapper .gfield_date_day label,
#contents .gform_wrapper .gfield_date_year label,
#contents .gform_wrapper .instruction {
  font-size: 12px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

#contents .gform_wrapper .gfield {
  margin: 0 0 15px;
}

#contents .gform_wrapper select {
  font-size: 13px;
  padding: 0;
}

#contents .gform_wrapper .top_label input.large {
  width: 96%;
}

#contents .gform_wrapper .top_label select.large {
  width: 98%;
}

#contents .gform_wrapper .top_label textarea.textarea {
  width: 96%;
  padding: 5px;
  border: 1px solid #ccc;
}

#contents .gform_wrapper .ginput_complex .ginput_full input {
  width: 96% !important;
}

#contents .gform_wrapper .ginput_complex .ginput_left {
  width: 48%;
}

#contents .gform_wrapper .ginput_complex .ginput_right {
  width: 48%;
}

#contents .gform_wrapper .button {
  border: 0;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

#contents .gform_wrapper .gform_footer,
#contents .gform_wrapper .gform_page_footer {
  margin: 0;
  padding: 0;
  border: 0;
}

#contents .gform_ajax_spinner {
  padding: 0;
  background: none;
  box-shadow: none;
  margin: 2px 0 0 10px;
}

#contents .gform_wrapper .validation_error {
  color: #FFA500;
  text-align: center;
}

#contents .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin: 0;
  padding: 0;
}

#contents .gform_wrapper .gform_title {
  margin: 0;
  padding: 0 0 10px;
}

#contents .gform_wrapper .gform_heading {
  margin: 0;
  width: 100%;
}

/* =========== */
/* = SIDEBAR = */
/* =========== */

aside { width: 300px; }

aside section { margin: 0 0 15px; }

aside h4 { padding: 6px 10px 4px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0 0 5px; color: #fff; text-transform: uppercase; text-shadow: 0 1px 0 #000; background: #1C2C37; border-left-width: 10px; border-left-style: solid; }

aside ul { list-style: none; }

aside li { padding: 5px; border-bottom: 1px dashed #ccc; }

aside a { color: #555; text-decoration: none; }

aside a:hover { color: #E24E20; text-decoration: underline; }

/* ========== */
/* = FOOTER = */
/* ========== */

footer {
  background: #000;
  color: #fff;
  padding: 20px 0 55px;
  line-height: 17px;
}

footer a {
  text-decoration: none;
}

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

footer nav {
  padding: 10px 0 20px;
}

footer nav ul {
  list-style: none;
}

footer nav li {
  display: inline;
  border-right: 1px solid #fff;
  margin: 0 5px 0 0;
  padding: 0 8px 0 0;
}

footer nav li:last-child {
  border-right: 0;
  margin: 0;
  padding: 0;
}

#callnow-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* ======= */
/* = END = */
/* ======= */