@charset "utf-8";
@import url('reset.css');/**/
/*@import url('rebuild.css');*/
@import url('wp.css');
/*@import url('menux.css');/**/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-decoration: none;
  color: #111108;
}
body {
  background-color: #ccccbd;
  /*background: #333 url('/img/zyuffer.png') no-repeat center top;
  background-attachment: fixed;*/
}
p {
  line-height: 1.35;
}  
p + p {
  padding-top: 0.5em;
}
img {
  border-style: none;
  border: 0px;
}
div {
  margin: 0px;
  padding: 0px;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.floatclear {
  clear: both;
  height: 0px;
}
a, a:link, a:visited {
  color: #425493;
  text-decoration: none;
}
a:focus {
/*  border: white 1px dotted;*/
  background-color: rgba(255,255,255,0.2);
}  
a[name] {
  position: relative;
  top: -10px;
}
h1, h2, h3, h4 {
  font-family: verdana, geneva, sans-serif;
  text-transform: uppercase;
/*  margin: 0.5em 0 1.35em; /**/
  margin: 10px 0 15px;
  color: #55554a;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 1.3em;
}
/*h2+ul {
  margin-top: 0px;
}*/
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 0.9em;
}
p+h2, 
p+h3,
p+h4 {
  margin-top: 1.5em;
}
h2>span,
h3>span,
h4>span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
ul.nobullet {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
ul.nobullet li {
  padding-left: 0;
  margin-left: 0;
}
.hidden {
  display: none;
}  
/*------------------------------------------------------------------------*/
/* base horizonal menu with dropdowns
*/
.hmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%; /*25px;/**/
  position: relative;
}
.hmenu li {
  float: left;
}
.hmenu li a {
  display: block;
/*  float: left;/**/
  height: 100%; /*26px;/**/
}
.hmenu li a:hover {
  position: relative;
}
.hmenu li:hover {
  position: relative;
}
.hmenu :hover ul {   /* this brings sub menus into view on hover it's parent? */
  left: 0;
/*  top: 25px;*/
/*  width: 150px;*/
}
.hmenu ul, 
.hmenu :hover ul ul {/* keep the 'next' level invisible by placing it off screen. */
  position: absolute;
  left:-9999px; 
  top:-9999px; /**/
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hmenu :hover ul :hover ul { /* this brings sub sub menus into view on hover?? */
  left: 120px;  /* this depends on width of dropdown */
  top: -1px;
  white-space: nowrap;
  width: 100px;
  height: auto;
  padding: 5px 0;
}
.hmenu :hover ul li {
}
.hmenu :hover ul li:first-child {
  padding-top: 3px;
}    
.hmenu :hover ul li.bottom {
  padding-bottom: 3px; 
}  
.hmenu :hover ul li a {
  width: 200px; /* this sets the dropdown/submenu's width */
  padding: 0;
  text-indent: 20px;
}
.hmenu ul li a {
  font-size: 80%;
  text-transform: none;
  font-style: normal;
}
.hmenu ul li a.selected {
}
.hmenu ul li a:hover {
}
/*------------------------------------------------------------------------*/
/* Layout Structure
/*------------------------------------------------------------------------*/
/* div#outerContainer - houses all except footer
*/
div#outercontainer {
  position: relative;
  margin: 0 auto;

  /* the following are required for bottom hugging footer */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -120px;  /* set same as negative of div#Footer {height} for bottom hugging footer*/
}
/*------------------------------------------------------------------------*/
/* div#footer
*/
div#footerbg {
/*  background: url('/img/repairgirl.jpg') no-repeat -25px -245px;/*-720px;*/
  height: 120px;
  position: absolute;
  top: 0;
  width: 950px;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 19;
}    
div#footer {
  background: #33332c url('/img/whitefadedown.png') repeat-x left -25px;
  /* background-color: #33332c;   /* temp */
  position: relative;
  width: 100%;
/*  top: -100px;*/
  /* the following is required for bottom hugging footer */
  height: 120px;  /* set the same as outercontainer{margin-bottom} for bottom hugging footer */
  /* can not apply top/bottom padding/margin to footer (and it's child styles) -- it will cause unwanted space and vertical scrollbar */
  
  margin: 0 auto;
  z-index: 20;
}
div#footerclearance {   /* This is needed for bottom hugging footer */
  height: 120px;          /* set bigger than footer height for spacing between outercontainer and footer */
}
div#footernav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px; 
  z-index: 700;
}
div.footercontent {
  position: relative;
}
#footerlogo{
  position: absolute;
	top: 5px;
	right: 10px;
  z-index: 200;
}
#footerlogo img{
  height: 60px;
}
div.legal {
  position: absolute;
  width: 100%;
  bottom: 0;
}
div.legal p {
  padding: 0 0 20px 0;
  font-size: 13px;
  text-align: center;
  color: gray;
}
/*------------------------------------------------------------------------*/
/* div#header   - first element in outercontainer
*/
div#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #33332c url('/img/whitefadeup.png') repeat-x left bottom;
/*  background-color: transparent; /**/
  z-index: 601;
}
div#headertop { /*deprecated*/
  position: relative;
  height: 10px;
