@charset "utf-8";
/*Accordian CSS Start */


#accordion{
margin:10px 0px 0px 0px;
padding:10px 0px 20px 0px;
font-family:Verdana, Geneva, sans-serif;
font-size:100%;

background:#373435;

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
	
.title_top{
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

	}	

#accordion .accordion_title1{
font-family: 'Oswald', sans-serif;
font-weight:normal;
margin:0px 0px;
padding:5px 0px 5px 12px;
font-size:20px;
background:#373435;
color:#FFF;
border-bottom: 1px solid #999;
	}	
	
#accordion .accordion_title1 img{ float:left; margin:2px 5px 0px 0px; width:25px; }	
	
	

.agnis_accordian_default{ /*header of 1st demo*/
font-weight:normal;
cursor: pointer;
border-bottom: 1px solid #999;
background:#7c7c7c url(bullet_green.png) 10px 4px no-repeat;
padding:10px 5px 10px 40px;
margin:0px 0px;
color:#fff;

/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/

}

.agnis_accordian_default a:visited, 
.agnis_accordian_default a:active,
.agnis_accordian_default a
{ text-decoration:none; color:#fff; }

.agnis_accordian_open{ /*class added to contents of 1st demo when they are open*/
background:#7c7c7c url(bullet_red.png) 10px 4px no-repeat;
padding:10px 5px 10px 40px;

/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/

}

.agnis_accordian_content,
.agnis_accordian_content1
{
/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
padding:0px 0px;
background:#c2c2c2;

}
	





.arrowlistmenu{
width: auto; /*width of menu*/
}

/*.arrowlistmenu .headerbar{
font: bold 90% Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 
}*/

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000;
background: url(../icons/10.png) no-repeat 20px center; /*custom bullet list image*/
display: block;
padding: 6px 0px 6px 35px;
text-decoration: none;
font-weight: normal;
font-size:90%;
border-bottom: 1px solid #D3D3D3;
}

.arrowlistmenu ul li a:visited{
color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #900;
background:#EEE url(../icons/10.png) no-repeat 20px center; /*custom bullet list image*/
}