/*==========================================================================

	Structure Elements Stylesheet
	____________________________________________________________

	Client:		ETMS
	Date:		23rd August 2012
	Author:		Edge Marketing Solutions
	Website:	www.etms.com.au
	Version:	3.91

===========================================================================*/

	/* [Site Container] */
	
	.site
	{
		width: 1009px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		overflow: hidden;
	}

/*=========================================================================*/

	/* [Header Styles] */
	
	#header
	{
		width: 100%;
		float: left;
		height: 320px;
		
		background-image: url(../images/bg-header.png);
		background-repeat: no-repeat;
		background-position: 0 15px;
	}

/*=========================================================================*/

	/* [Navigation Styles] */
	
	.navigation
	{
		width: 460px;
		float: right;
		margin: 8px 0 0 0;
	}
	
		.navigation ul
		{
			float: left;
			margin: 0 0 0 50px;
			padding: 0;
			
			list-style-type: none;
		}
		
		.navigation ul li
		{
			margin: 0 0 12px 0;
		}
		
		.navigation ul li a:link,
		.navigation ul li a:visited
		{
			color: #615354;
			text-decoration: none;
		}
		
		.navigation ul li a:hover,
		.navigation ul li a.selected
		{
			color: #CB511D;
			text-decoration: underline;
		}

/*=========================================================================*/

	/* [Page Styles] */
	
	#page
	{
		width: 927px;
		float: right;
		padding: 0 26px 20px 27px;
		
		background-color: #ffffff;
	}
		
/*=========================================================================*/

	/* [Content Styles] */
	
	.content
	{
		width: 590px;
		float: right;
		margin: 27px 0 0 0;
	}
	
		#homepage #page .content
		{
			width: 927px;
		}

/*=========================================================================*/

	/* [Sidecol Styles] */
	
	.sidecol
	{
		width: 309px;
		float: left;
	}
	
/*=========================================================================*/

	/* [Footer Styles] */
	
	#footer
	{
		width: 980px;
		float: right;
		height: 142px;
		position: relative;
		
		background-image: url(../images/bg-footer.jpg);
		background-repeat: no-repeat;
		
		color: #fff;
	}
	
		#footer a:link,
		#footer a:visited
		{
			color: #fff;
		}	

/*=========================================================================*/

	/* [Legal Styles] */
	
	#legal
	{
		background-color: #eee;
		background-image: none;
		
		color: #666;
		text-align: justify;
	}
	
	#legal h1,
	#legal h2,
	#legal h3,
	#legal h4
	{
		color: #666;
	}
		
	.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;
		}