html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body { line-height: 1.5; }
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th { vertical-align: middle; }
blockquote:before { content: ""; }
blockquote:after { content: ""; }
q:before { content: ""; }
q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
body {
  font-size: 75%;
  color: #5f5f57;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #9b8f83;
  font-family: "Trebuchet MS", sans-serif;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 32px;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 img { margin: 0; }
h2 img { margin: 0; }
h3 img { margin: 0; }
h4 img { margin: 0; }
h5 img { margin: 0; }
h6 img { margin: 0; }
p { margin: 0 0 1.5em; }
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
a {
  color: #056483;
  text-decoration: none;
}
a { outline: none; }
a:active { outline: none; }
input:active { outline: none; }
a:focus { -moz-outline-style: none; }
input:focus { -moz-outline-style: none; }
blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666666; }
address { margin: 0; }
del { color: #666666; }
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul { margin: 0 1.5em; }
li ol { margin: 0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eeeeee; }
.small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide { display: none; }
.quiet { color: #666666; }
.loud { color: #000000; }
.highlight { background: #ffff00; }
.added {
  background: #006600;
  color: #ffffff;
}
.removed {
  background: #990000;
  color: #ffffff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
label { font-weight: bold; }
fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #cccccc;
}
legend {
  font-weight: bold;
  font-size: 1.2em;
}
input[type=text], input.text, input.title, textarea, select {
  background-color: #ffffff;
  border: 1px solid #9b8f83;
  padding: 5px;
  color: #333333;
}
input[type=text]:focus { border-color: #666666; }
input.text:focus { border-color: #666666; }
input.title:focus { border-color: #666666; }
textarea:focus { border-color: #666666; }
select:focus { border-color: #666666; }
input[type=text], input.text, input.title, textarea, select { margin: 0.5em 0; }
input.text, input.title {
  width: 300px;
  padding: 5px;
}
input.title { font-size: 1.5em; }
textarea {
  width: 390px;
  padding: 5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
  position: relative;
  top: 0.25em;
}
form.inline { line-height: 3; }
form.inline p { margin-bottom: 0; }
.error, .notice, .success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
}
.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.red { color: #d42626; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.break {
  float: left;
  clear: both;
}
.texthide {
  overflow: hidden;
  width: 0;
  height: 0;
  display: block;
  text-indent: -999px;
}
.position1 {
  z-index: 1;
  position: relative;
}
.rounded_corners3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.rounded_corner_bottom {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.hr {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px dashed #cdc3b9;
  margin: 12px 0 9px;
}
.hr hr { display: none; }
blockquote {
  border: 3px solid #f6f6f6;
  color: #666666;
  font-family: georgia;
  font-size: 12px;
  margin: 0 0 15px;
  padding: 13px 13px 0;
  line-height: 1.6;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
h3 {
  margin-bottom: 7px;
  color: #111111;
}
h3 a { color: inherit; }
body { background: url(../images/bg_top.jpg) repeat-x 3px 25px; }
div#container {
  width: 960px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
div#header {
  width: 975px;
  height: 170px;
  float: left;
  clear: both;
  position: relative;
  z-index: 10;
  background: url(../images/bg_header2.jpg) no-repeat  2px bottom;
}
div#header h1.logo a {
  display:block;
	height:57px;
	left:238px;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	top:62px;
	width:500px;
}
div#header div.page-navi {
  position: absolute;
  top: 132px;
  left: 232px;
  z-index: 3;
}
div#header div.page-navi ul.sf-menu {
  list-style-type: none;
  float: left;
  width: 576px;
  margin: 0;
  padding: 0;
}
div#header div.page-navi ul.sf-menu li a {
  float: left;
  clear: none;
  margin: 0;
  padding: 23px 0 5px;
  height: 33px;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
}
div#header div.page-navi ul.sf-menu li.page-item-18 a {
/*  background: url(../images/botonera.png) 0 0 no-repeat;
*/  width: 72px;
  padding-left: 20px;
}
div#header div.page-navi ul.sf-menu li.page-item-8 a {
/*  background: url(../images/botonera.png) -86px 0 no-repeat;
*/  width: 80px;
}
div#header div.page-navi ul.sf-menu li.page-item-10 a {
/*  background: url(../images/botonera.png) -167px 0 no-repeat;
*/  width: 55px;
}
div#header div.page-navi ul.sf-menu li.page-item-15 a {
/*  background: url(../images/botonera.png) -222px 0 no-repeat;
*/  width: 106px;
}
div#header div.page-navi ul.sf-menu li.page-item-12 a {
/*  background: url(../images/botonera.png) -328px 0 no-repeat;
*/  width: 79px;
}
div#header div.page-navi ul.sf-menu li.page-item-13 a {
/*  background: url(../images/botonera.png) -337px 0 no-repeat;
*/  width: 74px;
}
div#header div.page-navi ul.sf-menu li.page-item-9 a {
/*  background: url(../images/botonera.png) -407px 0 no-repeat;
*/  width: 82px;
  padding-right: 33px;
}
div#header div.page-navi ul.sf-menu li.current_page_item a { text-decoration: underline; }
div#header div.page-navi ul.sf-menu li.current_page_item ul a { text-decoration: none; }
div#header div.page-navi ul.sf-menu li.page-item-9 a {
  background: url(../images/blog_bubble.png) 0 0 no-repeat;
  font-weight: bold;
  height: 40px;
  padding: 4px 5px 5px;
  position: absolute;
  right: -21px;
  text-align: center;
  top: -9px;
  width: 41px;
  color: #ffffff;
}
div.slideshow {
  width: 960px;
  height: 371px;
  float: left;
  clear: both;
  background: url(../images/bg_slideshow2.jpg) no-repeat;
  z-index: 1;
  position: relative;
  margin: 0 0 0 2px;
  overflow: hidden;
  top: 0;
}
div.slideshow img {
  width: 805px;
  height: 281px;
}
div.slideshow div { margin: 38px 0 0 82px; }
div.slideshow a { text-decoration: none; }
div.slideshow a:hover { text-decoration: none; }
.nav {
  float: right;
  position: relative;
  right: 72px;
  top: -36px;
  width: auto;
  z-index: 99;
}
.nav a {
  float: left;
  clear: none;
  height: 21px;
  width: 20px;
  margin: 0;
  background: url(../images/slide_bull.png) no-repeat -18px 0;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.nav .activeSlide { background-position: 0 0; }
div#left-column {
  float: left;
  clear: none;
  margin: 0 20px 0 71px;
  width: 507px;
  display: block;
  padding-top: 15px;
}
div#left-column h2 {
  border-bottom: 1px dashed #cdc3b9;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
