/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #990333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#adcontainer {
  width: 1022px;
	margin: 0 auto;
}

#floatdiv1, #floatdiv2 {
	position: absolute;
	width: 120px;
	left: 0px;
	top: 0px;
}

#floatdiv2 {
  left: 200px;
}	

#leftad {
  display: block;
	width: 120px;
	float: left;
	margin: 1px 5px 0;
}

#rightad {
  display: block;
	width: 120px;
	float: left;
	margin: 1px 0 0 5px;
}

.oneColFixCtr #container {
	float: left;
	width: 765px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.floatrightimg {
float: right;
padding: 10px;
}

.smalltext{
color:#990000;
font-size:10px;
font-weight:bold;
}
.textoverlay { 
text-align:center;
color:#990000;
font:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
width:90px;
height:28px;
position:relative;
bottom:0px;
}

.textoverlayblack { 
text-align:center;
color:#000000;
font:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
width:90px;
height:28px;
position:relative;
bottom:0px;
}

.middlecenter {
	position: absolute;
	height: 100%;
	width: 765px;
	top: 0px;
	right: 0px;
}

.header  {
	height: 97px;
	width: 765px;
	background-image: url(../images/top_bg.jpg);
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu {
	color:#990000;
	border-bottom:solid thin #CCCCCC ;
	height: 136px;
	width: 765px;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.welcome {
	background-image: url(/images/right_bg.jpg);
	background-repeat: no-repeat;
}

.bottom {
	background-color: #CC0033;
	bottom: 0px;
	height: 95px;
	width: 765px;
}

.content {
	width: 765px;
	top: 0px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


A.footermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	TEXT-DECORATION: none; 
}

A.footermenu:hover
{
   color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	TEXT-DECORATION: underline; 
}

.buffered {
	position: relative;
	left: 10px;
	margin-right:25px;	
}

.highlight {
color:#990000;
font-weight:bold;
}

.sectionheader {
color:#000000;
font-size:12px;
font-weight:bold;
}

.listingheader {
  color: #990000;
	text-transform: uppercase;
	text-decoration: underline;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 11px 0;
}

.darkcontent {
color:#666666;
font:Arial, Helvetica, sans-serif;
}

.bigtitle
{
    COLOR: #990000;
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 15px ;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.title
{
    COLOR: #000000;
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px ;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.smalltitle
{
    COLOR: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px ;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.display
{
    COLOR: #990333;
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px ;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.error
{
    COLOR:#9B2710;
	font-family:Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px ;
    TEXT-DECORATION: none;
	font-weight: bold;
}

.searchlisting, .searchlistingtitle, .searchlistingfax, .searchlistingphone, .searchlistingurl, 
.searchlistingemail, .searchlistingdistance, .searchlistingdescription, .searchlistingcontact {
	COLOR: #666666;
	font-family:Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px ;
	TEXT-DECORATION: none;
	font-weight: bold;
	display: block;
	margin-left: 3px;
	line-height: 17px;
}

.searchlistingtitle, .searchlistingservices {
	text-weight: heavy;
	color: #000000;
}

.searchlistingservices {
  padding-right: 5px;
}	
.searchlistingdescription {
  padding-top: 10px;
	width: 500px;
	clear: both;
}	

.searchlistingfax, .searchlistingurl {
  float: left;
	padding-right: 10px;
}

.searchlistingdistance {
  text-align: right;
	clear: both;
	float: right;
}

.searchlistingphone {
	clear: both;
}

.searchlistingfax {
  width: 480px;
}
	
.searchlistingphone, .searchlistingemail {
  float: left;
	padding-right: 10px;
}
	
.preferredrow {
	background-color: #FFFFCC;
	padding: 10px;
}

.simplerow {
	background-color: #E5FFF9;
	padding: 10px;
}

.TableRowDarkColor
{
    BACKGROUND-COLOR: #ECEEF2;
}

.TableRowLightColor
{
    BACKGROUND-COLOR: #FFEEFF;
}

div.pagenav
{
    font-size:1.5em;
}

.banner_img {
  padding-bottom: 5px;
}	