/*  
Description: 2009 MidState Precast
Section: Base Styles
Version: 1.0
Author: Daniel Stondin
Author URI: www.paulchangdesign.com
*/

/* IMPORTS */


/*
	Base Styles
	- - - - - - - - - - - - - - - - - - - - - - - */


/* General Structure *****************/
	
	body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
		background: #FFF;
	}

  #wrapper {
    width: 100%;
  }

  #header {

  }
  
  #header-container {
    width: 920px;
    margin: 0 auto 0 auto;
  }
  
  #navigation {
    background: #0E5224;
  }
  
  #navigation-container {
    width: 920px;
    margin: 0 auto 0 auto;
  }
  
  #subnav-container {
  }
  
  ul#subnav {
    width: 100%;
    margin-top: 55px;
  }
  
  ul#subnav li{
    border-top: solid 1px #BBB;
  }
  
  ul#subnav li a {
    display: block;
    padding: 10px 25px;
    color: #666;
    text-decoration: none !important;
  }
  
  ul#subnav li a:hover {
    color: #FFF;
    background: #0E331C;
  }
  
  ul#subnav li#active a{
    background: #0E331C;
    color: #EEE;
  }
  
  #main-content {
    width: 920px;
    margin: 0 auto 0 auto;
  }
  
  #primary-content {
    width: 726px;
    min-height: 500px;
    float: right;
  }
  
  #body-content ul{
    padding: 20px 0;
  }
  
  #body-content li{
    
  }
  
  #secondary-content {
    width: 192px;
    float: left;
    background: #FBFBFB;
    border-left: solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    min-height: 50px;
  }
  
  #breadcrumbs {
    padding: 20px 35px;
  }
  
  #breadcrumbs ul{
    padding: 20px;
  }
  
  #breadcrumbs li{
    float: left;
    margin-right: 5px;
    color: #666666;
  }
  
  #breadcrumbs li a{
    text-decoration: underline;
  }
  
  #body-content {
    padding: 10px 0 80px 35px;
  }
  
  #footer {
    
  }
  
  #footer-copy {
    width: 690px;
    margin: 0 auto 0 auto;
    position: relative;
    font-size: 10px;
    padding-left: 230px;
  }
  
  #footer-copy p {
    color: #FFF;
    line-height: 2.8em;
    margin-left: -10px;
  }
  
  #footer-copy a {
    color: #FFF;
    font-size: 10px;
    line-height: 2.8em;
    text-decoration: underline;
  }
  
  #footer-copy span {
    padding: 0 10px;
  }
  
  #footer-logo {
    background: url('/public/images/identity/sm-logo.jpg');
    background-position: top left;
    background-repeat: repeat;
    width: 36px;
    height: 37px;
    position: absolute;
    top: -23px;
    right: 0;
  }
  
  #upper-band {
    background: #0E5224;
    width: 100%;
    height: 19px;
  }
  
  #lower-band {
    background: #0E331C;
    width: 100%;
    height: 30px;
    margin-top: 4px;
  }
  
  #featuredproject p {
    margin-bottom: 20px;
    overflow: hidden;
  }
  
  /* See nav.css for further styles */
  
  #logo a{
    background: #FBFBFB url('/public/images/identity/main-logo.jpg');
    background-position: top left;
    background-repeat: repeat;
    width: 194px;
    height: 110px;
    border-left: solid 1px #BBB;
    border-right: solid 1px #BBB;
    display: block;
  }

  .col {
    width: 435px;
    float: left;
  }
  
  .right {
    width: 220px;
  }  
    
  .body-image {
    border: 5px solid #DDD;
    margin-left: 25px;
    margin-bottom: 30px;
  }

  ul#clientlist li {
    color: #0E331C;
    list-style: none !important;
    font-size: 14px;
    font-weight: bold;
  }
  
  ul#clientlist li ul {
    padding-left: 0;
    width: 250px;
  }
  
  ul#clientlist li ul li {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
  }

  .productItem {
  	margin-bottom: 20px;
  }
  
  .productItem a {
  	float: left;
  	margin-right: 20px;
  	width: 150px;
  }
  
  .productDesc {
	  float: left;
	  width: 520px;
  }
  
  .productItem h2 {
  	padding-top: 0;
  }
  
  ul.portfolio {
    padding: 5px 0 !important;
  }
  
  #portfolio_details p {
    padding-bottom: 10px;
  }
  
  #portfolio_details ul {
    padding: 0 0 10px 15px;
  }
  
  #portfolio_details ul li{
    list-style-position: inside;
    list-style: square;
    line-height: 1.8em;
  }
  
  ul#projectinfolist {
    padding: 0 0 10px 0;
  }
  
  ul#projectinfolist li {
    list-style-type: none !important;
  }
  
  #portfolio_details ul li span{
    font-weight: bold;
  }
  
  .description {
    display: block;
    margin-bottom: 10px;
  }
  
  .news-summary {
    margin-bottom: 10px;
  }

	p#contactinfo {
	  padding-top: 10px;
	  margin-bottom: 5px;
	}
	
	p.news-content {
	  padding-top: 10px;
	  margin-bottom: 20px;
	}
	
	#employment p{
	  margin-bottom: 5px;
	}
	
	ul#openinglist {
	  padding: 0 0 10px 15px;
	}
	
	ul#openinglist li{
	  list-style-position: inside;
    list-style: square;
    line-height: 1.8em;
	}
	
	.split {
	 margin-right: 40px;
	 float: left;
	}
	
	#map_canvas {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    border: 5px solid #DDD;
	}
	
	
/* Typography **********************/

  p {
    line-height: 1.6em;
    color: #666666;
  }
  
  strong, em, b, i {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  a {
    color: #0E5224;
    font-weight: normal;
    text-decoration: underline;
  }
  
  ul {
    line-height: 1.6em;
    color: #666666;
  }
  
  li {
    
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  h1 {
    color: #0E331C;
    font-size: 1.8em;
    padding-bottom: 25px;
  }
  
  h2 {
    color: #0E331C;
    font-size: 1.2em;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  h3 {
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 10px;
  }

  .subtitle {
    font-weight: bold;
    padding-top: 5px;
  }
  
  .small {
    font-size: 0.8em;
  }

/* Helpers *************************/

  .hide { 
    display: none; 
  }
		
	hr {
    display: block; 
    clear: both; 
    visibility: hidden; 
    height: 0; 
    border-width: 0; 
    margin: 0; 
    padding: 0;
  }
  
  .clr {
		clear:both;
	}
  
