﻿/* Main CSS File for Site Styles */

h1 {
	color:#0a3b82;
	font-size:180%;
	margin:0 0 10px;
	padding:0;
	text-align:left;
}



h2, h3
{
    font-size:120%;
	color:#f36f24;
	border-bottom: 1px solid rgb(200,200,200);
}

a 
{ 
	color: #0055BB;
	text-decoration: none; 
}

a:hover
{
	text-decoration:underline;
	cursor:pointer;
	outline: none !important;
}

img 
{ 
    border: none; 
} 

.PleaseWait 
{
    height: 24px;
    width: 500px;
    background-image: url(/images/PleaseWait.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 24px;
}

.ContactFormWidth
{
    width: 600px;
}

.ContactFormColumn1
{
    width:80px;
}

.ContactFormColumn2
{
    width:520px;
}

.ContactFormResponse 
{
    font-weight:bold;
    color:#f36f24;
}

.FormError 
{
    background-color:#FFFF00;
}
