/* *****************
Author: Ben Weeks
Created: 24th November 2005
Templates:
	XML/BaseTemplate_Homepage.xml
amendments by AL Jan 10 - fixing display issues on IE7, 8 , chrome, firefox
*/ 


.LeftSection {
   /* background-color:pink;*/
	width: 275px;
	padding-right: 0px;
	float: left;
	/*display: inline; */
	padding-right: 0px;
	border-right-style: solid;
	border-right-color: #86B0D7;
	border-right-width: 2px;
	clear: both;
	overflow: visible;
	height: 100%;
}
.LeftSection ul {
    width: 240px;
}
.RightSection {
    /*background:yellow;*/
	width: 230px;
	margin-left: 20px;
	/*background-color: orange;*/
	vertical-align: top;
	float: left;
	clear: right;
	overflow: visible;
	height: 100%
}

.RightSection ul, .LeftSection ul {
    margin:0 0 18px 0;
    padding-left:16px;

}

.RightSection li, .LeftSection li {
    margin-bottom:12px;
}

.RightSection h2, .LeftSection h2 {
    color:red;
    margin-bottom:12px;

}

.HomePageFloatingThumbnail
{
	width: 62px;
	height: 62px;
	float: left;

}


.HomePageThumbnailTextContainer
{
	margin-bottom: 10px;
	width: auto;

}

.HomePageThumbnailTextInnerContainer
{
	clear: both;
	/*width: auto;*/
	height: 100%;

}

.HomePageThumbnailText
{
    margin:0 0 12px 0;padding:0;
	float: left;
	width: 180px;
   /* border: 1px solid black;*/
}
.HomePageThumbnail
{
    margin-bottom:12px;
}

