﻿/* ($Id: 0110styleLayout.css 666 2011-05-18 07:59:18Z winterjp $) */
/*  Layout
************************************************************************************************************************/
/* width, height, padding, margins in pxs*/

/*  Layout of body and main divs
************************************************************************************************************************/

body {
    
}

div#wrapper {
	width:975px;
	margin:0 auto;
	min-height:500px;
}

div#header {

	margin:0 21px;
	clear:both;
}

div#navigation_bar {
    display:none;
}

div#breadcrumbs {
    display:none;
    width: 100%;
    padding: 0 0 10px 28px;
}

div#breadcrumbs div span,
div#breadcrumbs div a {
padding: 0px 2px;
}


div#subnavigation_section {
    float:left;
    width:200px;
    clear:left;
    padding: 0 4px 30px 20px;
}


div#content_section {
    width: 515px;
    float: left;
    padding: 0 4px 30px 6px;
}

div#content_section.sys_genOneSectionContent{
width: 935px;
padding-left:20px
}

div.sys_genOneSectionContent p,
div.sys_genOneSectionContent h1{
padding-left:10px
}

div#content_section.sys_genTwoSectionContent{
width: 725px;
}

div#related_section {
    float:right;
    width:200px;
    padding: 4px 20px 30px 4px;
}
		
#footer {
	clear:both;
	overflow:hidden;
	height:1%;
	padding:10px 20px;
}


/*  Layout of header elements
************************************************************************************************************************/

div#logo {
    float:left;
    margin: 20px 0 20px 10px;
}

div#header_content {
    float:right;
    margin: 20px 0 0;
}



/* Layout of footer elements 
************************************************************************************************************************/

div#footer_content {
    clear: both;
    padding-top: 6px;
}

div#footer_content li.sys_first, #footerBottom li.sys_last {
    background: none repeat scroll 0 0 transparent;
}

div#footer_content ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

div#miniMap {
    display:none;
}

/* Layout of sub-navigation elements
******************************************************************************************************************************************/

div#subnavigation_section li {
    padding: 5px 5px 0 10px;
}

div#subnavigation_section div.sys_selected a 
{
    padding-top: 5px;
    padding-bottom: 5px;
}