﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin:0;
    padding:0;
    font-size: 1em;
}

body
{
    color:#414141;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1.5;
}

a 
{
    color:#307D9C;
    text-decoration:none;
}

a:link img, a:visited img, img, fieldset {
	border: 0;
}

h1
{
    font-size: 1.2em;
    font-weight: normal;
}

h2
{
    text-align: center; 
    font-size: 3em; 
    font-weight: bold;
    margin-top: 20px;
}

ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type:none;
}

a
{
    color: Blue;
    text-decoration: underline;
}

p 
{
	margin:0 0 1.5em;
}

p a
{
	color: Blue;
}

.clear
{
    clear: both;
}

#HeaderContainer
{
	width:100%;
	margin:0 auto;
	background: White url('../../Content/Images/BG_Header.png') repeat-x;
	height:92px;
}

#Header
{
	color:#FFFFFF;
	margin: 0 auto;
	width: 984px;
	
}

#Header a
{
	color: White;
}

#Menu
{
	text-align: left;
	font-size: small;
	margin-top: 8px;
}

#Content
{
	margin:0 auto;
	width: 984px;
	min-height: 500px;
	background-color: White;
}

#Content h1
{
    color:#797C80;
    margin:10px 0 10px 0px;
    text-transform:uppercase;
}

#Footer
{
	background-color: #eeeeee;
	font-size:0.8em;
	min-height:100px;
	padding:20px 0 0;
	text-align:center;
}

#Footer a
{
	color: Blue;
	text-decoration: none;
}

.instructions
{
    background-color: #fff8db;
    border: solid 1px #ffeb99;
    padding: 10px 10px 10px 10px;
    font-size: .8em;
    margin-left: 5%;
    margin-right: 5%;
}
.instructions .title
{
    font-weight: bold;
    font-size: 1.2em;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#validationSummary
{
    width: 510px;
    padding: 10px 0 0 20px;
    background: #ffeeee url('../../Content/Images/ValidationError.png') no-repeat 8px 8px;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-weight: bold;
    color: #ff0000;
    margin-left: 35px;
}

#validationSummaryWide
{
    width: 410px;
    padding: 10px 0 0 20px;
    background: #ffeeee url('../../Content/Images/ValidationError.png') no-repeat 8px 8px;
    border: 2px solid #ff0000;
    background-color: #ffeeee;
    font-weight: bold;
    color: #ff0000;
    margin-left: 195px;    
}

.field-validation-error
{
    color: #ff0000;
    font-size: 1.5em;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors 
{
    display: block;   
    font-weight: bold;
    color: #ff0000;
    padding-left: 30px;
    font-size: .8em;
}

.validation-summary-errors li
{
     list-style-type: square;
     margin-left: 20px;
}