@charset "utf-8";
/* CSS Document */

.CiSingleBox {
 	float:left;
	margin:5px 0px 0px 0px;
	clear: both;
}

.CiRightDiv, .CiRightDivAlt {
	width:400px; 
	margin:0px 0px; 
	float:right;
}

.CiRightDivAlt {
	width:75%;
}

.CiLeftDiv {
 	float:left;
	margin:20px 20px 5px 0px;
}

.CiLeftDiv .subscription {
	width:240px;
	padding:3px;
	font-size:11px;
}

.CiSingleBox ul, .CiRightDiv ul, CiRightDivAlt ul {
	margin-left: 0px;
	list-style-image:url(../../images/start/bullet.gif);
	list-style-type: circle;
}

.CiSingleBox ul li {
	margin-top:5px;
}

.CiSingleBox h1, .CiRightDiv h1, .CiLeftDiv h1 {
	font-size:18px;
}

.CiSingleBox h1 img, .CiRightDiv h1 img, .CiLeftDiv h1 img {
	margin:5px 0px;
}

.CiSingleBox h1 span, .CiRightDiv h1 span, .CiLeftDiv h1 span {
	color:black;
	/*padding-left:20px;*/
	font-size:12px;
	font-weight:bold;
	text-align:left;
	/*background:transparent url(../../images/start/bullet.gif) left no-repeat;*/
}
