a:link, a:visited { 
	text-decoration: none; 
	color: #3056a5; 
}

a:hover { 
	text-decoration: underline; 
	color: #fd1813; 
}

body {
	margin: 0;
	padding: 0;
	text-align: left; 
	font-family: "Arial Narrow", "Nimbus Sans L Regular Condensed", "Helvetica Narrow", sans-serif;
	font-size: 100%;
	line-height: 150%;
	height: 99%;
	background: url("sga_grey_logo.png") 10px 130px no-repeat;
	min-width: 44em;
	max-width: 1400px;
	vertical-align: top;
}

div#header {
	padding: 0.5em;
}

div#sidebar {
	padding: 0.5em;
	float: left;
	width: 8em;
}

div#special {
	position: absolute;
	z-index: 100;
	border: 1px solid #008e54;
	padding: 0.5em;
	top: 200px;
	right: 100px;
	width: 9em;
	text-align: center;
}

div#content {
	float: left;
	width: 75%;
	margin-bottom: 0.5em;
	padding: 0.5em;
	min-width: 35em;
}

* html div#content p { height: 0; }

div#footer {
	display: inline-block;
	margin: 0em 0em 0em 9.5em;
	padding: 0.5em;
	width: 25.5em;
	text-align: center;
}

div#footer p {
	margin-top: 2em;
	border-top: 1px solid black;
	padding-top: 1em;
	font-size: 70%;
	color: gray;
}

div#footer img.w3c {
	border: 0;
	width: 59px;
	height: 20px;
}

div#tooltip {
	position: absolute;
	background-color: #eaeef6;
	width: 200px;
	border: 1px solid #3056a5;
	margin: 0px;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	display: table;
	vertical-align: middle;
}

div#tooltip div {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

div#tooltip p {
	text-align: center;
}

div#menu {
	margin: 1em 0 2em 9.5em;
	padding-bottom: 1em;
	width: 25.5em;
	border-bottom: 1px solid black;
}

#menu a {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;
}

#menu a.title, #sidebar a.title {
	font-weight: bold;
	color: black;
}

#menu a.current, #sidebar a.current {
	font-weight: bold;
	color: gray;
}

#sidebar a {
	display: block;
	padding-bottom: 1em;
}

#sidebar br.hide {
	display: none;
}

#sidebar div {
	padding-bottom: 0.75em;
}

#sidebar div > a {
	padding-bottom: 0.25em;
}

div > p:first-child,
div > h2:first-child
 { margin-top: 0px; } 


div.text_left {
	float: right;
	margin: 5px 0px 0px 10px;
	border: none;
}

h1, h2, h3 { font-family: "Helvetica 45 Light", Helvetica, "Nimbus Sans L Regular", Arial, sans-serif; }

h1 {
	margin-top: 0;
	font-size: 170%;
	padding: 0;
}

h2 {
	color: black;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em auto 0.5em;
}

h2#hidetitle {
	line-height: 0;
	height: 0;
	display: none;
	overflow: hidden;
}

h2#hidetitle + p,
h2#hidetitle + h3,
h3 + p
 { margin-top: 0; }

.center {
	margin-left: auto;
	margin-right: auto;
}

em {
	font-weight: bold;
	font-style: normal;
}

ul {
	list-style: circle outside;
	margin: 0 auto;
	padding: 0em 1em 0.5em;
}

ul li {
	padding-left: 0.75em;
	margin-bottom: 0.5em;
}

ul li:last-child {
	margin-bottom: 0;
}

ul#serv_fse li, .colour_fse, .colour_fse a {
	color: #fd1813 !important;
}

ul#serv_bca li, .colour_bca, .colour_bca a {
	color: #3056a5 !important;
}

ul#serv_ee li, .colour_ee, .colour_ee a {
	color: #008e54 !important;
}

li.colour_fse a, li.colour_bca a, li.colour_ee a {
	font-weight: bold;
}


ul li span {
	color: black;
}

ul#project_types {
	padding-bottom: 1.5em;
}

#project_types li {
	margin: 0;
	padding: 0;
	width: 14em;
}

* html #project_types ul li
{
	position: relative;
}

#project_types li.col1 { margin-left: 0ex; }
#project_types li.col2 { margin-left: 15em; }
#project_types li.col3 { margin-left: 30em; }

ul#project_types li.col1 + li.col2 { margin-top: -13.5em; }
ul#project_types li.col2 + li.col3 { margin-top: -13.5em; }

table#projects_table {
	border-collapse: collapse;
	border-spacing: 0;
}

table {
	font-size: 100%;
}

td { 
	padding: 0;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
	vertical-align: text-top;
}

table#projects_table td {
	border-collapse: collapse;
	padding: 2px;
	vertical-align: middle;
}

table#projects_table img {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

