/* CSS Document */
/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin-top:0px;
					
	}
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border: 1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{		
		font-family: Verdana;	/* Fonts of main menu items */
		font-size: 12px;	/* Font size of main menu items */
		border-bottom:1px solid #e67d2c;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		width:87px;		
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold;
		line-height: 31px;
		color: #e67d2c;
		/* Don't change these two options */
		text-align: center;
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#logout {
		padding-right: 25px;	
	}
	#logout a{		
		
		font-weight:bold;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		color:#FFFFFF;
		font-size:12px;
		text-decoration:none;
	}
	#submenu{		
		font-family: Arial;	/* Font  of sub menu items */
		background-color:#efefef;	/* Background color of sub menu items */	
		border-left:1px solid #e67d2c;	/* Left border of sub menu */
		border-right: 1px solid #e67d2c;	/* Right border of sub menu */		
		width:960px;	/* Don't change this option */
		padding-left: 20px;
		padding-top: 20px;
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		background-image:url(../images/mainnavBg-Roll.jpg);
	    background-position:bottom left;
	    background-repeat:no-repeat;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #e67d2c;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:15px;	/* Space at the left of each sub menu item */
		padding-right:15px;	/* Space at the right of each sub menu item */
		font-family: Verdana;
		color: #e67d2c;	/* Text color */
		font-size: 12px;
		font-weight: bold;
	}
	
	#submenu a:hover{
		color: #e67d2c;	/* Red color when the user moves the mouse over sub menu items */
	}
	.MainBody {
		border-left:1px solid #e67d2c;	/* Left border of sub menu */
		border-right: 1px solid #e67d2c;	/* Right border of sub menu */
		border-bottom:1px solid #e67d2c;	/* Bottom border of sub menu */
		width:980px;	/* Don't change this option */	
		background-color:#efefef;
	}
	.Hoverbox
	{		
		background-color:#d54e21;		
		height: 32px;			
	}
	.SubNavbox
	{		
		background-color:#efefef;		
		height: 32px;		
	}