#abstract .inlineList { float: left; }
#abstract .inlineList li {
  display: block;
  float: left;
}
#abstract .insetText { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.softShadow {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.shadowLess {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.roundedTopLeft {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.roundedTopRight {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.imgLink {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.bd-section {
  margin-bottom: 40px;
  margin-top: 20px;
}
.bd-section .bd-col {
  background: url(../graphics/vrule.png) no-repeat top left;
  margin-left: 0;
  padding-left: 10px;
}
.button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #6299af;
  border: 0;
  border-bottom: 1px solid #40778d;
  border-top: 1px solid #73aac0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  position: relative;
}
.button:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}
.tooltip {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e4ebee;
  border: 2px solid #59656b;
  color: #3f5a66;
  display: none;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  opacity: 0.4;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 9999;
}
a:link { color: #6299af; }
a:active { color: #6299af; }
a:visited { color: #2f667c; }
a:hover { color: #95cce2; }
body {
  background: #e4ebee;
  color: #555555;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 12px;
  line-height: 20px;
}
ul.inline {
  float: left;
  overflow: auto;
}
ul.inline li {
  display: block;
  float: left;
}
address { font-style: normal; }
p {
  font-size: 12px;
  margin-bottom: 20px;
}
h1, h2, h3, h5 { margin-bottom: 20px; }
h1 {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  float: left;
  margin-bottom: 10px;
}
h1 a {
  background: url(../graphics/logo-std.png) no-repeat;
  display: block;
  height: 62px;
  overflow: hidden;
  text-indent: -9999px;
  width: 62px;
}
h2 {
  color: #2b2425;
  font-size: 25px;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  font-weight: bold;
}
h4 {
  color: #6299af;
  font-size: 18px;
  font-weight: bold;
}
h5, h6 {
  color: #2b2425;
  font-size: 14px;
  font-weight: bold;
}
#header { padding-top: 30px; }
#identity span {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #6299af;
  font-size: 18px;
  font-weight: bold;
  color: #3f5a66;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
#nav1 ul {
  float: left;
  float: right;
  margin-top: 40px;
}
#nav1 ul li {
  display: block;
  float: left;
}
#nav1 ul li { margin-left: 15px; }
#nav1 ul li a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #6299af;
  font-size: 18px;
  font-weight: bold;
  color: #3f5a66;
  text-decoration: none;
}
#nav1 ul li a:hover { color: #0c2733; }
#shadowWrapper {
  background: url(../graphics/bd-shadow.png) no-repeat top center;
  padding: 20px;
  padding-bottom: 0;
}
#gallery {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #252e31 url(../graphics/bg-gradient-dkblue.png) repeat-x;
  height: 320px;
  overflow: hidden;
}
#gallery .gallery-desc {
  color: #8c989e;
  float: left;
  padding: 20px 10px;
  position: relative;
  width: 300px;
}
#gallery .gallery-desc h3 {
  text-shadow: 0 -1px 1px #000000;
  color: #7b878d;
}
#gallery .gallery-desc p {
  font-size: 14px;
  padding: 0 10px;
}
#gallery .gallery-disp {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  float: left;
  height: 320px;
  width: 640px;
}
#gallery .gallery-disp > div {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 320px;
  width: 640px;
}
#cycleDescriptions div { display: none; }
#cycleDescriptions div.active { display: block; }
#galleryNav {
  position: absolute;
  margin-left: 10px;
  top: 280px;
}
#galleryNav span {
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
}
#galleryNav ul {
  float: left;
  float: left;
}
#galleryNav ul li {
  display: block;
  float: left;
}
#galleryNav ul li { margin-right: 7px; }
#galleryNav ul a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../graphics/circles.png) no-repeat -20px 5px;
  cursor: default;
  height: 20px;
  width: 12px;
}
#galleryNav ul li.active a { background-position: 0 5px; }
ul.social li { margin-left: 10px; }
ul.social li:first-child { margin-left: 0; }
#bd { background: #ffffff url(../graphics/bg-gradient.png) repeat-x; }
#bd #main {
  background-color: #ffffff;
  overflow: auto;
}
#demoLink {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: url(../graphics/thumb-demo.png);
  display: block;
  height: 100px;
  margin-bottom: 20px;
  overflow: hidden;
  text-indent: -9999px;
  width: 160px;
}
#ft {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #e4ebee url(../graphics/bg-ft-shadow.png) no-repeat bottom center;
  padding: 0 40px;
}
#ft > div { background: #eaf1f4; }
#ft .content { padding: 20px 0; }
.ft-shadow {
  background: url(../graphics/ft-shadow.png) no-repeat center top;
  height: 10px;
}
#copyright span {
  color: #728d99;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
#copyright span.sm { font-size: 11px; }
#logo-end {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../graphics/logo-standalone.png);
  float: right;
  height: 19px;
  width: 61px;
}
