/* Home Page CSS */
/*body#homebody #sitebanner {height: 228px; }*/
.HomePageText {font-size: 12px; margin: 0px 0px 0px 0px;text-align: justify;}
.HomePageInfo {margin:0;padding:0;}

/* Home Page Columns */
#homepagecolumn1 {margin:0px 5px 0 0;width:245px;float:left;}
#homepagecolumn2 {margin:0px 0px 0 0px;width:540px;float:left;}
#homepagecolumn3 {visibility:hidden;}

/* Featured Box */
.FeaturedBox {width:255px;height:170px;text-align:left;margin-bottom:5px;padding:5px;background-color:#fff;border:1px solid black;font-size:12px;}
.FeaturedImage {float:left;margin:2px 5px 10px 2px;padding:0;width:86px;height:116px;}
.FeaturedButton {clear:left;margin:0 0 0 2px;}
.FeaturedHeader {font-size: 12px;font-weight:bold;}
.FeaturedList {float:right;margin-right:10px;}
#FeaturedListItems li {list-style-type: square;line-height: 1em;}
#FeaturedText_NoHover {text-decoration: none; }
#FeaturedText_NoHover a {text-decoration: none; }
.featuredHeader {background: #efede2;margin-bottom:5px;padding:5px; color: #9f313a; border: solid 1px #000;}
#FeaturedBG01 {background: url(../images/featured_bg_01.jpg) no-repeat top left;width:266;heigh:180px;}
#FeaturedBG02 {background: url(../images/featured_bg_02.jpg) no-repeat top left;width:266;heigh:180px;}
#FeaturedBG03 {background: url(../images/featured_bg_03.jpg) no-repeat top left;width:266;heigh:180px;}
#FeaturedBG04 {background: url(../images/featured_bg_04.jpg) no-repeat top left;width:266;heigh:180px;}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	clear:both;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

