		h3 {
			margin: 0;
			padding: 0 0 .3em;
			font-size:11px;
		}
		p {
			margin: 0;
			padding: 0 0 .5em;
			font-size:10px;
		}
		.pane {
			background: #edf5e1;
			padding: 10px 20px 10px;
			position: relative;
			border-top: solid 2px #c4df9b;
		}
		.pane .delete {
			position: absolute;
			top: 10px;
			right: 10px;
			cursor: pointer;
		}
.rounded-small {
	background:transparent url(../../../../images/box_rounded_small.jpg) repeat scroll 0 0;
	font-weight:bold;
	height:34px;
	margin-bottom:10px;
	padding-left:19px;
	padding-top:20px;
	width:168px;
}
.double {
	height:40px;
	padding:14px 0 0 19px;
}
.rounded-small a, .rounded-small a:visited {
	color:#ca6e04;
}

#sub-col3  {
	float:left;
	width:186px;
}

#sub-col1 {
	padding-right: 4px;	
}

#sub-col2 {
	padding-left: 4px;
	padding-right: 4px;
}

#sub-col3 {
	padding-left: 4px;	
}


#sub-col1, #sub-col2 {
	float:left;
	width:187px;
}

#sub-col1, #sub-col2 {
	border-right: 1px solid #b90035;
}

#sub-col4 {
	width:581px;
	float:left;
	margin-top: 112px;
}
.rounded-large {
	float:left;
	width:184px;
}
.rounded-large {
	background:transparent url(../../../../images/box_rounded_large.jpg) no-repeat scroll 0 0;
	height:67px;
	width:184px;
}
.institutions .search .box-content {
	margin:0;
}
.institutions .news {
	margin:10px 0 0 2px;
}

.institutions .rounded-large .rounded-large-content {
	background:transparent url(../../../../images/icon_folder_red.gif) no-repeat scroll 24px 15px;
	height:51px;
	padding-top:20px;
	width:180px;
}
.institutions #left-col {
	padding:14px 0 0 35px;
	width:580px;
}
.institutions .rounded-large .rounded-large-text a {
	color:#484747;
}
.institutions .rounded-large .rounded-large-text {
	margin-left:80px;
	width:78px;
}
.institutions .news .box-header {
	background:transparent url(../../../../images/box_header_testimonials.jpg) repeat scroll 0 0;
	height:31px;
	width:221px;
}
.searchHeader {
	background:transparent url(../../../../images/bg_search_orange.gif) repeat scroll 0 0;
	font-size:12px;
	height:30px;
	padding:14px 0 0 85px;
	width:139px;
}
.pencilHeader {
	background:transparent url(../../../../images/bg_pencil_header.gif) repeat scroll 0 0;
	font-size:10px;
	text-align:center;
	height:49px;
	padding:2px 0 0 5px;
	width:216px;
}

.rounded-small img {
	margin:2px 0 0 3px;
}

.lineMedia{
	background:url(../../../../images/line_green.gif) no-repeat;
	display:block;
	height:19px;
	width:899px;
	clear:both;
}

/**** VRao Code ********/
/* Collapsable Panne; */
.accordion {
	width: 590px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(../../../../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 100%/100% Verdana;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #F9A651;
}

.accordion h3.active {
	background-position: right 5px;
	background-color: #C26028;
	color:#FFFFFF;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
