/**************************************************************************
 PA Enrollment Broker web site Cascading Style Sheet
 Modified By  Description
 20081011 WPW Original
**************************************************************************/
/* Site-wide Defaults */
body {font-family: Candara, Calibri, Helvetica; font-weight: normal;
  color: #000; background-color: #600;}

a img {border: none;}

p {font-size: 80%; color: black; margin-top: 6px; margin-bottom: 6px;}

.page {position: relative; width: 960px; margin: 0 auto; 
  padding: 8px 8px 8px 8px; background-color: white;}

#topbanner {width: 960px; height: 105px; border: 0px;
  background-image: url('WciTopBanner4.jpg'); background-repeat: no-repeat;}

#overlay {position: fixed; top: 0px; left: 0px; height: 100%; width: 100%;
   z-index: 1; display: none; background-color: #ddf; background-repeat: repeat; 
  /* IE */ filter:alpha(opacity=0); /* CSS3 standard */ opacity:0;
  cursor: default;}

#jobpopup {background-color: #ff9; border: solid #006 1px; padding: 10px;
  font-size: 90%; color: #006; font-family: Candara, Calibri, Helvetica;
  font-style: Italic; display: none; position: absolute; z-index: 2;
  cursor: default; width: 500px;}

h1 {color: #308; font-family: Engravers MT, Times; font-variant: small-caps;
  line-height: 100%; margin-top: 0px; margin-bottom: 0px;}

h2 {clear: left; border-bottom: 1px solid blue; color: black; font-size: 125%;
  margin-bottom: 0px;}

h3 {color: black; font-weight: bold; font-size: 110%;}

h5 {margin-left: -6px; margin-right: -6px; margin-top: -6px; margin-bottom: 6px;
/*  border: solid; border-width: 6px; border-color: maroon; background: maroon;*/
  font-weight: bold; font-size: 90%; color: white}

#subhead {font-size: 105%;}

#captions {line-height: 70%;}

#willcaption {clear: both; float: left; text-align: left;}

#glorycaption {clear: right; float: right; text-align: right;}

#vision {height: 30px; font-size: 70%; color: #308;}

#thankyou {font-size: 95%; width: 400px; color: #308;}

#quals {clear: both; float: left; width: 400px; font-size: 80%;}

#qualstitle {float: left; width: 60%;}

#qualnames {float: left; width: 40%; text-align: right;}

#qualW {color: black; cursor: pointer;}

#qualG {color: silver; cursor: pointer;}

#qualtext {float: left;}

.separator {color: blue;}

#scrollclients {clear: right; width: 450px; float: right;
              text-indent: 0; font-size: 80%; margin-bottom: 10px;}
              
#refsbox {clear: right; float: right; width: 450px; font-size: 80%;}

#refstitle {float: left; width: 360px;}

#refscontrols {float: left; width: 90px; text-align: right;}

#refsrew {color: black; font-weight: normal; cursor: pointer;}

#refspause {color: black; font-weight: normal; font-size: 60%; cursor: pointer;}

#refsfwd {color: black; font-weight: normal; cursor: pointer;}

#fader {clear: right; float: right; width: 450px; height: 110px;
  overflow: auto; color: white; font-size: 80%; margin-bottom: 10px;}

#footer {clear: both; border-top: 2px blue solid; padding-top: 1px; font-size: 80%;}
/*************************************************************************/