/* Typography */

body {
  font-family: Arial, sans-serif;
  font-size: 62.5%;
}

h2 {
  color: #001d55;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

h3 {
  color: #001d55;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

p {
  color: #222222;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

ul, 
ol {
  margin-bottom: 1em;
}

  ul li,
  ol li {
    color: #222222;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-left: 2em;
  }
    
    ul li h2,
    ol li h2,
    ul li p,
    ol li p,
    ul li li,
    ol li li {
      font-size: 1em;
    }
    
	ul li {
	  list-style: disc outside;
	}

  ol li {
    list-style: decimal outside;
  }
  
dl {
  margin-bottom: 1em;
}

  dl dt {
    color: #001d55;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5em;
  }
  
  dl dd {
    color: #222222;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  
a {
  color: #2a5377;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
	font-weight: bold;
}
  
/* Layout */

html {
	background-color: #eeeeee;
}

body {
  background: url(../images/bg-html.gif) repeat-x top left #eeeeee;
}

#container {
  margin: 0 auto;
  width: 956px;
}

#header {
  height: 136px;
  position: relative;
  width: 100%;
}

#page {
  background-color: #ffffff;
	display: inline;
	float: left;
	padding: 12px;
	width: 932px;
}

#full_content {
	display: inline;
  float: left;
  position: relative;
  width: 100%;
}

#content {
	display: inline;
  float: right;
  position: relative;
  width: 684px;
}

#sidebar {
	display: inline;
  float: left;
  position: relative;
  width: 236px;
}

#footer {
  clear: both;
  height: 32px;
  position: relative;
  width: 100%;
}

/* Header */

#header_title {
  left: 0;
  position: absolute;
  top: 0;
}
  
  #header_title a {
    background: url(../images/logo-medium.png) no-repeat center;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: -5000px;
    width: 396px;
  }

#header_title_clients {
  left: 0;
  position: absolute;
  top: 0;
}

  #header_title_clients a {
    background: url(../images/logo-medium_clients.png) no-repeat center;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: -5000px;
    width: 396px;
  }
  
#header_chat {
	margin-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

#header_chat_clients {
  position: absolute;
  right: 0;
  top: 0;
}

  #header_chat_clients a {
    background: url(../images/txt-phone_number_clients.png) no-repeat center;
    display: block;
    height: 100px;
    overflow: hidden;
    text-indent: -5000px;
    width: 366px;
  }
  
#header_navigation {
  bottom: 0;
	_bottom: 4px;
  left: 0;
	margin: 0;
  position: absolute;
}

  #header_navigation li {
    border-right: 1px solid #436f96;
    display: inline;
		float: left;
    font-size: 1.2em;
    line-height: 26px;
		list-style: none;
    margin: 5px 0;
    padding: 0 14px;
  }
    
    #header_navigation li a {
      color: #ffffff;
    }
    
    #header_navigation li.apply a {
      color: #fffa75;
      text-transform: uppercase;
    }
    
  #header_navigation li.contact {
    border: 0;
  }

/* Content */

.floatRight {
	display: inline;  
	float: right;
  margin: 0 0 1em 1em;
}

.floatLeft {
  display: inline;
	float: left;
  margin: 0 1em 1em 0;
}

.hr {
  border-bottom: 4px double #e5e5e5;
  clear: both;
  margin: 1em 0 1.5em 0;
  width: 100%;
}

  .hr hr {
    display: none;
  }
  
.pullout {
  background-color: #1c3a54;
  border: 2px solid #000000;
  padding: 12px;
  position: relative;
  width: 208px;
  z-index: 9999;
}
  
  .pullout h2 {
    border-bottom: 4px double #4c6478;
    padding-bottom: 12px;
  }

