/* CSS Document */
body {
  background: #c8dffe url(blue-gradient-background-reverse.jpg) repeat-x scroll center top;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  text-align: center;
}
a {
  color: #2660ff;
}
a:hover, a:active {
  text-decoration: underline;
  color: #ff0000;
}
ul.cssmenu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.displace {
  position: absolute;
  left: -10000px;
}
ul.cssmenu li {
  position: relative;
  float: left;
}
ul.cssmenu li a {
  background: transparent url(Menu-Bar-CSS.png) repeat scroll 0% 50%;
  display: block;
  width: 170px;
  height: 42px;
}
ul.cssmenu li.home a {
  background-position:  0px 0px;
}
ul.cssmenu li.about a {
  background-position: -170px 0px;
}
ul.cssmenu li.current a {
  background-position: -340px 0px;
}
ul.cssmenu li.resumes a {
  background-position: -510px 0px;
}
ul.cssmenu li.blog a {
  background-position: -680px 0px;
}
ul.cssmenu li.contact a {
  background-position: -850px 0px;
}
ul.cssmenu li.home a:hover {
  background-position: 0 -42px;
}
ul.cssmenu li.about a:hover {
  background-position: -170px -42px;
}
ul.cssmenu li.current a:hover {
  background-position: -340px -42px;
}
ul.cssmenu li.resumes a:hover {
  background-position: -510px -42px;
}
ul.cssmenu li.blog a:hover {
  background-position: -680px -42px;
}
ul.cssmenu li.contact a:hover {
  background-position: -850px -42px;
}
ul.cssmenu li.home a:active {
  background-position: 0 -84px;
}
ul.cssmenu li.about a:active {
  background-position: -170px -84px;
}
ul.cssmenu li.current a:active {
  background-position: -340px -84px;
}
ul.cssmenu li.resumes a:active {
  background-position: -510px -84px;
}
ul.cssmenu li.blog a:active {
  background-position: -680px -84px;
}
ul.cssmenu li.contact a:active {
  background-position: -850px -84px;
}
ul.cssmenu li.home a.selected {
  background-position: 0 -126px;
}
ul.cssmenu li.about a.selected {
  background-position: -170px -126px;
}
ul.cssmenu li.current a.selected {
  background-position: -340px -126px;
}
ul.cssmenu li.resumes a.selected {
  background-position: -510px -126px;
}
ul.cssmenu li.blog a.selected {
  background-position: -680px -126px;
}
ul.cssmenu li.contact a.selected {
  background-position: -850px -126px;
}
img {
  border:  none;
}
.alttext {
  color: silver;
}
.aligntext {
  text-align: center;
}
h2 {
  color: #333333;
}
h3 {
  color: #3f547e;
}
#mainframe {
  border-style: solid;
  border-color: #999999 #666666 black silver;
  border-width: 3px;
  background: white none repeat scroll 0% 50%;
  text-align: center;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
#navbox {
  border-color: silver #666666 silver silver;
  background: black 0% 50%;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-align: left;
  text-transform: lowercase;
  height: 42px;
}
#footer {
  padding: 5px;
  background: white url(mainframe-background.jpg) repeat fixed center top;
  border-top-width: 1px;
  border-top-color: #cccccc;
  text-align: center;
  font-size: 10px;
}
#textbox {
  clear: both;
  border-color: #999999 #666666 #dddddd silver;
  border-width: 2px;
  border-bottom: 2px solid #dddddd;
  padding: 30px 60px;
  background: white none repeat scroll 0% 50%;
  text-align: left;
}
#centertextbox {
  border-color: #999999 #666666 #dddddd silver;
  border-width: 2px;
  border-bottom: 2px solid #dddddd;
  padding: 30px 60px;
  background: white none repeat scroll 0% 50%;
  text-align: center;
}
#headerbox {
  text-align: center;
}
#titlebar {
  background: white url(mainframe-background.jpg) repeat fixed center top;
}
#wardenbox {
  border-color: #999999 #666666 #dddddd silver;
  border-width: 2px;
  border-bottom: 2px solid #dddddd;
  padding: 30px 60px;
  background: white url(warden-mainframe-background.png) repeat fixed center top;
  text-align: left;
}
.paypalbox {
width: 350px;
}

