
#main {
    background-image: url('images/pg_bkg.jpg');
    background-repeat:repeat-x;
    height: 960px;
    font-family: Arial, Helvetica, "Avant Guard", sans-serif;
}

#frame {
    background-color: #C38A45;
    background-color: #FFFFFF;
    background-image: url('images/frame_bkg.jpg');
    background-repeat:repeat-x;
    height: 840px;
    font-family: Arial, Helvetica, "Avant Guard", sans-serif;
}

.height20 {
    line-height: 25px;
}
.line2 {
    line-height: 12px;
    margin-left: 10px;
}
.banner {
    height: 113px;
    vertical-align:top;
    width: 280px;
    font-size:2.25em;
    color: #FFFFFF;
    line-height:113px;
    text-align:left
}
.banner_btn {
    background: url('images/banner_btn.jpg');
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 100px;
    height: 35px;
    text-align: center;
    font-size:0.85em;
    cursor: pointer;
}

/* Dropdown Content (Hidden by Default) */
.community-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.community-content a {
  color: #FFFFFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.community-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .community-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.corner_tl {
    background: url('images/corner_tl.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.corner_bl {
    background: url('images/corner_bl.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.corner_tr {
    background: url('images/corner_tr.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.corner_br {
    background: url('images/corner_br.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.side_t {
    background: url('images/side_t.png');
    background-repeat: repeat-x;
    width: 2px;
    height: 25px;
}
.side_b {
    background: url('images/side_b.png');
    background-repeat: repeat-x;
    width: 2px;
    height: 25px;
}
.side_l {
    background: url('images/side_l.png');
    background-repeat: repeat-y;
    width: 25px;
    height: 2px;
}
.side_r {
    background: url('images/side_r.png');
    background-repeat: repeat-y;
    width: 25px;
    height: 2px;
}
#profile {
    background: url('images/profile_area.png');
    width: 420px;
    height: 340px;
    vertical-align: top;
}    
#profile_hdr {
    color: #676767;
    width: 380px;
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    font-weight: bold;
    text-align: center;
}    
.profile_txt {
    color: #676767;
    width: 380px;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
    text-align:justify;
}    
#profile_pic {
    background: url('images/profile_area.png');
    width: 510px;
    height: 340px;
}    
#pic_border {
    background-color: #ffffff;
    width: 460px;
    height: 305px;
    text-align: center;
}
#frame_hdr {
    background: url('images/profile_area.png');
    width: 930px;
    height: 50px;
    color: #676767;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}    
#balloon {
    position: absolute;
    top: 2px;
    left: 20px;
    z-index: 5;
}
#home_content {
    position: absolute;
    top: 360px;
    left: 50%;
    margin-left: -400px;
    z-index: -1;
    background-color: #ffffff;
    width: 800px;
    height: 500px;
}
#mtg_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -5;
    background-color: #ffffff;
    width: 800px;
    height: 670px;
}
#buyerbrokerage_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -5;
    background-color: #ffffff;
    width: 800px;
    height: 1000px;
}
#community_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -1;
    background-color: #ffffff;
    width: 800px;
    height: 2230px;
}
#moving_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -1;
    background-color: #ffffff;
    width: 800px;
    height: 800px;
}
#excursions_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -1;
    background-color: #ffffff;
    width: 800px;
    height: 2850px;
}
#restaurants_content {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: -1;
    background-color: #ffffff;
    width: 800px;
    height: 1800px;
}
#listing_criteria {
    text-align: center;
    margin-top: 30px;
}
.list_ckbx {
    margin-left: 15px;
}
.content_heading {
    font-size:large; 
    color:#0A214B;
}
.content_bold {
    font-weight:bold; 
    color:#0A214B;
}
.italics {
    font-style:italic;
}
.grey {
    color: #676767;
}
