#page {
	background: none !important;
	page-break-inside: auto;
	width: auto;
   	margin: 0 5%;
   	padding: 0;
   	border: 0;
	text-align: left;
}

body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
}

h2, h3, h4, h5, h6 {
	color: #665f6e;
	margin: 24pt 0 0 0;
	padding-top: 4pt;
}

h2+p, h3+p, h4+p, h5+p, h5+p {
	margin-top: 4pt;
	page-break-after: avoid;
}

p, table, li {
	orphans: 4;
	widows: 2;
	page-break-inside: avoid;
}

td {
	page-break-inside: avoid;
}


ul.nav, #toplinks, #search, #sitestat, #navigation li.selected ul {
	display: none;
}

#branding img {
	margin-bottom: 24px;
}

a img {
	border: 0
}

#content, #maincontent, #navigation {
	float: none !important;
	width: 100%;
	border: 0 !important;
	display: inline;
	text-align: left;
}

#maincontent a:link, #maincontent a:visited, #navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #365dab;
}

/* This pulls the href attribute from a link and places it after the link text on the printed page.
/* It is commented out until we no longer need sitestat counters

#maincontent a:link:after {
	content: " (" attr(href) ") ";
}

*/

/* This looks for internal links and adds our domain to the start of the href attribute */

#maincontent a[href^="sedotcom"]:after {
	font-size: 9pt;
   content: " (www.scottish-enterprise.com/"attr(href)")";
}

#splash {
	clear: both;
}

#navigation ul {
	list-style: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
}

#navigation ul li a {
	display: block;
	float: left;
	border: 0 !important;
	/* background: url(ancestor.gif) #fff top left no-repeat !important; */
	padding: 0 6px;
	text-decoration: none;
}

#navigation ul li a:after {
	content: " > ";
}

#navigation li.selected {
	/* background: url(selected.gif) #fff top left no-repeat !important; */
	padding-left: 6px;
}

#maincontent h1 {
	border-top: 1px dashed #dedede;
}

h3, h5 {
	border-top: 1px solid #cccccc;
}

#footer {
	margin-top: 12pt;
	color: #6785c1;
	font-size: 9pt;
	text-align: right;
}

#footer a {
	display: none;
}

div.innercol img {
	display: none;
}

div.innercol a, #splash a {
	text-decoration: none;
	color: #365dab;
}

ul#newsinfo {
	list-style: none;
	font-size: 9pt;
	color: #6785c1;
	font-style: italic;
	margin-left: 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	padding: 8pt 0;
}

table.data dl {
	font-size: 10pt;
	margin-top: 18px;
	line-height: 1;
}

table.data dt {
	float: left;
	text-align: right;
	width: 7em;
	color: #6785c1;
	font-weight: 600;
}

table.data dd {
	margin-left: 9em;
	margin-bottom: 12px;
}

table.data td {
	vertical-align: top;
}

table.data th {
	vertical-align: middle;
	background-color: #356dab;
	color: #ffffff;
	font-size: 10pt;
	border-right: 1px solid #ffffff;
	padding-left: 4px;
}

div#sendfriend, blockquote {
	display: none;
}

p.larger {
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.6;
}

.rightalign {
	float: right;
	margin-left: 6px;
}

.leftalign {
	float: left;
	margin-right: 6px;
}