.highlight {
  background-color: #f0f0f0;
  display: inline;
	float: left;
  margin-bottom: 2em;
  padding: 12px 12px 12px 160px;
  position: relative;
  width: 760px;
}

  .highlight .image {
    left: 24px;
    position: absolute;
    top: -10px;
  }
  
  .highlight ul {
    display: inline;
		float: left;
    margin: 0;
    width: 50%;
  }

.horizontal_banners li {
  height: 70px;
  list-style: none;
  margin: 0 0 0.5em 0;
  position: relative;
}

  .horizontal_banners li h2,
  .horizontal_banners li ul,
  .horizontal_banners li p {
    display: none;
  }

  .horizontal_banners li .more {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
    .horizontal_banners li .more p {
      display: block;
    }
  
    .horizontal_banners li .more a {
      display: block;
      height: 70px;
      overflow: hidden;
      text-indent: -5000px;
      width: 100%;
    }

		.horizontal_banners li .more .overlay {
			background: url(../images/bnr-overlay.png) no-repeat !important;
			display: none;
			left: 0;
			position: absolute;
			top: 0;
		}
  
    .horizontal_banners li.mini_fleets .more a {
      background: url(../images/bnr-mini_fleets.png) no-repeat;
    }
    
    .horizontal_banners li.small_fleets .more a {
      background: url(../images/bnr-small_fleets.png) no-repeat;
    }
    
    .horizontal_banners li.mid_sized_fleets .more a {
      background: url(../images/bnr-mid_sized_fleets.png) no-repeat;
    }
    
    .horizontal_banners li.large_fleets .more a {
      background: url(../images/bnr-large_fleets.png) no-repeat;
    }
    
  .horizontal_banners li.freight_brokers {
    height: 93px;
  }
    
    .horizontal_banners li.freight_brokers .more a {
      background: url(../images/bnr-freight_brokers.png) no-repeat;
      height: 93px;
    }

		.horizontal_banners li.freight_brokers .more .overlay {
			background: url(../images/bnr-overlay_big.png) no-repeat !important;
		}
    
.vertical_banners li {
  display: inline;
	float: left;
  height: 452px;
  list-style: none;
  margin: 0 5px 1em 5px;
  position: relative;
  width: 160px;
}

  .vertical_banners li h2,
  .vertical_banners li ul,
  .vertical_banners li p {
    display: none;
  }

  .vertical_banners li .more {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
    .vertical_banners li .more p {
      display: block;
    }
  
    .vertical_banners li .more a {
      display: block;
      height: 452px;
      overflow: hidden;
      text-indent: -5000px;
      width: 100%;
    }

		.vertical_banners li .more .overlay {
			background: url(../images/vert_bnr-overlay.png) no-repeat;
			display: none;
			left: 0;
			position: absolute;
			top: 0;
		}
    
    .vertical_banners li.transportation_and_distribution a {
      background: url(../images/vert_bnr-transportation_and_distribution.png) no-repeat;
    }
    
    .vertical_banners li.staffing_medical_it_professional_and_temporary a {
      background: url(../images/vert_bnr-staffing_medical_it_professional_and_temporary.png) no-repeat;
    }
    
    .vertical_banners li.manufacturing_and_wholesale_distributors a {
      background: url(../images/vert_bnr-manufacturing_and_wholesale_distributors.png) no-repeat;
    }
    
    .vertical_banners li.service_business_and_government_contractors a {
      background: url(../images/vert_bnr-service_business_and_government_contractors.png) no-repeat;
    }

.callout {
	clear: both;
	margin-bottom: 12px;
	text-align: center;
}

.item .more {
	text-align: right;
}

/* Footer */

#footer_copyright {
  display: inline;
	float: left;
}

  #footer_copyright p {
    color: #666666;
    font-size: 1.1em;
    line-height: 32px;
    margin: 0;
  }
  
#footer_navigation {
  display: inline;
	float: right;
  margin: 0;
}

  #footer_navigation li {
    display: inline;
		float: left;
    font-size: 1.1em;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0 6px;
  }
  
    #footer_navigation li a {
      color: #666666;
      font-weight: normal;
    }
	
