﻿/*Image Styles*/
img {
	display: block;
}

.page_image {
	position: relative;
	margin: 10px;
	top: 10px;
	border: 1px #404040 solid;
}
.page_image_centre {
	position: relative;
	margin: 10px auto;
	top: 10px;
	border: 1px #404040 solid;
}

#logo {
	position: relative;
	margin: 25px 0 0 25px;
	width: 302px;
	height: 75px;
	display: block;
	float: left;
}

#pentagons {
	position: absolute;
	top: 0px;
	right: 0px;
}

#rss {
	position: relative;
	list-style: none;
	margin: 20px 0 5px 0;
}

#rss li {
	float: left;
	padding: 0 2px;
}

.pdf_icon {
	display: inline;
	margin: 0 10px;
}

.include {
	padding: 0 10px;
}

/*Rounded Corners*/
#nav_bottomcorner {
	position: absolute;
	height: 7px;
	width: 6px;
	right: -5px;
	bottom: 1px;
}

#nav_topcorner {
	position: absolute;
	height: 5px;
	width: 5px;
	top: 0;
	right: 0;
} 

.tr {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}
.bl {
    position: absolute;
    bottom: -20px;
    left: 0px;
    z-index: 3;
}

#news_story>.bl, #data>.bl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}

.news_image {
	position: relative;
	margin: 20px 20px 20px 0!important;
	border: 1px #404040 solid;
	display: block;
	float: right;
	left: 0px!important;
	clear: right;
}
/*SWF Styles*/
#hardware object {
	position: relative;
	height: 130px;
	width: 210px;
	border: 0
}

#products object {
	position: relative;
	width: 500px;
	height: 240px;
}

.video {
	position: relative;
	float: left;
	display: inline;
    width: 698px;
    top: 30px;
    margin: 0 20px 40px 0;
}

/*Map*/
#map {
	position: relative;
	width: 600px;
	height: 600px;
	margin: 0 auto;
}