/*  background: url('/img/header_top.png') no-repeat center bottom; /**/
}
div#masthead {
  position: relative;
  margin: 0 auto;
  padding-top: 10px; /**/
  width: 960px;
/*  background: url('/img/header_middle.png') repeat-y center top; /**/
  background: url('/img/header_bgfull.png') no-repeat center top; /**/
}
#headerlogo {
  position: absolute;
  top: 25px;
/*  left: 20px; /*original*/
  right: 20px; /*test*/
  margin: 0;
  z-index: 200;
}
#headerlogo:hover {
  top: 26px;
  right: 19px;
}  
#headerlogo img,
#headerlogo img.large,
#headerlogo img.medium {
  height: 90px;
}
/*#headerlogo img.medium {
  height: 70px;
} */ 
#headerlogo img.small {
  top: 20px;
  height: 65px;
}  
div#headernav {
  position: absolute;
  bottom: 0; /**/
  left: 5px;
  width: 950px;
  height: 40px;
  line-height: 40px; 
  z-index: 700;
}
div#headerslidecontrol {
  position: absolute;
  left: 15px;
  bottom: 55px;
  z-index: 100;
}  
div#headerslidecontrol img {
  margin-left: 1px;
  cursor: pointer;
}
/*------------------------------------------------------------------------*/
/* jon raasch jquery slideshow
/*------------------------------------------------------------------------*/
#headerslideshow {
  position: relative;
  top:  0px;
  left: 5px;
/*  height: 100%;*/
  z-index: 2;
}
#headerslideshow.large {
  height: 500px !important;
}
#headerslideshow.medium {
  height: 300px !important;
}
#headerslideshow.blog {
  height: 120px !important;
}

#headerslideshow .slide {
  position: absolute;
  top: 0;
  left: 0; /*5px; /**/
  width: 950px; /*100%;*/
  height: 100%;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; /**/
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; /**/
  
  /*-webkit-transform: rotate(-2deg);  /**/
  /*-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2); /**/
  z-index: 8;
}
#headerslideshow .slide.active {
  z-index: 10;
}
#headerslideshow .slide.last-active {
  z-index: 9;
}
/*
#headerslideshow .slide a {
  display: block;
  height: 100%;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px; 
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; 
}  
*/
.info_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 220px;
  background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-border-radius-topleft: 5px; /**/
  -webkit-border-top-left-radius: 5px; /**/
}
.info {
  position: absolute;
  top: 50px; /*160px;*/
  left: 20px;
  bottom: 85px;
  width: 180px;
  overflow: hidden;
}
#headerslideshow.medium .info {
  top: 30px;
}  
#headerslideshow.medium .info span {
  display: none;
}  
.info img.logo {
  margin: 0 auto 20px;
  width: 180px;
}  
.info p {
  font-size: 0.85em;
  color: #ddd;
}
.info a {
  color: #ddd;
}
.info a:hover {
  color: white;
}  
/*#headerslideshow img.logo {
  position: absolute;
  z-index: 190;
  top: 50px;
  left: 18px;
  width: 180px;
} */ 
#headerslideshow.medium img.logo {
  top: 20px;
}
/*------------------------------------------------------------------------*/
.mainnavbg {
	position: absolute;
  left: 0px;
	height: 100%;
  width: 100%;
	background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 50;
}
.mainnav {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
/*  margin: 0 10px;*/
/*    background: rgba(255, 255, 255, 0.5);*/
  clear: both;
  z-index:600;
}
.mainnav .hmenu {
  white-space: nowrap;
  margin: 0 15px;
  z-index: 600;
}
.mainnav .hmenu a {
  font-family: verdana, geneva, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #ccc; /**/
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}
.mainnav .hmenu li {
  padding-right: 20px;
}
.mainnav .hmenu li:hover>a, 
.mainnav .hmenu li a:hover {
  color: white;
}
.mainnav .hmenu li a.iconed {
  background: url('/img/mchicon_ccc.png') no-repeat 0 11px;
  padding-left: 27px;
  margin-left: 20px; 
} 
#header .mainnav .hmenu li a.iconed {
  margin-left: 0;
}  
.mainnav .hmenu li:hover>a.iconed, 
.mainnav .hmenu li a.iconed:hover {
  background: url('/img/mchicon_red.png') no-repeat 0 11px;
}
#header .mainnav .hmenu :hover ul {
  top: 40px;
  height: auto;
  z-index: 601;
}
#footer .mainnav .hmenu :hover ul {
  bottom: 40px;
  top: auto;
  height: auto;
}
.mainnav .hmenu :hover ul li {
/*  background-color: #111; /**/
  padding: 0;   /*removes padding-right:20px for dropdowns, overriding .mainnave .hmenu li */
  position: relative;
}
.mainnav .hmenu :hover ul li a {
/*  background: rgba(10,10,10,0.5); /*#111;/**/
  width: 260px;
  height: 22px;
  line-height: 22px;
  font-size: 0.8em;
  text-transfrom: none;
}
.mainnav .hmenu ul li a:hover {
/*  background-color: #333  ;*/
}
.mainnav .hmenu :hover ul li a.fg {
  z-index: 601;
}  
.mainnav .hmenu :hover ul li div.bg{
  position: absolute;
  left: 0;
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#header .mainnav .hmenu :hover ul li div.bg {
  filter: alpha(opacity=80);
  opacity: 0.8;
}  
/*
.mainnav form {
  display: inline;
  margin-right: 10px;
}
.mainnav select {
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  border: 1px solid;
  position: relative;
  top: -2px;
  height: 20px;
  width: 180px;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mainnav option {
  text-transform: none;
  letter-spacing: 0px;
}
.mainnav input {
  font-family: tahoma, geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid;
  position: relative;
  top: 0;
  height: 20px;
  width: auto;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
*/
/*------------------------------------------------------------------------*/
div#externalnav {
  position: absolute;
