﻿#main-container
{
    background-image: url(Images/main-container-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 825px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    display: table;
}

#top-nav
{
    width: 825px;
    height: 17px;
    padding: 2px 0px 2px 15px;
    background-color: Transparent;
    color: #ffffff;
    font: 7pt Verdana, Arial, Helvetica, sans-serif;
    /*margin-bottom: 15px;*/
}

#top-nav ul 
{
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

#top-nav li { display: inline; }

#top-nav li a:link, #top-nav li a:visited, #top-nav li a:active, #top-nav li a:hover 
{
    background-color:Transparent;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #ffffff; 
	font-weight: normal;
	text-decoration: none; 
	text-align: center;
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #fcd614;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
}

#top-nav li a:hover
{
    background-color: #fcd614;
    color: #083557;
}

#header
{
    height: 114px;
    width: 820px;
    font-family: Sylfaen, Times New Roman;
    font-size: 30pt;
    padding-left: 5px;
}

#header-nav
{
    float: right; 
    width: 420px;
    height: 50px;
    padding-top: 20px;
    color: #083557;
    font-size: 10pt;
    font-family: Verdana;
    text-align: center;
}

#header-nav ul 
{
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

#header-nav li { display: inline; padding-left: 10px; }

#header-nav li a{ background-color: Transparent;  color:#083557; text-decoration: none; padding: 0px 3px 0px 3px;  }

#header-nav li a:hover{ background-color: #ddedf8; color:#083557; text-decoration: none;  }

#body-container
{
    background: Transparent none;
    width: 825px;
    display: table;
    min-height: 500px;
    padding-bottom: 0px;
}

#footer
{
    background-color: Transparent;
    background-image: url(Images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 20px;
    height: 24px;
    width: 825px;
    text-align: center;
    font-size: 7pt;
    color: #083557;
}

#footer a
{
    text-decoration: none;
    color: #083557;
}

#footer a:hover
{
    text-decoration: underline;
    background-color: #ddedf8;
}

#left-column
{
    width: 312px;
    float: left;
    padding-top: 70px;
    padding-left: 8px;
}

#left-column h1
{
    font-size: 10pt;
    font-weight: bold;
}

#left-column h2
{
    font-size: 10pt;
    font-weight: bold;
}

#center-column
{
    width: 180px;
    float: left;
}

#right-column
{
    padding-top: 125px;
    width: 320px;
    float: left;   
}

#right-column a
{
    text-decoration: none;
}

#right-column h2
{
    color: #e3c321;
    font-family: Georgia;
    font-size: 20pt;
    font-weight: lighter;
}

#right-column h3
{
    color: #083557;
    font-size: 14pt;
    font-weight: lighter;
}

#right-column a h3
{
    text-decoration: none;
    color: #083557;
    line-height: 16pt;
}

#right-column a:hover h3
{
    text-decoration: underline;
}

#one-column
{
    width: 625px;
    padding: 30px 100px 20px 100px;
    min-height: 600px;
    background-image: url(Images/one-column-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#one-column h1
{
    color: #083557;
    font-family: Georgia;
    font-size: 17pt;
    font-weight: lighter;
}

#one-column h2
{
    color: #000000;
    font-family: Verdana;
    font-size: 12pt;
    font-weight: lighter;
}

