* {
  -webkit-text-size-adjust: 100%;
  font-size: 1em;
  padding: 0;
  margin: 0;
}

ol {
  padding:0px;
}

table {
  border-spacing: 0px;
}

img {
  border: 0px;
}

input[type=submit], input[type=button], button, a  {
  cursor: pointer;
}

div1 {
  border: 1px  solid  red;
}

a {
  text-decoration: none;
  color: rgb(2, 89, 161);
}

a:hover {
  text-decoration: underline;
}

fieldset  {
  border: 0px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0.35em  0.75em  0.625em;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  background-color: rgb(255, 255, 255);
}

#headerWrapper, #topBarWrapper, #topBarHome, #mainContentWrapper, #footerWrapper  {
  display: table;
  width: 100%;
  clear: both;
}

#headerWrapper {
  height: 120px;
}

#mainContentWrapper  {
  background: url('../images/layout/mainContentWrapper_bg.png')  center  top  repeat-x  rgb(255, 255, 255);
}

#footerWrapper {
  border-top:5px solid rgb(212, 228, 239);
  background-color: rgb(244, 247, 250);
  padding-top:10px;
  margin-top:0px;
}

#headerContent, #mainContent, #footerContent, #topBarContent  {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}


#logo  {
  background: url('../images/layout/logo.png')  top  left  no-repeat  rgb(255, 255, 255);
    margin-top: 25px;
  margin-left: 30px;
  width: 201px;
  height: 66px;
  float: left;
}

#hotLinks  {
  display: block;
  width: 500px;
  height: 20px;
  margin-top: 20px;
  margin-right: 30px;
  float: right;
  padding-right: 0px;
}

#hotLinks  ul  {
  display: block;
  list-style-type: none;
  float: right;
  margin-top:0px;
}

#hotLinks  ul  li  {
  color: rgb(2, 89, 161);
  font-size: 0.8em;
  float: left;
  margin-left  : 10px;
}

#hotLinks select {
  font-size: 0.95em;
}

#hotLinks  ul  li  a{
  color: rgb(2, 89, 161);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 0.95em;
  text-decoration: none;
  text-transform: lowercase;
}

#hotLinks  ul  li  a:hover{
  text-decoration: underline;
}

#searchBar  {
  margin-top: 20px;
  margin-right: 30px;
  display: block;
  width: 370px;
  height: 28px;
  float: right;
  background-color: rgb(242, 246, 249);
  border:1px solid rgb(207, 223, 233);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 0.95em;
}

#quick-search-btn {
  width: 19px;
  height: 19px;
  padding:5px 3px;
  display:block;
  float: left;
}

#quick-search-txt, input.searchbox {
  background-color: transparent;
  border:0;
  width: 340px;
  padding:6px 0px;
  color: rgb(2, 89, 161);
  font-size: 0.94em;
}

#topBarWrapper  {
  height: 47px;
  background: url('../images/layout/topBar_bg.png')  center  top  repeat-x  rgb(0, 114, 188);
}


#mainContent  {
  background: url('../images/layout/mainContent_bg.png') top left no-repeat rgb(255, 255, 255);
}

#topMenu  {
  float: left;
  height: 47px;
  padding-left:37px;
  width: 760px;
}

#topSocial  {
  margin-top: 7px;
  /* padding-right:25px; */
  float:right;
  width: 185px;
  height:35px;
}l

#topSocial p {
  margin:0;
  padding:0;
}

#topMenu  ul  {
  margin-top:13px;
  margin-left:0px;
  padding-left:0px;
  display: block;
  float:left;
  list-style-type: none;
}

#topMenu  ul  li  {
  float: left;
  padding-right:29px;
  padding-bottom:10px;
  color: rgb(255, 255, 255);
}

#topMenu ul.top-menu li a.active, #topMenu ul.top-menu li a:hover {
  border-bottom: 2px solid rgb(255, 255, 255);
}

#topMenu ul.top-menu  li  a{
  font-size: 1.0em;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-decoration: none;
  text-shadow: rgb(51, 51, 51)  1px  2px;
  padding-bottom: 2px;
}

#topMenu ul li.item1 {
  display: none;
}

#submenuplaceholder ul {
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    width: 170px;
    -webkit-box-shadow: rgba(32, 32, 32, 0.5) 3px 3px 5px 0px;
    -moz-box-shadow: rgba(32, 32, 32, 0.5) 3px 3px 5px 0px;
    box-shadow: rgba(32, 32, 32, 0.5) 3px 3px 5px 0px;
    border: 1px solid rgb(67, 102, 132);
}

#submenuplaceholder ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    height: auto;
}

#submenuplaceholder ul li a {
    color: rgb(16, 52, 83);
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 10px 10px;
    font-size: 0.75em;
    text-shadow: none;
}

