@charset "utf-8";
/* CSS Document */
/* Author: Eric Bourland */

.smallred	{
font: 0.8em Verdana, Geneva, sans-serif;
color:#e31b23 !important;
}

.smallgray	{
font: 10px Verdana, Geneva, sans-serif !important;
color:#666 !important;
}




/* FLOATS, CLEARS, ALIGNS, BORDERS, PADDING, WIDTH GOVERNORS
----------------- */
.float-left	{
float:left;
}

.float-right	{
float:right;
}

.float-left-img	{
float:left;
margin: 0 20px 20px 0;
}

.float-right-img	{
float:right;
margin: 0 0 20px 20px;
}

.clear-both	{
clear:both;
}

.clear-none	{
clear:none;
}

.clear-left	{
clear:left;
}

.clear-right	{
clear:right;
}

.align-right	{
text-align:right;
}

.align-justify	{
text-align:justify;
}

.align-center	{
margin:auto auto;
text-align:center;
}
	
.border0	{
border:0 !important;
}

.border1	{
border:1px solid #000 !important;
}

.padding10	{
padding:1em;
}

.padding20	{
padding:2em;
}


/* WIDTHS
----------------- */
.width100px	{
width:100px;
}

.width125px	{
width:125px;
}

.width150px	{
width:150px;
}

.width175px	{
width:175px;
}

.width200px	{
width:200px;
}

.width225px	{
width:225px;
}

.width250px	{
width:250px;
}

.width275px	{
width:275px;
}

.width300px	{
width:300px;
}

.width325px	{
width:325px;
}

.width350px	{
width:350px;
}

.width375px	{
width:375px;
}

.width400px	{
width:400px;
}

.width425px	{
width:425px;
}

.width450px	{
width:450px;
}

.width475px	{
width:475px;
}

.width500px	{
width:500px;
}

.width525px	{
width:525px;
}

.width550px	{
width:550px;
}

.width575px	{
width:575px;
}

.width600px	{
width:600px;
}

.width625px	{
width:625px;
}

.width650px	{
width:650px;
}

.width675px	{
width:675px;
}

.width700px	{
width:700px;
}

.width800px	{
width:800px;
}

.width144px	{
width:144px;
}

.width288px	{
width:288px;
}

/*INDENTS*/
.indent1em	{
padding-left:1em;
}

.indent2em	{
padding-left:2em;
}

.indent3em	{
padding-left:3em;
}

.indent4em	{
padding-left:4em;
}

.indent5em	{
padding-left:5em;
}


/* hide the spam trap in email form
----------------- */

.email_wrapper {
display:none;
visibility: hidden;	
}

/* COLORS
----------------- */

.red	{
color:#c00;
}

.white	{
color:#fff;
}

.blue	{
color:#106cb6;
}

.green	{
color:#6b9900;
}

.maroon	{
color:#8e3227;
}

.amd_orange	{
color:#f60;	
}

.orange	{
color:#f60;	
}

.tirblue	{
color:#1e739a;
}

