#global {
	margin: 0px;
	font-size: 90%; /* this should set the default font size to approximately 16px (16px is standard for 100% in most browsers) therefore 1em should be equivalent to 16px */
}

@font-face{
	font-family:Fisker Plate Regular;
	src: url(../fonts/FiskerPlateExpanded-Regular.woff) format('woff');
	font-weight:400;font-style:normal}

@font-face{
	font-family:Fisker Plate Regular Italic;
	src: url(../fonts/FiskerPlateExpanded-RegularItalic.woff) format('woff');
	font-weight:400;font-style:normal}
	
@font-face{
	font-family:Fisker Plate Light;
	src: url(../fonts/FiskerPlateExpanded-Light.woff) format('woff');
	font-weight:300;font-style:normal}
	
@font-face{
	font-family:Fisker Plate Light Italic;
	src: url(../fonts/FiskerPlateExpanded-LightItalic.woff) format('woff');
	font-weight:300;font-style:normal}

@font-face{
	font-family:Fisker Plate Demibold;
	src: url(../fonts/FiskerPlateExpanded-Demibold.woff) format('woff');
	font-weight:600;font-style:normal}
	
@font-face{
	font-family:Fisker Plate Demibold Italic;
	src: url(../fonts/FiskerPlateExpanded-DemiboldItalic.woff) format('woff');
	font-weight:600;font-style:normal}	
	
@font-face{
	font-family:Fisker Plate Bold;
	src: url(../fonts/FiskerPlateExpanded-Bold.woff) format('woff');
	font-weight:700;font-style:normal}

@font-face{
	font-family:Fisker Plate Bold Italic;
	src: url(../fonts/FiskerPlateExpanded-BoldItalic.woff) format('woff');
	font-weight:700;font-style:normal}

#page-frame {
	font-family: Fisker Plate Regular;
	font-size: 1em;
	line-height: 1.75em;
	background-color:#000000; 
	margin-top:20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow:hidden;
}

#referenced_content {
	width:65%; 
	height:85%; 
	float:right; 
	background-color:#ffffff; /* Sets the background color for the hb topics */
	padding:10px; 
	border-radius: 5px;
}

#navigation_bar {
	width:30%; 
	height:85%; 
	background-color:#ffffff;
	padding:10px; 
	border-radius: 5px;
	overflow:auto;
}

#pageformat {
	margin: 5px 20px 0px 20px;
	color: #000000;
}


#content_padding {padding:0px;}

#sm_procedure {
	width:100%; 
	height:100%; 
	overflow:scroll; 
	border: 0;
}


#corporate_branding {
	  background-image: url("../images/fisker_wordmark_wht.svg");
	  height: 30px;
	  background-repeat: no-repeat;
	  margin-left: 0px;
	  cursor: hand;
}

#header {
	border:1px solid #bbb;
	background-color: #bbb;
	width: inherit;
	height:auto;
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom:20px;
	position: fixed;
}

#pagecontent {font-family: Fisker Plate Regular;
				font-size: 1em;
				line-height: 1.25em;}

#onecolumn {
	padding-top: 24px;

}
	
#twocolumn {
	-webkit-column-count:2; 	/* Chrome, Safari, Opera */
	-moz-column-count:2; 		/* Firefox */
	column-count:2;
	-webkit-column-gap:40px; 	/* Chrome, Safari, Opera */
	-moz-column-gap:40px; 		/* Firefox */
	column-gap:40px;
	padding-top: 30px;
	column-fill: auto;
}

#headercontents {
	border:1px solid #bbb;
	background-color: #bbb;
	width: inherit;
	height:94px;
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom:20px;
	position: fixed;
}


h1.product_description{
	font-family: Fisker Plate Bold;
	color: #000000;
	text-align: right;
	font-size:2em;
}

h2.document_title{
	font-family: Fisker Plate Bold;
	color: #616365;
	margin-top: 16px;
	padding-left: 20px;
	font-size:1.5em;
}

h5:before { 
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden; 
}

h6:before { 
  display: block; 
  content: " "; 
  margin-top: -140px; 
  height: 140px; 
  visibility: hidden; 
}

.maincolumn {
/* margin-left: 30%; */
}

#navigation{
	float: right;
	width: 60%;
	margin: 10px;
}

p.pub-title {
	font-family: Fisker Plate Bold;
	color: #000000;
	text-align: center;
	font-size:2em;
	margin-top: 40px;
}
  
#document_titles{
	float:right;
	width: 280px;
	margin-top: 10px;
	margin-right: 20px;
}

.figure-single {
	width: 45%;
	margin-top: 8px;
	margin-bottom: 16px;
}


a:link {color: #db722c;}
a:visited {color: #db722c;}
a:hover {color: #b5edff !important; }
a:active {color: #b5edff !important; }
#modellink:hover {background-color: #cccccc;}  /* mouse over link */
#modellink {margin-top: 100px; float: left; width: 50%;}
.topiclink {color: #db722c; text-decoration:underline; cursor: hand; font-family: Fisker Plate Regular;}