#submenuplaceholder ul li a.activedropdownmenu {
    font-weight: bold;
    font-size: 0.85em;
}

#submenuplaceholder ul li:hover, #submenuplaceholder ul li.active {
    text-decoration: none!important;
}

#submenuplaceholder ul li a:hover {
    background-color: rgb(148, 198, 231);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#leftCol {
  width:240px;
  padding-left:20px;
  float:left;
}

#leftContainer {
  margin-left: 0px;
  width: 230px;
  float: left;
}

#leftMenu {
  margin-left: 0px;
  margin-top: 1em;
  width: 230px;
  float: left;
}

#leftMenu  ul  {
  padding-left: 0px;
  margin-left: 10px;
  font-size: 0.99em;
}

#leftMenu ul li{
  list-style-type: none;
}

#leftMenu ul li a {
  display:block;
  font-size: 1.05em;
  padding: 0.9em 0.5em;
  color: rgb(101, 101, 101);
  /* border-bottom: 1px solid #eee; */
}

#leftMenu ul li a.active {
  background-color: rgb(148, 198, 231);
  color: rgb(255, 255, 255);
  background-image: none;
  /* border-bottom:0 none; */
}

#leftMenu ul ul {
  font-size: 0.8em;
  margin: 0;
  /* border-bottom:1px solid #eee; */
}

#leftMenu ul ul li a {
  margin: 0 15px;
  background-image: none;
  /* border-bottom:0 none; */
}

#leftMenu ul ul li a.active {
  background-color: rgb(148, 198, 231);
  color: rgb(255, 255, 255);
}

#leftMenu ul ul ul {
  margin-left:10px;
}

#leftMenuTitle {
  font-size: 1.4em;
  font-weight: 500;
  margin: 60px 20px 20px 20px;
}


#content {
  margin: 0px;
  display: block;
  width: 690px;
  padding: 10px 20px 20px 30px;
  float: right;
}

#content p {
  margin: 1em 0;
}

#breadcrumbs {
    color: rgb(2, 89, 161);
    font-size:0.7em;
    margin-bottom:10px;
}

#footerContent p {
  margin: 1em 0;
}

#footerProducts, #footerCustomer, #footerNetwork {
  float: left;
  color: rgb(0, 114, 188);
  width: 180px;
  margin-left: 30px;
}

#footerAbout {
  float: right;
  color: rgb(0, 114, 188);
  width: 300px;
  margin-right: 30px;
}

#footerProducts ul, #footerCustomer ul, #footerNetwork ul  {
  list-style-type: none;
  margin-left:0px;
  padding-left:0px;
}


#footerProducts ul li, #footerCustomer ul li, #footerNetwork ul li {
  margin-bottom:10px;
  font-size: 0.8em;
}

#footerProducts ul li a, #footerCustomer ul li a, #footerNetwork ul li a {
  text-decoration: none;
  color: rgb(0, 114, 188);
}

#footerProducts ul li a:hover, #footerCustomer ul li a:hover, #footerNetwork ul li a:hover {
  text-decoration:underline;
}

#footerProducts p, #footerCustomer p, #footerNetwork p, #footerAbout p {
  font-size: 1.02em;
  font-weight: 600;
  margin-top:5px;
}

#footerAbout p.desc {
  font-weight: normal;
  font-size: 0.8em;
}

#footerCopyright {
  display: block;
  padding-top: 10px;
  clear: both;
  font-size: 0.7em;
  font-weight: 600;
  color: rgb(0, 114, 188);
  margin-left: 30px;
}


#footerCopyright p.copyright{
  color: rgb(153, 153, 153);
  font-weight: normal;
}


#linkedin {
  float:right;
  display:block;
  background: url('../images/layout/icon_linkedin.png') top left no-repeat;
  width: 34px;
  height: 35px;
}

#rss {
  float:right;
  display:block;
  background: url('../images/layout/icon_rss.png') top left no-repeat;
  width: 34px;
  height: 35px;
}

#twitter {
  float:right;
  display:block;
  background: url('../images/layout/icon_twitter.png') top left no-repeat;
  width: 34px;
  height: 35px;
}

#facebook {
  float:right;
  display:block;
  background: url('../images/layout/icon_facebook.png') top left no-repeat;
  width: 34px;
  height: 35px;
}

#google_plus {
  float:right;
  display:block;
  background: url('../images/layout/icon_google_plus.png') top left no-repeat;
  width: 35px;
  height: 35px;
}

span.newsDate {
  font-size: 0.85em;
  color: rgb(153, 153, 153);
}

#content .contentdescription p {margin:0px;}

