/*
 * Box Structure
 */

 .center {
	 padding-right: 0 !important;
 }

 h1 { 	
    text-align: left !important;
	font-size: 160%;  
 }

.yellewGreen{ 	
    text-align: left !important;
    margin-left:0;
     margin-right:0;
      margin-top:-20px; 
      padding-bottom:10px;
   
 }
 
DIV.blackborder {
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	border: none !important;
}
 
.float-left {
	float: left;
	width: 31em;
	overflow: hidden;
	display: inline;
}

.float-right {
	float: left;
	width: 15em;
	overflow: hidden;
	display: inline;
	margin-left: 3px;
}

.black-border {
	border: 1px solid #000;
	padding: 1px 1px 5px 1px;
	width: 30em;
	margin-bottom: 16px;
}

.float-right .black-border {
	width: 14.69em;
}

.no-top-border {
	border-top: none !important;
}

/*
 *	Yellow-Green Divider
 */
.yg-border {
	margin: 1px 0;
}



/*
 *	Common Text CSS
 */
.text-padding {
	padding: 0 10px;
}

.float-right .text-padding {
	padding: 0 5px;
}

.text-padding p, #container p {
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.13em;
	text-align: left;
}

#container .black-border p, #container .text-padding p {
	margin: 0 0 5px 0;
}

h2 {
	font-size: 140%;
	line-height: 1.25em;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #006633;
}

h3 {
	font-size: 120%;
	line-height: 1.13em;
	margin: 0;
	padding: 0;
	color: #006633;
}


h3.grey {
	line-height: 1.13em;
	margin: 0;
	padding: 5px 5px;
	color: #fff;
	background-color: #696969;
	border-top: 1px solid #c3c3c3;
	height: 1.19em;
	width:24.65em;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
}

.float-right h3.grey {
	width: auto; 
}

.small-img {
	float: left;
	padding: 1px;
	border: 1px solid #000;
	margin: 7px;
}

.image-paragraph {
	margin-top: 5px;
	line-height: 1.13em;
}

.story-link {
	font-weight: bold;
}

.read-more {
	color:#006633;
	text-decoration:none;
	cursor: pointer;
	display: none;
}

.read-more:hover {
	text-decoration: underline;
}

.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	height: 0px;
}

.padding {
	padding: 10px 5px;
}

/*
 * Homepage Right Column List CSS
 */
.float-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.float-right ul li {
	padding: 0;
	margin: 0;
}
	
/*
 *	Photo Gallery CSS
 */
.photo-gallery {
	text-align: center;
}

.photo-gallery img, .photo-gallery-l img {
	padding: 1px;
	border: 1px solid #000;
	margin: 10px 3px 0 3px;
}

.photo-gallery-l img.border-line {
border: 0px none;
}

.photo-gallery-l .thumbs {
	margin: 0;
	padding: 0;
}

.photo-gallery-l .thumbs li {
	float: left;
	width: 8.75em;
	
}
ul.thumbs {list-style-type: none;}
.photo-gallery-l .thumbs img {
	width: 8.13em;
		height: 5.31em;
}

.photo-gallery p {
	text-align: left;
	margin-left: 10px;
	line-height: 1.13em;
}

.photo-gallery p.right {
	text-align: right !important;
	padding: 10px !important;
	display: block;
}
