/************************** Main content rules *******************/
#main
{
   margin-left: 25%;
   width: auto;
}

/************************** view select buttons div *******************/
#view
{
   width: 100%;
   text-align: center;
}
/************************** Navigation column rules *******************/
#nav
{
   margin-top: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   float: left;
   font-size: 90%;
   width: 20%;
   text-align: left;
}

#nav ul
{
   margin-left: 15px;
	margin-right: 0px;
}

#nav li
{
	margin-right: 10px;
   padding: 0px 0px 5px 5px;
   list-style-type: none;
}

#nav a
{
	color: #CC0000;
	text-decoration: none;
}

#nav a:hover
{
   font-weight: bold;
   cursor: pointer;
}


#nav_list
{
   margin-left: 20px;
   padding-top: 10px;
}

#nav_list br
{
	padding-bottom: 3px;
}

#nav_map
{
   float: left;
   font-size: 90%;
   color: black;
   width: 100%;
}

#nav_map ol
{
   margin-left: 20px;
}

#nav_map li
{
   margin-right: 10px;
   padding: 0px 0px 5px 5px;
   list-style-type: none;
}

div#nav_map div
{
   margin-left: 10px;
}

#tabs a
{
   color: #CC0000;
   background-color: #e0e0e0;
   padding-top: 3px;
   padding-bottom: 3px;
   display: block;
}

/* Containing div for ALL listings*/
#listings
{
   text-align: left;
   overflow: auto;
   height: 450px;
}

#listings *
{
   background-color: #e0e0e0;
}

#listings p
{
   color: #CC0000;
}

/* Containing div for a single listing */
div.listing
{
   border-style: solid;
   border-color: #CC0000;
   border-width: 4px;
   padding: 15px 30px;
   margin-bottom: 10px;
}

div.pic
{
   text-align: center;
}

div.listdata
{
   padding-left: 25px;
}

#map
{
   position: relative;
   width: 100%;
   height: 1000px;
   border: 0px;
   float: right;
}

#status_div, #listings
{
   position: relative;
   border: 0px;
}

button
{
   font-size: 90%;
   font-weight: normal;
   padding: 2px;
}

li
{
   padding: 0px 0px 5px 5px;
   list-style-type: none;
}

.listHead
{
   font-weight: bold;
   color: #cc1122;
}

.hide
{
   display: none;
}

.blink
{
   text-decoration: blink;
}

.mg
{
/*   border: 2px; */
   border-color: #CC0000;
   text-align: center;
   font-weight: bold;
   display: inline;
   overflow: hidden;             /*added this overflow style*/
}

.mg:hover
{
   font-weight: bold;
}   

a.mg
{
   font-weight: bold;
   color: #FFFFFF;
   display:block;
   padding-top: 5px;
   width: 100%;
   height: 33px;
}

.data
{
   color: #CC0000;
}