
/*	Accordion CSS Starts here
------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.accord_right { width:820px; float:left;padding:0 ; font-family:"droid_sansregular"; font-size:13px;  color:#000000; line-height:18px; letter-spacing:0.6px}


.accordion {background:#FFF; color:#333; width: 840px; overflow: auto;}
.accordion h3 {	background: #f2f2f2 url(../images/arrow_right.png) no-repeat 10px center; padding: 15px 50px; margin: 0; color:#042568; text-transform:uppercase;font-family: "droid_sansregular", Arial, Helvetica, sans-serif; font-size: 18px; cursor: pointer; }	
.accordion p { width:900px;}		
.accordion h3:hover {background-color: #042568; color:#FFFFFF;}	
.accordion h3.active {background:#042568 url(../images/arrow_down.png) no-repeat 10px center;color:#ffffff;}
.accordion div.ac_portfolio {background: #ffffff;border-bottom: 1px solid #ddd;	margin: 0;	overflow:hidden; height:100%;	padding:10px;	}
span.info {	background:#fffae8;	border:1px solid #e2c388;	padding:10px;	display:block;	font:normal 11px Tahoma, Verdana, Sans-serif;	-moz-border-radius:4px;	-khtml-border-radius:4px;	-webkit-border-radius:4px;	border-radius:4px;}

