﻿body 
{
  /* background:#485A43; Prior to 1/20/2012*/
   background: gray;
   color:White;
   font-size:12px;
   font-family:Tahoma;
   margin:0;
   margin-top:5px;
}

a
{
   text-decoration:none;
}
a:hover
{
	font-size:1em;
	font-family:Tahoma;
	text-decoration:underline;
	color:white;
}
a:active
{
	font-size:1em;
	font-family:Tahoma;
	color:white;
	font-weight:bold;
}
a:visited
{
	font-size:1em;
	font-family:Tahoma;
	color:white;
}
a:link
{
	font-size:1em;
	font-family:Tahoma;
	color:white;
}

h1
{
	padding-left:5px;
	font-size: 1.5em;
	line-height: 1.5em !important;
	font-family: arial;
	border-bottom: solid 1px gainsboro;
	
}

h2 {
	font-size: large;
    line-height: normal;
    font-style: italic;
	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;
}

#adminToolBox
{
	float:right;
	margin-top:-5px;
	text-align:right;
	font-size:.75em;
	vertical-align:top;
	color:White;
	font-size:12px;
}

#adminToolBox a
{
	color:white;
	text-decoration:underline;
	font-size:12px;
}

#adImageLeftNav
{
	margin-top:10px;
}

#adImageRightNav
{
	
}

.ListingTitle a
{
	color: #000000;
}
.ContentPanel
{
    background-color: #E0E1D7;
	color: #000000;
    line-height:1.5em;
    float:left;
    width:590px;
    padding: 5px 5px 5px 5px;
    border:1px solid dimGray;
}
.ContentPanel a
{
	color: #000000;
}
.banner2
{
	background-color: #29451D;
	margin:0px;
}
/*********** #navBar link styles ***********/

.navBar 
{
	background-color: #29451D !important;	
}
		
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}

.navBarLeft 
{
	background-color:#29451D;
	padding: 0px 0px 5px 0px;
}
#ctl00_Menu1
{
	 width:180px;
}
.navbarLeft tr
{
	vertical-align: top;
}

.navBarLeft td a{
	font:  Tahoma;
	font-weight:bolder;
	font-size:larger;
}
.navBarLeft td img
{
	padding: 0px 0px 0px 5px;
}

.menuItems
{
	margin-bottom: 5px;
	font-size:12px;
	color:White;
	background-color: #29451D;
	line-height: 20px;
}

.menuItemsDynamic
{
	font-size: 12px;
	border:solid 1px white;
	border-top:none;
	margin-bottom: 5px;
	font-size:12px;
	color:White;
	background-color: #29451D;
}

.menuItemsDynamic td
{
	font-size: 12px;
	margin-bottom: 5px;
	font-size:12px;
	padding:1px;
	border-top:solid 1px white;
	color:White;
	background-color: #29451D;
}

.menuItemsDynamicHover td
{
	font-size: 12px;
	margin-bottom: 5px;
	font-size:12px;
	padding:1px;
	color:White;
	background-color:#485A43;
}

.centerTable table 
{
 float:left;
 }
 

 
 .PagesGrid table
 {
	 background-color: #29451D;
 }
 
 .hidden a 
 {
	color:#485A43;
	cursor:default;
	visibility:hidden;
 }
 
 .sold
 {
	text-decoration:line-through;
 }
 
 .container 
 {
  margin:auto;
  width:960px;   
 }
