/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}
/*   From ACEEE.ORG  */
.clearfloat{clear:both;}

.smalltext{font-size:11px; font-weight:bold;}

/* image alignment */
.floatleft{
float:left;
padding:0 2em 1em 0;
}
.floatright{
float:right;
margin:0px 0px 1em 2em;
}
/* orange text */
.attention{color:#d73811;}

/*.blue-headline{
padding:.5em;
margin:0 0;
color:#fff;
background:#79bde9 url(../images/sideheader.gif) 100% 0 no-repeat;
font-size:1.23em;
}
.more-link{
	text-transform:uppercase;
	border-top:1px dotted #79bde9;
	margin:1em 0 0 0;
	background:#ebf5fc;
	text-align:left;
	line-height:.9em;
	font-size:.9em;
}*/
.form-submit{
	text-align:center;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background: #79BDE9 none repeat scroll 0% 0%;
	padding:2px 10px;
}
.form-submit:hover {
	color: #FFF;
	background: #659FC5 none repeat scroll 0% 0%;
	text-decoration: none;
}
.caption{
	line-height:1.2em;
	font-size:.9em;
	font-weight:normal;
	color:#999;
	padding:.5em 0;
}
