﻿/* class for .NET FieldValidators */

.error
{
    background: url(/siteimg/icon_alert.gif) no-repeat;
    padding-left: 12px;
    clear: both;
    position: relative;
    left: 221px;
    color: Red;
    /* :TRICKY: force element below input */
    float: left;
    width: 100%;
}

/* force no floating on elements */

.nofloat
{
    float: none !important;
    padding-right: 10px;
}

/* headers for selections of fields */

.fieldheader
{
    clear: both;
    position: relative;    
    left: 221px;
    margin: 0.5em 0;
	font-weight: bold;    
}

ul#nav_main .active
{
    background-color: #5fb256;
}

div.usp_content img 
{
    margin-right:20px;
    margin-bottom:10px;
}