	
	/* The CSS that's required to position the footer */
*
{
	margin: 0;
	padding: 0;
}
html
	{
	height: 100%;
}
body
	{
	height: 100%;
	color: #011c68;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#7cc0fa;
  
}
p {
	padding-bottom:10px;
}
a {
	text-decoration: underline;
}
#page
	{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background:#7cc0fa;
}

* html #page
{
	height: 100%;
}
#header
{
	height: 35px;
	margin: 0;
	
}
#mmsL {
	position: absolute;
	width:225px;
	height:55px;
	background: url(images/ndc.gif) no-repeat;
	margin:0;
	top:0;
	opacity: .25;
	filter: alpha(opacity=30);
	z-index:0;
}
#mmsR {
	position: absolute;
	width:225px;
	height:55px;
	background:  url(images/ndc.gif) no-repeat;
	right:0;
	top:0;
	opacity: .25;
	filter: alpha(opacity=30);
}
#masthead {
	text-align: center;
	height:169px;
	background:  url(images/HeaderBackGround.jpg) repeat-x;
}
#masthead a:hover {
	border:0 none;
}
#logo {
	position:absolute;
	background:  url(images/logo.gif) no-repeat;
	top: 56px;
	left:0;
	height: 128px;
	width:492px;
	cursor: pointer;
}

#photo1 {
	position: absolute;
	background:  url(images/cctv_thumb.jpg) no-repeat;
	height: 114px;
	width: 114px;
	top: 65px;
	right:310px;
}
#photo2 {
	position: absolute;
	background:  url(images/Circuit_thumb.jpg) no-repeat;
	height: 114px;
	width: 114px;
	top: 65px;
	right:170px;
}
#photo3 {
	position: absolute;
	background:  url(images/switch_thumb.jpg) no-repeat;
	height: 114px;
	width: 114px;
	top: 65px;
	right:30px;
}
#content {
	padding: 15px 250px 50px 5px;
	margin:0;
	text-align:justify;
}

#content h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #011c68;
	letter-spacing:5px;
	background:  url(images/WhiteLine.gif) no-repeat 0% 100%;
	margin-bottom:10px;
	width:425px;
}
#content h2 {
	letter-spacing: 1px;
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a {
    color: #000000;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content a:visited {
    color: #000000;
}
#submenu {
	position:absolute;
	height: 300px;
	width: 175px;
	left: auto;
	right: 10px;
	padding-top: 20px;
}
#submenu a  {
	text-decoration:none;
	background:inherit;
	color:#011c68;
}
#submenu a:hover {
	border:0 none;
	color:#FFF;
	list-style: none;
}
#submenu ul {
	list-style: none;
	padding-left: 0;
    margin-left: 0;
}
#submenu li {
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding-top:10px;
	background: left;	
	list-style: outside;
	list-style-type: none;
}
#nonFooter{
	position: relative;
	min-height: 100%;
	background: #7cc0fa url(images/ethernet.jpg) no-repeat right bottom;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin: -50px auto 0;
	height: 50px;
	background:  url(images/SecondaryFooterBack.jpg) repeat-x;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#fff;
	letter-spacing: 0;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -50px;
}
#text {
	position: absolute;
	left: 10px;
	padding-top:25px;
	font-size: 85%;
	color: #ff;
	width: 95%;
	text-align:left;
	margin: 0px;
}
#text a {
	text-decoration:underline;
	padding:0;
	margin:0;
	color:#fff;
}
#text a:hover {
	text-decoration:none;
	border:0;
	color:fff;
	background:none;
	padding:0;
	margin:0;
}
#nav ul {
	position:relative;
	margin : 0 0 0 20px;
	white-space : nowrap;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	background: center;
	text-align: left;
	z-index:1;
}
#nav ul li {
   display : inline;
   letter-spacing: 0px;
}
#nav a {
	text-decoration: none;
	color: #011c68;
	padding: 2px;
}
#nav a:hover {
	color: #fff;
	border: 1px solid #fff;
	padding: 1px 1px 2px 1px;
	background: #011c68;
}
#nav .selected {
	color: #011c68;
	border: 1px solid #011c68;
	padding: 1px 1px 2px 1px;
	background: #fff;
}
.centered {
	text-align:center;
}
table {
	width:75%; 
}
td {
	text-align:left;
	width:33%;
	vertical-align: top;
	letter-spacing: 1px;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table p {
	padding:5px 0;
}