/* CSS Document */



#homelink {
	padding: 14px 8px 0 8px;
	float:right;
	margin-top:2px;
	width: 133px;
	height: 33px;
	background-color:#999999;
	overflow: auto;
}

#homeleft {
	width: 340px;
	background-color: #ffffff;
	float: left;
	height: 343px;
	text-align:left;
	overflow: auto;
}

#homemid {
	width: 280px;
	height: 319px;
	background-color:#FFF;
	float:left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-top:0px;
	text-align:left;
	margin-top:0px;
}

#homeright {
	width: 391px;
	height: 343px;
	float:right;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
/* home rightcontent 
	padding: 20px 5px 10px 10px; */
#homerightcontent {
	padding: 0px 0px 0px 0px;
	text-align:left;
	/* overflow: auto; */	
}

#homerightcontent ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#homerightcontent li {
	background-image: url(../assets/chevron.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	padding-bottom:10px
}

#homerightcontent a {
	font-weight: bold;
	color: #666666;

}

#homerightcontent p {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
	left: 0px;
	top: -10px;
	right: 0px;
	bottom: 0px;
	vertical-align: text-top;
	text-align: top;
	
}

#homerightcontent span {
	font-weight: bold;
	color: #CC0000;
	vertical-align: text-top;
	text-align: top;

}




#homerightcontent h2 {
	margin-top:0px;
	padding: 0px;
	font-weight:normal;
	color: #CC0000;
	font-size: 1.1em;
	clear:both;
	
}

 #homerightcontent h2 a:link, a:visited, a:hover, a.active{color: #CC0000; } 

#homerightcontent .active {
	color: #666666
}