form fieldset {
    border: 2px groove threedface;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.35em 0.75em 0.625em;
    width: 645px;
    margin-top: 10px;
}

fieldset legend {
    color: rgb(2, 89, 161);
    font-size: 1.0em;
    padding: 0px 5px;
}

.form_element {
    margin: 0px;
    width: 100%;
}

fieldset table {
    width: 100%;
}

fieldset table tr td.right {
    width: 20px;
}

.form_element .cf_inputbox {
    width: 100%;
}

.form_element textarea {
    height: 100px;
    width: 100%;
}

.cf_button input{
    margin-top: 10px;
    width: 100px;
    height: 25px;
    font-size: 1.25em;
}

.cf_captcha img {
    display:block;
}

.sectiontableentry1 a, .sectiontableentry2 a,
.newsTitle
{
    font-size: 0.9em;
}


/***************************************************************************/
/*                            Service Locator Styles                       */
/***************************************************************************/

div.servloc table {
    padding: 0px;
    margin: 0px;
    font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
    font-size: 0.90em;
    color: rgb(51, 51, 51);
}

div.servloc table td {
    vertical-align: middle;
}

div.servloc form table td {
    padding: 2px 5px;
}

div.servloc form table td.left {
    width: 200px;
    text-align: right;
}

div.servloc form table td.right {
    width: 300px;
}

div.servloc form table td.right select {
    width: 100%;
}

div.servloc form input[type=submit] {
    width: 80px;
    margin: 10px 0px 10px 215px;
    padding: 5px;
    font-size: 0.90em;
}

div.servloc div.servloc-pagination {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 0.90em;
}

div.servloc a.servloc-locate {
    font-style: italic;
    font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
    font-size: 0.95em;
}

div.servloc table.servloc-results {
    width: 100%;
}

div.servloc table.servloc-results th {
    background-color: rgb(79, 131, 189);
    font-weight: inherit;
    padding: 5px;
    border: solid 1px rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

div.servloc table.servloc-results td {
    border: solid 1px rgb(255, 255, 255);
    padding: 3px;
}

div.servloc table.servloc-results tr {
    background-color: rgb(208, 216, 231);
}

div.servloc table.servloc-results tr.even {
    background-color: rgb(233, 236, 243);
}

/***************************************************************************/
/*                            Homepage Slideshow                           */
/***************************************************************************/

#home_slideshow {
    margin:0 0 10px 5px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}

#home_content {
  line-height: 160%;
  margin-left: 30px;
  padding-top:20px;
}

#home_content div.componentheading {
  display: none;
}


/***************************************************************************/
/*                            Service Locator Google Map Styles            */
/***************************************************************************/

#content .gmap-placemark-headline {
    font-size: 1.4em;
    color: #000;
}

#gmap_search_panel {
    position: absolute;
    bottom: 23px;
    right: 5px;
    width: 300px;
    z-index: 5;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #979797;
    font-size: 12px;
    display: none;
}
#gmap_search_box {
    width: 298px;
    border: 1px solid #DDDDDD;
}

table.gmap-legend {
    margin-top: 10px;
    width: 640px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9em;
}

table.gmap-legend td {
    padding-right:8px;
}

.gmap-placemark-description {
    font-size:13px;
    font-family: arial, sans-serif;
    margin: 5px 0 10px 0;
}

.gmap-placemark-description td {
    vertical-align: top;
}

.gmap-placemark-logo {
    padding: 5px 10px 0 5px;
}

.gmap-placemark-logo img {
    width: 100px;
    height: 32px;
}

.gmap-placemark-address {
    text-align: left;
}

.gmap-placemark-address div {
    margin-bottom: 3px;
}

.gmnoprint h1 {
    color: black!important;
    font-size: 100%!important;
    padding-top: 5px;
}

#title_hear_from_our_customers{
    color:#0570b8;
    font-size:25px;
    margin-top:15px;
    margin-bottom:5px;
}

#quote_outer_box{
    border-top:#dadada 1px solid;
    width:290px;
    margin-bottom:20px;
    background:url('../images/layout/quote_start.gif') left top no-repeat;
}

#quote_inner_box{
    border-bottom:#dadada 1px solid;
    padding:15px 15px 15px 25px;
    font-style:italic;
    color:#999;
    font-family:georgia;
    font-size:16px;
    text-align:left;
    line-height:20px;
    background:url('../images/layout/quote_end.gif') right bottom no-repeat;
}
/***************************************************************************/
/*                            ChronoForm styles                            */
/***************************************************************************/
#content .chronoForm {
}

#content .chronoForm fieldset {
/*  background-color: rgb(242, 246, 249); */
  background-color: rgb(255, 255, 255);
    border: 1px solid rgb(207, 223, 233);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  color: rgb (102, 102, 102);
  line-height: 100%;
  padding: 20px;
  width: 600px;
}

