.accordian .section.open .content,
.accordian .section.closed .content,
.tabbed .section.open .content,
.tabbed .section.closed .content,
.expandable .section.open .content,
.expandable .section.closed .content{
   display: block;
}

#content-container{
   float: none !important;
   position: static;
   overflow: visible;
   width: auto;
   margin: 0 5%;
   border:  0;
   padding: 0;
}

#feature,
#supplementary{
   float: none;
   position: static;
   overflow: visible;
   width: auto;
}

#site-title{
   position: static;
   overflow: visible;
   top: 0;
   right: 0;
}

#header{
	background: url('../cdoor-print-masthead.png') no-repeat 10px 10px;
	height: 80px;
}

a:link, a:visited, a{
	text-decoration: none !important;
	color: #520;
	background: transparent;
	font-weight: bold;
	border-bottom: 1px #520 solid;
	padding-bottom: -4pt;
}

a:link:after, a:link:visited:after, a:after{
	content:  " (" attr(href) ") ";
	font-size: 90%;
	color: #1c4657;
	border-bottom: 1px white solid;
	padding-bottom: -4pt;

}

body{
	background-color: white;
	color: black;
	font-size: 12pt;
	line-height: 16pt;
	font-family: "Times New Roman", Garamond, serif;
}

#site-title,
#qg-logo,
#agency,
#browserSupport,
#primary-nav,
#secondary-nav,
#footer,
#tools,
#access,
#udm{
	display: none;
}

img{
	border: 1px solid black;
}

h1{
	border-left: 20pt solid black;
	padding-left: 15pt;

}

#feature{
	float: right;
	background-color: #eee;
	position: relative;
	max-width: 50%;
	right: 0;
	margin-left: 10pt;
	padding: 10pt;
	border: 1pt solid black;
}

#feature img{
	float: left;
	margin-right: 20pt;
}

