/* library *//* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126  License: none (public domain) */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,
strong,
sub,
sup,
tt,
var,
b,
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* misc */a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* global (not for layout, content only) */.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.highlight {
  background: #ffc;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.img-left {
  float: left;
  margin: 4px 10px 4px 0;
}
.img-right {
  float: right;
  margin: 4px 0 4px 10px;
}
.nopadding {
  padding: 0;
}
.noindent {
  margin-left: 0;
  padding-left: 0;
}
.nobullet {
  list-style: none;
  list-style-image: none;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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 */@font-face {
  font-family: 'UniSansBookRegular';
  src: url('font/uni-sans-book-webfont.eot');
  src: url('font/uni-sans-book-webfont.eot?#iefix') format('embedded-opentype'), url('font/uni-sans-book-webfont.woff') format('woff'), url('font/uni-sans-book-webfont.ttf') format('truetype'), url('font/uni-sans-book-webfont.svg#UniSansBoldRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.uni {
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
/* global mixins */.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* global color variables *//* global layout */body {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  background: #ddd;
  color: #333;
  padding-top: 27px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../images/background4.jpg);
  min-width: 960px;
}
/*#background {
	background-image:url(../images/background3.jpg);	
}*/h1 {
  font-size: 28px;
  color: #F95C25;
  margin: 10px 0;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 24px;
  color: #F95C25;
  margin: 10px 0;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
h3 {
  font-size: 20px;
  color: #F95C25;
  margin: 10px 0;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
h4 {
  font-size: 17px;
  margin: 5px 0;
  line-height: 1.4;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
#loading {
  background-image: url(../images/ajax-loader.gif);
  width: 400px;
  height: 400px;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -200px;
}
#nav > ul {
  position: relative;
  height: 32px;
  width: 110%;
}
#nav > ul > li {
  float: left;
  line-height: 32px;
  padding-right: 18px;
}
#nav > ul > li ul {
  display: none;
}
#nav > ul > li.selected ul {
  display: block;
}
#nav > ul > li.selected > a {
  color: #EF5028;
}
#nav > ul > li > a {
  float: left;
  line-height: 32px;
  color: #111;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#nav > ul > li > a:hover {
  color: #EF5028;
}
#nav > ul > li ul {
  position: absolute;
  top: 32px;
  left: 0;
  display: none !important;
}
#nav > ul > li li {
  float: left;
  padding-right: 2px;
}
#nav > ul > li li a {
  float: left;
  padding: 0 8px;
  color: #444;
  font-size: 13px;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}
#nav > ul > li li a:hover, #nav > ul > li li a.selected {
  color: #fff;
  background: #f7a14e;
  background-image: -moz-linear-gradient(top, #f7a14e, #ef5028);
  background-image: -ms-linear-gradient(top, #f7a14e, #ef5028);
  background-image: -o-linear-gradient(top, #f7a14e, #ef5028);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7a14e), to(#ef5028));
  background-image: -webkit-linear-gradient(top, #f7a14e, #ef5028);
  background-image: linear-gradient(top, #f7a14e, #ef5028);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#home {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
#home #header {
  position: relative;
  margin-bottom: 15px;
}
#home #header #enquiry {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url(../images/button.png);
  width: 154px;
  height: 35px;
}
#home #header #enquiry a {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#home #header #enquiry a:hover {
  text-decoration: none;
}
#home #header #enquiry:hover {
  opacity: .6;
}
#home #nav {
  width: 900px;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
#home #nav > ul > li ul {
  display: none;
}
#home #modules {
  width: 940px;
  overflow: hidden;
}
#home #modules .widget {
  width: 212px;
  float: left;
  background: #FFF;
  margin-right: 20px;
}
#home #modules .widget.last {
  margin-right: 0px;
}
#home #content {
  margin-bottom: 15px;
  width: 900px;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-image: url(../images/banner.png);
}
#home #content .entry {
  width: 410px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #7c7c7b;
}
#home #content .entry h1 {
  margin-bottom: 75px;
}
#home #content .entry h1 a {
  display: block;
  height: 125px;
  width: 346px;
  text-indent: -9999em;
  background: url(../images/logo-home.png) top left no-repeat;
  margin-left: 35px;
}
#home #content .entry .ribbon {
  left: -61px;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
  top: 150px;
  position: absolute;
  display: block;
  height: 66px;
  width: 1001px;
  background: url(../images/ribbon3.png) top left no-repeat;
  display: block;
  text-align: left;
  padding-left: 100px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#home #content .entry h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  color: #1c1308;
}
#home #content .entry p {
  line-height: 20px;
}
#home #content .entry a {
  color: #f15e2e;
  font-weight: bold;
}
#home #content .page-images {
  float: right;
  width: 482px;
  position: relative;
  z-index: 2;
  width: 477px;
  height: 382px;
  background-image: url(../images/home-frame.png);
}
#home #content:after {
  clear: both;
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home #prevBtn a {
  position: absolute;
  top: 170px;
  left: 35px;
  height: 32px;
  width: 32px;
  text-indent: -9999em;
  background: url(../images/arrows.png) top left no-repeat;
}
#home #nextBtn a {
  position: absolute;
  top: 170px;
  right: 35px;
  height: 32px;
  width: 32px;
  text-indent: -9999em;
  background: url(../images/arrows.png) top right no-repeat;
}
#home #slide {
  height: 329px;
  width: 430px;
  overflow: hidden;
  margin-top: 28px;
  margin-left: 23px;
  padding-bottom: 18px;
}
#home #slide ul {
  height: 329px;
  overflow: hidden;
  width: 430px;
}
#home #slide ul li {
  height: 329px;
  width: 430px;
}
#page {
  position: relative;
}
#page:after {
  clear: both;
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#wrap {
  position: relative;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  min-height: 700px;
  padding: 10px 40px 20px 20px;
  background: #fff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}
