/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
  font-size: 11px;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #626eac url(../images/light_body.jpg) repeat-y top center;
  font: 400 100% verdana, arial, sans-serif;
  line-height: 170%;

  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2px 0;
  padding: 0;
}


h1 {
  margin:0;
  padding-top;20px;
  font-size: 190%;
  color: #752629;
  font-weight:bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
}

h2 {
  margin-top:6px;
  font-size: 150%;
  color: #334086;
  font-weight:bold;
  clear:both;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}





/* Links */
a {
  text-decoration: none;
  color: #334086;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a.result{
  font-weight:bold;
  text-decoration: underline;
}


/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}


/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
  
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/*   link icons     */
    a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/email.png) center left no-repeat;
    }

    a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_white_acrobat.png) center left no-repeat;
    }

    a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_white_flash.png) center left no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_white_excel.png) center left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_white_powerpoint.png) center left no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_word.png) center left no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(../images/icons/page_white_zip.png) center left no-repeat;
    }
    .employees{
        text-align:left;
        font-size:110%
    }
    .employees strong{
        color: #752629;
    }
    h2 em{
        float: right;
        font-size:80%;
        color: #752629;
        text-decoration:underline;
    }

 #links-page{
     font-size: 130%;
     line-height:1.4;
 }

/* =faq page */
div.faq {
	margin: 10px 0 0 0;
}

div.faq .question {
    color: #334086;
    cursor:  hand;
    cursor:  pointer;
    background: url(../images/right.gif) no-repeat left 5px;
    padding-left: 12px;
    font-weight: bold;
}

div.faq .question.active {
	background-image: url(../images/down.gif);
}

div.faq .answer  {
	margin-left: -20px;
    display:none;
}