/*  top: 20px; /*original*/
  top: 120px;/*test*/
  visibility: hidden; /*test*/
  
  right: 20px;
  height: 20px;
  width: 320px;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  z-index: 100;
}
div#externalnav ul.horizontal {
  float: right;
}
div#externalnav ul.horizontal li {
  padding: 0 10px;
  float: right;
  background-color: rgba(0,0,0, 0);
}
div#externalnav ul.horizontal li:hover {
  background-color: rgba(0,0,0, 0.9);
}
div#externalnav a {
  color: #ccc; 	/* temporary */
}
div#externalnav a:hover {
  color: #fff;	/* temporary */
}
/*------------------------------------------------------------------------*/
div#sociallinks {
  position: absolute;
  top: 25px;
  right: 200px; /**/
/*  right: 15px; /**/
  z-index: 100;
}
div#titlebar div#sociallinks {
  right: 0;
  top: 15px;
}
div#masthead div#sociallinks img {
  filter: alpha(opacity=100);
  opacity: 1;
}
    
div#sociallinks.medium {
  top: 105px;
}
div#sociallinks img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}  
div#sociallinks img:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*------------------------------------------------------------------------*/
div#titleband_bg {
  position: absolute;
  left: 0;
  width: 100%;
/*  border-top: #eee solid 1px;
  border-bottom: #777 solid 1px;*/
  height: 90px;
/*  background-color: #f8f8f0;*/
  background: transparent url('/img/titleband_bg.png') repeat-x;
}
div#titleband_bg.top {
  background: transparent url('/img/titleband_bgtop.png') repeat-x left top;
}  
div#titleband_bgbottom {
  background: transparent url('/img/titleband_bgbottom.png') repeat-x left bottom;
  height: 100%;
}  
div#titleband_bg.large {
  top: 500px;
}  
div#titleband_bg.medium {
  top: 300px;
}
div#titleband_bg.blog {
  top: 120px;
}
div#titleband_fg {
  position: absolute;
  top: 10px;
  width: 100%;
/*  border-top: #eee solid 2px;     /**/
  border-top: #eee solid 1px;  /**/
  border-bottom: #888 solid 1px;  /**/
  height: 69px; /*73px;*/
  background-color: #e8e8e0; /*#f8f8f0;*/
}