#wrap #header {
  position: relative;
  height: 100px;
}
#wrap #header h1 {
  float: left;
  margin-top: 3px;
}
#wrap #header h1 a {
  float: left;
  width: 220px;
  height: 78px;
  text-indent: -9999em;
  background: url(../images/logo.jpg) top left no-repeat;
}
#wrap #header #nav {
  float: right;
  padding-top: 30px;
}
#wrap #sidebar {
  float: left;
  width: 220px;
}
#wrap #sidebar > a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border: 2px solid #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #f9a350;
  background-image: -moz-linear-gradient(top, #f9a350, #ef5028);
  background-image: -ms-linear-gradient(top, #f9a350, #ef5028);
  background-image: -o-linear-gradient(top, #f9a350, #ef5028);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a350), to(#ef5028));
  background-image: -webkit-linear-gradient(top, #f9a350, #ef5028);
  background-image: linear-gradient(top, #f9a350, #ef5028);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
#wrap #sidebar .sidebar_nav {
  text-align: right;
}
#wrap #sidebar .sidebar_nav h3 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F95C25;
}
#wrap #sidebar .sidebar_nav h3 a {
  color: #F95C25;
}
#wrap #sidebar .sidebar_nav li {
  margin-bottom: 20px;
}
#wrap #sidebar .sidebar_nav li ul li {
  padding: 5px 2px;
  border-bottom: 1px solid #F95C25;
  margin-bottom: 0px;
}
#wrap #sidebar .sidebar_nav li ul li a {
  font-size: 14px;
  color: #333;
}
#wrap #sidebar .sidebar_nav li ul li a.selected {
  color: #F95C25;
}
#wrap #ring {
  position: relative;
  margin: 20px 0 0 0;
  width: 301px;
  height: 67px;
  left: -81px;
  text-indent: -9999em;
  background: url(../images/ribbon.png) top left no-repeat;
}
#wrap #content {
  float: right;
  width: 620px;
  position: relative;
  color: #7c7c7c;
  text-align: left;
}
#wrap #content:after {
  clear: both;
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#wrap .quote {
  position: relative;
  padding: 20px 30px 5px;
  background: #EDEDED;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
}
#wrap .quote p {
  line-height: 1.5em;
  padding-bottom: 1em;
}
#wrap .quote h2 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #F95C25;
}
#wrap .quote:after {
  position: absolute;
  bottom: -23px;
  left: 30px;
  width: 22px;
  height: 23px;
  content: " ";
  background: url(../images/q.jpg) top left no-repeat;
}
#wrap .quote-button {
  background-image: url(../images/button.png);
  width: 154px;
  height: 35px;
  display: block;
  text-align: center;
}
#wrap .quote-button a {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#wrap .quote-button a:hover {
  text-decoration: none;
}
#wrap .quote-button:hover {
  opacity: .6;
}
#wrap .entry {
  position: relative;
  float: left;
  width: 433px;
  font-size: 14px;
}
#wrap .entry.full {
  width: auto;
}
#wrap .entry a {
  color: #F95C25;
}
#wrap .entry a.orange-button {
  color: #fff;
}
#wrap .entry ul li {
  list-style: inside disc;
}
#wrap .entry strong {
  font-weight: bold;
}
#wrap .entry em {
  font-style: italic;
}
#wrap .entry p,
#wrap .entry ul,
#wrap .entry ol,
#wrap .entry dl {
  line-height: 1.4em;
  padding-bottom: 1.1em;
}
#wrap .entry img {
  float: right;
  border: 3px solid #0198DD;
  margin-left: 15px;
  margin-bottom: 15px;
}
#wrap .inside {
  float: right;
  width: 165px;
  position: relative;
  font-weight: bold;
}
#wrap .inside h3 {
  position: relative;
  height: 67px;
  line-height: 50px;
  padding-left: 12px;
  width: 250px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
  background: url(../images/ribbon2.png) top left no-repeat;
  margin-left: 4px;
}
#wrap .inside ul {
  padding-left: 4px;
}
#wrap .inside li {
  position: relative;
  padding: 8px 0;
  line-height: 1.4em;
  border-bottom: 1px dotted #BD4F2A;
}
#wrap .inside a {
  color: #111;
}
#wrap .page-images {
  position: relative;
  padding-bottom: 18px;
}
#wrap .page-images img {
  display: block;
}
#wrap #prevBtn a {
  position: absolute;
  top: 150px;
  left: 20px;
  height: 32px;
  width: 32px;
  text-indent: -9999em;
  background: url(../images/arrows.png) top left no-repeat;
}
#wrap #nextBtn a {
  position: absolute;
  top: 150px;
  right: 20px;
  height: 32px;
  width: 32px;
  text-indent: -9999em;
  background: url(../images/arrows.png) top right no-repeat;
}
#wrap #slide {
  height: 326px;
  width: 620px;
  overflow: hidden;
  padding-bottom: 18px;
}
#wrap #slide ul {
  height: 326px;
  overflow: hidden;
  width: 620px;
}
#wrap #slide ul li {
  height: 326px;
  width: 620px;
}
#wrap p.strap {
  font-size: 18px;
  color: #111;
  line-height: 1.35em;
  padding-bottom: 1em;
}
#wrap .event {
  position: relative;
  padding: 20px;
  background: #EFEFEF;
  border: 1px solid #E1E1E1;
  margin-bottom: 20px;
  font-size: 14px;
  overflow: hidden;
  line-height: 1.45;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#wrap .event p,
