/* CSS STYLING FOR THE MASTER PAGE */

/* ID-BASED STYLING OF THE PAGE REGIONS */
div#container 
{
	width: 974px;
	margin: 0 auto;	
}    
        
div#header_region
{
	position: relative;
	height: 146px;
	background: url('images/background/header.jpg') repeat-x;
}

div#header_region img.theme-foreground
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

div#header_region div.logo-image
{
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 0;
}

div#header_region div.slogan-image
{
	position: absolute;
	top: 10px;
	left: 140px;
	z-index: 1;
}

div#header_region div.culture-select
{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}

div#header_region div.culture-select input
{
	margin-right: 5px;
}

div#primary_menu
{
	position: absolute;
	bottom: -5px;
	*bottom: 0px;
	right: 10px;	
}

div#body_region
{
	background: url('images/background/left.jpg') repeat-y;
}
        
div#left_region
{
	float: left;
	width: 180px;
}

div#left_region img.theme-foreground
{
	z-index: 0;
}

div#content_menu
{
	position: relative;
	top: -500px;
	height: 600px;
	text-align: right;
	padding: 0px 20px;
	z-index: 1;
}

div#content_menu div.menu-title
{
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

div#right_region
{
	float: right;
	width: 230px;
}

div#add_this_toolbox
{
	margin: 10px 0px 5px 0px;	
}

div#content_region
{
	margin-left: 180px;
	width: 500px;
	padding: 30px;
	min-height: 500px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -1px;
}

/* PRINTER_FRIENDLY OMISSION THE NAVIGATION REGIONS */
@media print
{
	div#header_region {display: none;}
	div#left_region {display: none;}
	div#content_region {top: 0px; left: 0px; margin-left: 0px}
	div#add_this_toolbox {display: none;}
	table.reciprocal-links {display: none;}
}