@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #666666;
}
.clear {
	clear: both;
}

p {
	margin-bottom: 10px;
	color: #333333;
	font-size: 110%;
	line-height: 170%;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #D8E8F5;
}




.marginRight10px {
	margin-right: 10px;
}
.marginLeft10px {
	margin-left: 10px;
}
.marginTop10px {
	margin-top: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}
.marginRight20px {
	margin-right: 20px;
}
.marginLeft20px {
	margin-left: 20px;
}
.marginBottom20px {
	margin-bottom: 20px;
}
.header {
	background-image: url(../images/header-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 472px;
}
.leftContent {
	float: left;
	width: 250px;
	margin-right: 50px;
}
.content h1 {
	color: #FF6600;
	font-size: 280%;
	margin-bottom: 10px;
}
.content {
	background-color: #D8E8F5;
}
.bulletBox {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.content h2 {
	color: #FF6600;
	margin-bottom: 10px;
	font-size: 170%;
}
.content a {
	color: #FF6600;
}
.content a:hover {
	color: #0066FF;
}
.rightContent ul {
	margin-left: 30px;
	list-style-image: url(../images/bullet-orange.jpg);
	height: 150%;
	font-weight: bold;
	color: #000000;
}
.rightContent li {
	margin-bottom: 10px;
}
.content h3 {
	font-size: 130%;
	color: #377CB5;
	margin-bottom: 10px;
}
.rightContent {
	float: left;
	width: 650px;
	margin-right: 30px;
}
.footer {
	background-image: url(../images/footer-bkg.jpg);
	height: 197px;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #FFFFFF;
}
.footer ul {
	margin-left: 30px;
}
.footer h1 {
	margin-bottom: 5px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FF6600;
}

.linkBox {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.siteLinks {
	width: 450px;
	float: left;
}
.contactPage {
	float: right;
	width: 300px;
}
.footer p {
	color: #FFFFFF;
	font-size: 90%;
}
.footer ul li {
	margin-bottom: 10px;
}
.orange {
	color: #FF6600;
}
.testimonial {
	background-image: url(../images/testimonials-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.testimonialQuote {
	height: 284px;
	width: 210px;
	background-image: url(../images/testimonials-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}
.testimonialQuote p {
	color: #FFFFFF;
	font-style: normal;
	font-size: 120%;
	line-height: 170%;
}
.inner .header {
	height: 160px;
	background-image: url(../images/header-inner-strip.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.p-end {
	margin-bottom: 20px;
}
.testimonialPage .content p {
	font-style: italic;
	color: #0474C0;
	font-size: 120%;
	font-weight: lighter;
}
.intro {
	font-size: 160%;
	line-height: 110%;
	color: #666666;
}

/*----------------NAV-INNER----------------*/

.nav {
  width: 250px;
}
  
  .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .nav ul li {
    height: 51px;
    
    line-height: 38px;
  }
  
    .nav ul li a {
      color: #000000;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      display: block;
      background: url('../images/menubg.jpg') top left no-repeat;
      height: 55px;
      padding-left: 40px;
      position: relative;
    } 
    .nav ul li a span {
      background: url('../images/menubg.jpg') -250px 0 no-repeat;
      position: absolute;
      top:0;
      left:0;
      display: block;
      height: 55px;
      color: #fff;
      width: 250px;
      text-indent: 40px;
      opacity: 0;
    } 
      .nav ul li a:hover {
        color: #000;
      }
 
/*-------------nav-end------------*/

.thinColumn {
	float: left;
	width: 300px;
}
.inner .content {
	padding-top: 20px;
}
