﻿/*
Top_Level.css
-Style for top level items such as layout boxes, body and page size
*/

/* Body and High level elements */

html,body{margin:0;padding:0}

body
{
	font-size:0.9em;
	font-family:Sans-Serif; 
	text-align:center; 	 
	line-height:normal;
	background:#9E9E9E url(images/pageBackground.png) repeat-x 0px 0px;
}


/* Page Layout elements and Boxes */

div#page_container
{
	text-align:left;
	background:#6B6B6B; 
	background-image: url("images/content_bg.png");
	width:860px;
	margin:0px auto;
}

	div#header 
	{
		background:white;
		width:100%;
		height:30px;		
		clear:both;
	}
		
		div#header #left 
		{ 
			background:#6B6B6B; 
			width:200px; 
			height:30px; 			
			float:left; 
		}
		
		div#header #right 
		{
			background:#6B6B6B; 
			float:right; 			
			width:80px; 
			height:30px;
		}
		
	div#panel_top 
	{
		background:#78903F url("images/SCMSideText.png") no-repeat 185px 0px;
		width:100%;
		height:144px; 		
	}
	
		div#panel_membership
		{
			float:left;
			padding:10px;			
			color:#FFF;
			width:170px;
			margin:0px;
			
			
		}
		
		div#panel_membership h3
		{
			font-size:smaller;	
		}
		
		div#panel_membership a
		{
			color:#FFF;			
		}
	
		div#menu_top 
		{
			background: transparent url(images/headerImage.jpg) no-repeat right;
			width:580px; 
			height:100%;  
			float:right; 
			position:relative; 
			right:80px;			
		}
		
	div#panel_left
	{
		font-size:1em;
		text-align:left;
		background-color:#6B6B6B;		
		color:#ddd; 	
		float:left;
		width:190px;
		padding:5px 0px 0px 5px;
		margin:0px; 	
	}
	
	div#content_container
	{
		padding:0;
		margin:0;
	}
	
		div#panel_right
		{
			background: transparent url(images/peoplestrip.jpg) no-repeat 0px 0px;
			float:right;
			width:80px;
			margin:0;
			padding:0; 		
		}
		
		div#panel_content_upper
		{			
			background:#ADC27A; 
			color:#FFF;
			float:right;
			width:560px; 			
			margin:0px;
			padding:10px;						
		}
		
		div#panel_content_lower
		{			
			background:#FFF; 
			color:#777;
			float:right;
			width:560px; 			
			margin:0px;
			padding:10px;						
			height:100%;
		}
	
	div#footer
	{
		font-size:smaller;
		text-align:center; 
		color:#aaa;		
		background: transparent url(images/footer_background.jpg) repeat-x bottom;
		border-top:3px solid #709614;
		clear:both;
		width:840px; 		
		padding:10px; 
		padding-bottom:15px;		
	}
	
	div#pikasoft_footer
	{
		background:#9E9E9E url("images/pikasoft.jpg") no-repeat right;
		text-align:right;		
		height:33px;				
		padding-top:5px;
	}
	
	div#pikasoft_footer:hover
	{
		background:#9E9E9E url("images/pikasoft_click.jpg") no-repeat right;		
	}
	
		div#pikasoft_footer span
		{
			display:none;
		}