/*------------------------------------------------------------------------*/
div#titlebar {
  position: relative;
  top: 1px;
  width: 950px;
  margin: 0 auto;
  height: 70px;
  z-index: 600;
}
div#titlebar p {
  position: absolute;
  left: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #444;
}
div#titlebar p.subtitle {
  font-size: 30px;
  line-height: 45px;
}
div#titlebar p.fulltitle {
  font-size: 45px;
  font-weight: bold;
  line-height: 70px;
}
div#titlebarmenu {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0;
  height: 25px;
  line-height: 25px;
  width: 950px;
  z-index: 700;
}
div#titlebarmenu .hmenu li {
  margin-right: 1px;
  border-left: #eee solid 1px;
  border-right: #aaa solid 1px;
}
div#titlebarmenu .hmenu li:first-child {
  border-left: none;
}
div#titlebarmenu .hmenu li.last {
  border-right: none;
}
div#titlebarmenu .hmenu li a {
/*  line-height: 25px;*/
  padding: 0 10px;
  letter-spacing: 0.08em;
  font-weight: 200;
  font-style: italic;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
  color: #333; 
}
div#titlebarmenu .hmenu li:hover>a,   /*todo: remove to see what this does?*/
div#titlebarmenu .hmenu li a:hover {
  color: #425493; 
}
div#titlebarmenu .hmenu :hover ul {
  top: 22px;
  width: 250px;
}
div#titlebarmenu .hmenu :hover ul li {
  border-left: #ccccb9 solid 1px;
  border-right: #aaaaa0 solid 1px;
/*  border: green 1px solid;/**/
  background-color: #e8e8e0; 
}
div#titlebarmenu .hmenu :hover ul li.bottom {
  border-bottom:  #aaaaa0 solid 1px;
}  
div#titlebarmenu .hmenu :hover ul li a {
  background: #e8e8e0;
  height: 22px;
  line-height: 22px;
  font-size: 0.8em;
  text-transform: none;
}
div#titlebarmenu .hmenu ul li a.selected {
  background-color: lightblue;  
}
div#titlebarmenu .hmenu ul li a:hover {
  background-color: #aaaaa0;
}



/*------------------------------------------------------------------------*/
/* div#maincontent - Content and sidebar container
*/
div#maincontent {
  position: relative;
  width: 960px;
  margin: 0 auto;  
}
/*------------------------------------------------------------------------*/
div#variablecontent {
  position: relative;
}  
/*------------------------------------------------------------------------*/
/* div#content
*/
div#content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
div#content.w700_250 {
  width: 705px;        /* width + padding + sidebar = 5px+950px+5px width of maincontainer*/
}
div#content.w700_250 div.paneltitlebar {
  width: 665px;
}  
div#content.w725_225 {
  width: 730px;
}  
div#content.w725_225 div.paneltitlebar {
  width: 690px;
}  
div#content.left {          /* content that hugs left */
/*  margin-right: 250px;      /* margin for right sidebar + spacing */
  float: left;
}
div#content.right {         /* content that hugs right */
/*  margin-left: 250px;     	/* margin for left sidebar + spacing */
  float: right;
}
/*------------------------------------------------------------------------*/
/* div#sidebar
*/
div#sidebar {
  position: relative;
}
div#sidebar.w700_250 {
  width: 250px;
}
div#sidebar.w700_250 div.paneltitlebar {
  width: 210px;
}
div#sidebar.w725_225 {
  width: 225px;
}
div#sidebar.w725_225 div.paneltitlebar {
  width: 185px;
}
div#sidebar div.panelcontent {
  padding: 50px 10px 15px;
}

/*------------------------------------------------------------------------*/
div.panel {
  position: relative;
  margin: 10px 0;
}
div.panel + div.panel {
  margin-top: -5px;
}
.panelbg {
  position: absolute;
  top: 0;
  background: url('/img/ghost_header.png') no-repeat center top;
}
div.paneltl {
  position: relative;
  bottom: 0;
  background: url('/img/panel_rad5_tl.png') no-repeat left bottom;
}
div.paneltr {
  position: relative;
  bottom: 0;
  background: url('/img/panel_rad5_tr.png') no-repeat right bottom;
}
div.paneltc {
  position: relative;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: url('/img/panel_topedge.png') repeat-x left bottom;
}
div.panelml {
  position: relative;
  background: url('/img/panel_leftedge.png') repeat-y left top;
}
div.panelmr {
  position: relative;
  background: url('/img/panel_rightedge.png') repeat-y right top;
}
div.panelmc {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  background: url('/img/panel_inside.png'); /**/
/*  background: rgba(248,248,240,0.9); /**/
}  
div.panelbl {
  position: relative;
  background: url('/img/panel_rad5_bl.png') no-repeat left top;
}
div.panelbr {
  position: relative;
  background: url('/img/panel_rad5_br.png') no-repeat right top;
}
div.panelbc {
  position: relative;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background: url('/img/panel_bottomedge.png') repeat-x left top;
}

