﻿body 
{
	font: 0.8em verdana;
	background-color: #221e1b;
	color:#000000;
}

a:link, a:visited
{
	color: #221e1b;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
    color:#221e1b;
    font-weight: bold;
	text-decoration: underline;
}

h1
{
	color: #000000;
	font-size: 22px;
	font-family: Arial;
	border-bottom: solid 1px #52b5df;
	display: block;
}

h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial;
}

h3 {
	color: #996600;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h4 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h5 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

h6 {
	color: #996600;
	font-size: .75em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #29292a;
}

img
{
	border: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}

#main-container
{
	margin: 0px auto 0px auto;
	width: 889px;
	background-image: url(Images/main-container-bg.jpg);
	background-repeat: repeat-y;
}

#header
{
	width: 889px;
	height: 121px;
	background-image: url(Images/header-bg.gif);
	background-repeat: no-repeat;
	background-color: #221e1b;
}

#contact
{
    float:right;
    width: 405px;
    height: 63px; 
    padding-top: 30px;
    color: #ffffff;
    font-size: 14px;  
}

#nav
{
	width: 650px;
	height: 15px;
	padding-top: 4px;
	padding-right: 10px;
	text-align: left;
	float:right;
	color: #f67003;
	font-size: 14px;
}

#nav a:link, #nav a:visited
{
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

#nav a:hover, #nav a:active
{
	color: #cae2f4;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

#main-body
{
	display: table;
	width: 799px;
	background-image: url(Images/main-body-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 35px 45px 90px 45px;
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 199px;
}

#footer 
{
	width: 859px;
	height: 30px;
	padding: 42px 15px 0px 15px;
	background-image: url(Images/footer-bg.jpg);
	background-repeat: no-repeat;
	color: #449abc;
	font-size: 10px;
}

#left-footer
{
	float: left;
	width: 300px;	
}

#p80-icon
{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 26px;
	text-align: center;
}

#right-footer
{
	float: right;
	width: 300px;	
}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}

#login-view
{
	position:absolute;
	top:5px;
	right:10px;
	color:white	
}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.pop-over
{
	BORDER-RIGHT: #000000 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000000 1px solid; 
	DISPLAY: none; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: 200px; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000000 1px solid; 
	POSITION: absolute; 
	BACKGROUND-COLOR: white;
	font-size: 10pt;
}

.red-field
{
    background-color: #db1f03;
    background-image: url(Images/search-bg.gif);
	background-repeat: no-repeat;
    border: solid 1px #cae2f4;
    color: #cae2f4;   
}

.white-button
{
    background-color:#ffffff;
    color: #0070c2;
    border: solid 1px #ffffff;
}