div#sidebar {
  background: url(../images/sidebar_body_bg.jpg) repeat-y 0 0;
  padding: 13px 22px 30px;
  position: relative;
	margin-left: 1px;
	float: left;
  clear: none;
  width: 293px;

}
div#sidebar div.sidebartop {
 /* background: url(../images/sidebar_top_bg.jpg);
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 340px;
  height: 18px;
  z-index: 9;*/
    display: none;
}
div#sidebar div.sidebarbottom {
  background: url(../images/sidebar_bottom_bg.jpg);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  z-index: 9;
}
div#sidebar #subsidebar ul {
  list-style-type: none;
  margin: 7px 0;
  padding: 0;
}
div#sidebar #subsidebar li {
  background: url(../images/bull.gif) no-repeat 0 5px;
  padding-left: 11px;
  margin-bottom: 8px;
}
div#sidebar #subsidebar p { margin: 0 !important; }
div#sidebar h3 {
  color:#555555;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
div#sidebar h2 {
  border-bottom: 1px dashed #cdc3b9;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
div#sidebar div#blogposts {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 9px;
}
div#sidebar div#blogposts h2 { background: url(../images/closequoted.gif) no-repeat right -2px; }
div#sidebar div#casestudies {
  float: left;
  clear: both;
  width: 100%;
}
div#sidebar .date {
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #aca196;
}
div#sidebar .post { margin-top: 5px; }
div#sidebar .post p { margin: 0 0 3px; }
.readmore { margin: 7px 0; }
.readmore a {
  color: #056483;
  font-style: italic;
  padding-right: 19px;
  background: url(../images/arrow3.jpg) no-repeat right top;
}
.more-link { margin: 7px 0; }
.more-link a {
  color: #056483;
  font-style: italic;
  padding-right: 19px;
  background: url(../images/arrow3.jpg) no-repeat right top;
}
.partner-title { color: #9b8f83; }
div#pagebody {
  float: left;
  clear: both;
  background: url(../images/body_bg.jpg) repeat-y 0 0;
  width: 970px;
  position: relative;
  z-index: 2;
  top: -22px;
}
div#pagebody div.top {
  /*background: url(/images/body_top_bg.jpg) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  display: block;
  z-index: 5;*/
  display: none;
}
div#footer {
  width: 975px;
  float: left;
  clear: both;
  z-index: 1;
  position: relative;
  height: 135px;
  background: url(../images/footer_bg.jpg) no-repeat 0 0;
  margin-top: -22px;
}
div#footer div#sitemap {
  widht: auto;
  position: absolute;
  top: 13px;
  left: 158px;
}
div#footer div#sitemap a { color: #333333; }
div#footer div#sitemap h1 {
  margin: -5px 0 7px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #056483;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#footer div#sitemap ul {
  margin: -8px 0 0 0;
  list-style-type: none;
  font-size: 11px;
}
div#footer div#sitemap ul li {
  float: left;
  clear: none;
  width: auto;
  margin: 6px 4px 2px 0;
  padding: 0 4px 0 0;
  border-right: 1px solid #cccccc;
}
.linkto {
display: block;
margin-top:3px;
color: #999;
}

