@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12pt;
  background-color: #fff;
  background:url(../images/background.jpg);
}
p { padding: 0px 20px; }
#skip { display: none; }
#container {
  width: 800px;
  margin: 10px auto;
  background-color: #fff;
  color: #000;
  text-align:left;
  border:1px solid #ccc;
  padding:5px;
}
#banner {
  color: #FF0000;
  background-color: #515151;
  font-size: 28pt;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: right;
  padding: 10px 45px 10px 0px;
  border: 1px solid #ccc;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left;
}
#banner-sub {
  color: #FFF;
  font-size: 12pt;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#banner-logo {
  position: relative;
  left: 200px;
  top: 50px;  
}
#breadcrumb {
  color: #000;
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}
#breadcrumb a:link { color: #5266A3; }
#breadcrumb a:visited { color: #5266A3; }
#breadcrumb a:hover { color: orange; }
#breadcrumb a:active { color: orange; }

#content {
  color: #000;
  background-color: #FFF;
  font-size: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 10px 20px 20px 20px;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#content-heading {
  color: #414141;
  background-color: #FFF;
  font-size: 18pt;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 10px 0px;
}
.sub-heading {
  color: #414141;
  background-color: #FFF;
  font-size: 16pt;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}
.sub-sub-heading {
  color: #414141;
  background-color: #FFF;
  font-size: 14pt;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  padding: 10px 0px 5px 0px;
}
#footer {
  color: #919191;
  background-color: #FFF;
  font-size: 8pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
#footer a:link {
  color: #A3CCE0;
  text-decoration: none;
}
#navbar {
  color: #FFF;
  background-color: #616161;
  font-size: 15pt;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  width: 320px;
  height: 29px;
  padding: 0px;
  margin-left: 430px;
}
#navlist { 
  border: 1px solid #ccc;
  padding-bottom: 2px;
}
#navlist li { 
  list-style-type: none;
  display: inline;
}
.navlink {
  text-decoration: none;
}
a.navlink:link { color: #FFF; }
a.navlink:visited { color: #FFF; }
a.navlink:hover { color: #006; }

a.to-top-link:link { color: blue; }
a.to-top-link:visited { color: blue; }
a.to-top-link:hover { color: orange; }
a.to-top-link:active { color: orange; }

.skill-button { border: none; }
a.skill-link:active { color: #FFF; }
#skill-button-right {
  position:relative;
  left: 650px;
}