body {
  background: #425c7e;
  color: #425c7e;
  font-size: 12px;
  font-family: Times, "Times New Roman", serif;
  margin: 0;
  padding: 0;
  float: none !important;
  text-align: center; /* Needed to center layout in old IE browsers. */
  min-width: 950px;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 6px 0;
  padding: 0 0 2px 0;
  color: #425c7e;
  background-color: #FFF;
  font-weight: normal;}

.bottom-border {border-bottom: 1px solid #E0E0E0;}

.headline {margin: 0 0 5px 0;
           padding: 0;
           font-size: 12px;}
           
.headline2 {margin: 0 0 5px 0;
           padding: 0;
           color: #C50105;
           font-size: 18px;}

ul {list-style-type: circle;}

p {padding: 0;
   margin: 0 0 10px 0;
   line-height: 140%;}

p.clear-left {clear: left;}

img {
  border: 0;
  margin: 0 0 25px 0;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  margin-right: 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 14px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 18px; color: #525252;}

a {color: #0c6af8; text-decoration: none; background-color: #FFF;}
a:link {color: #0c6af8; background-color: #FFF;}
a:visited {color: #0c6af8; background-color: #FFF;}
a:hover {color: #CC6633; background-color: #FFF;}
#content h1 a {color: #356EB5;}
            
#container {
  min-width: 900px;
  width: 100%;
  background-color: #FFF;
  color: #6C6C6C;
  text-align: left;
  padding: 2px 0 0 0;
  margin: 0 auto;
}

/* Comment form styling */

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
  display: inline-block;
  width: 60px;
}

form#commentform .required {
  margin-left: -8px;
}

p.comment-form-comment label {
  display: block;
  width: 100%;
}
            
#container2 {width: 275px;
            background-color: #FFF;
            color: #6C6C6C;
            text-align: left;
            padding: 0;
            margin: 10px auto;}
            
#container3 {width: 300px;
            background-color: #FFF;
            color: #6C6C6C;
            text-align: left;
            padding: 0;
            margin: 10px auto;}
            
#container4 {width: 800px;
            background-color: #FFF;
            color: #6C6C6C;
            text-align: left;
            padding: 0;
            margin: 10px auto;}

#header {
  background: #3D3D3D;
  color: #EEE;
  margin: 5px 7px 0 7px;
}

#header img {
  margin: 0 auto;
}

#header h1 {margin: 0;
            background: #3D3D3D;
            color: #EEE;
            padding: 0;}

#logo {display: block;
       margin: 0;}

#social {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: -100px;
  padding-right: 5px;
  z-index: 100;
}

#social img, #social a, #social a img {
  background: none;
}

#sub-header {width: 860px;
             height: 218px;
             background: #FFF url(images/combofront.jpg) no-repeat;
             color: #6C6C6C;}
             
#quotes {
     margin: 0;
     padding: 20px 10px 10px 10px;
     font-family:arial;
     font-size:16px;
     font-style:italic;
     color:#000000;
     width:360px;
     height:80px;
     border:solid 0px #000000;
     background-color:#ffffff;
     text-align:center;
   }

/* Begin main navigation menu. */

#menu {width: 100%;
       height: 52px;
       margin: 0;
       padding: 0;
       background: #FFF url(images/menu_background.jpg) repeat-x;
       color: #333;
       position: relative;
       display: block;}
       
#sub-menu {
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #333;
  position: relative;
  display: block;
}

#menu-right {
  position: absolute;
  width: 13px;
  height: 52px;
  right: 0;
  top: 0;
  background: #FFF url(images/menu_right.jpg) no-repeat;
  color: #333;
}
             
#menu-left {
  position: absolute;
  width: 13px;
  height: 52px;
  left: 0;
  top: 0;
  background: #FFF url(images/menu_left.jpg) no-repeat;
  color: #333;
}


#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 12px 0 20px 0;
  text-align: center;
}

#menu ul li {
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
  padding: 0 15px;
  border-left: 1px solid #aaa;
  height: 1em;
  line-height: 1em;
}

#menu ul li#first {
  margin: 0;
  border: none;
}

#menu ul li a {
  font-size: 16px;
  line-height: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  color: #525252;
  background-color: #FFF;
}

#menu ul li a:hover {
  color: #000;
  background-color: #FFF;
}

#sub-menu ul {list-style-type: none;
          margin: 0;
          padding: 5px 0 0;
          text-align: center;}

#sub-menu ul li {display: inline;
             margin: 10px 0 0 10px;
             padding: 0;
             font-weight: bold;}

#sub-menu ul li#first {margin: 0;}

#sub-menu ul li a {text-decoration: none;
               text-transform: uppercase;
               color: #525252;
               background-color: #FFF;
               font-size: 14px;}

#sub-menu ul li a:hover {color: #000;
                     background-color: #FFF;}                     
                     
.access-key {color: #425c7e;
             font-size: 18px;
             background-color: #FFF;
             font-weight: normal;}

/* End main navigation menu. */ 

#content {
  padding: 0 60px;
  //background: #FFF url(images/content_top.jpg) no-repeat;
  color: #6C6C6C;
  }

#secondary {
  width: 270px;
  float: right;
  padding: 0;
  margin-left: 10px;
}

/* The right-column division is your main content division. */

#right-column {
  float: right;
  margin-left: 10px;
}

#right-column article {
   padding-bottom: 80px;
}

#content .home-left {
  min-width: 350px;
  width: 45%;
  min-height: 440px;
}

