body {
    /*font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;*/
	font-family: "verdana", sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
} #error {
    width: 500px;
    height: 35px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-color: #000000;
    border-width: 1px;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
} #notice {
    width: 500px;
    height: 35px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-color: #000000;
    border-width: 1px;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
} #notice img, #error img {
    padding-left: 10px;
    margin-top: -5px;
    float: left;
}#frame {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
} #header {
    float: right;
    background: url(../images/head_gradient.png);
    width: 1024px;
    height: auto;
    display: block;
    position: relative;
} #logo {
    display: block;
    position: relative;
    float: left;
    top: 10px;
} #buttons {
    position: relative;
    display: block;
    float: right;
    top: 70px;
} #flash {
    width: 1024px;
    height: 259px;
    display: block;
    position: relative;
    float: left;
} #in_nav {
    display: block;
    position: relative;
    float: left;
    background-color: #000;
    height: 50px;
    width: 1024px;
} #search {
    width: 400px;
    height: 29px;
    display: block;
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
} #content {
    display: block;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    height: 100%;
} #content_left {
    width: 290px;
    height: auto;
    display: block;
    position: relative;
    float: left;
    height: 100%;
    clear: left;
    background-color: #e3e3e3;
} #newscontent {
    display: block;
    position: relative;
    background-color: #e3e3e3;
    padding: 10px;
}#content_right {
    background-color: #fff;
    width: 700px;
    display: block;
    position: relative;
    float: right;
    margin-top: 10px;
    z-index: 1;
} #blue_Bar {
    display: block;
    position: relative;
    float: left;
    background: url(../images/blue_bar.png) no-repeat;
    width: 1024px;
    height: 12px;
} #footer {
    display: block;
    position: relative;
    float: left;
    background-color: #535353;
    width: 1004px;
    height: auto;
    padding: 10px 10px 10px 10px;
    top: -10px;
} #footer_left {
    height: auto;
    display: block;
    position: relative;
    float: left;
} #footer_right {
    height: auto;
    display: block;
    position: relative;
    float: right;
    width: 720px;
} #footer_right p {
    color: white;
    margin: 0;
    padding: 0;
} #footer a {
    text-decoration: none;
    color: white;
} #address {
    color: #fff;
    display: block;
    float: right;
    position: relative;
    text-align: right;
} #phone {
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-align: left;
}

/* Tags */
a img {
    border: none;
}

a {
    color: #1eacd1;
}

a:hover {
    color: #1eacd1;
    text-decoration: none;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    font-weight: normal;
} #newscontent h3 {
    font-size: 10px;
}

/* Nav Rollovers */ .one {
    background: url(../images/home1.png) no-repeat;
    display: block;
    width: 85px;
    height: 50px;
    display: block;
    position: relative;
    float: left;
} .one:hover {
    background: url(../images/home2.png) no-repeat;
} .two {
    background: url(../images/estate1.png) no-repeat;
    display: block;
    width: 123px;
    height: 50px;
} .two:hover {
    background: url(../images/estate2.png) no-repeat;
} .three {
    background: url(../images/about1.png) no-repeat;
    display: block;
    width: 81px;
    height: 50px;
} .three:hover {
    background: url(../images/about2.png) no-repeat;
} .four {
    background: url(../images/media1.png) no-repeat;
    display: block;
    width: 139px;
    height: 50px;
} .four:hover {
    background: url(../images/media2.png) no-repeat;
} .five {
    background: url(../images/links1.png) no-repeat;
    display: block;
    width: 77px;
    height: 50px;
} .five:hover {
    background: url(../images/links2.png) no-repeat;
} .six {
    background: url(../images/contact1.png) no-repeat;
    display: block;
    width: 91px;
    height: 50px;
} .six:hover {
    background: url(../images/contact2.png) no-repeat;
} #nav {
    position: relative;
} #nav_buttons li {
    display: block;
    position: relative;
    float: left;
    list-style-type: none;
} #nav_buttons {
    display: block;
    position: relative;
    float: right;
}

