BODY {
        background-color: #f2f2f2;
}

#container {
        margin-left: auto;
        margin-right: auto;
        width: 740px;
        padding: 0px;
        background-color: #115a00;
        border: 1px solid #d2d2d2;
}

#popupcontainer {
        padding: 0px;
        width: 580px;
        background-color: #115a00;
        border: 1px solid #d2d2d2;
}

#header {
        float: right;
        width: 560px;
        margin-right: 10px;
        margin-top: 10px;
        border-top: 4px double #fff;
}

#logo {
        float: left;
        width: 260px;
        height: 127px;
        background-color: #fff;
        background-image: url('http://www.alaskaonerealty.com/images/logos/81.jpg');
        background-repeat: no-repeat;
        background-position: center center;
}

#banner {
        float: right;
        width: 300px;
        height: 127px;

                background-image: url('http://www.alaskaonerealty.com/images/custbanners/81.jpg');

}

#linkbar {
        clear: both;
        width: 560px;
        height: 30px;
        background-color: #d2d2d2;
        border-top: 4px double #e7e7e7;
        border-bottom: 4px double #e7e7e7;
}

#linkbar UL {
        list-style: none;
        margin: 0px;
        padding: 5px 0px;
        margin-left: 5px;
}

#linkbar UL LI {
        display: inline;
}

#linkbar UL LI A {
        padding: 2px 5px;
        font: italic small-caps normal 14px arial;
        color: #000;
        text-decoration: none;
        border: 2px solid #d2d2d2;
}

#linkbar UL LI A:hover {
        background-color: #e8f4e5;
        border-style: outset;
}

#sidebar {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
}

#sidelinks1 UL, #sidelinks2 UL {
        list-style: none;
        margin: 10px 0px 0px 0px;
        padding: 0px;
}

#sidelinks1 UL LI, #sidelinks2 UL LI {
        display: inline;
}

#sidelinks1 UL LI A, #sidelinks2 UL LI A {
        display: block;
        background-color: #d2d2d2;
        border: 1px solid #e7e7e7;
        padding: 3px 5px;
        text-align: right;
        font: italic small-caps bold 12px arial;
        color: #000;
        text-decoration: none;
}

#sidelinks1 UL LI A:hover, #sidelinks2 UL LI A:hover {
        background-color: #e8f4e5;
        border-top: 1px solid #115a00;
        border-bottom: 1px solid #115a00;
}

#agentphoto {
        width: 150px;
        height: 200px;
        background-image: url('http://www.alaskaonerealty.com/images/photos/81.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #fff;
}

#container #content {
        float: right;
       /* margin-right: 10px; */
}

#popupcontainer #content {
        margin: 10px;
}

#content {
        width: 540px;
        background-color: #fff;
        padding: 10px 10px 20px 10px;
        color: #000;
        font: normal normal normal 12px verdana;
}

#content P.title {
        font: italic small-caps bold 16px arial;
        border-left: 8px solid #d2d2d2;
        border-bottom: 2px solid #d2d2d2;
        padding-left: 2px;
        color: #0e4a00;
}

#content P.error {
        font: italic normal bold 12px verdana;
        color: #f00;
}

#content P A {
        color: #0e4a00;
        text-decoration: none;
}

#content P A:hover {
        color: #115a00;
        text-decoration: underline;
}

#container #footer {
        width: 690px;
        clear: both;
        border: 10px solid #115a00;
}

#popupcontainer #footer {
        margin: 10px;
}

#footer {
        height: 35px;
        background-color: #d2d2d2;
        padding: 15px;
        color: #000;
        font: normal normal normal 9px verdana;
}

#footer A {
        color: #0e4a00;
        text-decoration: none;
}

#footer A:hover {
        text-decoration: underline;
}

#footer_contact {
        float: left;
}

#footer_copyright {
        float: right;
        text-align: right;
}

#reladev {
        float: right;
        margin-left: 5px;
}

#reladev IMG {
        height: 55px;
        width: auto;
        margin-top: -10px;
        border: none;
}

.feat {
        float: right;
        clear: right;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 0px;
        background-color: #d2d2d2;
        border: 1px solid #115a00;
        display: none;
        visibility: hidden;
}

.feat_header {
        font: italic small-caps bold 12px arial;
        padding: 2px 5px;
        text-align: center;
        color: #000;
}

.feat_header A {
        color: #0e4a00;
        text-decoration: none;
        font-weight: normal;
        border: 1px solid #d2d2d2;
}

.feat_header A:hover {
        background-color: #e8f4e5;
        border-style: outset;
}

.feat_footer {
        text-align: center;
}

.feat_footer A {
        display: block;
        color: #000;
        text-decoration: none;
        font: italic small-caps normal 12px arial;
        border: 1px solid #d2d2d2;
        padding: 2px 5px;
}

