/**************************************************************
 *	sectioncover
 **************************************************************/
 
/*------------------------------------------------------------ 
 *      title
 *-----------------------------------------------------------*/
 #section_title {
 	width: 496px;
	height: 65px;
 }
 
 /*------------------------------------------------------------ 
 *      center
 *-----------------------------------------------------------*/
 #section_center {
 	width: 476px;
	height: 220px;
	padding: 10px;
	border-style: double;
	border-width: 5px;
	border-color: #e4e4e4;
 }
 
/*------------------------------------------------------------ 
 *      section vote 
 *-----------------------------------------------------------*/
 #section_vote {
 	float: left;
 	width: 168px;
	height: 285px;
	border-style: double;
	border-width: 5px;
	border-color: #e4e4e4;	
 }

/*------------------------------------------------------------ 
 *      featured
 *-----------------------------------------------------------*/
   #section_featured {
    margin-left: 180px;
 	width: 311px;
	height: 279px;
	padding-top: 8px;
	border-style: double;
	border-width: 5px;
	border-color: #e4e4e4;
	background-image: url(../images/section/featured_bg.jpg);
 }
 
 span.section_featured {
 	display: block;
 	height: 52px;
 	padding-left: 10px;
 	color: white;
 	font-size: 10pt;
 }
 
 img.section_featured {
 	float: left;
 }
 
 a.section_featured {
 	padding-left: 10px;
 	color: black;
 	font-size: 9pt;
 }
 
 a.section_featured:hover {
 	color: #a0a0a0;
 }
 
 #section_featured_item {
    float: down;
  	height: 81px;
  	padding-left: 10px;
  	padding-right: 10px;
 	padding-top: 10px;
 }
/*------------------------------------------------------------ 
 *      menu
 *-----------------------------------------------------------*/
 #section_menu {
 	padding: 0px;
 	border: solid 1px #c4c4c4;
 	width: 240px;
 }
 
 #section_menu_title {
 	height: 24px;
 	padding-left: 5px;
 	margin-bottom: 10px;
 	color: white;
 	font-size: 14pt;
 	background-image: url(../images/section/bar.jpg);
 }
 
 a.section_menu_title {
 	color: white;
 }
 
 a.section_menu {
 	display: block;
 	margin-left: 25px;
 	margin-bottom: 6px;
 	color: #565656;
 }
/**************************************************************
 *	subsectioncover
 **************************************************************/
table.subsection_cover {
	width: 100%;
}

td.text_side_plain {
 	padding-right: 0px;	
 	vertical-align: top;
 	width: 350px;
}

td.image_side {
	vertical-align: top;
	padding-left: 80px;
	background-image: url(../images/subsection/background.jpg);
}

a.subsection {
	color: #559a49;
}

a.subsection:hover {
	color: #a15518;
}

h1.subsection_description {
	display: block;
	color: #a15518;
	width: 860px;
	font-size: 22pt;
	padding-left: 20px;
	margin-bottom: 2px;
	padding-top: 0px;
}
 
 /*------------------------------------------------------------ 
 *      tip
 *-----------------------------------------------------------*/
  #subsection_tip {	
 	width: 217px;
	height: 98px;
	border: solid 1px #c4c4c4;
	background-color: white;
	text-align: left;
	padding: 10px 10px 10px 10px;
 }
