﻿#HomePageContentContainer
{
width:930px;
min-height:500px;	
margin-top:20px;
padding-left:15px;
padding-right:15px;
}
      
.HomeLeftColContainer
{
	width:690px;
	min-height:500px;	
	
	float:left;
	
}
.SlideshowContainer
{
	width:475px;
	height:260px;
	background-color:Blue;
	float:left;
}
 .HomeLeftColInnerRightColContainer
{
	width:200px;
	
	margin-left:15px;
	float:left;
	min-height:50px;	
}

.LeagueTablesContainer
{
	margin-bottom:0px;
}
.BlogContainer
{
	width:690px;
	min-height:50px;
	
	margin-top:20px;
	float:left;
}
.HomeRightColContainer
{
	width:195px;
	min-height:500px;
	
	margin-left:15px;
	float:left;
}

   


.WetWeatherContainer
,.FixturesContainer
,.LeagueTablesContainer
{
	width:200px;
	min-height:40px;
	background-color:#E8EBE8;
	margin-bottom:10px;
	float:left;
	background-repeat:no-repeat;
	background-position: 3px 5px;
	
}

.WetWeatherContainer
{
	background-image:url('../images/icons/wetweather.gif');
	padding-bottom:3px;
	
}

.FixturesContainer
{
	background-image:url('../images/icons/fixtures.gif');
		
}

.LeagueTablesContainer
{
		background-image:url('../images/icons/standings.gif');
}

.WetWeatherContainer .Title
,.FixturesContainer .Title
,.LeagueTablesContainer  .Title
{
font-size:14px;
color:#00581E;
padding-left:45px;
padding-top:14px;
	
}
.WetWeatherContainer .Title a
,.FixturesContainer .Title a
,.LeagueTablesContainer  .Title a
{
	text-decoration:none;
	color:#383838;
}

.WetWeatherContainer .Subtitle
{
font-size:13px;
color:#00581E;
padding-left:10px;
padding-top:14px;
font-style:italic;		
}
.WetWeatherContainer .Update
{
font-size:12px;
color:#383838;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
padding-top:3px;


}
.WetWeatherContainer p
{
	line-height:12px;
}


#HomepageBlogTeasers
{

}

#HomepageBlogTeasers li
{
width:315px;
float:left;
list-style:none;
background-color:#FEEEC0;
padding:10px;


}
#HomepageBlogTeasers li.itemB
{
margin-left:20px;

}

#HomepageBlogTeasers li .BlogPostTitle a
{
	font-size:16px;
	color:#00581E ;
	font-weight:bold;
	text-decoration:none;
}

#HomepageBlogTeasers li .BlogPostBody 
{
	margin-bottom:10px;
}

#HomepageBlogTeasers li .BlogPostBody  a.ReadMore
{
	font-weight:bold;
	color:#00581E ;
	text-decoration:none;
	margin-left:20px;
}

body
{
margin:0;
padding:0;
}

#HPLinksContainer
{
	background:#76AB1B;
	background-image:url('../images/icons/Super6GreenBG.gif');
	background-repeat:no-repeat;
	width:200px;
	height:105px;
	
	float:left;
	color:#FFF;
	text-align:center;
}

#HPLinksContainer .desc
{
	margin-top:30px;
	width:200px;
	float:left;
	font-size:14px;
}

#HPLinksContainer .link
{
		width:200px;
	float:left;
	font-size:11px;
	font-style:italic;
	margin-top:15px;
}
#HPLinksContainer  a
{
	text-decoration:none;
	color:#FFF;	
}