.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatRight {
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatLeft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */
 
 /*this next one had the images folder problem
 */ 
html, body {
	height: 101%;
	background: #ECF6CC url(../images/common/bluebells_bg.jpg);
  }
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
  display: block;
  }
/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
#maincontent {
	background: #FFF url(../images/common/bluebells_side.jpg) top right repeat-y;
  }
.author, .ctte {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}

/* styles for the nav menu - remove padding, margin and bullets */
/*#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }*/
/* float each list element inline */
/*#nav li {
  float: left;
  display: inline;
  }*/
/* style the links in the nav list */
/*#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 22px;
  width: 120px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 120%;
  }*/
/*#nav a:link, #nav a:visited {
  background-color: #524872;
  color: #FFF;
  border-left: #908AA5 solid 2px;
  border-top: #908AA5 solid 2px;
  border-right: #2C263D solid 2px;
  border-bottom: #2C263D solid 2px;
  }*/
/*#nav a:hover, #nav a:active {
  background-color: #DFECD9;
  color: #524872;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }*/
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #A8B2A3;
  color: #FFF;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }
/* footer styles - set to height and width of the footer image */
#footer {
	background: url(../images/common/bluebells_footer726.jpg) top left no-repeat;
	width: 726px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 75%
  }
#footer p {
  margin: 0;
  padding: 10px 15px 0 25px;
  clear:both;
  }
/* styles for contact form */
form {
  margin: 10px 25px 0 50px;
  }
#name, #email {
  width: 200px;
  }
#message {
  width: 500px;
  height: 150px;
  }
label {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
/* styles for random quote */
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
	margin: 10px;
	padding: 0;
	background-image: url(../images/common/top_quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#maincontent blockquote p {
  margin: 0 1em;
  }
#quote {
  margin: 0;
  padding: 20px 20px 10px 20px;
  }
#author {
  margin: 0;
  padding: 0 0 10px 0;
  color: #999;
  font-size: 80%;
  }
/* styles for contact form*/
form {
	margin: 10px 25px 0 35px;
	}
#name, #email {
	width: 200px;	
	}
#message {
	width: 500px;
	height: 150px;
	}
label, .warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.warning {
	color: #F00;
	}
/*style for blog*/
.floatRight {
	float: right;
	padding: 10px;
	}
#backlink {clear: both;}

/*styles for photo gallery*/
#pictureWrapper {
	width: 408px;
	float:right;
	text-align:center;
	font-weight:bold;
	margin: 10px 20px 10px 10px;
  }
#pictureWrapper p {
  margin:0;
  padding:0;
  }
#pictureWrapperNarrow {
	width: 400px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin: 10px 20px 10px 0;
  }
  #pictureWrapperNarrow p {
  margin:0;
  padding:0;
  }
/*this next had the images_common left in*/
#mainpic {
	/*float:right;
	background:url(../images/common/shadowHigh.gif) bottom right no-repeat;*/
  }
#mainpic img{
  margin: -8px 8px 8px -8px;
  }
#thumbnails {
	height: auto;
  }
#thumbnails img {
  margin: 0 2px;
  border: none;
  }
#thumbnails table {
  margin: 0 15px;
  }
#pageNav {
  width: 310px;
  }
#gallery {
	width: 690px;
	height: auto;
}
#thumbs {
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	border: #00425E solid 2px;
}
#main_image {
	float: right;
	text-align: center;
	width: 500px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.picBorder {
    background-color: #fff;
    padding: 5px;
    border: #00425E solid 2px;
}
/*styles for XSLT*/
.newsHeadlines h2 {
  padding: 3px 5px !important;
  font-size:110% !important;
  }
.thumbBorder {
	border: #00425E solid 2px;
}
#artimage {
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	float: right;
	margin-right: 10px;
}
#artimageleft {
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	float: left;
	margin-left: 10px;
}
#table2 {
	font-size: 10px;
}
.warngreen {
	color: #00FF00;
}
.warnorange {
	color: #FF9900;
}
.warnolive {
	color: #00CC00;
}
.warnblue {
	color: #0066CC;
}
#pictureWrapperNarrower {
	width: 250px;
	float:right;
	text-align:center;
	font-weight:bold;
	margin: 10px 20px 10px 0;
}
p#caption {
    margin: 0;
    padding: 3px 10px;
    font-weight: bold;
    text-align: center;
}
.blockcorner {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
	margin: 10px;
	padding: 0;
	background-image: url(../images/common/top_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.blockcorner_btmrt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #999999;
	margin: 10px;
	padding: 0;
	background-image: url(../images/common/btm_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
