html{
  scrollbar-3dlight-color:#00BFFF;
  scrollbar-arrow-color:#00FFFF;
  scrollbar-base-color:#00BFFF;
  scrollbar-track-color:#00BFFF;
  scrollbar-darkshadow-color:#00008B;
  scrollbar-face-color:#0000FF;
  scrollbar-highlight-color:#00FFFF;
  scrollbar-shadow-color:#00008B
}

body {
  background-color: white;
  margin: 0; 
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000053;
}

#header {
  margin: 0; 
  padding: 0;
  height: 90px;
  /*border-bottom: 4px solid black;*/
  background: url(/ppImg/b10x90.gif) repeat-x top;
}

#header img {
  position:absolute; 
  left:0px; 
  top:26px;
  z-index: 1;
}

#header H1 {
  color: black;
  background-color:transparent; 
  font-size: 2.4em;
  font-family: "Times New Roman", serif;
  padding: 4px;
  margin: 0;
  position: absolute;
  left: 45px;
  top: 48px;
  /*border-bottom: 4px solid #E5EEF8;*/
}

#content {
  margin-left: 40px; 
  margin-right: 20px; 
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  background-color: #fff;
  /*width: 90%;*/
}

#footer {
  padding: 0px;
  background-color: #eee;
  border-top: 2px solid black;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blurb {
  font-style:italic;
  font-size: 1.2em;
  position: absolute;
  right: 0px;
  top: 70px;
}

.pp {
  font-size: 1.2em;
  font-weight:900;
  font-variant:normal;
  font-family: "Times New Roman", serif;
  color: black;
  background: url(./ppImg/psmall.gif) no-repeat 0 0;
  background-color:transparent; 
  padding-left: 12px;
}

.info {
  width:90%; 
  position:relative; 
  left:20px; 
  padding-left:15px; 
  padding-right:15px; 
  padding-top:5px;
  padding-bottom:5px;
  overflow:auto; 
  color:#0B027B; 
  background-color:#E5EEF8; 
  /*scrollbar-face-color:#A4E2E0;*/
}

li.info {  
  background: url(./ppImg/arrow1.gif) no-repeat 0 8px;
  padding-left: 17px;
} 

#contact {
  border: 1px solid #999;
  padding: 3px;
  width: 80%;
}

#contact2 {
  background: url(./ppImg/1x4b.gif);
  font-size: 14px;
}

#contact td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
}  

a:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: blue;
  background-color:transparent; 
  text-decoration : none;
  border-bottom: 1px dotted blue;
}

a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: blue;
  background-color:transparent; 
  text-decoration : none;
  border-bottom: 1px dotted blue;
}

a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #00DDDD;
  background-color:transparent; 
  text-decoration : none;
  border-bottom: 1px dotted #00DDDD;
}

a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: red;
  background-color:transparent; 
  text-decoration : none;
  border-bottom: 1px dotted red;
}

.drop {
  float: left;
  font-size: 200%;
  line-height: 1em;
  margin: 4px 2px 4px 0px;
  padding: 0px 10px;
  border: 2px solid #ccc;
  background-color: #eee;
}

.drop2 {
  float: left;
  font-size: 200%;
  line-height: 1em;
  margin: 4px 10px 10px 0;
  padding: 4px 10px;
  border: 2px solid #ccc;
  background-color: #eee;
}
    
/* Navigation list created by http://www.accessify.com/tools-and-wizards/list-o-matic */

#navcontainer
{
  padding: 0;
  width: 100%;
  margin: 0;
  background-color: #057FFC;
  /* Must have this for FireFox, else the blue background doesn't show up */
  position: absolute;
  left: 0px;
  top: 90px;
  /* Behind my penguin!! */
  z-index: 0;
}

#navcontainer UL
{
  list-style: none;
  margin: 0;
  padding-left: 40px;
  border: none;
}

#navcontainer LI
{
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  /*width: auto; */
  width: 100px;
}

