
.banner-graphic {
	margin: 0 auto;
}

.shakespeare {background-color: #52B3D9;}
.waxflower {background-color: #F1A9A0;}
.capehoney {background-color: #FDE3A7;}
.caribbean {background-color: #03C9A9;}
.cinnabar {background-color: #E74C3C;}
.iron {background-color: #DADFE1;}
.aquamarine {background-color: #03A678;}
.wistful {background-color: #AEA8D3;}
.curious {background-color: #3498DB;}
.steel {background-color: #808080;}
.lemonada {background-color: #FFEFDF;}

h2 {
  padding-left: 9px;
}

#banner {
  width: 100%;
}

.banner_title {
  float: left;
  padding-left: 18px;
  width: 50%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fc {
  clear: both;
}

div#professional {
  color: #FEFEFE;
}

.content {
  padding-left: 14px;
  padding-right: 14px;
  width: 65%;
}

.wide {
  padding-left: 14px;
  padding-right: 80px;
}

div.vcard { z-index: 100; background-color: rgb(0, 115, 182); border-radius: 10px 10px 10px 10px; color: white; padding: 10px 10px; width: 450px; line-height: 1.2em; padding-bottom: 40px;}
div.vcard a{ color: white;} div.vcard div.fn{ font-weight: bold; border-bottom: 1px solid white; } 
div.vcard div.spacer{ min-height: 0.5em; } #hcard_embed{max-width: 270px; } 
div.spacer { height: 9px; }
div.adr { padding-left: 16px; }

.bottombanner { 
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.also {
  background-color: rgb(0, 115, 182); 
  border-radius: 10px 10px 10px 10px; 
  color: white; 
  width: 450px; 
  line-height: 1.2em; 
  padding: 10px 10px; 
  padding-bottom: 40px;
  z-index: 100;
}

html.fsvs {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

html.fsvs #fsvs-body {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
html.fsvs #fsvs-body > * {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
html.fsvs #fsvs-pagination {
  margin: 0;
  padding: 8px 4px;
  position: fixed;
  height: auto;
  right: -100px;
  top: 50%;
  z-index: 999;
  width: 32px;
}
html.fsvs #fsvs-pagination li {
  list-style: none;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 0 2px 0;
  cursor: pointer;
}
html.fsvs #fsvs-pagination li > span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid white;
  display: block;
}
html.fsvs #fsvs-pagination li > span > span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border: 1px solid white;
  display: block;
  margin: 4px;
}
html.fsvs #fsvs-pagination li.active > span {
  border: 1px dashed white;
}
html.fsvs #fsvs-pagination li.active > span > span {
  background: white;
}
html.fsvs #fsvs-pagination li:last-child {
  margin: 0;
}
