/* 
    Document   : accdiv1
    Created on : May 22, 2013, 2:17:16 PM
    Author     : Rickem
    Description:
        Purpose of the stylesheet follows.
*/

#infolist {
        
	width: 500px;
        float:left; 
        margin-top:95px;
        margin-left: 2px;
/*	margin-left: auto;
	margin-right: auto;*/
        margin-right: 800px;
        z-index: 3;
	}
 
.accordionButton {	
	width: 600px;
	float: left;
        margin-right: 800px;
/*	background: #4D4D4D;*/
/*        background: #2c3e50;*/
/*        background: #2ecc71;*/
background: #e74c3c;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
        font-family: Latha;
        color:#ffffff;
	}
 
.accordionContent {	
	width: 500px;
	float: left;
	background: #FFFFFF;
	display: none;
        font-family: Latha;
        font-size: 12px;
	}