﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
	
 	/* Import the content styles */ 
 	@import url(edit.css);
 	
	body
	{
		background-image:url(c_background_fill.png);
		background-repeat:repeat-x;
		background-color:#180f03;
	    padding:0px 0px 20px 0px !IMPORTANT;
	    margin:0 !IMPORTANT;
	    /* See Edit.css for body font family and styles */
	    /* Important is used to overide padding settings in Edit.css */
	}
	
	#layoutContainer
	{
		width:955px;
		border-bottom:1px solid #776e4c;
	}
	
	#layoutMenuContainer
	{
		background-image:url(c_menubottom.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		background-color:#784800;
		width:174px;
		border-left:1px solid #9c9478;
		padding-top:20px;
		border-right:2px solid #412908;
	}
	
	#layoutContentContainer
	{	
		border-right:1px solid #f4f1b9;
		background-color:#f4eeb7;
		padding:20px;
	}
			
	#layoutFooter{color:#8e5704; text-align:center; font-size:0.8em;padding:5px;padding-top:10px;color:#8e5704;}
	#layoutFooter a{color:#8e5704;text-decoration:none;}
	#layoutFooter a:hover{color:#8e5704;text-decoration:underline;}
	
		
/**********************************************************************
 * SITE CONTENT STYLES (REPLICATE IN EDIT.CSS)
 *********************************************************************/
	
	/* see @import url(edit.css) at top of page/file */
			
/******************************************************************
 * SITE MENUS
 *****************************************************************/
	
		
	.MainMenu
	{
		cursor:pointer;
	}
	
		.MainMenuItem
		{
			color:#ffffff;
		}
		
		.MainMenuItemHover
		{
			background-color:#9d6d25;
			color:#000000;
		}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
	}

		.MainMenuSubItem
		{
			background-color:#9d6d25;
			color:#ffffff;
			/* Transparency, Full browser compatability */
			filter:alpha(opacity=80);	/*Internet Explorer*/
			-moz-opacity:0.8;			/* Mozilla */
			-khtml-opacity: 0.8;		/* Safari khtml(old) */
			opacity: 0.8;				/* CSS3+ Compatable */
		}

		.MainMenuSubItemHover
		{
			background-color:#9d6d25;
			color:#000000;
		}