/* Forms */

.form {
}

  .form .input {
    display: inline;
		float: left;
		height: 40px;
    margin: 0 1% 0.5em 1%;
    width: 48%;
  }
  
    .form .input label {
      color: #222222;
      display: block;
      font-size: 1.1em;
      line-height: 1em;
      margin-bottom: 0.5em;
    }
    
    .form .required label {
      font-weight: bold;
    }
  
    .form .input input {
      background-color: #ffffff;
      border: 1px solid #000000;
      font-size: 1.1em;
      padding: 3px;
    }

		.form .input select {
			font-size: 1.1em;
			width: 80px;
		}
    
  .form .action {
    clear: both;
    text-align: center;
    width: 100%;
  }
  
    .form .action button {
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 0;
    }
    
      .form .action button span {
        background: url(../images/btn-submit_blue.png) no-repeat;
        display: block;
        height: 37px;
        overflow: hidden;
        text-indent: -5000px;
        width: 132px;
      }
    
.pullout .input {
  height: 40px;
  margin: 0 6px 1em 6px;
  width: 92px;
}

  .pullout .input label {
    color: #ffffff;
  }

  .pullout .input input,
  .pullout .input select {
    width: 84px;
  }
  
  
.pullout .action {
  border-top: 4px double #4c6478;
  padding: 24px 0 12px 0;
}  

  .pullout .action button span {
    background: url(../images/btn-submit.png) no-repeat;
  }
  
#content .form {
  margin: 0 auto;
  width: 448px;
}

  #content .form .input {
    margin: 0 6px 1em 6px;
    width: 212px;
  }
  
    #content .form .input input {
      width: 204px;
    }
    
.form .fieldWithErrors {
  display: inline;
}

  .form .fieldWithErrors input {
    background-color: #ffe3e3;
    border-color: #ff0000;
  }
  
.errorExplanation { 
  background: #f7eded; 
  border: 1px solid #b00000; 
  margin: 0 auto 1em auto;
  padding: 12px;
  width: 660px;
}

	.errorExplanation h2 { 
	  display: none;
	}

	.errorExplanation p {
	  color: #b00000; 
	  font-size: 12px; 
	  font-weight: bold; 
	  text-align: center; 
	}

	.errorExplanation ul {
	  list-style: none;
	  padding: 0;
	  width: 100%;
	}

	  .errorExplanation ul li {
	    background: none;
	    color: #b00000; 
	    font-size: 12px; 
	    line-height: 15px; 
	    list-style: none; 
	    margin-bottom: 0;
	    padding: 0;
	    text-align: center; 
	  }

/* Replacements */

#highlight-white_glove_service h2 {
  background: url(../images/h2-take_advantage_of_iccs_white_glove_service.png) no-repeat center;
  height: 20px;
  overflow: hidden;
  text-indent: -5000px;
  width: 100%;
}

#form-receive_your_instant_online_proposal h2 {
  background: url(../images/h2-receive_your_instant_online_proposal.png) no-repeat center top;
  height: 74px;
  overflow: hidden;
  text-indent: -5000px;
  width: 100%;
}

#form-get_cash_now h2 {
  background: url(../images/h2-get_cash_now.png) no-repeat center top;
  height: 20px;
  overflow: hidden;
  text-indent: -5000px;
  width: 100%;
}

#sidebar-questions {
  background: url(../images/h3-questions.png) no-repeat center top;
  height: 43px;
  margin-top: 1em;
}

#sidebar-questions * {
  display: none;
}

#sidebar-questions_clients {
  background: url(../images/h3-questions_clients.png) no-repeat center top;
  height: 43px;
  margin-top: 1em;
}

#sidebar-questions_clients * {
  display: none;
}

.lpPoweredBy, .lpEmtStarRating {
	display: none;
}