/* Dropdown CSS */ #drop_down {
    padding-left: 3px;
    position: relative;
    z-index: 5;
    float: left;
} #drop_down ul {
    float: left;
} #drop_down a {
    padding: 0px;
    padding-bottom: 0px;
    display: block;
    text-decoration: none;
} #drop_down li {
    list-style-type: none;
    float: left;
    position: relative;
} #drop_down li ul {
    position: absolute;
    display: none;
    width: 7em;
} #drop_down li ul li {
    width: 100%;
} #drop_down {
    font-family: lucida, arial, sans-serif;
    font-size: 18px;
    float: left;
} #drop_down li:hover ul {
    display: block;
}

/* Drop Down Rollovers */ .two_a {
    background-image: url(../images/residential1.png);
    display: block;
    left: 8px;
    position: relative;
    width: 116px;
    height: 41px;
} .two_a:hover {
    background-image: url(../images/residential2.png);
} .two_b {
    background-image: url(../images/farms1.png);
    display: block;
    left: 8px;
    position: relative;
    width: 116px;
    height: 37px;
} .two_b:hover {
    background-image: url(../images/farms2.png);
} .two_c {
    background-image: url(../images/commercial1.png);
    display: block;
    left: 8px;
    position: relative;
    width: 116px;
    height: 37px;
} .two_c:hover {
    background-image: url(../images/commercial2.png);
} .two_d {
    background-image: url(../images/lots1.png);
    display: block;
    left: 8px;
    position: relative;
    width: 116px;
    height: 35px;
} .two_d:hover {
    background-image: url(../images/lots2.png);
} .two_e {
    background-image: url(../images/acreages1.png);
    display: block;
    left: 8px;
    position: relative;
    width: 116px;
    height: 40px;
} .two_e:hover {
    background-image: url(../images/acreages2.png);
} .three_a {
    background-image: url(../images/bio1.png);
    display: block;
    left: 4px;
    position: relative;
    width: 116px;
    height: 41px;
} .three_a:hover {
    background-image: url(../images/bio2.png);
} .three_b {
    background-image: url(../images/employee1.png);
    display: block;
    left: 4px;
    position: relative;
    width: 116px;
    height: 40px;
} .three_b:hover {
    background-image: url(../images/employee2.png);
} .four_a {
    background-image: url(../images/imggal1.png);
    display: block;
    left: 5px;
    position: relative;
    width: 135px;
    height: 40px;
} .four_a:hover {
    background-image: url(../images/imggal2.png);
}

/*--.four_b {
 background-image: url(../images/vidgal1.png);
 display: block;
 left: 5px;
 position: relative;
 width: 135px;
 height: 40px;
 } .four_b:hover {
 background-image: url(../images/vidgal2.png);
 }*/
