@charset "utf-8";
/* 	SA Track and Signal - Main stylesheet */

body {
	font: 75% Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #b3b3b3;
	background-color: ;
	background: #000 url(images/South-Australia-Railway-Track-Signal.jpg) no-repeat center 92px;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
table {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* 	Layout */

#container {
	width: 848px;
	margin: 0 auto; 
	text-align: left; 
	height: 670px;
	position: relative;
}
#logo {
	height: 92px;
	overflow: hidden;
	position: relative;
}
#logo img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo p { position: absolute; top: 55px; left: 44px;  }
#logo div { 
	position: absolute; top: 58px; left: 590px; 
	width: 250px; text-align: right; 
	text-transform: uppercase; 
	font-size: 0.8em;
	font-weight: bold;
}
#logo div a:hover { 
	text-decoration: none;
	color: #ffde00;
}
#nav {
	width: 847px;	
	height: 60px;
	background: url(images/Nav-BG.jpg) no-repeat;
}
#content, #content-links, #content-contact {
	position: relative;
	top: 22px; left: 616px;
	width: 207px;
	padding: 12px;
	clear: both;
	background: url(images/Content-BG.jpg) no-repeat;
}
#content-contact {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	background: url(images/Content-BG-Contact.jpg) no-repeat;
	top: 174px; left: 154px;
	width: 206px;
}
#content-links {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	background: url(images/Content-BG-Links.jpg) no-repeat;
	top: 174px; left: 385px;
	width: 206px;
}
#content-links p a {
	background: url(images/Icon-Link.gif) no-repeat 0 3px;	
	padding-left: 14px;
	display: block;
}
.close { cursor:pointer; text-decoration: none; float: right; width: 15px; height: 15px; overflow: hidden;}
.close a, .close a:link, .close a:visited {
	width: 15px; height: 15px;
	background-image: url(images/Close.gif);
	background-position: 0 0; 
	display: block;
}
.close a:hover { 
	background-color: #C00;
	background-position: -15px 0; 
}
#footer {
	width: 848px;
	font-size: 0.8em;
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}
#footer p {	 }
#footer a:link, #footer a:visited { color: #bebebe; text-decoration: none;  }
#footer a:hover { color:#FFF; }

.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Navigation */

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#nav ul li a {
	display: block;
	width: 56px;
	height: 44px;
	text-align: left;
	padding: 8px 10px;
	line-height: 1.2em;
	color: #ccc;
	font-size: 12px;
	border-right: 1px solid #243b4e;
}
#nav ul li a:hover {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
}
#nav li ul {
	position: absolute;
	width: 100%;
	left: -999em;
	z-index: 3;
	padding-top: 1px;
}
#nav li ul {
	width: 155px;
}
#nav li ul li {
	float: none;
	width: auto;
	height: auto;
	display: inline; /* IE 6+7 */
}
#nav li ul a {
	width: 133px;
	display: block; 
	border-top: 1px solid #333;
	background-color: #000;
	height: 30px;
	background-image: url(images/Nav-BG-TS.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #b3b3b3;
}
#nav li ul a.lg { background-image: url(images/Nav-BG-LG.gif); }
#nav li ul a.cl { background-image: url(images/Nav-BG-CL.gif); }
#nav li ul a:hover {
	color:#FFF;
	background-position: -154px 0;
}
#nav li ul a span.small, #nav li ul a:hover span.small {
	color:#999;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin: -1px 0 0 0;
	z-index: 1000;
}
#nav li:hover a, #nav li.sfhover a {
	background-color: #000;
}

/* Text styles, etc */


h1 {
	font: 1.8em Arial, Helvetica, sans-serif normal;
	margin: 30px 0 1em 0;
}
h2 {
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0 0 0.7em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffde00;
}
h3 {
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFF;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em 0;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.4em;
	margin: 0 0 0.7em 0;
}
hr {
	color: #E6E6E6;
	height: 0;
	margin: 2em 0 2em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
}
ol {
	line-height : 1.4em;
	list-style-type : decimal;
	margin: 0 0 0.7 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.4em;
	margin: 0 0 0.7em 0;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
.small {
	font-size: 80%;
}
.box {
	border: 1px solid #333; 
	padding: 8px; 
	text-align: left; 
}
.screen { }
.print { display: none; }
