/*
PURPOSE: THIS CSS CONTROLS HOW THE LISTING APPEAR ON THE SITE
EDIT: 3-7-2006
COPYRIGHT: ADVERTISING SOLUTIONS, INC. ALL RIGHTS RESERVED.
*/


/*===================================================================*/
/* DEFINE THE BODY PROPERTIES OF THE PAGE */

body {
  color: #000000;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px
}

/*===================================================================*/
/* DEFINE THE TOP MENU BAR LINK BLOCK */
.Hdr{
  background-color: #698FA3;
  height: 80px;
  width: 100%;
  background-image: url(header.jpg);
  background-repeat: repeat
}

/* DEFINE THE STYLE OF THE LOGO BLOCK */
.Hdr_Logo{
  width: 400px;
  height: 80px;
  vertical-align: middle;
  text-align: left;
  font-size: 30px;
  color: #000099;
  font-style: italic;
  font-variant: normal;
  font-weight: bold
}

/* DEFINE THE STYLE OF THE PAGE HEADER */
.Hdr_PName{
  color: #000099;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  height: 80px;
  width: auto
}

/*===================================================================*/
/* DEFINE THE TOP MENU BAR LINK BLOCK */
.Bar{
  background-color: #127AC4;
  height: 25px;
  width: 100%;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  display: block
}

/* DEFINE THE PAGE TOPIC AT THE TOP LEFT OF THE PAGE */
.Bar_Topic{
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  padding-left: 5px;
  width: 50%
}

/* DEFINE THE LINKS AT THE TOP RIGHT OF THE PAGE */
.Bar_Menu{
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  width: 50%;
  text-align: right;
  padding-right: 5px;
  color: #E0E0E0
}

.Bar_Menu a:link, .Bar_Menu a:visited {
  color: #F0F0F0;
  text-decoration: underline
}

.Bar_Menu a:hover, .Bar_Menu a:active {
  color: #FFFF33;
  text-decoration: underline
}

/*===================================================================*/
/* DEFINE THE BODY CONTENT TABLE */
.Cnt{
  width: 100%
}

/* DEFINE THE MENU (LEFT) COLUMN */
.Cnt_Left{
  width: 150px;
  background-color: #F4F3FF;
  border-right: 1px solid #000000;
  vertical-align: top;
  padding-top: 20px
}

/* DEFINE THE RESULTS (MIDDLE) COLUMN */
.Cnt_Middle{
  width: auto;
  padding-left: 10px;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-top: 20px;
  vertical-align: top
}

/* DEFINE THE FEATURED LISTING (RIGHT) COLUMN */
.Cnt_Right{
  width: 160px;
  vertical-align: top;
  padding-top: 20px;
}



/*===================================================================*/
/* DEFINE THE MENU LINK BLOCK */
#Mnu{
  display: block;
  clear: both;
  width: auto
}

#Mnu ul{
  list-style-image: url(bullet.gif);
  margin-left: 15px;
  margin-top: 0px;
}
#Mnu li{
  margin-bottom: 4px;
}

/* DEFINE HEADING CAPTION */
#Mnu_Heading{
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #990099;
  padding-left: 3px;
  margin-bottom: 15px;
}

/* DEFINE HEADING LIST */
#Mnu_HList{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-bottom: 15px
}

#Mnu_HList a:link, #Mnu_HList a:visited{
  color: #000099
}
#Mnu_HList a:hover, #Mnu_HList a:active{
  color: #CC0099
}

/* DEFINE STATE CAPTION */
#Mnu_State{
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #990099;
  padding-left: 3px;
  margin-bottom: 15px;
  margin-top: 15px
}

/* DEFINE STATE LIST */
#Mnu_SList{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-bottom: 15px
}
#Mnu_SList a:link, #Mnu_SList a:visited{
  color: #000099
}
#Mnu_SList a:hover, #Mnu_SList a:active{
  color: #CC0099
}

/* DEFINE OTHER CAPTION */
#Mnu_OTher{
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #990099;
  padding-left: 3px;
  margin-bottom: 15px;
  margin-top: 15px
}

/* DEFINE OTHER LIST */
#Mnu_OList{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-bottom: 15px;
}
#Mnu_OList a:link, #Mnu_OList a:visited{
  color: #000099
}
#Mnu_OList a:hover, #Mnu_OList a:active{
  color: #CC0099
}

/* DEFINE HORIZONTAL LINE IN MENU BLOCK */
#Mnu hr {
  height: 1px;
  color: #E1D8C1
}



/*===================================================================*/
/* DEFINE THE RESULT BLOCK */
#Rslt{
  display: block;
  clear: both;
  width: auto
}

/* DEFINE THE TOPIC OF THE PAGE*/
#Rslt_Topic{
  display: block;
  color: #CC0000;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-align: center;
  height: 20px
}

/* DEFINE THE PAGE DESCRIPTION*/
#Rslt_PDesc{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #A0A0A0;
  text-align: center;
  height: 40px
}
/* DEFINE THE PAGE RESULTS HEADER*/
#Rslt_Results{
  display: block;
  color: #303030;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 20px;
  border-bottom: 1px solid #F0F0F0
}

/* DEFINE THE BLOCK THAT HOLDS THE DATABASE RESULTS */
#Rslt_RList{
  display: block;
  margin-bottom: 20px
}

