/* CSS Document */


/* portfolio specific page styles */

#container { min-height: 500px;  }


#RIGHT .portfolioimages { width: 329px; float: left;}
#RIGHT .portfoliocontent { width: 329px; padding-top: 15px }
	
	
/* accordian design */
	
#accordion {
	float: right;
	width: 161px;
	margin-right: 2px;
	border-bottom : 1px solid #592514;
}

.panelheader{
	height: 21px; 
	line-height: 22px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8.25pt; 
	letter-spacing: .75pt; 
	padding: 0 0 0 3px;
	border-top : 1px solid #592514;
	color : #592514;
 	background-image:url(images/arrow_down.gif); background-repeat:no-repeat; background-position: right;
	}

.panelContent {
	border: none;
    border-top-width: 0px;
    border-bottom-width : 0px;
	overflow: auto;
}

.panelContent img {
 	margin-right: 2px;
 	margin-left: 3px;
	margin-top: 5px;
}
	
.mdHover {
	font-weight: bold;
 	background-image:url(images/arrow_down_hover.gif); background-repeat:no-repeat; background-position: right;
}
.mdSelected {
	font-weight: bold;
	background-image: none;
}


/* image hover effect 
div.transON {opacity:.40;filter: alpha(opacity=40); -moz-opacity: 0.4; }
div.transOFF {opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; }
*/