﻿
.Content {
	background: #000 url(../Images/MainContact.jpg) 50% 50% no-repeat;
}	

	.HeaderImage {
		background: url(../Images/HeaderContact.jpg) no-repeat;	
	}

.ContentMenubar a {
	color: #fff;
}

.ContentMenubar .Current a,
.ContentMenubar .Current a:hover {
	color: #ccc;
}

    .Content h3, .Content h4 {
        margin-bottom: 0px;
        font-size: 1.3em;
        text-transform: none;
        font-style: normal;
    }

    .Content h4  {
        margin-bottom: 10px;
    }

    ul {
        
    }

        .Content li {
            list-style: none;
        }

        li strong, 
        li label {
            float: left;
        }

        li label {
            width: 100px;
        }
        
        li em { font-size: 1.3em; }
        
        li.Submit {
            margin-top: 15px;
        }
        
        li.Back, li.ErrorMessage {
            margin-top: 15px;
        }
        
        li.ErrorMessage { color: #cc0000; }
        
    .Left a:hover, li a:hover {
        /*text-decoration: underline;*/
        color: #cc0000;
    }
    
