﻿body 
{
	font: 12px arial;
	background-color: #6a89a3;
	margin-top: 0px;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	color: #0c538f;
	border-bottom: solid 1px #d5172e;
	display: block;
	font-size: 22px;
	font-weight: lighter;
}

h2 {
	color: #996600;
	font-size: 1.25em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}

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;
}

img
{
	border: 0px;
}

th
{
    vertical-align:top;
}

td
{
    vertical-align:top;
}

#main-container
{
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	width: 902px;
}

#header
{
	width: 902px;
	height: 192px;
	background-image: url(Images/header-bg.jpg);
	background-repeat: no-repeat;
}

#top-tagline
{
	width: 410px;
	float: right;
	padding-top: 165px;
	font-weight: bold;
}

#nav
{
	width: 150px;
	padding-left: 51px;
	float:left;
	margin-right: 10px;
	text-align: left;
	padding-top: 51px;
}

#nav a:link, #nav a:visited
{
	color: #000000;
	font-size: 16px;
	border-bottom: solid 1px #284a65;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	display: block;
	line-height: 22px;
}

#nav a:hover, #nav a:active
{
	color: #000000;
	font-size: 16px;
	border-bottom: solid 1px #284a65;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	display: block;
	text-decoration: none;
	line-height: 22px;
}

#address
{
	text-align: center;
	width: 140px;
	margin-left: -20px;
}

#main-body
{
	display: table;
	width: 902px;
	background-image: url(Images/main-body-bg.jpg);
	background-repeat: no-repeat;
	min-height: 645px;
	
}

#center-body
{
	width:478px;
	float: left;
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 163px;
	padding-left: 18px;
	padding-right: 18px;
	
}

#footer 
{
	width: 902px;
	height: 76px;
	background-color: #6a89a3;
	background-image: url(Images/footer-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

#left-footer
{
	float: left;
	width: 300px;	
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}

#p80-icon
{
	margin: 0px auto 0px auto;
	width: 30px;
	height: 26px;
	text-align: center;
}

#right-footer
{
	float: right;
	width: 300px;	
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

#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	
}

.logo
{
	margin-left: 20px;
	margin-top: 30px;
	border: solid 0px #ffffff;
}

.comment-button
{
	background-color: #ffffff;	
	border: solid 1px #bacede;
}

.nav-underline
{
	color: #284a65;
	height: 1px;
}

.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;
}