.feat_footer A:hover {
        background-color: #e8f4e5;
        border-style: outset;
}

.feat IMG {
        margin: 5px 10px;
        border: 1px solid #115a00;
}

.feat_textwindow {
        position: relative;
        width: 150px;
        height: 14px;
        clip: rect(0,150,14,0);
        background-color: #fff;
        border-top: 1px solid #115a00;
        border-bottom: 1px solid #115a00;
        margin-top: 3px;
        padding: 3px 0px;
}

.feat_text {
        font: normal normal normal 10px verdana;
}

#f1_textwindow, #f2_textwindow {
        overflow: hidden;
}

#f1_text, #f2_text {
        position: absolute;
        visibility: hidden;
        white-space: nowrap;
}

.agentresult, .agentresult_hover {
        float: left;
        border: 1px solid #115a00;
        margin: 7px;
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        height: 220px;
        text-align: center;
}

.agentresult {
        background-color: #d2d2d2;
}

.agentresult_hover {
        background-color: #e8f4e5;
        cursor: pointer;
}

.agentresult IMG, .agentresult_hover IMG {
        max-width: 140px;
        max-height: 160px;
        margin: 10px;
}

.noagentphoto {
        margin: 9px;
        width: 120px;
        height: 110px;
        border: 1px solid #115a00;
        font: normal normal bold 18px verdana;
        color: #0e4a00;
        white-space: normal;
        padding: 40px 10px 10px 10px;
}

.agentdetails {
        font: normal normal bold 10px verdana;
        color: #000;
}

.listingresult, .listingresultIDX {
        float: left;
        background-color: #d2d2d2;
        border: 1px solid #115a00;
        margin: 6px;
        width: 255px;
        white-space: nowrap;
        overflow: hidden;
}

.listingresult_hover, .listingresultIDX_hover {
        float: left;
        background-color: #e8f4e5;
        border: 1px solid #115a00;
        margin: 6px;
        width: 255px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
}

.listingresult, .listingresult_hover {
        height: 100px;
}

.listingresultIDX, .listingresultIDX_hover {
        height: 130px;
}

.listingresult IMG, .listingresult_hover IMG, .listingresultIDX IMG, .listingresultIDX_hover IMG {
        float: left;
        width: 128px;
        height: 100px;
}

.listingtext, .listingagent {
        width: 117px;
        float: left;
        padding: 3px 5px;
        font: normal normal normal 10px verdana;
        color: #000;
}

.listingtext STRONG, .listingagent STRONG {
        color: #0e4a00;
}

.listingtext STRONG.header {
        font: italic small-caps bold 12px arial;
        color: #000;
}

.agentresult A, .agentresult_hover A, .listingresult A, .listingresult_hover A, .listingresultIDX A, .listingresultIDX_hover A {
        display: block;
        color: #000;
        text-decoration: none;
        font: italic small-caps normal 11px arial;
        margin-top: 4px;
}

.agentresult A:hover, .agentresult_hover A:hover, .listingresult A:hover, .listingresult_hover A:hover, .listingresultIDX A:hover, .listingresultIDX_hover A:hover {
        color: #0e4a00;
}

.listingagent {
        clear: left;
}

#pager_container {
        clear: both;
        background-color: #d2d2d2;
        border: 1px solid #115a00;
        margin: 6px 6px 10px 6px;
}

#pager {
        padding: 5px;
        color: #000;
        font: italic small-caps normal 12px arial;
}

A#pager_prev {
        float: left;
        text-decoration: none;
        color: #000;
        border: 1px solid #d2d2d2;
}

A#pager_next {
        float: right;
        text-decoration: none;
        color: #000;
        border: 1px solid #d2d2d2;
}

A#pager_next:hover, A#pager_prev:hover {
        border-style: outset;
        background-color: #e8f4e5;
        color: #0e4a00;
        text-decoration: none;
}

#pager_loc {
        text-align: center;
}

#listdetails {
        float: right;
        font: normal normal normal 10px verdana;
        width: 200px;
}

#listimgcontainer {
        border: 1px solid #115a00;
        width: 330px;
        height: 250px;
}

#listimg {
        width: 330px;
        height: 250px;
}

#listimg IMG {
        max-width: 330px;
        max-height: 250px;
}

#listdescription {
        clear: both;
}

#imglistcontainer {
        border: 1px solid #115a00;
        width: 330px;
        height: 74px;
        margin-top: 10px;
}

A#imglist_left, A#imglist_right {
        display: block;
        background-color: #d2d2d2;
        color: #000;
        height: 42px;
        width: 10px;
        text-decoration: none;
        border: 1px solid #d2d2d2;
        padding-top: 30px;
        font: normal normal normal 9px verdana;
        text-align: center;
}

A#imglist_right {
        float: right;
}