#content .home-right {
  width: 52%;
  margin: 0 auto;
}

#content .faq,
#content .press,
#content .member-left {
  float: left;
  width: 200px;
  margin-right: -200px;
  margin-left: 0;
}

#content .about,
#content .press-right,
#content .members {
  min-width: 500px;
  padding-left: 250px;
}

#content .about table td {
  vertical-align: top;
}

#content .press-right table td {
  width: auto !important;
  padding-right: 20px;
}

#content .locations {
  min-width: 350px;
  margin-right: 400px;
  padding-right: 45px;
}

#content .slogin {
  float: left;
  width: 300px;
  margin-right: -300px;
}

#content .sconnect {
  min-width: 500px;
  padding-left: 330px;
}
               
#center-column {
  width: 150px;
  float: none;
  padding: 0;
  margin-center: 20px;
}

#right-column ul {
  padding: 0;
}

#right-column ul li {
  list-style-type: none;
  font-size: 1.2em;
}

/* Blog */

#content.sblog {
  padding: 20px 40px 10px 60px;
}

#content.sblog h1.entry-title a,
#content.sblog h1.entry-title {
  color: #c90101;
  font-size: 20px;
}

.sblog h2 {
  font-size: 18px;
}

#content.sblog h1.entry-title a:hover {
  color: #E63;
}

.blog-sidebar h1 {
  font-size: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px dotted #888;
  padding: 0 20px 10px 20px;
  background: none;
}

.blog-sidebar #socialshare-widget-3 h1 {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.entry-content {
  font-size: 1.3em;
  color: #525252;
  margin-top: 20px;
}

.sblog article {
  padding: 0 25px;
}

#left-column.blog-content {
  min-width: 500px;
  padding-right: 250px;
  float: left;
}

#right-column.blog-sidebar {
  width: 200px;
  padding: 0;
  margin-left: -250px;
  float: right;
}

.blog-sidebar aside {
  padding: 15px 0 5px 0;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  margin-bottom: 25px;
}

.blog-sidebar aside li {
  margin-bottom: 5px;
  background: none;
}

.blog-sidebar .socialshare-widget {
  padding: 5px 20px 10px;
}

.blog-sidebar ul li a {
  display: block;
  padding: 5px 10px 5px 20px;
}

.blog-sidebar ul li a:hover {
  background-color: #ddeef0;
  color: #E63;
}

footer.entry-meta {
  margin-bottom: 50px;
  padding: 8px 0 20px;
  border-bottom: 1px dotted #888;
  clear: both;
}

.archive h1.page-title {
  font-variant: small-caps;
  font-size: 24px;
  border-bottom: 1px dotted #888;
  margin-bottom: 40px;
}

/* Trackable Sharing */

.trackable_sharing {
  display: inline-block;
  clear: both;
  width: 150px;
  float: left;
  padding: 10px 0;
}

.trackable_sharing img {
  margin: 0;
  background: none;
}

#pre-footer {
  width: 100%;
  clear: both;
  margin: 0px;
  padding: 0px;
}              
              
#footer {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0 0 20px 0;
  //background: #FFF url(images/footer_background.jpg) no-repeat;
  color: #6C6C6C;
}

#footer-content {padding: 51px 20px 0;}

#footer-right {float: right;
               margin: 0;}

#footer p {margin: 0;}

.news {margin: 0 0 40px 0;}

.date {color: #425c7e;
       background-color: #FFF;
       font-style: italic;
       float: right;}

.left {float: left;
       margin: 3px 5px 0 0;}

.right {float: right;}

.justify {text-align: justify;}

.clear {clear: both;}

/* Begin recent clients list. */

#recent-clients {margin-bottom: 25px;
                 padding: 0;}

#recent-clients ul {margin: 0;
                    padding: 0;
                    list-style-type: none;}

#recent-clients li {display: inline;
                    padding: 0 1px 0 0;}

#recent-clients li a img {padding: 0;
                          margin: 0;
                          border: 2px solid #edecec;}

#recent-clients li a:hover img {border: 2px solid #425c7e;}

/* End recent clients list. */

/* Begin style for the featured services. */

#featured-wrapper {width: 468px; 
                   background: #FFF url(images/featured_background.png) repeat-y;
                   color: #6C6C6C;}

#featured-top {width: 468px;
               height: 48px;
               background: #FFF url(images/featured_top.png) no-repeat;
               color: #6C6C6C;}

#featured-bottom {width: 468px;
                  height: 15px;
                  background: #FFF url(images/featured_bottom.png) no-repeat;
                  color: #6C6C6C;}

#featured-content {margin: -20px 15px 0;
                   padding: 0 10px 10px 10px;}

.featured {width: 100%;
           clear: both;
           padding-bottom: 25px;}

.featured h3 {margin: 0;
              padding: 8px 0 0 0;
              background: transparent;
              font-size: 16px;}

.number {font-size: 72px;
         line-height: 72px;
         float: left;
         margin: 0 10px 0 0;
         color: #425c7e;
         padding: 0;}

/* End style for featured services. */

/* Blog navigation */
#nav-above, #nav-below  {
  width: 100%;
  padding-bottom: 30px;
  height: 50px;
  text-align: right;
  
}

#nav-above h1, #nav-below h1 {
  text-align: center;
  font-size: 14px;
  font-variant: small-caps;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
  width: 45%;
}

body.date {
  font-style: normal !important;
}