#wrap .event ul,
#wrap .event ol,
#wrap .event dl {
  padding-bottom: 1em;
  margin-right: 262px;
}
#wrap .event.wide p,
#wrap .event.wide ul,
#wrap .event.wide ol,
#wrap .event.wide dl {
  margin-right: 210px;
}
#wrap .event .full p {
  margin-right: 0px;
}
#wrap .event ul li {
  list-style: inside disc;
}
#wrap .event img {
  float: right;
  border: 3px solid #0198DD;
}
#wrap .event h2 {
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #F95C25;
  padding-bottom: 10px;
}
#wrap .event a {
  color: #F95C25;
  text-decoration: underline;
}
#footer {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 250px;
  padding-top: 20px;
  background: url(../images/foot.jpg) bottom left repeat-x;
}
#foot {
  position: relative;
  width: 940px;
  margin: auto;
  padding-top: 21px;
  text-align: left;
  color: #fff;
}
#foot a {
  color: #FF6434;
}
#foot li {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}
#foot ul li:nth-child(5), #foot ul li:last-of-type {
  border: 0;
}
#foot li a {
  color: #fff;
}
#foot li a:hover {
  text-decoration: none;
  color: #F95C25;
}
#foot h4, #foot h5, #foot h6 {
  line-height: 45px;
  height: 45px;
  font-size: 24px;
  color: #FF6434;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
}
#foot #extra {
  float: left;
  width: 544px;
  padding-bottom: 5px;
}
#foot #extra li {
  float: left;
  width: 240px;
  margin-right: 32px;
}
#foot #location, #foot #contact {
  float: right;
  width: 170px;
  padding-bottom: 5px;
}
#foot #location a, #foot #contact a {
  text-decoration: underline;
}
#foot .vcard {
  line-height: 1.9em;
  padding-top: 7px;
}
#foot .bye {
  clear: both;
  height: 59px;
  padding: 6px 16px;
  line-height: 59px;
  background: #171614;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #555;
}
#foot .bye ul {
  float: right;
  padding-left: 148px;
  background: url(../images/stitle.jpg) left center no-repeat;
}
#foot .bye ul a {
  float: left;
  width: 57px;
  height: 59px;
  text-indent: -9999em;
  margin-left: 8px;
}
#foot .bye ul .google {
  background: url(../images/gp.jpg) no-repeat;
}
#foot .bye ul .facebook {
  background: url(../images/fb.jpg) no-repeat;
}
#foot .bye li {
  padding: 0;
  border: 0;
  float: left;
}
#foot .bye p {
  float: left;
}
.widget {
  position: relative;
  padding: 4px;
  background: #E3DFE0;
  margin-bottom: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.widget img {
  display: block;
  margin-bottom: 4px;
}
.widget a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  height: 28px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #0297db;
  background-image: -moz-linear-gradient(top, #0297db, #384091);
  background-image: -ms-linear-gradient(top, #0297db, #384091);
  background-image: -o-linear-gradient(top, #0297db, #384091);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0297db), to(#384091));
  background-image: -webkit-linear-gradient(top, #0297db, #384091);
  background-image: linear-gradient(top, #0297db, #384091);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
}
.widget a:hover {
  opacity: .6;
}
.widget:first-of-type a {
  background: #f9a350;
  background-image: -moz-linear-gradient(top, #f9a350, #ef5028);
  background-image: -ms-linear-gradient(top, #f9a350, #ef5028);
  background-image: -o-linear-gradient(top, #f9a350, #ef5028);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a350), to(#ef5028));
  background-image: -webkit-linear-gradient(top, #f9a350, #ef5028);
  background-image: linear-gradient(top, #f9a350, #ef5028);
}
table.data {
  border: 1px solid #d2d5d7;
  border-collapse: collapse;
  margin-bottom: 15px;
  margin-top: 10px;
}
table.data th {
  vertical-align: middle;
  color: #666666;
  font-weight: bold;
  background-color: #ebeced;
  padding: 10px 7px;
  text-align: center;
  border-bottom: 1px solid #d2d5d7;
  width: 50px;
}
table.data th.left {
  text-align: left;
  width: auto;
}
table.data th.first {
  width: 88px;
}
table.data td {
  color: #555555;
  text-align: center;
  vertical-align: middle;
  padding: 7px;
  border-bottom: 1px solid #d2d5d7;
  border-right: 1px solid #d2d5d7;
  background-color: #fafafa;
  font-size: 12px;
}
table.data td.left {
  text-align: left;
}
table.data tr.alt td {
  background-color: #FFF;
}
.orange-button {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  height: 36px;
  border: 2px solid #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #f9a350;
  background-image: -moz-linear-gradient(top, #f9a350, #ef5028);
  background-image: -ms-linear-gradient(top, #f9a350, #ef5028);
  background-image: -o-linear-gradient(top, #f9a350, #ef5028);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a350), to(#ef5028));
  background-image: -webkit-linear-gradient(top, #f9a350, #ef5028);
  background-image: linear-gradient(top, #f9a350, #ef5028);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  width: 50%;
  cursor: pointer;
  margin-left: 22.5%;
}
input.orange-button {
  line-height: 25px;
}
.ribbontext {
  left: -74px;
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: block;
  height: 66px;
  width: 317px;
  background: url(../images/ribbon3.png) top left no-repeat;
  padding-left: 140px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: white;
  line-height: 48px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#facebox table.webform td {
  padding-left: 30px;
}
#facebox p {
  padding-left: 30px;
  line-height: 1.4;
}
h3 {
  font-family: 'UniSansBookRegular', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.52;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
h3.testimonial {
  margin-bottom: 27px;
  color: #F95C25;
  padding-left: 64px;
  margin-top: -30px;
}
h4.intro-h4 {
  font-size: 16px;
  line-height: 1.45;
  padding-bottom: 10px;
}