A#imglist_left {
        float: left;
}

A#imglist_left:hover, A#imglist_right:hover {
        background-color: #e8f4e5;
        color: #0e4a00;
        border-style: outset;
        text-decoration: none;
}

#imglistwindow {
        position: relative;
        width: 306px;
        height: 74px;
        clip: rect(0,306,74,0);
        background-color: #fff;
        overflow: hidden;
}

#imglist {
        white-space: nowrap;
        position: absolute;
        visibility: hidden;
}

#imglist IMG {
        margin: 2px;
        height: 70px;
        cursor: pointer;
}

.formitem, .formitem_hover, .formitem_multiline, .formitem_multiline_hover {
        background-color: #d2d2d2;
        border: 1px solid #115a00;
        margin: 5px;
        padding: 3px;
        font: normal normal normal 12px verdana;
        color: #000;
}

.formitem, .formitem_hover {
        height: 22px;
}

.formitem_hover, .formitem_multiline_hover {
        background-color: #e8f4e5;
}

.formitem INPUT[type="text"], .formitem_hover INPUT[type="text"] {
        width: 150px;
        border: 1px solid #115a00;
}

.formitem SELECT, .formitem_hover SELECT {
        width: 155px;
        border: 1px solid #115a00;
}

.formitem INPUT[type="submit"], .formitem_hover INPUT[type="submit"], .formitem INPUT[type="reset"], .formitem_hover INPUT[type="reset"] {
        border: 1px solid #115a00;
        font: italic small-caps normal 12px arial;
        padding-top: 2px;
        margin-right: 10px;
}

.formlabel, .formlabel_error {
        display: block;
        width: 125px;
        float: left;
        padding-top: 5px;
        padding-right: 10px;
        text-align: right;
}

.formlabel_error {
        color: #f00;
        font-weight: bold;
}

.formexample {
        font-style: italic;
        font-size: 10px;
        color: #0e4a00;
        margin-left: 10px;
}

.formitem UL, .formitem_hover UL {
        list-style: none;
        display: inline;
        padding: 0px;
        margin: 0px;
}

.formitem UL LI, .formitem_hover UL LI {
        display: inline;
}

.formitem_multiline TEXTAREA, .formitem_multiline_hover TEXTAREA {
        width: 350px;
        height: 60px;
        border: 1px solid #115a00;
}
#agentpic {
        float: left;
        width: 175px;
        margin-right: 10px;
}
#tagline {
        font: italic small-caps bold 12px arial;
}
#agentcontact, #officecontact {
        float: left;
        background-color: #d2d2d2;
        border: 1px solid #115a00;
        padding: 10px;
        font: normal normal normal 12px verdana;
        color: #000;
        margin-bottom: 10px;
}
#agentcontact P, #officecontact P {
        margin: 0px;
        padding: 0px;
}

#officepicholder {
        float: left;
}
#officemap {
        width: 240px;
        height: 200px;
        border: 1px solid #115a00;
        display: none;
}
#officepic {
        width: 240px;
        margin-right: 10px;
        margin-bottom: 10px;
}
#officecontact, #officedetails {
        float: left;
        width: 265px;
}
#agentcontact, #agentdetails {
        float: left;
        width: 330px;
}

.officeresult, .officeresult_hover {
        clear: both;
        border: 1px solid #115a00;
        margin: 7px;
        padding: 10px;
}
.officeresult {
        background-color: #d2d2d2;
}
.officeresult_hover {
        background-color: #e8f4e5;
}
.officephoto {
        float: left;
        margin-right: 10px;
}
.officephoto IMG {
        border-width: 0px;
}
.noofficephoto {
        width: 80px;
        height: 40px;
        border: 1px solid #115a00;
        text-align: center;
        padding: 20px;
}
.noofficephoto A {
        font: normal normal bold 12px verdana;
        color: #0e4a00;
        text-decoration: none;
}
.officecontact {
        float: left;
}
.officecontact STRONG.title {
        font: italic small-caps bold 14px arial;
}
.officecontact A {
        color: #0e4a00;
        text-decoration: none;
}
.officecontact A:hover {
        text-decoration: underline;
}
}

#idx table, #idx tr, #idx td, #idx tr b, #idx tr strong #idx tbody, #idx b. #idx li {
/* #idx table, tr, td, tr b, { */
       /* float: left; */
         margin: 0px;
         width: 540px;
        background-color: #fff;
       padding: 10px 10px 20px 10px;
        line-height: 15px;
        font-size : 8px;
        font-family : Verdana, Arial,  sans-serif;
        font-style : normal;
}
table, TD,TR  {
        color : black;
        line-height: 15px;
        font-size : 10pt;
        font-family : Verdana, Arial,  sans-serif;
        font-weight : normal;
        font-style : normal;
        margin: 0px;

}



