/*==========================================================================

	Structure Elements Stylesheet
	____________________________________________________________

	Client:		White Knight
	Date:		4th March 2010
	Author:		Edge Marketing Solutions
	Website:	www.whiteknight.com.au
	Version:	2.0

===========================================================================*/

	/* [Site Container] */
	
	.site
	{
		width: 982px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		overflow: hidden;
	}

/*=========================================================================*/

	/* [Header Styles] */
	
	.header
	{
		width: 100%;
		height: 102px;
		float: left;
	}

/*=========================================================================*/

	/* [Navigation Styles] */
	
	.navigation
	{
		width: 710px;
		float: right;
		margin: 15px 0 0 0;
		padding: 7px 0;
		
		background-color: #ffffff;
		border-left: 1px solid #0065b2;
	}
		
		.navigation ul
		{
			margin: 0;
			padding: 0;
			float: right;
			
			list-style-type: none;
		}
		
		.navigation ul li
		{
			padding: 0;
			margin: 0;
			float: left;
			
			border-right: 1px solid #eeeeee;
		}
		
		.navigation ul li a:link,
		.navigation ul li a:visited
		{
			float: right;
			display: block;
			padding: 0px 15px;
			margin: 0;
			
			color: #0065b2;

			text-decoration: none;
		}
		
		.navigation ul li a:hover
		{
			color: #ccc;
		}
		
		.navigation ul li.first-nav
		{
			
		}
		
		.navigation ul li.last-nav
		{
			border-right: none;
		}

/*=========================================================================*/

	/* [Page Styles] */
	
	.page
	{
		width: 100%;
		float: left;
	}
		
/*=========================================================================*/

	/* [Content Styles] */
	
	.content
	{
		width: 730px;
		float: left;
	}

/*=========================================================================*/

	/* [Sidecol Styles] */
	
	.sidecol
	{
		width: 240px;
		float: right;
	}
	
/*=========================================================================*/

	/* [Footer Styles] */
	
	.footer
	{
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
		padding: 30px 0 30px;
		
		border-top: 1px solid #0065b2;
		
		color: #9f9d9d;
		font-size: 80%;
	}
	
		.footer a:link,
		.footer a:visited
		{
			color: #9f9d9d;
		}
		
		.footer a.hidden:link,
		.footer a.hidden:visited
		{
			text-decoration: none;
		}	

/*=========================================================================*/

	/* [Legal Styles] */
	
	#legal
	{
		background-color: #eee;
		background-image: none;
		
		color: #666;
		text-align: justify;
	}
		
	.legal
	{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	
		.legal p
		{
			margin: 15px 0;
		}
		
		.legal p.border
		{
			border-top: 1px solid #ccc;
			padding: 10px 0 0 0;
		}