/* CSS Document */

.toggler {
	color: #222;
	margin: 0;
	/*padding: 10px 5px;*/
	/*background: #eee;*/
	height:34px;
	width:285px;
	/*border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
	padding:0px 0px 0px 44px;
	font-size: 18px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	/*display:inline;*/
	background-image:url(/templates/irvine_main/images/style1/frontpage_accordion_mid.jpg);
	background-repeat:no-repeat;
}

div#accordian h3 .toggler .atStart {
	color: #D65E23;
}
 
.element{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:#ddd;*/
	background-image:url(/templates/irvine_main/images/style1/frontpage_accordion_element.jpg);
	background-repeat:repeat-y;
	padding:8px 0px 8px 44px;
	color:#000;
	width:265px;
}

#element0 a, #element1 a, #element2 a{
	text-decoration:none;
}

#element0 a:hover, #element1 a:hover, #element2 a:hover{
	text-decoration:underline;
	/*color:#000000; VALOD*/
}
 
.element p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 4px;
}
