@charset "utf-8";
/* CSS Document */
.SystemMessages
{
color:#FF0000;
font-weight:bold;
}

/* Home Page */
body#home {
	background-attachment: fixed;
	background-image: url(/images/lgt-grey-main-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000022;
	padding: 0px;
}
body#opto {
	background-attachment: fixed;
	background-image: url(/images/lgt-grey-main-bg-red.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000022;
	padding: 0px;
}
body#lighting {
	background-attachment: fixed;
	background-image: url(/images/lgt-grey-main-bg-yellow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000022;
	padding: 0px;
}
#grey-home-bg {
	background-attachment: fixed;
	background-image: url(/images/lgt-grey-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#city-bg {
	background-attachment: scroll;
	background-image: url(/images/lgt-grey-city.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.transparent-white-bg {
	background-attachment: scroll;
	background-image: url(/images/lgt-grey-transparent-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 15px;
}
.header-home {
	color: #6a6969;
}
.header-home a:link {
	color: #002D62;
	font-weight: normal;
	text-decoration: underline;
}
.header-home a:visited {
	color: #002D62;
	font-weight: normal;
	text-decoration: underline;
}
.header-home a:hover {
	color: #6a6969;
	font-weight: normal;
	text-decoration: underline;
}
.header-home a:active {
	color: #6a6969;
	font-weight: normal;
	text-decoration: underline;
}
.footer-home {
	color: #6a6969;
	font-size: 10px;
	position: relative;
	bottom: 0px;
}
.footer-home a:link {
	color: #002D62;
	font-weight: normal;
	text-decoration: none;
}
.footer-home a:visited {
	color: #002D62;
	font-weight: normal;
	text-decoration: none;
}
.footer-home a:hover {
	color: #6a6969;
	font-weight: normal;
	text-decoration: none;
}
.footer-home a:active {
	color: #6a6969;
	font-weight: normal;
	text-decoration: none;
}


/* Other Styles */
body {
	background-attachment: fixed;
	background-image: url(/images/blue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height:100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000022;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin: 0px;
	padding: 0px;
}
p {
	
}
.heading1 {
	font-weight: bold;
	font-size: 12px;
	color: #4E4E4E;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #071843;
}

h2 {
	font-weight: bold;
	font-size: 13px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.menu2 {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}
.menu2 a:link {
	color: #666666;
	text-decoration: none;
}
.menu2 a:visited {
	color: #666666;
	text-decoration: none;
}
.menu2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu2 a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #042D60;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #042D60;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #4E4E4E;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #4E4E4E;
	text-decoration: underline;
	font-weight: bold;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.white-home {
	font-size: 12px;
	color: #FFFFFF;
	cursor: crosshair;
}
.copyright {
	font-size: 10px;
	color: #858585;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.heading {
	text-transform: uppercase;
	color: #042D60;
	font-weight: bold;
	font-size: 12px;
}
.heading-new {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}
.footertext {
	color: #999999;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
p, td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#042d60;
	font-size: 12px;
	}
input, select  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #042d60;
}
.box {
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	}
.oddRows {
	background-color:#FFFFFF;
}
.evenRows {
	background-color:#DBDBDB;
}
.opto-grey-buttons {
	color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/opto-button-grey.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
systemMeg {
	color:#FF0000;
	font-size:10px;
	}
.sidenav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}
.sidenav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}

.sidenav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}

.hlt {
	background-color: #064591;
	color: #FFF;
	
}

.hlt3 {
	background-color: #ed564b;
}

.hlt4 {
	background-color: #f3a954;
}

.hlt5 {
	background-color: #666;
}
.hlt6 {
	background-color: #042d60;
}
.hlt3-home {
	background-color: #ed564b;
	color: #FFF;
	cursor: crosshair;
}

.hlt4-home {
	background-color: #f3a954;
	color: #FFF;
	cursor: crosshair;
}
.hlt6-home {
	background-color: #042d60;
	color: #FFF;
	cursor: crosshair;
}

.imgadjust {
	position: relative;
	top: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin: 10px;
	padding: 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	margin-left:10px;
}
table.center {margin-left:auto; margin-right:auto;}
form {
	margin: 0px;
	padding: 0px;
}
.menu-adjust {
	position: relative;
	left: 27px;
	font-size: 12px;
}
.menu-adjust a:link {
	color: #333;
	text-decoration: none;
}
.menu-adjust a:visited {
	color: #333;
	text-decoration: none;
}
.menu-adjust a:hover {
	color: #000;
	text-decoration: underline;
}
.menu-adjust a:active {
	color: #000;
	text-decoration: underline;
}

	dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}

/* The hint */
dl {
  position: relative;
}
dt {
}
dd {
	position: absolute;
}


/* The hint to Hide and Show */
.hint {
	display:none;
	position: absolute;
	width: 127px;
	margin-top: 0px;
	border: 1px solid #c93;
	background-color: #ffc;
	overflow: visible;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(pointer.gif);
	background-repeat: no-repeat;
	background-position: -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/pointer.gif) left top no-repeat;
}
.home-news-catalog {
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding-left: 10px;
}
.home-news-catalog-content {
	color: #000;
	background-color: #CCC;
	padding: 10px;
}

/* SITE MAP */

.SiteMapHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 11px;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #0c2e71;
	height: 20px;
	width: 281px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 17px;
	padding-top: 3px;
	}
.SiteMapHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color:#3333FF;
	margin-left: 18px;
	list-style-image: url(../images/arrow-bullet1.gif);
	display: list-item;
	vertical-align: middle;
	font-weight: bold;
	background-color: #D7D7D7;
	height: 15px;
	width: 284px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	bottom: 1px;
	position: relative;
	margin-right: 18px;
    }
.SiteMapHeading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCCC33;
	margin-left: 30px;
	list-style-image: url(../images/arrow-bullet2.gif);
	display: list-item;
	vertical-align: middle;
	background-color: #E9E9E9;
	height: 15px;
	width: 272px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	bottom: 1px;
    }	
.SiteMapHeading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC6699;
	margin-left: 42px;
	list-style-image: url(../images/arrow-bullet3.gif);
	display: list-item;
	vertical-align: middle;
	background-color: #F4F4F4;
	height: 15px;
	width: 260px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	bottom: 1px;
    }		
.SiteMapHeading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#9933FF;
	margin-left: 30px;
    }			
.SiteMapHeading2 a:link {
	color: #666;
	}
.SiteMapHeading2 a:visited {
	color: #666;
	}
.SiteMapHeading2 a:hover {
	color: #0051A3;
	text-decoration: underline;
	}
.SiteMapHeading2 a:active {
	color: #0051A3;
	text-decoration: underline;
	}
.SiteMapHeading3 a:link {
	}
.SiteMapHeading3 a:visited {
	}
.SiteMapHeading3 a:hover {
	color: #70a8f6;
	text-decoration: underline;
	}
.SiteMapHeading3 a:active {
	color: #70a8f6;
	text-decoration: underline;
	}
.SiteMapHeading4 a:link {
	}
.SiteMapHeading4 a:visited {
	}
.SiteMapHeading4 a:hover {
	color: #C2C2C2;
	text-decoration: underline;
	}
.SiteMapHeading4 a:active {
	color: #C2C2C2;
	text-decoration: underline;
	}
	
