body {
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #2d4967;
  min-width: 820px;
  margin-top: 0px;
}

p {
  line-height: 20px;  
}



body.mceContentBody {
  min-width: inherit;
}

/*
table {
  font-size: 10pt;
  text-align: left;
  padding: 0;
}*/

.accessible {
  display: none;
}

img {
  border: none;
}

/* !Header */
#header {
  position: relative;
  background-image: url(../images/headbg.png);
  background-position: 0px 10px;
  background-repeat: repeat-x;
  background-color: white;
  height: 108px;
}

.hdrleft, .hdrlogo, .hdrtitle, .hdrpad, .hdrright, .hdrsub {
  float: left;
  height: 100%;
}

.hdrleft {
  background-image: url(../images/headleft.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  width: 15px;
}

.hdrlogo {
  background: url(../images/shirtlogo.png) no-repeat top left;
  width: 85px;
}

.hdrlogo a {
  display: inline-block;
  width: 85px;
  height: 110px;
}

.hdrtitle {
  background-image: url(../images/headtext.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  width: 390px;
}

.hdrsub {
  position: absolute;
  top: 65px;
  padding-left: 7px;
  font-family: Tahoma, Geneva, Arial, sans-serif;
  font-size: 10pt;
  font-style: italic;
  color: #17378d;
  text-shadow: #17378d 1px 2px 4px;
  white-space: nowrap;
	width: 720px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hdrright {
  background-image: url(../images/headfigs1.png);
  background-repeat: no-repeat;
  background-position: right 10px;
  width: 312px;
  float: right;
}

/* !Structure */
#stacker {
  position:relative;
  width:100%;
  z-index:2;
}

.colwrap {
  padding-left: 160px;   /* LC fullwidth */
  padding-right: 237px;  /* RC fullwidth + CC padding */
}

.column, .companion {
  position: relative;
  float: left;
}

.column {
  border-top: 1px solid #d9c45d;
  border-left: 1px solid #d9c45d;
  border-right: 1px solid #d9c45d;
}

.maincol {
  padding: 0px 0px;    /* CC padding */
  width: 100%;
}

.leftnav {
  width: 150px;          /* LC width */
  right: 162px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
  font-size: 9pt;
}

.extras {
  width: 225px;          /* RC width */
  padding: 0px;       /* RC padding */
  margin-left: 8px;
  margin-right: -237px;  /* RC fullwidth + CC padding */
}

.fourth.companion {
  display: none;
}

/* !Column heights */
#pedestal {
  clear:both;
  float:left;
  font-size:1em;
  height:2em;
  line-height:1em;
  margin-top:-2em;
  margin-bottom: 22px;
  position:relative;
  width:100%;
  z-index:0;
}

#pedestal .companion {
  border: 1px solid #d9c45d;
  height:1em;
  margin-top:-16000px; 
  padding-bottom:0 ;
  padding-top:16030px;
  position:relative;
  background-image: url(../images/secbg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size:1em;
}

#pedestal .leftnav {
  background-image: url(../images/leftnavbg2.jpg);
}

#footer {
  position: relative;
  clear: both;
  text-align: center;
  font-size: smaller;
  padding: 3px;
  z-index: 3;
}

/* !Navigation */
ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.leftnav li {
  background-color: #bdb79b;
  display: block;
  width: 100%;
}