#content .cf_inputbox, #content .cf_checkbox, #content .cf_radiobutton, #content textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  padding:5px;
  font-size: 0.95em;
  color: rgb(2, 89, 161);
  background-color: rgb(242, 246, 249);
  font-family: "Trebuchet MS", Georgia, Arial, Verdana, sans-serif;
}

#content .cf_inputbox, #content textarea  {
  border: 1px solid rgb(207, 223, 233);
  width: 580px;
}

#content .cf_textbox, #content .cf_label, #content .form_item, #content .cf_text {
  color: rgb(102, 102, 102);
  line-height: 130%;
  /* font-size: 1.0em; */
  font-family: "Trebuchet MS", Calibri, sans-serif;
  text-align: left;
}

#content .cf_label {
        font-size: 0.9em;
}

#content .chronoform {
  margin: 20px 0px;
  font-size: 10px;
}

#content .cf_captcha {
  background-color: rgb(255, 153, 153);
  padding:20px;
  width: 120px;
  border: 1px solid red;
        margin-top: 1em;
}

#content .cf_captcha input {
  border: 1px solid red;
  font-size:1.8em;
  padding: 5px;
  width: 100px;
  margin-bottom: 10px;

}

#content .cf_button input {
  background-color: rgb(2, 89, 161);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(51, 102, 153);
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px;
  height: 30px;
  font-family: Calibri, "Trebuchet MS", sans-serif;
}

#content .cf_button input:active {
  background-color: rgb(0, 51, 102);
  color: rgb(102, 153, 204);
  border: 1px solid rgb(51, 102, 153);
}


#content .cf_alert ol li {
  margin: 10px 0px 10px 30px;
}

#content .cfclear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

/***************************************************************************/
/*                            Service Locator Styles                       */
/***************************************************************************/

#content table.servloc-results th {
  color: rgb(255, 255, 255);
  font-size: 0.95em;
}

#content table.servloc-results td {
  cell-padding: 5px;
}

#content .servloc-results-legend {
        margin-top: 15px;
  font-size: 0.9em;
}

/***************************************************************************/
/*                        Search Form & Search Result Styles               */
/***************************************************************************/

#searchForm table.contentpaneopen,
.search .word
{
  background-color: rgb(242, 246, 249);
    border: 1px solid rgb(207, 223, 233);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: rgb (102, 102, 102);
    padding: 20px;

}

#searchForm table.contentpaneopen td {
  padding: 10px 10px;
  vertical-align: center;
  color: rgb(102, 102, 102);
}

.search .word {
    padding: 20px 0 30px 30px;
    color: rgb(102, 102, 102);
}

#searchForm button.button {
  padding: 5px;
}

#search_searchword ,
#search-searchword
{
  font-size: 0.90em;
    margin-top: 5px;
    padding: 5px;
    color: rgb(2, 89, 161);
    background-color: rgb(255, 255, 255);
    font-family: "Trebuchet MS", Georgia, Arial, Verdana, sans-serif;
    border: 1px solid rgb(207, 223, 233);
}

.search .phrases-box {
    margin: 20px 0;
}

.search .only {
    padding: 0;
    border: none;
    margin-top: 0;
}

.search .form-limit {
    text-align: right;
}

fieldset span.comment {
  color: rgb(153, 153, 153);
  font-size: 0.5em;
}

fieldset span.small {
  color: rgb(102, 102, 102);
}

fieldset span.highlight {
  background-color: rgb(255, 255, 153);
}

fieldset {
  margin-top: 20px;
}

.search-results {
    padding: 20px;
}

.search-results .result-title ,
.search-results .result-category
{
    color: rgb(102, 102, 102);
}

.search-results dd + dt {
    margin-top: 30px;
}

.pagenav {
  margin-right: 15px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;}

#content .pagination {
    text-align: center;
}

#content .pagination ul {
    margin-left: 0;
}

#content .pagination li {
    display: inline;
}

#content .pagination .counter {
    text-align: right;
}

.mainnewsletter {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: /* Calibri, */ "Trebuchet MS", Arial, sans-serif;
        color: rgb(2, 89, 161);
        text-align: center;
        margin-left: 16px !important;
        width: 210px !important;
        margin-top: 0px;
}

/***************************************************************************/
/*                        System Message                                   */
/***************************************************************************/

#system-message dt {
    display: none;
}

#system-message dd {
    font-weight: bold;
    background: #e2e2e2;
    padding: 10px 0px;
    margin-bottom: 15px;
}

#system-message ul {
    margin-left: 0px!important;
    list-style: none;
    background: none!important;
}

#system-message ul li:last-child {
    margin-bottom: 0px;
}