/* DEFINE THE ADD YOUR LISTING LINK*/
#Rslt_RAdd{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #0000CC;
  text-align: right;
  margin-bottom: 20px
}

/* DEFINE THE SPONSERSHIP HEADER*/
#Rslt_Sponser{
  display: block;
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  height: 20px;
  border-bottom: 1px solid #F0F0F0
}

/* DEFINE THE BLOCK THAT HOLDS THE SPONDERED LISTINGS */
#Rslt_SList{
  display: block;
  margin-bottom: 60px
}

/* DEFINE THE BLOCK THAT HOLDS THE PAGE DESCRIPTION TEXT */
#Rslt_PText{
  display: block;
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #E0E0E0
}

/*===================================================================*/
/* DEFINE THE FEATURED LISTING BLOCK */
#Fea{
  display: block;
  clear: both;
  width: auto
}

/* DEFINE THE HEADER OF THE FEATURED LISTINGS*/
#Fea_LHead{
  display: block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  color: #990099;
  text-align: center;
  padding-bottom: 20px
}

/* DEFINE THE POSITION OF THE FEATURED LISTINGS */
#Fea_Featured{
  display: block;
  text-align: center
}

/* DEFINE THE ADD YOUR LISTING LINK IN THE FEATURED LISTINGS */
#Fea_Add{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
  padding-right: 5px
}

/* DEFINE THE SPONSERED LISTINGS HEADING UNDER FEATURED LISTINGS */
#Fea_Sponser{
  display: block;
  color: #909090;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px
}

/* DEFINE THE BLOCK THAT THE SPONSERED LISTING WILL APEAR IN */
#Fea_SList{
  display: block;
}

/* DEFINE THE HORIZONTAL LINE SPACER IN FEATURED LISTINGS */
#Fea hr{
  color: #F0F0F0;
  height: 1px;
  width: 80%;
}


/*===================================================================*/
/* DEFINE THE FOOTER BLOCK */
#Ftr{
  display: block;
  clear: both;
  width: auto
}

#Ftr_Links {
  display: block;
  background-color: #909090;
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: center;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000
}

#Ftr_Links a{
  color: #FFFFFF
}


#Ftr_Legal{
  display: block;
  text-align: center;
  background-color: #505050;
  padding-top: 10px;
  padding-bottom: 10px
}



/*===================================================================*/
/* DEFINE THE STATE HOME HEADING LINK BLOCK */
#Opt{
  display: block;
  clear: both;
  width: 100%
}
#Opt ul{
  list-style-image: url(bullet.gif);
  margin-left: 25px
}
#Opt li{
  margin-bottom: 5px
}

#Opt_Pagehead {
  display: block;
  margin-bottom: 20px
}

#Opt_Pagehead_Banner{
  display: block;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 10px
}
#Opt_Pagehead_Text{
  display: block;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 30px
}

/* DEFINE HEADING CAPTION */
#Opt_Heading{
  display: block;
  background-color: #BA5A83;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #FFFFFF
}
/* DEFINE HEADING LIST */
#Opt_HList{
  display: block;
  background-color: #F0F0F0;
  margin-bottom: 20px;
}

/* DEFINE HEADING LIST */
.Opt_HListT{
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-left: 3px
}

.Opt_HListT a:link, #Opt_HListT a:visited {
  color: #000099
}
.Opt_HListT a:hover, #Opt_HListT a:active {
  color: #0000FF
}

/* DEFINE HEADING CAPTION */
#Opt_Sponser{
  display: block;
  background-color: #D0D0D0;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #FFFFFF
}

/* DEFINE HEADING LIST */
#Opt_SList{
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px
}

/*===================================================================*/
/* DEFINE THE HOMEPAGE BLOCK */
#Hmn{
  display: block;
  margin-top: -30px
}

/* DEFINE PROPERTIES OF STATE MAP ON HOMEPAGE */
.Hmn_Map{
  width: 100%;
  text-align: center
}

/* DEFINE THE LIST OF STATES ON HOMEPAGE */
.Hmn_States{
  width: 600px;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-left: 40px;
}
.Hmn_States a:link, .Hmn_States a:visited{
  color: #000099;
  text-decoration: none
}
.Hmn_States a:hover, .Hmn_States a:active{
  color: #0000FF;
  text-decoration: none
}


/*===================================================================*/
/* DEFINE THE SITEMAP BLOCK */
#SM{
  display: block;
  width: 100%
}

/* DEFINE THE TITLE OF THE STATE BLOCK */
#SM_S_H{
  display: block;
  font-size: 18px;
  font-style: italic;
  font-variant: normal;
  font-weight: bold
}

/* DEFINE THE LIST OF STATES */
#SM_S_List{
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold
}

/* DEFINE THE STATE / HEADING BLOCK OF THE SITE MAP */
#SM_H{
  display: block;
}

/* DEFINE THE STATE / HEADING TITLE OF THE BLOCK*/
#SM_H_H{
  display: block;
  font-weight: bold;
  font-variant: normal;
  font-style: italic;
  font-size: 18px
}
/* DEFINE THE STATENAME IN THE HEADING / STATE LIST IN SITEMAP */
.SM_H_Head{
  display: block;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold
}

/* DEFINE THE LIST OF HEADINGS / STATES IN SITEMAP */
#SM_H ul {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold
}

