﻿/**************************************************

	Init

**************************************************/

* 
{
	margin:0;
	padding:0;
	/*border: 0;*/
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:normal;
}
	
caption,th 
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
}

q:before,q:after
{
	content:'';
}

/**************************************************

	Body

**************************************************/

body 
{		
	font-family: Helvetica, Arial, Verdana, Sans-Serif; 
	font-size: 90%;
	background-color: #ffffff;
	behavior: url("../../../_assets/csshover2.htc");
}

a
{
	color: Gray;
}

/**************************************************

	Container

**************************************************/

#Container 
{
	width: 955px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_container.gif);
	background-color: #e9e0cd;
}

/**************************************************

	LeftPanel

**************************************************/

#LeftPanel 
{
	float: left;
	width: 205px;
}

	#LeftPanel .siteLogo
	{
		width: 205px;
		height: 99px;
		background-color: #000000;
		text-align: center;
	}
	
	#LeftPanel .siteLogo img
	{
		margin-left: auto;
		margin-right: auto;
	}
	
	#LeftPanel .address
	{
		text-align: center;
		color: White;
		font-size: 0.85em;
		padding-top: 13px;
		padding-bottom: 13px;
		background-color: Black;
		border-bottom: solid 11px white;
	}
	
	#LeftPanel .address p
	{
		margin-bottom: 4px;
	}
	
	#LeftPanel .address p .highlight
	{
		color: #b59859;
	}
	
	
	/*#BottomLeftPanel 
	{
		*** Commented out to avoid validation errors. ***	
	}*/
	
	#BottomLeftPanel h2
	{
		background-color: #b59859;
		margin-top: 0;
		font-size: 80%;
		font-weight: bold;
		border-bottom: solid 2px #ffffff;		
		padding: 5px;		
		color: white;
	}
	
	#BottomLeftPanel h3
	{
		font-weight: bold;
	}
	
	#BottomLeftPanel p.Date
	{
		margin-bottom: 0px;
	}

/**************************************************

	RightPanel

**************************************************/

#RightPanelContainer
{
	float: left;
	width: 750px;
}

#RightPanel
{
	margin-left: 8px;
	background-color: #e9e0cd;
}

/**************************************************

	Header

**************************************************/

#Header
{	
	background-color: #b59859;
	padding: 10px 15px;
	position: relative;
	clear: both;
}

	#Header h1, #Header .h1 
	{	
		color: #ffffff;
		font-size: 2em;
		font-weight: normal;
		line-height: 100%;
		margin: 1px 0 0 0;
	}
	
	#Strapline
	{
		margin: 6px 0 0 4px;
		font-size: 1.05em;
		color: #444444;
	}


/**************************************************

	ContentTop

**************************************************/

#ContentTop
{
	background-color: White;
	padding-top: 8px;
	padding-bottom: 8px;
}

/**************************************************

	ContentMain

**************************************************/
#ContentMain, #ContentContact
{
	padding: 15px 0px 0px 15px;		/*  May need to change this. currently top spacing is coming from #ContentMain p so that bottom sits flush with the footer */
	color: black;
	position: relative;
	min-height: 190px;
	font-size: 85%;
}

#ContentContact
{
	padding: 20px 0 0 15px;
}

/** For IE6 **/
* html #ContentMain
{
	height: 190px;
}

#ContentMain h3, #ContentContact h3
{
	color: #663300;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#ContentMain p 
{
	margin-top: 10px;
	line-height: 150%;	
}

#ContentMain ul
{
	margin-left: 20px;
}

	#ContentMain #ContentLeftContainer
	{
		width: 580px;
		float: left;
	}

		#ContentMain #ContentLeft
		{
			margin-right: 0px;
		}
		
		/*#ContentMain .sponsorImages		TODO: Work out a way to put these at the bottom of #ContentMain
		{
			margin-top: 90px;
		}*/
		
		#ContentMain .sponsorImages img
		{
			line-height: 50px;
			vertical-align: middle;
			margin-right: 10px;
		}

	#ContentMain #ContentRightContainer
	{
		width: 145px;
		float: left;
		text-align: center;
		margin-top: -15px;
		margin-bottom: 10px;
		font-weight: bold;
	}



/**************************************************

	Utility classes

**************************************************/
.clear
{
	clear: both;
}

p.clear, div.clear
{
	height: 1px;
	overflow: hidden;
}

img.left 
{
	float: left;
}

img.right 
{
	float: right;
}