﻿/*MSHP - additional styles for homepage. October 2007*/
#topcontent #topcontentleft  {
	float: left;
	width: 61%;
}
#topcontent #topcontentleft p {
	line-height: 1.3em;
	margin: 0.8em 0 0 0;
}
#topcontent #topcontentright p {
	width: 188px;
	clear: right;
	float: right;
	margin: 1em 0 0 0;
	padding: 0 5px;
	font-size: 0.8em;
	border: 1px solid #7d2568;
	background-color: #ffc;
}

/* rotate image */
#rotatearea {
	float: right;
	position: relative;
	width: 190px;
	margin: 27px 10px 0 0;
	
	}
.rotimg {
	position: absolute;
	right: 0;
	top: 0;
	
}
#rotatearea p {
	position: relative;
	margin: 188px 0 0 0;
	padding: 5px;
	color: #000;
	font-size: 0.9em;
	line-height: 1.3em;
	

}

#rotatearea a {
	text-decoration: underline;
}

#rotatearea a:hover {
	text-decoration: underline;
}


#rotatearea a:visited {
	text-decoration: underline;
}

#topcontentright #rotatearea #subpiclink{
	width: 178px;
	clear: right;
	float: right;
	margin: 200px 0 0 0;
	font-size: 0.8em;
	border: 1px solid #7d2568;
	background-color: #ffc;
	position: relative;
	padding: 0 5px;

}


/* end rotate style */

#lowercontent {
	clear: both;
}
#lowercontent #leftlist  {
	width: 49%;
	float: left;
	padding: 0;
}
#lowercontent #rightlist {
	width: 50%;
	float: right;
	padding: 0;
}
#lowercontent #leftlist ul, #rightlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lowercontent #leftlist li, #rightlist li {
	background: url('../images/bullet.gif') no-repeat 0 0.2em; 
	padding: 0 0 0.5em 28px;
	margin: 0;
}