/* CSS Document */


html, body {
  color:         #333333;
  font-family:   arial, helvetica, sans-serif;
  font-size:     12pt;
  margin-left:   0px; 
  margin-right:  0px;
  margin-top:    0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size:   18px;
  color:       #666666;
}
 
h2 {
  font-family:   arial, helvetica, sans-serif;
  font-size:     16px;
  color:         #20273E;
  margin-bottom: 8px;
}
 
h3 {
  font-family: arial, helvetica, sans-serif;
  font-size:   14px;
  color:       #333333;
}
 
h4 {
  font-family: arial, helvetica, sans-serif;
  font-size:   14px;
  color:       #20273E;
}

h5 {
  font-family:   arial, helvetica, sans-serif;
  font-size:     12px;
  color:         #333333;
  font-weight:   bold;
  margin-bottom: 0px;
}
 
hr {
size: 1px;
color:#666666;
} 

a:link {
  color:#666666;
}

a:visited {
  color:#666666;
}

a:hover {
color:#666699;
}

form {
margin-top: 0px;
margin-bottom: 0px;
}

/*End tag styles*/


/*The following are class styles that apply to the whole document */
.nav {
  font-family:     arial, helvetica, sans-serif;
  font-size:       11px;
  color:           #FFFFFF; 
  font-weight:     bold;
  margin-left:     5px;
  margin-right:    5px;
}

a.nav:link {
  font-family:     arial, helvetica, sans-serif;
  font-size:       11px;
  color:           #FFFFFF; 
  text-decoration: none;
  font-weight:     bold;
}

a.nav:visited {
  font-family:     arial, helvetica, sans-serif;
  font-size:       11px;
  color:           #FFFFFF; 
  text-decoration: none;
  font-weight:     bold;
}

a.nav:hover {
  font-family:     arial, helvetica, sans-serif;
  font-size:       11px;
  color:           #FFFFFF; 
  text-decoration: none;
  font-weight:     bold;
}

.color1 {
  background-color: #20273E;
}

.color2 {
  background-color: #666666;
}

.text {
  background-color: #FFFFFF;
  font-family:      arial, helvetica, sans-serif;
  font-size:        12px;
  color:            #333333;
}

/* the following styles apply to agent contact info*/
.contact {
  font-family:     arial, helvetica, sans-serif;
  font-size:       11px;
  color:           #FFFFFF;
  font-weight:     bold; 
  text-decoration: none;
}

.aname {
  font-family:     arial, helvetica, sans-serif;
  font-size:       14px;
  color:           #FFFFFF; 
  font-weight:     bold;
}

/*End contact info. styles */

.menu {
  background-color: #CB8335;
  border:           2px solid #FFFFFF;
  position:         absolute;
  top:              25px;
  visibility:       hidden;
  width:            150px;
  z-index:          100;
  filter:           revealTrans(DURATION=.25, TRANSITION=5);
  display:          block;

 
}

.ewebengine {
  font-family: arial, helvetica, sans-serif;
  font-size:   10px;
  color:       #FFFFFF;
}

.copyright {
  font-family: arial, helvetica, sans-serif;
  font-size:   10px;
  color:       #FFFFFF;
}


/*These styles apply to articles and must be present for the content engine*/
.frameset_border {
  border:        1px solid #666666;
  margin-top:    5px;
  margin-bottom: 5px;
  padding:       5px;
}

.frame_border {
  border:  1px solid #666666;
  padding: 5px;
}

.border_fill {
  border:  1px solid #666666;
  background-color:  #666666;
}
/* End article styles*/


/*The following styles apply to the search portions of the site: quicksearch and listing search*/

.quicksearch {
  font-family: arial, helvetica, sans-serif;
  font-size:   12px;
  color:       #333333;
  visibility:  visible; 
}

.qs {
  font-family:      arial, helvetica, sans-serif;
  font-size:        12px;
  color:            #333333;
}

.advancedsearch_short {
  font-family: arial, helvetica, sans-serif;
  font-size:   12px;
  color:       #333333;
  width:       150px;
}

.advancedsearch_long {
  font-family: arial, helvetica, sans-serif;
  font-size:   12px;
  color:       #333333;
  width:       250px;
}

.formbg {
  font-family:   arial, helvetica, sans-serif;
  font-size:     12px;
  color:         #333333;
  font-weight:   bold;
  padding-left:  5px;
  padding-right: 5px;
}

.smallform {
  font-family: arial, helvetica, sans-serif;
  font-size:   10px;
  color:       #20273E;
}

.fborder {
  border: 1px solid #333333;
}

.submit {
  background-color: #666666;
  color:            #FFFFFF; 
  height:           20px;
}

.tab {
  background-color: #FFFFFF;
  height:           20px;
  text-align:       center;
  font-weight:      bold;
  font-size:        11px;
  border: 1px solid #333333;
}

.searchtext {
  font-family:   arial, helvetica, sans-serif;
  font-size:     12px;
  color:         #333333;
  padding-left:  3px;
  padding-right: 2px;
}

.cb {
  width: 112px;
}

.dropdown_block {
  width:          250px;
  text-align:     left;
  padding-bottom: 3px;
}

.list {
width: 190px;
}

.list2 {
width: 151px;
vertical-align: top;
}

.lco {
color: #999999;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.scontact {
font-size: 11px;
color: FFFFFF;
}

a.snav:link {
font-size: 11px;
color: FFFFFF;
text-decoration: none;
}

a.snav:visited {
font-size: 11px;
color: FFFFFF;
text-decoration: none;
}

.highlighttext {
color:CC6600;
font-size: 10px;
font-weight: bold;
}

/*The following 2 classes create alternating rows for the agent search results*/
.asearch_lightcolor1 {
background-color: FFFFFF;
font-size: 11px;
}

.asearch_lightcolor2 {
background-color: #EEEEEE;
font-size: 11px;
}

/*The following 2 classes create alternating colors for the Inside Tour link*/
.flash_color1 {
font-size: 11px;
color: FFFFFF;
}

.flash_color2 {
font-size: 11px;
color: #CCCCCC;
}
/*End search related styles*/


.bg1 {
  background-image:  url('/images/styles/84/2/bg1.gif');
  background-repeat: repeat-x;
}
  
.bg2 {
  background-image:  url('/images/styles/84/2/bg2.jpg');
  background-repeat: no-repeat;
}

.bg3 {
  background-image:  url('/images/styles/84/2/bg3.jpg');
  background-repeat: no-repeat;
}

.bg4 {
  background-image:  url('/images/styles/84/2/bg4.gif');
  background-repeat: repeat-y;
}
  
 .office {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  }
  

a.home_nav:link {
  text-decoration: none;
  color:           #FFFFFF;
  font-size:       11px;
  font-weight:     bold;
}

a.home_nav:visited {
  text-decoration: none;
  color:           #FFFFFF;
  font-size:       11px;
  font-weight:     bold;
} 

a.home_nav:hover {
  text-decoration: none;
  color:           #FFFFFF;
  font-size:       11px;
  font-weight:     bold;
} 



.navbg {
  background-image:  url('/images/styles/84/2/navbg.gif');
  padding-left: 6px;
}

.qsbg {
  background-color: #23293E;
  background-image:  url('/images/styles/84/2/qsbg.jpg');
  background-repeat: no-repeat;
}

