﻿body
{
    font: 80%/1.25 Arial, sans-serif;
    background: #FFF;
    color: #333;
}

h1{ font-size: 1.2em; color: #78a22f; margin-top: 15px; padding-bottom: 1em; }
h2{}
h3{}
h4{}

img { display: block; }
div.inner
{
	width: 950px;
	margin: 0 auto;  
}
div#header
{
	min-width: 965px;
    width: 100%;
    background: #0f75bd;
	border-bottom: solid 5px #8ac640;
}
div#headerInner
{    
    background: #1b75bc url('/images/rotate_header.jpg') no-repeat top right;
    position: relative;
    height: 80px;
	width: 950px;
	margin: 0 auto;
}
div#topLogo
{
    width: 288px;
    float: left;
}
div#topNav
{
    position: absolute; right: 0; top: 0; width: 710px; height: 80px;
}
div#topNav ul
{
	padding: 0;
	margin: 50px 10px 0 0;
	float: right;
}
div#topNav ul li,
div#topNav ul li.first
{
	list-style: none;
	display: inline;
	border-left: solid 1px #fff;
}
div#topNav ul li.first
{
	border: none;
}
div#topNav ul li a
{
	text-decoration: none;
	padding: 0 1em 0 1em;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
    text-transform:uppercase;
}
div#topNav ul li a:hover
{
	color: #ccc;
}
div#wrapper
{
    background: #0f75bd;
    width: 100%;
}
div#content
{
	font-size: 0.9em;
	width: 955px;
	background: #f2f2f2;
	color: #333;
	padding: 10px 10px 10px 0;
}
div#content div.flashArea
{
    background: #000 url('/images/red_lion2.jpg') no-repeat center center;
    float: right;
    width: 615px;
    height: 255px;
}
div#mainMenu
{
    clear: both;
    height: 250px;
    width: 965px;
    background: #000 url('/images/nav_section.jpg') no-repeat top center;
}
div#mainMenu table tr td
{
    width: 235px;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    text-transform:uppercase;
}
div#mainMenu table tr td a,
div#mainMenu table tr td a:visited,
div#mainMenu table tr td a:hover
{
    color: #fff;
    text-decoration: none;
}
div#mainMenu table tr td a:hover
{
    text-decoration: underline;
}
div#mainMenu .navCategory
{
}
div#mainMenu .navCategory a,
div#mainMenu .navCategory a:visited,
div#mainMenu .navCategory a:hover
{
    font-family: Verdana;
    text-transform:none;
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    line-height: 1.5em;
}
div#mainMenu .navCategory a:hover
{
    text-decoration: underline;
}
div#footer
{
	clear:both;
	min-width: 965px;
	width: 100%;
	height: 80px;
	background: #999;
	border-top: solid 5px #8ac640;
}
div#bottomNav
{
    height: 80px;
    width: 525px;
    background: #ccc;
    float: left;
    font-size: 0.9em;
    text-align: center;
}
div#bottomNav ul
{
	margin: 0;
	padding: 5px 0 0 0;
}

div#bottomNav ul.bottomNavTopUL
{
    padding: 10px 0 0 0;
}
div#bottomNav ul li,
div#bottomNav ul li.first
{
	list-style: none;
	display: inline;
	border-left: solid 1px #999;
}
div#bottomNav ul li.first
{
	border: none;
}
div#bottomNav div.formerlyul
{
	display: inline;
}

div#bottomNav ul li a, div#bottomNav div.formerlyul a
{
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;
	color: #949599;
	font-weight: bold;
	display: inline;
}
div#bottomNav ul li a:hover
{
	color: #949599;
}
div#copyright
{
    padding-top: 10px;
    color: Red;
    font-variant:small-caps;
}
div#bottomAddress
{
    width: 240px;
    float: left;
    padding: 10px 0 0 10px;
    color: #FFF;
    font-size: 0.8em;
}