

.AccordionPanelTab {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	cursor: pointer;
	width: 1000px;
	font-size: 12px;
	background: url(../images/topdivider.gif) repeat-y right top;
	float:left;
	margin:2px 0px;
}
.AccordionPanelTab div.three {
float:left;
width:240px;
overflow:hidden;
text-align:left;
padding:5px 0px;
padding-left:8px;
border-right:1px dotted #FFFFFF;
 
}

.AccordionPanelTab div.three1 {
float:left;
width:240px;
overflow:hidden;
text-align:left;
padding:5px 0px;
padding-left:8px;
border-right:none;
 
}


.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 0;
	border: 1px solid #f3ae3b;
	background: url(../images/contentbg.jpg) repeat-y left top;
	height: 160px;
	margin:1px 0px;
	width:998px;
}
.AccordionPanelContent ul { margin-top: 8px;  }
.AccordionPanelContent p { margin-bottom: 0; }
.AccordionPanelContent .call-action { 
text-align: right;
font-size: 0.917em;
font-weight: bold;
 }
#contentBody {
	width: 1000px;
}
.columns-2-AB {
	width: 1000px;
}
.columns-2-AB-A div#three {
	width: 230px;
	padding: 9px;
	text-align: justify;
	float: left;
}



.columns-2-AB-A div#three .date{
color:#ee9a14;
font-weight:normal;
font-size:13px;
padding-bottom:5px;	
}


.columns-2-AB-A div#three .desc{
color: #333333;
line-height:20px;
font-size:11px;	
}

.columns-2-AB-A div#three .rmore{
text-align:right;
color:#ee9a14;
font-size:12px;
padding-top:5px;	
font-weight:normal;
}


.columns-2-AB-A div#three .rmore a{
color:#ee9a14;
text-decoration:none;
}


.columns-2-AB-A div#three .rmore a:hover{
color:#ee9a14;
text-decoration:underline;
}

 



/*New Menus*/




.Accordion {

	overflow: hidden;
	outline:none;
}


.AccordionPanel {
	margin: 0px;
	padding: 0px;
	width:1000px;
	overflow:hidden;
}


.AccordionPanelOpen .AccordionPanelTab {
	background: url(../images/active-bg.jpg) repeat-x;
	border:1px solid #f3ae3b;
	width:998px;
 
}

.AccordionPanelClosed .AccordionPanelTab {
	background: url(../images/menu-normal.jpg) repeat-x;
	border:1px solid #c5c5c5;
	width:998px;
	 
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background: url(../images/menu-normal.jpg) repeat-x;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background: url(../images/active-bg.jpg) repeat-x;
}

.AccordionFocused .AccordionPanelClosed .AccordionPanelTab {
		background: url(../images/menu-normal.jpg) repeat-x;
}

.AccordionPanelTab a,#accordation-boxes a{
outline:none;
}




