@charset "utf-8";
/* CSS Document */


/* home page accordion styles*/
.accordionHome	{ width: 350px; padding-top: 4px;}

.accordionHome .headTab		{ width: 360px; height: 21px; padding: 3px 10px 0px 10px; color: #FFF; cursor:pointer; position:relative; z-index: 100; }
.accordionHome .body		{ width: 380px; background-color: #bbc5d5; position:relative; z-index: 1; overflow: hidden;}
.accordionHome .body .text	{ width: 354px; padding: 12px; color: #3f5b85; font-size: 1.1em; line-height: 1em}
.accordionHome .body .text a	{ color: #3f5b85;}
.accordionHome .body img.bottom		{ position: absolute; bottom: 0px;}

.tab1_home		{ background: url(../img/acdn_headGray1_home.png) no-repeat; margin-top: -4px;}
.tab2_home		{ background: url(../img/acdn_headGray2_home.png) no-repeat; margin-top: -4px;}
.tab3_home		{ background: url(../img/acdn_headGray3_home.png) no-repeat; margin-top: -4px;}
.tab4_home		{ background: url(../img/acdn_headGray4_home.png) no-repeat; margin-top: -4px;}

.ui-state-active		{ background: url(../img/acdn_headBlue_home.png) no-repeat; height: 21px; }

