@charset "utf-8";
/* HELATHCARE JQUERY CSS Document */
* {margin:0; padding:0;}
fieldset {border:none;}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
width:100%;
}

/* accordion header */
#accordion h3 {
	cursor:pointer;
}

/* currently active header */
#accordion h3.current {
color:#990000;
	cursor:pointer;
}

/* accordion pane */
#accordion div.judge-display {
color:#8f8b8a;

}

/* a title inside pane */
#accordion div.pane h3 {


}

#content_text #accordion {padding-left:25px; /*padding-top:25px;*/}

/* currently active header */
#content_text #accordion h3.current {
background:url(../i/category_header_back.gif) no-repeat;
}

body#winners-page #content_text #accordion h3.current {
background:url();
}



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion2{
width:100%;
}

/* accordion header */
#accordion2 h3 {
	cursor:pointer;
}

/* currently active header */
#accordion2 h3.current {
color:#990000;
	cursor:pointer;
}

/* accordion pane */
#accordion2 div.judge-display {
color:#8f8b8a;

}

/* a title inside pane */
#accordion2 div.pane h3 {


}

#content_text #accordion2 {padding-left:25px; /*padding-top:25px;*/}

/* currently active header */
#content_text #accordion2 h3.current {
background:url(../i/category_header_back.gif) no-repeat;
}

body#winners-page #content_text #accordion2 h3.current {
background:url();
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion3{
width:100%;
}

/* accordion header */
#accordion3 h3 {
	cursor:pointer;
}

/* currently active header */
#accordion3 h3.current {
color:#990000;
	cursor:pointer;
}

/* accordion pane */
#accordion3 div.judge-display {
color:#8f8b8a;

}

/* a title inside pane */
#accordion3 div.pane h3 {


}

#content_text #accordion3 {padding-left:25px; /*padding-top:25px;*/}

/* currently active header */
#content_text #accordion3 h3.current {
background:url(../i/category_header_back.gif) no-repeat;
}

body#winners-page #content_text #accordion3 h3.current {
background:url();
}



/* ----------------------------- LOGO SLIDESHOW ----- */

div.logos_show {width:290px; margin:0 auto;}
/* container for slides */
.images {
	background:transparent;
	position:relative;	
	height:123px;
	margin:0 5px 0 5px;
	width:240px;
	float:left;	
/*	margin:15px;*/
	cursor:pointer;
	}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:0px;
	height:123px;
}

/* header */


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../i/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:60px;
	background: url(../i/hori.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -20px; clear:right; }
.forward:hover 		{ background-position:-20px -20px; }
.forward:active 	 	{ background-position:-40px -20px; } 


/* prev */
.backward:hover  		{ background-position:-20px 0; }
.backward:active  	{ background-position:-40px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