div#footer div#sitemap ul li a { color: #666666; }
div#footer div#interact {
  widht: auto;
  position: absolute;
  top: 13px;
  left: 765px;
}
div#footer div#interact h1 {
  margin: 2px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #9b8f83;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#footer div#interact ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
}
div#footer div#interact ul li {
  float: left;
  clear: none;
}
div#footer div#interact ul li a {
  width: 100px;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  width: 47px;
  height: 47px;
}
div#footer div#interact ul li a:hover { background-position: 0 -48px; }
div#footer div#interact ul li .contact { background: url(../images/contact.png) no-repeat 0 0; }
div#footer div#interact ul li .facebook { background: url(../images/facebook.png) no-repeat 0 0; }
div#footer div#interact ul li .twitter { background: url(../images/twitter.png) no-repeat 0 0; }
.textfield {
  float: left;
  clear: none;
  width: 50%;
}
.textfield input { width: 214px; }
textarea {
  width: 466px;
  height: 114px;
}
.send input {
  background: url(../images/send_btn_2.jpg) no-repeat 0 0;
  cursor: pointer;
  width: 111px;
  height: 62px;
  border: 0 none;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  
  float: right;
  margin-right: 19px;
}
.sf-menu { position: relative; }
.sf-menu ul {
  margin: -3px 0 0 0 !important;
  background: #ffffff;
  list-style-type: none;
  margin: 23px 0 0 !important;
  padding: 3px 5px 9px;
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
  padding: 2px 2px 0 10px !important;
  margin: 0 !important;
  background: #ffffff !important;
}
.sf-menu ul li a {
  height: 20px !important;
  padding: 0 0 7px !important;
  width: auto !important;
  background: #ffffff !important;
}
.sf-menu li:hover { visibility: inherit; }
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul {
  left: 0;
  top: 2.4em;
  z-index: 99;
}
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.4em;
  z-index: 99;
}
ul.sf-menu li:hover li ul { top: -999em; }
ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li.sfHover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li:hover li ul { top: -999em; }
ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul {
  left: 10em;
  top: 0;
}
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}
.minislideshow {
  width: 505px;
  height: 182px;
  overflow: hidden;
  display: block;
}
.mininav {
  float: right;
  position: relative;
  width: auto;
  z-index: 99;
  margin-right: 10px;
}
.mininav a {
  float: left;
  clear: none;
  height: 21px;
  width: 20px;
  margin: 0;
  background: url(../images/slide_bull.png) no-repeat -18px 0;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.mininav .activeSlide { background-position: 0 0; }
.postimage img {
  border: 3px solid #dddddd;
  width: 495px;
  height: 172px;
  display: block;
}
.slideshowpic {
  border: 3px solid #dddddd;
  width: 495px;
  height: 172px;
  display: block;
}
.clientname {
  color: #056483;
  font-size: 20px;
  margin: 15px 0 7px;
}
.sf-shadow ul {
  background: url('../images/shadow.png') no-repeat bottom right;
  padding: 0 21px 8px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off { background: transparent; }
.sf-sub-indicator {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 8px;
  height: 11px;
  margin-left: 3px;
  background: url(../images/droparrow.jpg) no-repeat 0 0;
}
.sidybary {
  list-style-type: none;
  margin: 0;
  padding: 0 0 11px;
}
.sidybary ul li {
  background: transparent url(../images/bull.gif) no-repeat scroll 0 5px;
  margin-bottom: 8px;
  padding-left: 11px;
}
.sidybary ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 11px;
}
.sidybary ul ul li {
  background: transparent url(../images/bull.gif) no-repeat scroll 0 5px;
  margin-bottom: 8px;
  padding-left: 11px;
}
#responses h3 { color: #666666; }
#responses ol.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#responses ol.commentlist li {
  float: left;
  clear: both;
  width: 100%;
  padding: 7px 7px 0;
  border: 1px solid #e6e6e6;
  margin: 3px 0 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.somethingmore {
  background-color: #222222;
  bottom: -104px;
  color: #ffffff;
  left: -79px;
  padding: 10px;
  position: absolute;
  width: 785px;
  height: 60px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-shadow: #000000 1px 1px 0px;
}
.somethingmore h2 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 1px !important;
  padding: 0;
}
.somethingmore .text {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
