/* CSS Document */
html, body {
	margin: 10;
	padding: 0;
}
/* Styles for text, h tags */
h1 h2 h3 h4 h5 h6 {
font-family: arial,verdana,sans-serif;
}
h1 {
color:#ffffff;
font-size: x-large;
margin-top:4px;
margin-bottom:10px;
letter-spacing: -2px;
}
/* Styles for the default links */
A:link {font-size: small; letter-spacing: -1px; color: #ffffff; text-decoration:none; }
A:visited {font-size: small; letter-spacing: -1px; color: #ffffff; text-decoration:none; }
A:active {font-size: small; letter-spacing: -1px; color: #ffffff; text-decoration:none; }
A:hover {font-size: small; letter-spacing: -1px; color: #ffffff; text-decoration:underline; }

/* Styles for the links -------------  RED  */
a.red_small:link {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:visited {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:active {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-decoration:none;
	line-height:small;
}
a.red_small:hover {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
	line-height:small;
}











/* -------------------------- SITE MAP -------------------------- */
#sitemap-container {
width:980px;
height: 648px;
background-image: url(../images/speedshow2010-interactivesite-plan-980px.gif);
background-repeat: no-repeat;
font-family: arial,verdana,sans-serif;
font-size:small;
color:#ffffff;
text-align: center;
}
#sitemap-container02 {
width:980px;
height: 648px;
background-image: url(../images/speedshow2010-interactivesite-plan-980px.gif);
background-repeat: no-repeat;
font-family: arial,verdana,sans-serif;
font-size:small;
color:#ffffff;
text-align: center;
}
#sitemap-logo {
width:220px;
height: 99px;
position: absolute;
top: 10px;
left: 750px;
}
#sitemap-title {
width:220px;
height: 99px;
position: absolute;
top: 90px;
left: 750px;
font-size: large;
color: #222222;
}
#sitemap-title-version {
width:220px;
font-size: x-small;
color: #222222;
margin-top: 4px;
}
#sitemap-options {
width:980px;
height: 100px;
text-align: left;
position: absolute;
top: 600px;
left: 10px;
color: #222222;
}
#sitemap-column {
float: left;
width:180px;
height: 80px;
margin-right: 10px;
}
#sitemap-unit {
float: left;
width:180px;
height: 19px;
color: #222222;
margin-top: 4px;
border-bottom: 1px solid #222222;
font-size: smaller;
}
#sitemap-colour {
float: left;
width:14px;
height: 14px;
margin-right: 8px;
}
#sitemap-unit-text {
float: left;
font-size: smaller;
margin-top: 4px;
}
#sitemap-unit-text-xsmall {
float: left;
font-size: x-small;
margin-top: 4px;
}
#sitemap-tarmac {
width:980px;
height: 100px;
background-image: url(../images/tarmac-landscape-980px.jpg);
background-repeat: no-repeat;
text-align: left;
position: absolute;
top: 780px;
left: 10px;
text-indent: 10px;
color: #222222;
font-size:smaller;
}
#print-instructions{
width: 320px;
overflow: hidden;
position: absolute;
left: 10px;
top: 552px;
color: #222222;
font-size:smaller;
line-height: 16px;
text-align: left;
}