.leftnav li {
  background-color: #bdb79b;
  background-image: url(../images/navbg.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  line-height: 21px;
  width: 100%;
  font-size: 13px;
}

.leftnav li:hover,
.leftnav li.active, 
.leftnav li.self  {
  background-position: 0px -21px;
}

.leftnav ul li ul li  {
  background-position: 0px -42px;
  font-size: 12px;
}

.leftnav ul li ul li ul li {
/*  padding-left: 5px;*/
}

.leftnav li li.active {
  background-position: 0px -42px;
}

.leftnav li li:hover ,
.leftnav li li.self  {
  background-position: 0px -63px;
}

.leftnav a {
  font-weight: normal;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}

.leftnav a span {
  margin-left: 5px;
}

.leftnav li li li a span {
  margin-left: 15px;
}

.leftnav li.notweb a {
  background-image: url(../images/weblink.png);
  background-repeat: no-repeat;
  background-position: 135px center;
}

/* !Content */
.pane {
/*  background-color: #ffffff; */
}
.content {
  height: 100%; 
  min-height: 650px;
/* Rounded corners requires restructuring to make H2 transparent and this background yellow...
   but then the gradient background won't work... maybe not possible then...
  -moz-border-radius:10px; 
  -webkit-border-radius:10px;
  -khtml-border-radius:10px;
  border-radius:10px;
*/  
}

.content, .sectioncol
{
/*  border: 1px solid #d9c45d;
  background-image: url(../images/secbg.png);
  background-repeat: repeat-x;
  background-position: left bottom;*/
}

.contentbody {
  padding: 10px 10px 0 10px;
  overflow: hidden;
  overflow-x: auto;
}

.contentbody table.imagetable {
  margin-top: -10px;
  width: 100% !important;
}

.sectioncol h2, h2.pagetitle {
  background-color: #fffece;
  border-bottom: 1px solid #d9c45d;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 2px 10px 0px 10px;
  font-size: 13pt;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

h2 {
  font-size: 13pt;
}

h3 {
  font-size: 11pt;
  border-bottom: 1px solid #2d4967;
}

.contentbody table {
  height: auto!important;
}

.contentbody table h3,
body.mceContentBody table h3 {
  margin-bottom: 0;
  margin-top: 8px;
}

.contentbody table td {
  padding-right: 5px;
}

.contentbody table.imagetable td {
  padding: 0;
}

h4 {
  margin: 8px 0px 2px 0px;
  padding: 0px;
}

h2 a {
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 25px;
  text-align: center;
}

a,
.leftnav a:hover {
  text-decoration: none;
}

a:hover,
.contentbody a,
body.mceContentBody a,
.leftnav a:hover span {
  text-decoration: underline;
}

h2 a, a {
  color: #2d4967;
} 

h2 a:link, h2 a:visited, h2 a:hover, h2 a.self {
  color: #474B4E;
}

.sectioncol {
  width: 100%;
  height: 100%;
  float: left; 
  min-height: 330px;
}

.sectioncol h4 {
  font-size: 16px;
  margin-bottom: 7px;
}

.sectioncol img {
  width: 100%;
}

.sectioncol div {
  margin: 5px; 
}

.sectioncol ul li {
   font-size: 9pt;
   clear:both;
   margin-bottom: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #BBBBBB;
}

.sectioncol ul li span {
  display: inline-block;
  font-style: italic;  
}


/* !Table styling */
body.mceContentBody table.striped tr.striperow,
.content table.striped tr.striperow {
  background-color: #fffece;
}

body.mceContentBody table.striped,
.content table.striped {
  border-spacing: 0;
}

body.mceContentBody table th,
.content table th {
  text-align: left;
}

body.mceContentBody table td p,
.content table td p {
  margin: 0
}

.nowrap {
  white-space: nowrap;
}

ul.listing {
  margin: 0 10px 0 10px;
}

ul.listing li {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
}

.listing p {
  margin-bottom: 0;
}

.listing h4 {
  font-weight: bold;
  margin-top: 12px;
}

.listing p {
  color: #555555;
  margin-top: 3px;;
}

.publishedon, p.publishedon {
  color: #888888;
  font-size: smaller;
}

span.publishedon {
  float:right;
  margin-left: 5px;
  margin-top: 1px;
}

/* External website logos */

.leftnav ul.weblinks li.web,
.leftnav li.photo {
  background: #8d9cb0;
  border-top: 1px solid #b2bdcc;
  border-bottom: 1px solid #607393;
}

.leftnav li.photo:hover img {
  opacity: 0.8;
}

.leftnav ul.weblinks li.web:hover,
.leftnav li.photo:hover {
  background: #55657d;
  border-top: 1px solid #aab8cb;
  border-bottom: 1px solid #253041;
}

.leftnav ul.weblinks li.web a {
  background-position: center center;
}

.leftnav ul.weblinks li.web a span {
  display: none;
}

li#nav19 a {
  background-image: url(../images/wa_logo.png);
  background-repeat: no-repeat;
  height: 80px;
}

li#nav20 a {
  background-image: url(../images/potenlogo.jpg);
  background-repeat: no-repeat;
  height: 80px;
}

li#nav59 a {
  background-image: url(../images/pembsportlogo.gif);
  background-repeat: no-repeat;
  height: 50px;
}

span#albumSelection {
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  float:right;
}

li.important a {
  font-weight: bold;
  color: red;
}

li.importantgreen a {
  font-weight: bold;
  color: #5b8624;
}

li.isfolder {
  background-image: url(../images/folder16.png);
  background-repeat: no-repeat;
}

li.isfolder a {
  padding-left: 20px;
}

.leftnav li.photo {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 113px;
}

.album-list {
  margin-top: 15px;
}
.album-list li {
  float: left;
  width: 180px;
  min-height: 190px;
  text-align: center;
  margin: 10px;
}
.album-list li a span {
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
  font-weight: bold;
}
.album-list li a img {
  background-color: white;
  background-image: url(../images/imgpend.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 1px solid #CCC;  
}
.album-list li a:hover img {
  background-color: #888888;
}
#main div.galleriffic div.caption-container {
  height: 150px;
}
.morelink {
  font-size: smaller;
  text-align: right;
  margin-top: 5px;
}
.morelink a {
  color: #888;
}
.mceItemTable {
  width: 100%;
}

.fullwidth {
  width: 100%;
}
