/* 
   The breakdown:
   1.PAGE STRUCTURE
   2.HEADER
   3.FOOTER
   4.HEADINGS
   5.TEXT STYLES
   6.NAVIGATION
   7.EXTRAS
*/

/* -----------------------------------*/
/* ------->>> PAGE STRUCTURE <<<------*/
/* -----------------------------------*/
.wrapper {
  background: url(/lib/img/bgServicesPage.jpg) right 15px no-repeat;
  height: 565px;
}

.content {
  width: 360px;
  left: 90px;
}

.content p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.2em;
}

.content .intro {
  font-size: 14px;

}

.content ul {
  list-style: disc;
  margin-left: 15px;
  color: #666;
}

.content ul li {
  list-style: disc;
  font-size: 13px;
  line-height: 1.3em
}
.content a {
  text-decoration: none;
  color: #666;

}


.content .callout {
margin: 15px auto 20px;
font-size: 18px;
}
.content a:hover {

color: #3CF;
}

input, textarea {
  width: 145px;
  border: 1px solid #CCC;
  margin-bottom:9px;
}

li, ul, span-1 {
  margin:0;
  padding:0;
  list-style: none;
}

textarea {
  height: 110px;
  margin: 0px;
  margin-bottom: 15px;
}


/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

.span-1 h5 {
  display:none;
}


/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* -------->>> HEADINGS <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ------->>> NAVIGATION <<<----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

