@charset "UTF-8";
body {
	background-color: #eeeeee;
	background-image: url(/images/tinystripes.png);
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    color: #666;
	font-size: 13px;
	margin: 0px;
}
a { outline: none; }
.error {color: red; }

.wrapper{
	position: relative;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	width: 975px;
	height: 98px;
	padding-top: 10px;
}

.logo{
	width: 370px;
	height: 63px;
	float: left;
	padding-top:15px;
	padding-left: 10px;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
  font-size: 44px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #52BD00;

}

.logo-light{
	color: #666;
}

h1.logo{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	float: left;
}

.navigation{
	float: right;
	margin-top: -15px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px;
    padding: 0; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.backLava {
            background-color: #52BD00;
            width: 0px; height: 30px;
            z-index: 8;
            position: absolute;
        }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
            overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
            color: black;
            text-align: center;
            height: 30px;
            top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: 0 8px;
        }

.middle-left, .middle-right {
  border: #D1D1D1 solid 2px;
  color: #28292d;
	width: 435px;
	height: 230px;
	padding: 0 20px;
	float: left;
	background: url(/images/middle-left-bg.jpg) repeat-x;
	font-size: 14px;
	margin-bottom: 7px;
	margin-right: 16px;
	position: relative;
	overflow-y: hidden;
}

.middle-left h1, .middle-left h2, .middle-left h3, .middle-left h4{
	font-weight: normal;
	color: #28292d;
}
  .testimonial-nav { right: 5px; top: 92px; position: absolute; }
    .testimonial-nav a {
      background: #FEFEFE;
    	border: #D1D1D1 solid 2px;
     	padding: 0 10px;
      text-decoration: none;
      letter-spacing:1px;
    }
    .testimonial-nav a:hover {
      color: #52BD00;
      background: white;
    }
  .testmonial-container {
    width: 480px;
    height: 235px;
    overflow: hidden;
    position: relative;
  }
    .testmonial-container .middle-right {
      position: absolute;
      left: 0;
      top: 0;
    }
    img.testimonial-qoute {
      padding-top: 10px;
    }
    img.testimonial-img {
      position: absolute;
      left: 0;
      top: 0;
    }

.main{
  background-color: white;
  border: #D1D1D1 solid 2px;
	width: 970px;
	clear: both;
	background-repeat: repeat-y;
}

.main-left{
	width: 515px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 20px;
}

.main-right{
	position: relative;
	width: 292px;
	margin-right: 7px;
	float: left;
	background-color: #D8D8D8;
	color: #333;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.main-right-top{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/main-right-top.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 13px;
}

.main-right-bottom{
  border: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/images/main-right-bottom.gif);
	background-repeat: no-repeat;
	width: 352px;
	height: 13px;
}

.main-right h1, .main-right h2, .main-right h3, .main-right h4{
	color: #28292d;
}

.seperater{
	height: 20px;
	clear: both;
}

.footer{
	width: 995px;
	height: 80px;
	color: #666;
	font-weight: normal;
    font-size: 13px;
	letter-spacing: 1px;
}

.footer-left{
	width: 270px;
	float: left;
	padding-left: 12px;
}

.footer-right{
	width: 695px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.footer a{
	color: #666;
	text-decoration: none;
}

.footer a:hover{
	color: #999999;
	text-decoration: none;
}

.footer-right a{
	margin-left: 5px;
	margin-right: 5px;
}

.footer ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 13px;
}

.footer li{
	display: inline;
}

.footer p{
	padding: 0px;
	margin: 0px;
}

h1{
	font-size: 24px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
}
  h1 .icon {
    margin-right: 5px;
    vertical-align: text-bottom;
  }

h2{
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px; 
	font-weight: normal;
}

h3{
	font-size: 18px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px; 
	font-weight: normal;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #3a3a3b;
	letter-spacing: -1px;
	padding-top: 0px;
	margin-top: 0px; 
	font-weight: normal;
}

p{
	line-height: 18px;
}

ul{
	font-size: 12px;
	line-height: 24px;
}

a{
	color: #666666;
	text-decoration: underline;
}

a:hover{
	color: #157992;
	text-decoration: none;
}

.small{
	font-size: 10px;
	letter-spacing: 0px;
	
	}