/* Body & Global */
body {
  margin: 0;
  font-family: Futura, Arial, Sans-serif;
  font-size: 12pt;
  background-color: rgb(218,222,225);
}

a {
  color: rgb(0,45,73);
  text-decoration: none;
}

a img {
  border: 0;
}

a:hover {
  text-decoration: underline;
}

a.go {
  padding-right: 20px;
  background: transparent url("/images/arrow.png") no-repeat scroll center right;
}

a.go_rss {
  padding-right: 17px;
  background: transparent url("/images/rss-small.png") no-repeat scroll center right;
}


.info {
  color: #777;
  font-size: 80%;
}

.site_container {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

.clear {
  display: inline-block;
  height: 1px;
  line-height: 1px;
  clear: both;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #eee;
}

acronym {
  border-bottom: 1px dotted #ccc;
}

.quote {
  font-size: 80%;
  font-style: italic;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.phone {
  white-space: nowrap;
}

.content_image {
  float: right;
  margin: 0 0 1em 1em;
}

.link_code {
  font-size: 8pt;
  padding: 1em;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  margin: 1em 0;
}

/* Header */
#header {
  height: 72px;
  background: #fff url("/images/header-background.png") repeat-x scroll top left;
  position: relative;
}

#logo {
  margin-top: 10px;
}

#map {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-weight: bold;
}

#header_box {
  background-color: #000;
  border-top: 3px solid #ccc;
}

/* Side Menu */
#sidebar {
  float: left;
  width: 245px;
}

#sidebar h2 {
  font-size: 14pt;
  color: #002e48;
  margin: 0;
  padding: 0;
}

#sidebar h3 {
  color: #555;
  font-size: 12pt;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul.submenu {
  margin-left: 2em;
  font-size: 90%;
}

#sidebar ul li {
  display: block;
  margin: 0;
  padding: 0;
  margin: 10px 0;
}

#sidebar li a {
  padding: 0 0 0 20px;
  background: transparent url("/images/arrow.png") no-repeat scroll center left;
}

#sidebar li.selected_sub a {
  text-decoration: underline;
}

#sidebar p {
  color:#555;
}

/* Menu */
#menu_container {
  background-color: rgb(0,45,73);
  border-top: 3px solid #888;
}

#menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  font-family: Arial, Sans-serif;
}

#menu li {
  display: inline;
  margin: 0;
  padding: 0;
}

#menu a {
  color: #fff;
  display: block;
  float: left;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#menu a:hover {
  background: transparent url("/images/menu-selected.png") no-repeat scroll top center;
}

#menu li.selected a {
  background: transparent url("/images/menu-selected.png") no-repeat scroll top center;
  color: rgb(41,193,239);
}

#menu li.first a {

}

/* Content */
#content {
  background: rgb(230,235,233) url("/images/content-background.png") repeat-x scroll top left;
  border-top: 3px solid #ccc;
  width: 100%;
}

#content a {
  color: rgb(0,76,148);
}

#content_box {
  padding: 10px 0 0 0;
}

#content_block_container {
  width: 705px;
  float: right;
  margin-bottom: 10px;
}

#content_block {
  padding:  1em 1em 0 1em;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #555;
}

#content_block_blog {
  padding:  0 1em;
  border: 1px solid #ddd;
  background-color: #fff;
  color:#777;
  margin-left: 0px !important;
}

#content_block h1, #content_block h2, #content_block h3 {
  color: #333;
}

#content_block h1 {
  font-size: 16pt;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#content_block h2 {
  font-size: 13pt;
  margin-bottom: 0.2em;
  margin-top: 1em;
}

#content_block h3 {
  font-size: 12pt;
}

#content_block ul {
  margin-top: 0;
}

#content_block p {
 margin: 0 0 0.5em 0;
}

/* Footer */
#footer {
  clear: both;
  background-color: rgb(0,45,73);
  border-top: 4px solid rgb(241,90,36);
  color: #fff;
  font-size: 9pt;
  padding: 20px 0;
  width:100%;
}

#footer a {
  color: rgb(41,193,239);
  text-transform: uppercase;
}

#footer a.go {
  background-image: url("/images/arrow-white.png");
  display: block;
}


#footer h3 {
  color: rgb(41,193,239);
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: normal;
  margin: 0;
}

#footer .footer_subheader {
  text-transform: uppercase;
  font-size: 8pt;
  margin-bottom: 0.4em;
}

#footer p {
  margin: 0;
}

#footer p.footer_subsection {
  margin-bottom: 0.2em;
}

#footer .footer_section {
  width: 290px;
  float: left;
}

#footer_subscribe {
  text-align: right;
}

#footer_copyright a {
  text-transform: none;
}

#footer_contact {
  padding: 0 50px;
} 

#footer_blog p.blog_quote {
  font-size: 10pt;
}

#footer img.blog_quote_start {
  float: left;
  margin: 0 17px 5px 0;
}

#footer_contact {
  
}

#footer_contact form {
  margin: 0;
  padding: 0;
}

#footer_contact form p {
  margin-bottom: 0.5em;
text-align: right;
}

#footer_contact label {
  display: block;
  width: 27%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  padding-top: 0.3em;
  font-size: 8pt;
}

#footer_contact .input {
  width: 65%;
}

#footer_contact input {

}

#footer_contact .mailer-button {
  float: right;
}

#footer_info {
  
}

#footer_experts {
  
}

#footer_experts h5 {
  font-size: 9pt;
  display: inline;
  margin: 0;
  float: left;
  font-weight: normal;
}

#footer_experts p {
  display: inline;
  color: rgb(41,193,239);
  float: right;
  width: 210px;
}

#footer_contact_info a {
  text-transform: lowercase;
}

/* Our Work */
.portfolio_image {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.client_overview {
  font-size: 10pt;
}

.client_overview h2 {
  margin-bottom: 0.2em;
}

.client_overview p {
  margin: 0;
}

.client_overview p.read_more {
  text-align: right;
}

/* Services */

#services h2 {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
  clear: right;
}

/* Contact Us */
#contact_form { width: 500px; margin: 1em auto; }
#google_map { border: 1px solid #333; xwidth: 500px; height: 450px; margin: 1em auto; }

/* Partners */
#partner_list {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}

#partner_list p {
  clear: right;
  margin-bottom: 2em;
}

/* Home */
#home_overview {
  font-size: 10pt;
  margin: 1.5em 0 1em 0;
}
#home_overview h2 {
  margin-top: 0;
}
#home_overview_services {
  border-right: 1px solid #eee;
} 
.home_overview_box_container {
  float: left;
  width: 49%;
}
.home_overview_box {
  padding: 0 2em;
}
.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 */

/* News */
#news h2, #b-y-archives h2 {
  border-bottom: 1px solid #ccc;
  font-size: 14pt;
}

#news h2.entry_title {
  margin-top: 0;
}

#news .entry {
  margin-bottom: 1em;
}

.sneaky {
  display: none;
}