#navcontainer A
{
  color: #444;
  display: block;
  width: auto;
  text-decoration: none;
  background-color: #70B6FD;
  margin: 0;
  padding: 2px 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { 
  background-color: #00DDDD; 
  font-weight: bold;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
  position: relative;
  z-index: 102;
  background-color: #BBBBBB;
  font-weight: bold;
}

#navselected {
  /*
  color: blue;
  text-decoration : none;
  border-bottom: 2px solid blue;
  */
  background: url(./ppImg/arrow1.gif) no-repeat 0 3px;
  padding-left: 17px;
}

#subnav
{
  position: relative;
  top: -1px;
  z-index: 101;
  margin: 0;
  padding: 0px 0 3px 0;
  background: #BBBBBB;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaa;
}

#subnav UL
{
  list-style: none;
  margin: 1px 0 0px 13px;
  padding: 0px;
  border-right: 1px solid #fff;
  border-left: 1px solid #aaa;
}

#subnav LI
{
  position: relative;
  z-index: 102;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
}

#subnav A
{
  color: #fff;
  display: block;
  width: auto;
  text-decoration: none;
  margin: 0;
  padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

#formmail {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #999;
}

#cname, #cfrom, #csubject, #cMsg {
  width: 500px;
}  

#formmail label {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #000088;
}

#formmail legend {
  color: #999;
}

#formmail fieldset {
  border: 1px solid #ccc;
  padding: 0 20px;
  width: 600px;
  margin: 20px;
}

#formlogin {
  font-family: Georgia, serif;
  font-size: 12px;
  color: #999;
}

#cuname, #cupw {
  width: 300px;
}  

#formlogin label {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #000088;
}

#formlogin legend {
  color: #999;
}

#formlogin fieldset {
  border: 1px solid #ccc;
  padding: 0 20px;
  width: 400px;
  margin: 20px;
}

#portfolio {
  margin: 10px;
}
  
#portfolio li {
  border-bottom: 1px solid #ccc; 
  padding-top: 8px;
  background: url(./ppImg/checkmark.gif) no-repeat 0 10px;
  padding-left: 20px;
}  

#portfolio img {
  float: right;
  padding: 8px;
}

.portfolioitem {
  width:700px; 
  /* border-bottom: 1px solid #ccc; */
}

#download {
  margin: 10px;
  background: url(/ppImg/b58x10.gif) repeat-y left;
  /* border-left: 4px solid #93C8FE; */
}

#downloadhead {
  margin: 10px;
  color: #017DFC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight:bold;
  border-bottom: 4px solid #93C8FE;
}

#download ol {
  list-style: decimal;
  margin-left: 50px;
  padding: 10px;
  /* border-left: 2px solid black; */
}

#tools {
  margin: 10px;
}
  
#tools li {
  border-bottom: 1px solid #ccc; 
  padding-top: 8px;
  background: url(./ppImg/checkmark.gif) no-repeat 0 10px;
  padding-left: 20px;
}  

#toolapps {
}

#toolapps li {
  border-bottom:none;
  background: url(./ppImg/arrow1.gif) no-repeat 0 10px;
}


#tools img {
  float: right;
  padding: 8px;
}

.toolitem {
  width:600px; 
  /* border-bottom: 1px solid #ccc; */
}

#player H1 {
  margin: 10px;
  color: #017DFC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight:bold;
  border-bottom: 4px solid #93C8FE;
}

.cvhead {
  padding-left: 20px;
  color: blue; /*#017DFC;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight:bold;
  background: #93C8FE url(./ppImg/checkmark.gif) no-repeat 2px 3px;
  border-bottom: 1px solid blue;
}

.cvhead2 {
  padding-left: 20px;
  color: black; /*#017DFC;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  border-bottom: 1px solid black;
}

.cvnav {
  color: #017DFC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  /*background-color: #ffffff;*/
  text-align:right;
}

.cvitem {
  margin-left: 10px;
  margin-bottom: 20px;
  width:85%;
  /*border-right: 1px solid #999;*/
}

