@charset "utf-8";
/* CSS Document */

html { min-height: 101%; } /* add vertical scroll bar */

body {
	font-family: "Trebuchet MS", "Lucida Sans", "Gill Sans", Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeff0;
}.bg-top-header {
	background-image: url(images/bg-top-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-nav1 {
	background-image: url(images/bg-nav1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-nav2 {
	background-image: url(images/bg-nav2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-center-header {
	background-image: url(images/bg-center-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-middle-left {
	background-image: url(images/bg-middle.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bg-middle-right {
	background-image: url(images/bg-middle2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header-white {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.header-green {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #6ad006;
}
.header-blue {
	font-size: 18px;
	font-weight: bold;
	color: #0c4c6b;
	text-decoration:none;
}
.header-blue:hover {
	font-size: 18px;
	font-weight: bold;
	color: #0c4c6b;
	text-decoration:underline;
}
.bg-panel {
	background-image: url(images/bg-panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-header-green {
	background-image: url(images/green-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-header-blue {
	background-image: url(images/blue-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-header-blue2 {
	background-image: url(images/blue-header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67ca06;
	border-right-color: #67ca06;
	border-bottom-color: #67ca06;
	border-left-color: #67ca06;
}
.header-border-bot {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67ca06;
	border-right-color: #67ca06;
	border-bottom-color: #67ca06;
	border-left-color: #67ca06;
}
.header-border-bot-bl {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2e81b6;
	border-right-color: #2e81b6;
	border-bottom-color: #2e81b6;
	border-left-color: #2e81b6;
}
.corner-bot-left {
	background-image: url(images/corner-bot-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.corner-bot-right {
	background-image: url(images/corner-bot-right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.corner-bot-left-bl {
	background-image: url(images/corner-bot-left-bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.corner-bot-right-bl {
	background-image: url(images/corner-bot-right-bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.headerbar-white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 10pt;
}
.headerbar-blue {
	font-size: 12px;
	font-weight: bold;
	color: #0c4c6b;
	text-transform: uppercase;
	line-height: 30pt;
}
.headerbar-blue-link {
	font-size: 12px;
	font-weight: bold;
	color: #0c4c6b;
	text-transform: uppercase;
	line-height: 18pt;
	text-decoration:underline;
}
.headerbar-blue-link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0c4c6b;
	text-transform: uppercase;
	line-height: 18pt;
	text-decoration:none;
}
.footer {
	font-size: 11px;
	color: #797979;
}
.footer-link {
	font-size: 11px;
	color: #797979;
	text-decoration:none
}
.footer-link:hover {
	font-size: 11px;
	color: #797979;
	text-decoration:underline
}
.header-border-blue {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2e81b6;
	border-right-color: #2e81b6;
	border-bottom-color: #2e81b6;
	border-left-color: #2e81b6;
}
div.frame {
	border: 5px double #FFFFFF;
	background-color: #E2E3DB;
	padding: 5px 5px 5px 10px;
}
div.footer {
	border: 2px solid #FFFFFF;
	background-color: #E2E3DB;
	padding: 5px 5px 5px 5px;
}
.nav-text {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:35px;
	line-height: 15pt;
	text-decoration:none;
}
.nav-text:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/nav-arrow.gif) 18px 12px no-repeat;
	padding-left:35px;
	line-height: 15pt;
	background-color:#093b53;
	padding:8px 8px 8px 35px;
}
.nav-break {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:35px;
	line-height: 15pt;
	text-decoration:none;
	padding:5px 8px 35px 35px;

}
.nav-break:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/nav-arrow.gif) 18px 8px no-repeat;
	padding-left:35px;
	line-height: 15pt;
	background-color:#093b53;
	padding:5px 8px 35px 35px;
}
.nav-break2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:35px;
	text-decoration:none;
}
img.divider {
	padding:6px 10px 6px 10px;
}
img.divider-top {
	padding:0px 10px 6px 10px;
}
.product-text {
	font-size: 11px;
	color: #0c4c6b;
	font-weight: bold;
}
.table-header {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}
ul, ol { 
   margin:0 0em 0em 0; 
   padding:0; 
   position:relative; 
   overflow:hidden;
}
ul ul, ul ol, 
ol ol, ol ul { 
   margin-left:1em; 
   padding-left:0; 
}

ul li, ol li { 
   margin-left:5em; 
}

li li { 
   margin-left:1em; 
}

ul.arrow li{
	font-size: 11px;
	color: #0c4c6b;
	font-weight: bold;
	line-height: 12pt;
	text-align: left;
	float:none;	
    list-style: none;
    margin: 8px 0px 0px 8px;
	padding-left:15px;
    background: url(images/arrow.gif) 3px 3px no-repeat;
}
ul.square li{
	text-align: left;
    list-style: square;
    margin: 4px 0px 0px 20px;
}
.text {
	font-size: 11px;
	color: #000;
	line-height: 14pt;
}
.text-link {
	font-size: 11px;
	color: #797979;
	line-height: 14pt;
	text-decoration:underline;
}
.text-link:hover {
	font-size: 11px;
	color: #797979;
	line-height: 14pt;
	text-decoration:none;
}
.text-bold {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	line-height: 14pt;
}
.text-bold-link {
	font-size: 11px;
	color: #797979;
	font-weight: bold;
	line-height: 14pt;
	text-decoration:unerline;
}
.text-bold-link:hover {
	font-size: 11px;
	color: #797979;
	font-weight: bold;
	line-height: 14pt;
	text-decoration:none;
}
.text-underline {
	font-size: 11px;
	color: #797979;
	font-weight: bold;
	line-height: 14pt;
	text-decoration:underline
}
.corner-white-left {
	background-image: url(images/corner-white-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.corner-white-right {
	background-image: url(images/corner-white-right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}.spacer-text {
	font-size: 9px;
	line-height: 7px;
}
.dots {
	font-size: 11px;
	color: #797979;
	letter-spacing: 5px;
}

.videowalls
{
	position:absolute;
	z-index: 1;
}

.signage
{
	position:absolute;
	z-index: 1;
	padding-top:300px;
}