
#Organization {
    float: left;
    width: 603px;
	display: inline;
}

* html #Organization {
	width: 605px;
}

html>body #Organization {
	*width: 605px;
}

#descriptors {
	float: left;
	position: relative;
	margin: -9px 0 15px 0;
	display: inline;
	width: 365px;
}

#amenities {
	width: 365px;
	float: left;
	margin-top: 10px;
}

.orgInfo {
	width: 365px;
	clear: both;
}

html>body #bodyDescription {
}

.viView {
	width: 600px;
}

#bodyDescription {
    width: 365px;
    margin: 0 0 0 0;
    clear: both;
}

#sideDesc {
	display: inline; 
	width: 175px;
	float: right;
	margin: 0 25px 10px 20px;
}

#sideDesc img {
z-index: 100;
	margin-bottom: 8px;
}

	#sideDesc #info {
		background: #f6f6f6;
		padding: 9px;
	}

	#sideDesc span {
		float: left;
		width: 100%;
		font-weight: bold;
		margin: 0 0 4px 0;
	}

	.listing {
		color: #858585;
		margin: 0 0 4px 15px;
	}

.userList {
    /*border-top: 15px solid rgb(187, 210, 225);*/
    width: 98%;
    height: 100%;
    float: left;
    border: 0;
    margin-top: 4px;
}

* html .userList {
	width: 605px;
}

html>body .userList {
	*width: 605px;
}

    .userList .orgEven {
        background-color: #FBFBFE;
        text-align: left;
        display: inline;
        float: left;
        width: 100%;
        padding: 25px 0 10px 0;
    }

        .userList .orgEven a {
            color: #255690;
        }
    .userList .orgOdd {
        background-color: #f3f3f6;
        text-align: left;
        display: inline;
        float: left;
        width: 100%;
        padding: 25px 0 10px 0;
    }

        .userList a {
            text-decoration: none;
            color:  #1B5384;
            font-weight: bold;
        }

        .userList div.image {
            float: right;
            display: inline;
            padding-top: 0;
            margin-top: -10px;
            margin-right: 10px;
        }

        #main .userList div.address {
            padding-left: 17px;
            color:  #1B5384;
        }
        
        #main .userList .address .actionDescriptor {
            padding-left: 0px;
            color: #0262b8;
            font-weight: normal;
        }

    .userList div span {
        padding-left: 17px;
        font-size: 1.2em;
    }

    .userList .editListing {
        float: right;
        text-align: right;
        padding-right: 15px;
    }

.categoryHeader, .categoryFooter {
    background: #F1F7FB;
    width: 98%;
    float: left;
    text-align: center;
    display: inline;
}

* html .categoryFooter {
	width: 100%;
}

* html .categoryHeader {
	width: 605px;
}

html>body .categoryHeader {
	*width: 605px;
}

    .categoryHeader .headerText {
        font-size: 14px;
        color:  #1B5384;
        margin: 5px;
        font-weight: normal;
	width: 100%;
    }

.paginationBeginning, .paginationEnd {
	display: none;
}

.paginationPrev {
	float: left;
	margin-left: 5px;
	color: #1B5384;
        font-family: "Times New Roman";
        font-size: 12px;
}

.paginationNext {
	float: right;
	margin-right: 8px;
	color: #1B5384;
	font-family: "Times New Roman";
	font-size: 12px;
	
}