div.paneltitlebar {
  position: absolute;
  height: 35px;
  width: 665px; /**/
  background: transparent no-repeat 8px -1px;
  z-index: 2;
}
div.paneltitlebar.top {
  top: -5px;
  left: 10px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px; /**/
  border-style: none groove groove groove;
  border-width: 0 2px 2px ;
  border-color: white;
}
div.paneltitlebar.bottom {
  top: auto;
  bottom: 5px ; /*-5px;*/
  left: 10px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px; /**/
  border-style: groove groove none;
  border-width: 2px 2px 0;
  border-color: white;
}  
div.paneltitlebar.alpha  {
  filter: alpha(opacity=40);
  opacity: 0.4;
}    
div.paneltitlebar.blue {
  background-color: lightblue;
  border-color: lightblue;
}
div.paneltitlebar.green {
  background-color: lightgreen;
  border-color: lightgreen;
}
div.paneltitlebar.orange {
  background-color: lightsalmon;
  border-color: lightsalmon;
}
div.paneltitlebar h3 {
  position: absolute;
  left: -99999px;
}  




div.paneltitle {
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: 'Century Gothic',Futura,'URW Gothic L',sans-serif;
  font-size: 1.8em;  /*temp*/
  font-weight: 900;  /*temp*/
/*  font-style: italic; /**/
  text-transform: uppercase;
  color: white;
  z-index: 3;
/*  
  filter: alpha(opacity=40);
  opacity: 0.4;
*/  
}  
div.panelicon {
  position: absolute;
/*  top: 5px; 
  left: 12px; */
  bottom: -10px;
  left: 8px;
  z-index: 3;
  min-height: 45px;
  min-width: 200px;
}
div.panelicon h3 {
  position: absolute;
  left: -99999px;
}  
div.panelicon img {
  height: 60px;
}  
div.panellabel {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding-left: 300px;
  z-index: 3;
}
div.panellabel p {
  font-size: 105%;
  color: maroon;
}
div.panelcontent {
  position: relative;/**/
  top: -5px;  
  padding: 50px 20px 15px;
/*  z-index: 2;*/
}
div.panelcontent p {
  font-size: 0.9em;
}
div.panelcontent.blog h2.wp-entry-title {
  margin-top: 2em;
  font-size: .9em;
  text-transform: none;
  font-style: italic;
}  
div.panelcontent.blog h2.wp-entry-title:first-child {
  margin-top: 0.5em;
}  
div.panelcontent.blog h2.wp-entry-title>span {
  font-weight: normal; 
  font-size: 0.8em;
  vertical-align: middle; 
}
div.panelcontent.blog .wp-entry-meta,
div.panelcontent.blog .wp-entry-utility {
  font-weight: normal; 
  font-size: 0.8em;
  vertical-align: middle; 
  margin-left: 20px;
}
div.panelcontent.blog .wp-entry-content {
  margin: 0.7em 0;
}
div.panelcontent.blog p {
  font-size: 0.9em;
  margin-left: 20px;
}
div.panelcontent.blog h2._a {
  color: #425493;
}  
/*------------------------------------------------------------------------*/
div.nopanel {
  position: relative;
  margin: 10px 0 0;
}
div.nopanelcontent {
  position: relative;
  padding: 10px 5px 0;
}    
div.nopanelcontent p {
  font-size: 0.85em;
  line-height: 1.2;
  color: #111;
  margin: 0 10px 0 55px;
}
div.nopanelcontent span.dropcap {
  position: relative;
/*  top: -5px;/**/
  display: block;
  font-size: 2.55em;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  margin-left: 10px;
/* margin-left: -1.1em; 
  font-size: 3em;/**/  
  color: #55554a;
}  

/*------------------------------------------------------------------------*/
div.bio {
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 1.5em;
}
div.bio h4 {
  font-size: 0.9em;
}
/*
div.bio h4>span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
*/
div.bio h3 {
  font-size: 1.1em;
}
/*
div.bio h3>span {
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
*/
div.bio sup {
  font-size: 0.5em;
  text-transform: none;
}
div.bio p {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.bio p:first-child {
  margin-top: 10px;
}
div.bio p + p {
  margin-top: 0;
}
div.bio img.floatleft {
  float: left;
  margin-right: 15px;
}  
div.bio img.floatright {
  float: right;
  margin-left: 15px;
}  


/*------------------------------------------------------------------------*/
div.biolink {
  margin-top: 8px;
  font-size: 0.8em;
  color: #425493;
}
div.biolink a,
div.biolink a:link, 
div.biolink a:visited,
div.biolink a:hover {
  color: #425493;
}
div.biolink a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------------*/



