/*------RSS page styles------*/
#main .col-2, #main .col-3 {
}
#main .col-2 {
	float:left;
	margin-right:20px;
	width:330px;
	position:relative
}
#main .col-3 {
	float:left;
	width:330px;
	position:relative
}
#main h2, #main h3 {
	margin: 0px 0px 5px 0px;
	color: #000;
	font-family: georgia, tahoma, arial, serif;
	font-weight: normal;
}	
#main h2 {
	font-size: 1.9em;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
}
#main p {
	padding:0 0 10px 0;
	margin:0
}
/*-----START main coloured boxs-----*/
#main .box-1, #main .box-2, #main .box-3, #main .box-4 {
	position:relative;
	padding:10px;
}
#main .box-1 {
	background-color:#fffea4;
}
#main .box-2 {
	background-color:#f2ddc0;
}
#main .box-3 {
	background-color:#fad3f0;
}
#main .box-4 {
	background-color:#dee7f0;
}
#main .icon-top-right {
	position:absolute;
	top: -10px;
	right: 10px;
	width: 43px;
	height:21px;
}
#main .box-lift {
	padding-bottom: 10px;
	background: url(../images/rss/box-lift.gif) no-repeat bottom left
}
#main .gr {
	background:url(../images/rss/green-tape.gif) no-repeat;
}
#main .bl {
	background:url(../images/rss/blue-tape.gif) no-repeat;
}
#main .re {
	background:url(../images/rss/red-tape.gif) no-repeat;
}
#main .rs {
	background:url(../images/rss/rss-lrg.gif) no-repeat top right;
}
#main ol {
	margin: 0 0 0 20px;
}
/*-----START main coloured boxs-----*/

/*-----Extra styles-----*/
#main .left-divide {
	float: left;
	width:150px;
	position: relative;
}
#main .right-divide {
	float:left;
	width:150px;
	position: relative;
}
#main .left-divide a, #main .right-divide a {
	color:#000000;
	line-height: 18px
}
#main .left-divide a:hover, #main .right-divide a:hover {
	text-decoration:none;
	color:#666666;
}
#main .left-divide img, #main .right-divide img {
	border:none;
	padding: 0 6px 0 0
}
#main .white-box {
	background-color:#FFFFFF;
	padding: 15px;
	text-align:center;
	margin-bottom: 15px;
	height:340px
}
#main .bluelink {
	color:#0099cc !important;
	text-decoration:underline;
}
#main .img-bdr {
	border:#000000 solid 1px
}

.clearer {
	clear: both;
}

ol {
	padding-left: 0px;
}
