﻿/* CSS layout */
#container {
	background-position: left top;
	margin: auto;
	position: relative;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 600px;
	background-attachment: scroll;
}
	
* html .trans{ /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../page_images/gray_trans.png');
}
.trans[class] { /* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(../page_images/gray_trans.png);
}

#masthead {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	color: #33CCCC;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	margin: 2px;
	background-color: #000000;
}
#top_nav {
	padding: 0px;
	margin: 0px;
	height: 20px;
	position: absolute;
	top: 30px;
	width: 600px;
	right: 0;
}
#top_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	right: 0px;
}
#top_nav li {
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
#top_nav a {
	text-decoration: none;
	color: #00FFFF;
	display: block;
	border: 1px ridge #505899;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 0px 0 0;
	font-size: 14px;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #002672;
}
#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	margin-left: 200px;
}
#page_content {
	color: #0099FF;
	position: absolute;
	top: 150px;
	text-align: left;
	text-decoration: none;
}
#page_content ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 10px;
	text-decoration: none;
	color: #00CCFF;
	width: 200px;
	font-weight: bold;
	font-size: 16px;
}
#page_content li {
	list-style-type: none;
	font-size: 10px;
	color: #00FFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
}
#page_content a {
	text-decoration: none;
	color: #00FFFF;
	font-size: 12px;
}
#page_content a:hover {
	color: #FFFFFF;
}
#right_col {
	padding: 0px;
	margin: 0px;
	width: 350px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	color: #00FFFF;
	line-height: 25px;
	left: 450px;
	top: -50px;
}
#right_col_title {
	border: 1px solid #505899;
	color: #00FFFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	height: 20px;
}
#right_col ul {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#right_col li {
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
}
#footer {
	color: #009999;
	position: absolute;
	font-size: 12px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: #000000;
}
#iridium {
	position: absolute;
	left: 10px;
	top: 220px;
	width: 263px;
	height: 50px;
	background-image: url('../iridium/images/j_iridium-logo-a.png');
	background-repeat: no-repeat;
}
#iridium a {
	background-image: url('/page_images/j_iridium-logo-a.png');
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 263px;
	text-align: right;
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none;
}
#iridium a:hover {
	background-image: url('../iridium/images/iridium-logo-for-trans.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #C0C0C0;
}
#seminar {
	width: 400px;
	border-style: none;
	text-decoration: none;
	position: absolute;
}
#seminar_inset {
	text-decoration: none;
	color: #FF9900;
}
#seminar img {
	border-style: none;
}
#awards {
	padding: 0px;
	margin: 1px;
	top: 500px;
	position: absolute;
	list-style-type: none;
	width: 400px;
	right: 20px;
}
#awards ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#awards li {
	color: #00FFFF;
	float: right;
	margin: 0px;
	text-align: center;
	display: block;
	padding: 0px;
}
#awards a {
	color: #00FFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border: 2px ridge #505899;
	display: block;
	font-size: 16px;
}
#awards a:hover {
	border: 2px ridge #000066;
	color: #FFFFFF;
	text-decoration: none;
}
#right_col img {
	border-style: none;
}
#inmarsat {
	position: absolute;
	left: 10px;
	top: 270px;
	width: 130px;
	height: 50px;
	background-image: url('../inmarsat/images/inmarsat_logo1.png');
	background-repeat: no-repeat;
}
#inmarsat a {
	background-image: url('../inmarsat/images/inmarsat_logo1.png');
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 50px;
	width: 130px;
	text-align: right;
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none;
}
#inmarsat a:hover {
	background-image: url('../inmarsat/images/inmarsat_logo2.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #C0C0C0;
}
