#profile {
    width: 93%;
    margin: 13px auto;
    /* background-color: #ffe8bc; */
    font-size: 13px;
}
#organizationInformation {
    font-size: 1em;
    font-weight : normal;
}

#organizationInformation .row {
    width: 100%;
    padding: 10px 0;
    float : left;
    clear : both;
    border-bottom: 1px #B8CCD1 dotted;
}

#organizationInformation .row .quarter {
    width: 23%;
    padding: 0 1%;
    float : left;
}

#organizationInformation .row .half {
    width: 48%;
    float : left;
    padding: 0 1%;
}

#organizationInformation .row .title {
    font-weight : bold;
    color: #000000;
}

#organizationPrograms {
	margin: 0 10px;
}

#organizationPrograms .programWrapper {
    width: 100%;
    height: 1500px;
    padding: 0;
    line-height : 1.7em;
}

.programWrapper .programRow {
    float : left;
    clear : both;
    width: 100%;
    min-height: 30px;
    margin: 0 0 10px 0;
}

.programWrapper .contactRow,
.programWrapper .populationRow {
    min-height: 100px;
}

.programWrapper .programRow .programLabel {
    float : left;
    width: 40%;
    font-weight : bold;
    color: #000000;
    padding: 0 0 0 1%;
}

.programWrapper .programRow .programValue {
    float : left;
    width: 45%;
    margin: 0 0 0 5%
}

.programWrapper .programRow .column {
    width: 45%;
    margin: 0 5% 0 0;
    float : left;
}

#organizationPrograms .programWrapper .locationWrapper {
    width: 90%;
    height: 350px;
/*
    line-height : 1.7em;
*/
}

.locationWrapper .locationRow {
    float : left;
    clear : both;
    width: 90%;
    min-height: 15px;
	margin: 0 0 7px 0;
}

.locationWrapper .locationRow .locationLabel {
    font-weight : bold;
    float : left;
    width: 120px;
    text-indent: -15px;
    padding-left: 15px;
	line-height: 17px;
}

.locationWrapper .locationRow .locationValue {
    float : left;
    width: 290px;
    margin: 0 0 0 25px;
}


#profileAccordion h3 {
	background: none transparent !important;
	color: inherit !important;
	padding: 6px 27px;
	font-size: 15px;
	border:0 !important;
	border-bottom:1px dotted #333 !important;
	border-radius:0;
	float: left;
	width: 90%;
	clear:right;
}
#profileAccordion h3:hover {
	padding: 6px 30px;
}
#profileAccordion div.ui-accordion-content {
	border: none;
	background-image: none;
	border-radius: 0;
	background-color: transparent;
	padding: 12px 18px;
	clear:left;
}

.profileSubAccordion {
    clear : both;
    margin: 0 10px;
}
.profileSubAccordion h4 {
	background: none transparent !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
	border: none !important;
	padding: 6px 0 6px 29px;
	color:#000 !important;
}
.profileSubAccordion .locationWrapper {
	background: none transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none !important;
	padding: 8px 28px;
	color:#000;
}

#organizationInformation #orgNameRow {
	display:none;
}
#orgProfileLabel {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	display: inline;
	border-bottom: 1px dotted #999;
}
#orgNameHeader {
	color: #F47920;
	font-size: 22px;
	margin: 0 0 7px;
	font-weight: bold;
	line-height: 23px;
}

.editFromProfile {
    float : right;
    background-image: url('../../../images/community/common/pencil_go.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor : pointer;
}

#profileControls {
	float: right;
	margin: 20px 50px;
}
#goBack {
	font-size: 12px;
	margin: 3px 0 -8px 20px;
	cursor: pointer;
	text-decoration: underline;
}
