﻿/*
* MasterPage : Flexenclosure_Content1
*/

/* Branding */
#logo {
	float: left;
	width: 198px;
	margin: 0 1px 1px 0;
	padding: 25px 0 0 13px;
	overflow: hidden;
}

#logo img {
	border: 0;
}


/* Navigation */
#nav_access {
	position: absolute;
	top: -9999px;
	margin: 0;
}

#nav_main {
	float: left;
	width: 684px;
	overflow: hidden;
	border-right: 8px solid #a6a6a6; /* e37222 */
	margin-top: 1px;
	margin-bottom: 1px;
	background-color:#e37222;
}
#nav_emptyTab
{
    width:auto !important;
    float:left;
}
#nav_emptyTab ul
{
    width:auto !important;
}

#nav_section {
	float: left;
	width: 211px;
	margin-right: 1px;
	font-size: 11px;
	background: #fff url(../../Documents/Flexenclosure/Images/bg_nav_section_grey.jpg) repeat-x;
	min-height: 604px;
}


/* News on startpage */
#content_news {
	float: left;
	width: 211px;
	height: 337px;
	margin-right: 1px;
	font: 11px arial, helvetica, verdana, sans-serif !important;
	/*background: #ff9800;*/
	background:#e37222;
	color: #fff !important;
	overflow: hidden;
}

#content_news h2 {
	color: #fff !important;
	font-size: 24px !important;
	font-weight: bold;
	margin: 0 0 .6em 0;
	padding: 20px 0 0 18px;
}

#content_news ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content_news li {
	display: block;
	margin: 0 0 1.8em 0;
	padding: 0 18px;
}

#content_news h3 {
	font-size: 11px;
	font-weight: bold;
	/*color: #5e5e5e;*/
	color: #ffffff;
	margin: 0 0 .4em 0;
	padding: 0;
}

#content_news h4 {
    display: none;
}

#content_news p {
    margin: 0;
    padding: 0;
	line-height: 1.25;
}

#content_news p.archive {
    padding-left: 18px;
}

#content_news p.no_news {
    padding: 0 18px 2em 18px;
}

#content_news p.read_more {
    text-align: right;
}

#content_news p.read_more a {
	color: #fff;
	text-transform: lowercase;
	text-align: right;
	text-decoration: none;
}

#content_news a {
    display: inline;
    color: #fff;
    text-decoration: none;
}

#content_news a:hover,
#content_news p.read_more a:hover {
	text-decoration: underline;
}

#content_news a span {
	/*color: #484848;*/
	color:#ffffff;
}


/* Main content */
#content_main {
	float: left;
	width: 454px;
	margin-right: 1px;
	padding: 0;
	overflow: hidden;
}

#content_start {
	clear: both;
}

#content_start #content_main {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#content_main_intro {
}

#content_start #content_main_intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 455px;
    height: 337px;
    overflow: hidden;
}

#content_main_text {
	padding: 20px 24px;
}

#content_start #content_main_text {
    position: absolute;
    top: 338px;
    left: -212px;
    width: 619px;
    padding: 20px 24px;
}


/* Sub content (sidebar) */
#content_sub {
	float: right;
    width: 236px;
    padding: 0;
	min-height: 648px;
	overflow: hidden;
	border-left: 1px solid #fe8503;
}

#content_start #content_sub,
#content_references #content_sub {
    border: none;
}

#content_sub_intro {
/*    height: 185px;*/
    margin-left: 1px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

#content_sub_text {
    padding: 0 0 0 15px;
    font-size: 11px;
}

#content_references #content_sub_text {
    padding: 40px 0 0 15px;
}

#content_sub_text h2 {
    margin: 0 0 1em 0;
    padding: 0;
}


/* Site info (footer) */
#site_info {
	clear: both;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* Master page body wrap */
#flexenclosure {
	width: 904px;
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
	background: #fff url(../../Documents/Flexenclosure/Images/bg_body.jpg) repeat-y top center;
	min-height: 820px;
}

#flexenclosure hr {
	display: none;
}


/* Find a site search */
#findasite {
    position: relative;
    font-size: 11px;
}

#findasite fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    padding: 30px 0 20px 0;
}

#findasite legend span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #ff9700;
    border-bottom: 1px solid #ff9700;
    width: 200px;
    font-weight: bold;
}

#findasite select {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    width: 195px;
}

#findasite img {
    margin-bottom: 10px;
}

#findasite p {
    margin: 0;
    padding: 0;
}

#findasite hr {
    color: #d0d0d0;
    height: 1px;
    margin: 5px 0;
}
/*
#findasite div + div {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
}
*/
#findasite label {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#main_div_contextMenu
{
    position:absolute; 
    top:0px; 
    right:0px; 
    z-index:10;
}

/* Default print styles */
@media print {
	#flexenclosure {
		width: auto;
		min-height: 1px;
		margin: 0;
		padding: 0;
		position: relative;
		background: #fff;
		color: #000;
	}

	#logo {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 20px 0;
		padding: 0 0 2px 0;
		border-bottom: 1px solid #c0c0c0;
	}

	#logo img {
		width: 120px;
	}

	#nav_main,
	#nav_section,
	#nav_access,
	#content_news,
	#content_sub,
	#content_main_intro,
	#site_info {
		display: none;
	}

	#content_main,
	#content_start #content_main {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		background: #fff;
	}

    #content_main_text,
    #content_start #content_main_text {
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
    }

	#content_main_text {
		padding: 0;
	}
}