/* CSS Document */

/* Misc reappliable styles */
.clearboth {
	clear: both;
}
.clearbothtenpix {
	clear: both;
	height: 10px;
	width: 800px;
	background-color: #FFFFFF;
}
.hidden{
	display: none;
}
.imgfloatleft, .leftimgfloat {
	display: inline;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.imgfloatright, .rightimgfloat {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	display: inline;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 0px;
}
.logofloatleft {
	display: inline;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.logofloatfloat {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	display: inline;
	margin-top: 2px;
	margin-right: 0px;
}


.more {
}
.smallblockcapstitles {
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.newsimage6emsleft {
	float: left;
	width: 6em;
	margin-right: 1em;
}
.newsimage4emsleft {
	float: left;
	width: 4em;
	margin-right: 1em;
}
.newsimage9emsleft {
	float: left;
	width: 9em;
	margin-right: 1em;
}
.newsimage16emsleft {
	float: left;
	width: 16em;
	margin-right: 1em;
}
.lastlistitem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.paddingrightfivepix {
	padding-right: 0.5em;
}
.paddingrightthreepix {
	padding-right: 0.3em;
}
.paddingrighttwopix {
	padding-right: 0.2em;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* FOR USE IN WYSIWYG EDITOR - MOVE PARA BELOW PHOTO */
.paraclearboth {
	margin-bottom: 0.3em;
	display: block;
	clear: both;
	float: none;
}
/* LIST MENU STYLES */

.listtitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #73A533;
	padding-left: 0.4em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-bottom: 0.6em;
}.dateline {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.borderbottomwhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.listtitle a {
	font-weight: bold;
	color: #FFFFFF;
}
.listtitle a:hover {
	font-weight: bold;
	color: #666666;
}
.listtitle a, .listtitle a:link, .listtitle a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.floatleft {
	float: left;
}
/* BLOG STYLES FOR IMAGE AND TITLE */
.blogimage {
	float: left;
	padding-right: 0.3em;
	width: 9em;
	padding-bottom: 0.5em;
}
.blogtitle {
	float: left;
	
	width: 7.7em;
	padding-bottom: 0.5em;
}
.blogtitle h3 {
	line-height: 1.3em;
	padding-top: 0.3em;
}


