@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style:none; }

#basic-accordian{padding:0px; width:487px; float:left; clear:both; margin:10px; }

.accordion_box {clear:both; margin:5px; }

.accordion_headings{ padding:0px; color:#FFFFFF; cursor:pointer; font-weight:bold;}

.accordion_headings:hover{ background:#00CCFF;}

.accordion_child{ width:487px; min-height:280px; background:url(../images/box_bg.jpg) top center repeat-y; clear:both; }

.accordion_child a { color: blue; }

.box_bottom {width:487px; min-height:10px; padding:0px; margin:0px; float:left; clear:both; background:url(../images/box_bottom.jpg) top center no-repeat; border-bottom:5px;}

.text_box {width:467px; min-height:93px; padding:10px; float:left; text-align:justify; font-size:12px; font-family:"Lucida Grande", Arial, sans-serif; color:#6d6d6d;}
.text_box li {
line-height:180%;
list-style-image:none;
list-style-position:outside;
list-style-type:circle;
margin-left:20px;
}
.text_box a { color: blue; }

.image {width:138px; min-height:103px; padding-right:1px; float:left;}
img { border: none; } 





