﻿body 
{
    background-color:#fbead0;
    background-image: url(Images/site-bg.jpg);
    background-repeat: repeat-x;
	font: 12px Verdana;
	color:#574034;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1
{
	color: #577f6f;
	font-size: 20px;
	font-family: Verdana;
	font-weight: lighter;
}

h2 {
	color: #4e4135;
	font-size: 18px;
    font-family: Verdana;
    font-weight: lighter;
}

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;
	width: 1057px;
	display: table;
}

#header
{
	width: 1057px;
	height: 140px;
	background: url(Images/Header-BG.png);
	background-repeat: no-repeat;
}

#top-links
{
    text-align: right;
    height: 45px;
    margin-right: 75px;
}

#nav
{
	width: 1025px;
	padding-left: 32px;
	display:table;
}

#nav a:link, #nav a:visited
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 20px;
}

#nav a:hover, #nav a:active
{
	
}

#social
{
    margin-top: 5px;
    padding-left: 20px;
    display:table;
    font-size: 18px;
    width: 100%;
}

#social a:link, #social a:hover, #social a:active, #social a:visited
{
    line-height: 10px;
    font-size: 18px;
}

#rotator
{
    width: 1057px;
    height: 225px;
    display: table;
    background-image: url(Images/Body-BG.png);
	background-repeat: repeat-y; 
	padding-left: 0px;
}

#main-body
{
	width: 1057px;
	display: table;
	background-image: url(Images/Body-BG.png);
	background-repeat: repeat-y;
}

#inner-body
{
    margin: 0px auto 0pc auto;
    width: 1000px;
    margin-left: 37px;
    display: table;
}

#left-body
{
	float: left;
	width: 498px;
}

#right-body
{
	float: right;
	width: 199px;
}

#event-box
{
    float: right;
    width: 336px;
	height: 502px;
	display: table;
	background-image: url(Images/Events-Feature-BG.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}

#event-box a:link, #event-box a:visited
{
    color:#ffffff;    
    font-size: 18px;
    font-family: Verdana;
    font-weight: lighter;
    text-decoration: none;
    line-height: 40px;
} 

#event-box a:active, #event-box a:hover 
{
    color:#ffffff;    
    font-size: 18px;
    font-family: Verdana;
    font-weight: lighter;
    text-decoration: underline;
    line-height: 40px;
}

#footer 
{
	width: 1057px;
	height: 66px;
	background-image: url(Images/Footer-BG.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 50px;
}

#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;
}