ul, li {
    margin: 0;
    padding: 0;
} #contentbox, .imagebox {
    background-color: #fff;
    width: 690px;
    display: block;
    position: relative;
    float: right;
    color: #000;
    margin: 10px;
} #calc {
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
} #propertyslideshow {
    background-color: #E3E3E3;
    width: 694px;
    display: block;
    position: relative;
    float: right;
    margin-top: 20px;
    padding: 10px;
    color: #000;
} .propertyadmin {
    display: block;
    position: relative;
    float: right;
    right: 15px;
    top: 10px;
} .propertyimage {
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}.propertymore {
    position: relative;
    display: block;
    float: right;
    right: 13px;
    top: 4px;
} .propertymore a {
    color: #000;
} .details {
    display: block;
    float: left;
    position: relative;
    width: 460px;
} .propertybox {
    margin: 10px 0 10px 0;
    width: 642px;
    float: right;
    right: 40px;
    position: relative;
    display: block;
} .price {
    color: green;
}.propertyinfo {
    margin-top: 10px;
    display: block;
    position: relative;
    left: 10px;
    padding: 0 20px 0 0;
} .proptitlebar {
    padding: 10px 0 0 0;
    display: block;
    float: left;
    position: relative;
    font-size: 16px;
} .soldmini {
    float: right;
    position: relative;
    display: block;
} .propertytitle {
    padding: 0 10px 0 10px;
    background: url(../images/list_top.png) no-repeat;
    width: 642px;
    height: 50px;
    display: block;
    position: relative;
    float: left;
} .propertydetails {
    background: url(../images/list_middle.png) repeat-y;
    width: 642px;
    display: block;
    position: relative;
    float: left;
} .propertybottom {
    padding: 0 10px 0 10px;
    background: url(../images/list_bottom.png) repeat-y;
    width: 642px;
    height: 12px;
    display: block;
    position: relative;
    float: left;
} .proptitlebar strong {
    font-size: 25px;
} .propertymore {
    padding-top: 10px;
    padding-right: 10px;
} .enlarge {
    float: right;
} #propertyadd {
    display: inline;
    position: relative;
    float: right;
    padding-left: 2px;
} #newsadd {
    display: block;
    position: relative;
    float: right;
} #newsadmin {
    display: block;
    position: relative;
    float: right;
}#slideshowimages, #slideshowadmin {
    display: block;
    position: relative;
    float: right;
} #bottomimages {
    margin-top: 10px;
    width: 612px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
} .imgwrap {
    display: block;
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
    padding: 2px;
} #bottomimages img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
} #admin {
    border: dotted #ccc 1px;
    padding: 2px;
    display: block;
    position: relative;
    float: right;
} #admin a {
    color: #000;
} #admin a:hover {
    color: #000;
    text-decoration: none;
} #loc {
    border: ridge 1px #ccc;
    text-align: left;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
} .paginate, .paginatebottom {
    float: right;
    position: relative;
    display: inline;
} #paginatenews {
    float: right;
    position: relative;
    display: block;
    top: -40px;
    right: 5px;
} .paginatebottom {
    top: -20px;
} .paginate a, .paginatebottom a {
    color: #1eacd1;
} .paginate a:hover, .paginatebottom a:hover {
    color: #1eacd1;
    text-decoration: none;
} .paginate_bottom { float: right;
					 margin-right: 50px;}
#propertytitle {
    margin: 0;
    padding: 0;
    float: left;
    display: inline;
} #propertytitle h1, h2 {
    margin: 0;
    padding: 0;
} .employeedetails {
    position: relative;
    display: block;
    float: left;
    width: 470px;
} .employeeheadshot {
    position: relative;
    display: block;
    float: right;
} .imagefield {
    float: left;
    position: relative;
    display: block;
    padding-left: 25px;
} .imageadmin {
    display: block;
    position: relative;
    left: 165px;
    top: -21px;
} .imagebox {
    padding-top: 25px;
}

h2 {
    font-size: 27px;
}

h1 {
    font-size: 30px;
} #bottomemail a {
    color: #1eacd1;
    text-decoration: underline;
} #rss {
    float: right;
} #topimage {
    display: block;
    position: relative;
    float: right;
    width: 200px;
} #sold {
    float: right;
    display: block;
    position: relative;
} #tablelisting {
    text-align: left;
    width: 450px;
} #tablelisting td {
} #tablelisting th {
    width: 160px;
    vertical-align: text-top;
} #bottominfo {
    width: 500px;
    padding-top: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: Geneva, Arial, Helvetica, sans-serif;
} #bottomparagraph {
    display: block;
    position: relative;
    float: left;
} #bottominfoimages {
    display: block;
    position: relative;
    float: left;
    left: 200px;
} #mortgageform table {
    background-color: #fff;
} #image a {
    color: #fff;
} .blogtn {
    display: block;
    padding: 0 0 10px 85px;
} #propertydetails h1 {
    font-weight: bold;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
#karenpic{
	float:right;
	padding: 0 2em 2em 2em;
}
strong a { color: black;
		   text-decoration: none;}
strong a:hover { color: blue;}
