﻿body 
{
    font-size: 10pt;
    color: #383838;
    font-family: Arial, Verdana, Sans-Serif;
    background: #000000 url(images/main-bg.jpg) no-repeat top center;
}
a
{
    color: #0a2758;
    border: 0px;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
#wrapper
{
    width: 1100px;
	margin: 0px auto;
	top: -50px;
	position:relative;
}
#header
{
    background: #152e58 url(images/header-bg.jpg) repeat-x top left;
    height: 47px;
	width: 1100px;
	border: 1px solid #000000;
}
#content
{
     width: 1100px;
     background: #ffffff url(images/header-shadow.jpg) repeat-x top left;
     border-right: 1px solid #000000;
     position:relative;
     border-left: 1px solid #000000;
     float:left;
     
     
}
#logo
{
    background: transparent url(images/logo.png) no-repeat bottom center;
	height: 125px;
	width: 325px;
	position:relative;
    top:50px;
    left: 0px;
    z-index: 1;
}
#address
{
    background: transparent url(images/address.png) no-repeat bottom center;
	height: 59px;
	width: 448px;
	position: absolute;
    top:60px;
    left: 600px;
    z-index: 1;
    float: right;
}
#facebook
{
    background: transparent url(images/facebook_sm.png) no-repeat bottom center;
	height: 48px;
	width: 48px;
	position: absolute;
    top:66px;
    left: 1050px;
    z-index: 1;
    float: right;
}
/* -- css main menu nav ----------------------------------------------------------------------------------- */
#topmenu 
{
	float: left;
	position: relative;
	top: -13px;
	left: -40px;
}
#navcontainer {
	
}
#navcontainer ul {
	
}
#navcontainer ul li 
{
    width: 300px;
	display: block;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navcontainer ul li a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 2px 0px black;
    background: #1c1c1c url(images/menu-arrow.png) no-repeat right;
}
#navcontainer ul li a:hover, .selected {
	color: #ffffff;
	background: #3b3814 url(images/menu-arrow.png) no-repeat right;
	text-decoration: underline;
	text-shadow: 2px 2px 0px black;
}
/*-----------*/
h1
{
    color: #730601;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
form[action="Default.aspx"] #mainarea {
	width: 710px;
	padding: 10px;
	margin: 370px 10px 10px 10px;
	float: left;
}
form[action="Default.aspx?RecID=2"] #mainarea {
	width: 710px;
	padding: 10px;
	margin: 370px 10px 10px 10px;
	float: left;
}
form[action=""] #mainarea {
	width: 710px;
	padding: 10px;
	margin: 370px 10px 10px 10px;
	float: left;
}
#mainarea 
{
	width: 710px;
	padding: 10px;
	margin: 10px;
	float: left;
}
#mainflash
{
    width: 798px;
	padding: 10px;
	margin: 10px;
	position: absolute;
	left: 282px;
	top: -19px;
	z-index: 1;
}

#featured
{
   background: #000000;
   padding: 4px;
   text-align: center; 
   
}


#submenu 
{ 
	width: 270px;
	border: 1px solid #838ea1;
	background: #000000;
	padding: 5px;
	float: left;
	position: relative;
	left: 50px;
}
#subnavcontainer 
{ 
	
}
#subnavcontainer ul li {
	display: block;
	position: relative;
	left: -20px;
	
}
#copyright
{
    width: 1060px;
	border: 1px solid #000000;
	background: #1c1c1c;
	padding: 20px 10px 20px 30px;
	color: #ffffff;
	font-size: 10pt;
	position:relative;
	line-height: 15pt;
    top: -15px;
    float: left;
}
#copyright a
{
    color: #ffffff;
}
#copyright a:hover
{
    color: #ffffff;
    text-decoration: none;
}
.NewsCatTitle
{
    color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h3
{
    color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.MainNewsCatTitle
{
    color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;	
	line-height: 20pt;
}
.MainNewsCatTitle a
{
    color: #ffffff !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 20pt;
}
.MainNewsCatTitle a:hover
{
    color: #d7c600 !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;	
	line-height: 20pt;
}
a.MainNewsTitle
{
    color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 10px;
}
.MainNewsTitle a:hover
{
    color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
}
.MainNewsDate
{
    color: #d7c600;
	font-size: 11px;
	font-weight: bold;
}
.NewsItemDate
{
    color: #6b6300;
	font-size: 12px;
	font-style: italic;
}
a.NewsItemDate
{
    color: #7a7a7a;
	font-size: 12px;
	font-style: italic;
}

a.NewsCatTitleLink
{
    color: #7a7a7a;
	font-size: 10px;
}

a.NewsItemTitleLink
{
    color: #000000;
	font-size: 12px;
}
.ListingItemTitle
{
     color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.FadeBG
{
    background: url(images/fade-bg.jpg) repeat-x top left;
}
a.SubNavLink
{
    color: #7a7a7a;
	font-size: 12px;
	font-weight: bold;
    padding: 0px 3px 0px 10px;
	text-transform: uppercase;
	background: url(images/small-arrow.png) no-repeat left;
}
a.SubNavLink:hover
{
    color: #7a7a7a;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 10px;
	text-transform: uppercase;
	background: url(images/small-arrow-over.png) no-repeat left;
}

#pagesubmenu ul li 
{
   
	
}
#mainarea ul {
	margin-left: 20px;
}
#mainarea #pagesubmenu {
	float: right;
	width: 200px;
}
#mainarea #pagesubmenu li 
{
	float: left;
	list-style: none;
	padding: 0 5px;
	font-weight: bold;
    padding: 5px 8px 5px 10px;
	text-transform: uppercase;
	background: url(images/small-arrow-over.png) no-repeat left;
}
#mainarea #pagesubmenu li a:hover {
	color: #BD0F0F;
}
