﻿/************/
/*  GLOBAL  */
/************/

html,
	body {
		margin:0;padding:0;height:100%;	font-family:Arial;background-color: #f0f0f0;}
		
	.outer-container{
		width:1000px; margin:0px auto; margin-top:0px; margin-bottom:0px; border:solid 1px #c0c0c0; font-size:1.0em; 
		position:relative; min-height:100%; /*for modern browsers*/ height: auto !important; /*For Modern Browsers*/ height:100%; /* for IE*/}
		
	.page-container {
		position:relative; min-height:100%; /*for modern browsers*/ height: auto !important; /*For Modern Browsers*/ height:100%; /* for IE*/
		padding-bottom:56px;	/* Height of the footer */	background-color: #ffffff;}
		
	.header { margin-bottom: 10px;	}
	
	.leftmenu{
		 width:246px; margin-left:3px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
		
	.main 
	{
		float: left;
		width:100%;		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}	
		
	.footer 
	{
		position:absolute;
		bottom:0;
		width:1000px;
		height:56px ;
		left: 50%;
		margin-left: -500px;	
		text-align:center;  font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
		border-top: solid 2px #838280;
		background-color: white;
	}
	
		/* Used for inner pages, ad blocks */
	.rightmenu
	{
		float:left;
		width:164px;
	}
	
	/* Used for inner pages, ad blocks */
	.rightmenu_wide
	{
		float:left;
	}
	
	.clear	{ clear: both; }
	
/*************/		
/* MAIN BODY */
/*************/

form
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*LEFT MENU*/
.subleftmenu
{
	 width: 180px;
	 position:relative;
	 left:0;
	 top:0;
	 vertical-align:top;
	 border-right: solid 2px #838280;
}

.subleftmenu_glossary
{
	 width: 250px;
	 position:relative;
	 left:0;
	 top:0;
	 vertical-align:top;
	 border-right: solid 2px #838280;
}

/*RIGHT MENU*/
rightmenu_wide.block
{
	font-weight: bold;
	font-size: 11px;
	width:140px;
	vertical-align:top;
	border: solid 1px #838280;
}

#search_box
{
	position:relative;
	left: 65%;
	top: 108px;
	z-index:44;
}

#search_results
{
	text-align: center;
}
