﻿@media all
{
	#HeroImage
	{
		display:block;
		margin-bottom:33px;
	}
	
	#Panels
	{
		position:relative;
	}
	*:first-child+html #Panels { float:left; }
	* html #Panels { float:left; }
	
	#LeftPanel, #CentrePanel, #RightPanel
	{
		float:left;
		width:275px;
		margin-right:20px;
	}
	
	#RightPanel
	{
		margin-right:0px;
	}
	
	#LeftPanel h2, #CentrePanel h2, #RightPanel h2
	{
		margin:0px 0px 13px 0px;
		border-bottom-width:2px;
		border-bottom-style:solid;
		background-repeat:no-repeat;
		padding:10px 8px 5px 8px;
		font-family:TradeGothic;
		font-size:1.7em;
		font-weight:normal;
		line-height:1.3em;
	}
	
	#LeftPanel h2
	{
		background-color:#fff7e5;
		background-image:url(Images/BgLeftPanel.gif);
		border-bottom-color:#f26522;
		color:#a43b09;
	}

	#CentrePanel h2
	{
		background-color:#e7f5fb;
		background-image:url(Images/BgCentrePanel.gif);
		border-bottom-color:#149fd9;
		color:#074b68;
	}

	#RightPanel h2
	{
		background-color:#e5f6ed;
		background-image:url(Images/BgRightPanel.gif);
		border-bottom-color:#00a651;
		color:#045d30;
	}

	#LeftPanel .Content, #CentrePanel .Content
	{
		padding-bottom:80px;
		line-height:1.5em;
	}
	
	#LeftPanel .More, #CentrePanel .More
	{
		position:absolute;
		bottom:0px;
		width:275px;
		border-bottom-width:1px;
		border-bottom-style:solid;
		border-top-width:1px;
		border-top-style:solid;
		padding:8px 0px;
	}
	
	#LeftPanel .More
	{
		border-bottom-color:#fbd0bc;
		border-top-color:#fbd0bc;
	}

	#CentrePanel .More
	{
		border-bottom-color:#89cfec;
		border-top-color:#89cfec;
	}
	
	#RightPanel ul
	{
		margin:0px;
		padding:0px;
		list-style-type:none;
	}
	
	#RightPanel li
	{
		margin:12px 0px 0px 0px;
		border-bottom:1px solid #acdec5;
		background-image:url(../Shared/Images/IconCalendar.gif);
		background-repeat:no-repeat;
		background-position:9px 3px;
		padding:0px 10px 11px 37px;
	}
	
	#RightPanel li a
	{
		color:#333;
		font-weight:bold;
	}
	
	#RightPanel li span
	{
		display:block;
		font-size:0.9em;
		color:#999;
	}
}

@media screen
{
}

@media print
{
}
