/*- Custom Crappie101 CSS  - 04/22/08 */

div.lakelevel {
	background-image:url('../images/whiteboard-logo.gif');
	background-repeat: no-repeat;
	height:275px;
	width:400px;
	margin:10px;
	text-align:left;
	padding:35px;
}

div .column-two {float:left;width:45%;padding:10px;}
div .column-two h3 {
	color:whitesmoke;
	padding:5px;
	background-image:url('/images/barbg.gif');
	background-repeat: repeat-y;
}

div.noclass {

}

div.hzmenu {
  padding:5px;
  margin-bottom:5px;
  border-top-width:5px;
  border-top-style:solid;
  border-top-color:#054b81;
  border-bottom-width:5px;
  border-bottom-style:solid;
  border-bottom-color:#054b81;
}

div.hzmenu span {
  margin-left:7%;
}

div.weather {
	background-color: transparent;
}

div.weather h3 {
	color: whitesmoke;
	padding: 5px;
	background-image:url('/images/barbg.gif');
	background-repeat: repeat-y;
}
div.test blockquote {
border : 2px solid #000;
width: 200px;
float: right;
margin: 0px;
padding: 10px;
background-color: #ccc;
quotes: "\201C" "\201D";
}
div.test blockquote:before { content: open-quote; font-weight: bold; }
div.test blockquote:after { content: close-quote; font-weight: bold; }