#notify {
	font-size:110%;
	line-height:1.3em;
	margin:0 auto;
	position:relative;
	width: 100%;
	z-index:999;
}

.notifyButton {
	background: #861E09 url(../images/bgrepeater_bar_closed.gif) 0 0 repeat-x;
	cursor: pointer;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	position:relative;
	width:100%;
}

.notifyButton #title {
	background:transparent url(../images/title_notify.gif) 0 50% no-repeat;
	color:#E6E4E1;
	float:left;
	line-height:36px;
	margin:0 0 0 30px;
	padding-left:191px;
	width:300px;
}
*html .notifyButton #title {margin-left:15px;}

#toggle {
	color:#E6E4E1;
	font-style:italic;
	font-weight:700;
	float:right;
	line-height:36px;
	margin-right:20px;
	overflow:auto;
}
*html #toggle {margin-right:10px;}

#toggle span {
	text-decoration:underline;
	padding:0 10px;
}

#toggle span:hover, #toggle span:active {
	color:#D4D2CF;
	text-decoration:none !important;
}
	
.notifyContent {
	background:transparent url(../images/bgrepeater_notify.jpg) 0 0 repeat;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	position:relative;
	width: 100%;
}

.notifyContent #down-arrow {
	background:transparent url(../images/notify_downarrow.gif) 0 0 no-repeat;
	height:12px;
	left:105px;
	position:absolute;
	top:0px;
	width:24px;
}

.notify-panel {
	background:transparent url(../images/cat_gauge.gif) left 20px no-repeat;
	margin:0 auto;
	overflow: hidden;
	padding:20px 80px 10px 230px;
	width:590px;
}
*html .notify-panel {padding-bottom:0;}
*+html .notify-panel {padding-bottom:0;}

.notify-panel-btns {
	display:block;
	padding:20px 0 40px;
	width:100%;
}

a.button {
	cursor:pointer;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:22px;
}

a.button:hover, a.button:active {
	background-position:0 -22px !important;
}

a#donate {
	background:transparent url(../images/btn_donatetosart.gif) 0 0 no-repeat;
	width:115px;
}

a#contact {
	background:transparent url(../images/btn_contactus.gif) 0 0 no-repeat;
	margin-left:20px;
	width:87px;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #861E09 url(../images/bgrepeater_bar_open.gif) 0 0 repeat-x;
}

/*
.over {
	background: #CCCCCC;
	}
*/