﻿/*Awards Popup*/
.Awards-Lightbox-Background
{
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 1550px;
	width: 100%;
	z-index: 25;
	display: none;
}

.Awards-Lightbox-Message
{
	position: absolute;
	background-color: #231f20;
	width: 490px;
	margin: 0 0 0 -470px;
	top: 50px;
	left: 50%;
	display: none;
	z-index: 50;
	border: solid 1px #d2d2d2;
}

.Awards-Lightbox-Message-Inside
{
	position: relative;
}

.Awards-Lightbox-Message-Text
{
	padding: 0 20px;
}

.Awards-Lightbox-Message .Close
{
	position: absolute;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
}

.Column-Left
{
    width: 440px;
    padding-left: 0;
}

h2
{
    color: #0099cc;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.5em;
}

h3
{
    color: #0099cc;
    font-family: Helvetica,Arial,sans-serif;    
    text-transform: uppercase;
    font-size: 0.85em;
    margin-bottom: 10px;
}

p
{
    margin: 20px 0 0 0;    
}

li
{
    margin: 0 0 0 15px;
}

blockquote
{
    margin: 10px 0 10px 10px;
}
