.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.more {
	font-weight: bold;
	color: #C56A23 !important;
}

.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.toggle {
	display: none;
}

.leftcolumn {
	width: 25%;
	font-size: 0.75em;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.rightcolumn {
	width: 75%;
	font-size: .75em;
}
.rightcolumn p {
	font-size: 1em !important;
}

.sitemap {
	list-style-type: none;
	font-size: 0.75em;
}
.sitemap li a {
	font-size: 0.9em;
}
.sitemap li {
	font-weight: bold;
	padding-top: 10px;
}
.sitemap ul li {
	font-weight: normal;
	padding: 2px;
}
.sitemap ul li a {
	font-size: 0.9em;
	border-bottom-style: none;
}



_____ErrorValidation {}
.ValidateSummary {
	background-color: #FFFFCC;
	border: 2px solid #E7E7C2;
	margin: 5px 10px;
	display: block;
}
.ValidateSummary img {
	margin: 10px;
	float: left;
	border: none !important;
}
.ValidateSummary>ul {
	color: #333333;
	list-style-type: square;
	margin-left: 75px;
	margin-top: 10px;
	display: block;
}



_____TextSizes { /* sizes for text size tool */ }
.small-text {
	font-size: 1.2em !important;
}
.medium-text {
	font-size: 1.4em;
}
.large-text {
	font-size: 1.6em !important;
}



_____ClearFix { /* fix to properly clear floated elements */ }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


