body
{
    font: 78%/1.25 Arial, sans-serif;
    background: #FFF;
    color: #333;
}
h1{ font-size: 1.6em; color: #78a22f; margin-top: 15px; padding-bottom: 1em; }
h2{ font-size: 1.4em; color: #78a22f; }
h3{}
h4{}

img { display: block; }
div.inner
{
	width: 950px;
	margin: 0 auto;  
}
div#header
{
    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#mainMenu
{
	height: 26px;
	width: 100%;
	background: #139883;
	text-align: center;
}
div#mainMenu ul
{
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 26px;
}
div#mainMenu ul li
{
	list-style: none;
	display: inline;	
}
div#mainMenu ul li a
{
	text-decoration: none;
	padding: 0 30px 0 30px;
	color: #FFF;
	font-size: 0.9em;
	font-style: oblique;
	display: inline-block;
}
div#mainMenu ul li a:hover
{
	background: teal;
	color: #FFF;
}
*/
div#wrapper
{
    background: #0f75bd;
    width: 100%;
}
div#page
{
    width: 955px;
    background: #000 url('/images/navBkg.jpg') no-repeat top left;
    position: relative;
}
div#mainMenu
{
    float: left;
    color: #fff;
    /*margin: 25px 0 0 5px;*/
    margin: 80px 0 0 10px;
    width: 165px;
}
.IconOn,
.IconOff
{
    padding-left: 15px;
}
.IconOn
{
    background: url('/images/icons/green_arrow.png') center left no-repeat;
}
div#content
{
    float: right;
	font-size: 1em;
	background: #fff url('/images/blacktop_bar.jpg') no-repeat top left;
	color: #333;
	padding: 100px 25px 20px 20px;
	width: 735px;
    min-height: 400px;
}
div#content a,
div#content a:visited,
div#content a:hover
{
    color: #999;
    text-decoration: underline;
    font-weight: bold;
}
div#content a:hover
{
    color: #666;
    text-decoration: none;
    border-bottom: double 3px red;
}
div#content a.photo
{
    text-decoration: none;
    border: none;
}
div#content img
{
    border-top: solid 2px #999;
    border-left: solid 2px #999;
    border-right: solid 4px #333;
    border-bottom: solid 4px #333;
}
div#content p
{
    margin-bottom: 1em;
}
div#content ul
{
    list-style-type: square;
    margin: 0 0 1em 2em;
    line-height: 1.5em;
}
div#content div.flashArea
{
    background: gray;
    float: right;
    width: 615px;
    height: 255px;
}
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
{
	
	padding: 5px 0 0 0;
	display: inline;
	list-style: none;
}

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;
	text-decoration: underline;
}
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;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.menuInternal
{
    background: url('/images/icons/menuBkg.jpg') top left no-repeat
}
