#frame 
{
	border: solid 1px black;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    z-index: 0;
}

#frame-form
{
	border: solid 1px black;
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -312px;
    width: 625px;
    z-index: 0;
    background-color: white;
}

#header-image
{
    position: absolute;
    top: 0px;
    left: 0px;
    aleft: 50%;
    amargin-left: -480px;
    awidth: 960px;
    z-index: -1;
}

#header
{
    border: solid 0px green;
    position: relative;
	top: 0px;
    left: 0px;
    width: 960px;
    z-index: 2;
}

#menu-bar
{
    position: relative;
    border: solid 0px orange;
	top: 0px;
	margin-top: 293px;
    left: 258px;
    width: 900px;
    z-index: 1;
}

#sidebar
{
	border: solid 0px black;	
    float: left;
	margin-left: 20px;
    width: 220px;
    z-index: 2;
}


#contact-content
{
	border: solid 0px red;
    position: relative;
    top: 20px;
	left: 280px;
    width: 670px;
    min-height: 600px;
    height: expression(this.offsetHeight < 600 ? "600px" : true);
    z-index: 2;
}

.sidebar-listing-image
{
    max-height: 112px;
    height: expression(this.offsetHeight > 112 ? "112px" : true);
    max-width: 150px;
    height: expression(this.offsetWidth < 150 ? "150px" : true);
}

#index-message
{
	border: solid 0px red;
    position: absolute;
    top: 30px;
	margin-left: 390px;
	width: 555px;
    z-index: 6;
}

#content-area
{
    border: solid 0px red;
    position: relative;
    float: right;
    margin-top: 0px;
    margin-right: 15px;
    width: 670px;
    min-height: 500px;
    height: expression(this.offsetHeight < 500 ? "500px" : true);
    margin-bottom: 30px;
    z-index: 2;
}

#content-area-search
{
    border: solid 0px red;
    position: relative;
    float: right;
    margin-top: 60px;
    margin-right: 15px;
    width: 670px;
    min-height: 500px;
    height: expression(this.offsetHeight < 500 ? "500px" : true);
    margin-bottom: 30px;
    z-index: 20;
}


.detail-image
{
    width: 325px;
    height: 244px;
    position: absolute;
}

#search
{
	border: solid 0px red;
    position: absolute;
    top: 340px;
	margin-left: 775px;
    z-index: 5;
}

#advanced-search-link
{
	border: solid 0px red;
    position: absolute;
    top: 362px;
    left: 50%;
	margin-left: -99px;
    z-index: 5;
}


#quick-drop-downs
{
	border: solid 0px red;
    position: absolute;
    top: 330px;
    left: 50%;
	margin-left: 50px;
    z-index: 5;
}


#request-form
{
	border: solid 0px gray;
    position: relative;
    top: 20px;
	left: 0px;
    width: 600px;
    min-height: 500px;
    margin-bottom: 40px;
    z-index: 2;
}

#about-specialty
{
	border: solid 0px gray;
    position: absolute;
    top: 510px;
	left: 50%;
	margin-left: 228px;
    width: 270px;
    min-height: 750px;
    z-index: 2;
}

#footer
{
    position: relative;
	top: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    z-index: 0;
}

#credit
{
    border: solid 0px yellow;
    position: relative;
    padding-top: 1px;
	atop: 0px;
    aleft: 0px;
    width: 100%;
    z-index: 0;
}

.listing-image
{
	max-width: 150px;
	max-height: 113px;
	width: expression(this.width > 150 && this.width / this.height > 150/113 ? "150px" : true);
	height: expression(this.height > 113 && this.height / this.width > 113/150 ? "113px" : true);
}

