body
{
   font-family: Calibri, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
   font-size: 15px; 
   background: #E6F8FF;
   color: #000000;
   background: #E6F8FF url('../images/BackgroundGradient.png') repeat-x;}

.BodyContent
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   margin: 0px auto 50px auto;
}

.Border
{
   width: 900px;
   margin: 0px auto;
}

.Border
{
   z-index: 0;
   position: relative;
}

.BorderContent
{
   position: relative;
   z-index: 1;
   padding: 0px 8px 8px 8px;
}

.BorderTL, .BorderTR, .BorderBL, .BorderBR, .BorderL, .BorderT, .BorderR, .BorderB, .BorderC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BorderTL, .BorderTR, .BorderBL, .BorderBR
{
   width: 45px;
   height: 45px;
}
.BorderTL
{
   top: 0;
   left: 0;
   background-image: url('../images/BorderCorners.png');
}

.BorderTR div, .BorderBL div, .BorderBR div
{
    height: 90px;
    width:  90px;
    position: absolute;
    z-index: -1;
    background-image: url('../images/BorderCorners.png');
}

.BorderTR div
{
    left: -45px;
}

.BorderBL div
{
    top: -45px;
}

.BorderBR div
{
    left: -45px;
    top: -45px;
}

.BorderTR
{
   top: 0;
   right: 0;
}
.BorderBL
{
   bottom: 0;
   left: 0;
}
.BorderBR
{
   bottom: 0;
   right: 0;
}
.BorderT, .BorderB
{
   left: 45px;
   right: 45px;
   height: 45px;
}


.BorderT
{
   top: 0;
   background-image: url('../images/BorderHorizontal.png');
}

.BorderB
{
   bottom: 0;
}

.BorderB div
{
    position: absolute;
    z-index: -1;
    top: -45px;
    height: 90px;
    width: 100%;
    background-image: url('../images/BorderHorizontal.png');
}

.BorderL, .BorderR
{
   top: 0px;
   bottom: 45px;
   width: 45px;
}
.BorderL
{
   left: 0;
   background-image: url('../images/BorderVertical.png');
}
.BorderR
{
   right: 0;
}
.BorderR div
{
    position: absolute;
    z-index: -1;
    left: -45px;
    width: 90px;
    height: 100%;
    background-image: url('../images/BorderVertical.png');
}
.BorderC
{
   left: 45px;
   top: 0px;
   right: 45px;
   bottom: 45px;
   background-image: url('../images/BorderCenter.png');
}

.Header
{
 background: #5697E9 url(../img/header.png) bottom right no-repeat;
 width:100%;
 height:150px;
}

.FlashBanner
{
	outline:none;
	float:right;
	height:auto;
	margin-top:none;
	padding-top:10px;
	padding-right:135px;
}

.Menu
{
   background: transparent url('../images/MenuBar.png') no-repeat;
   padding: 5px 5px 0px 5px;
   margin: -32px -5px 0px 0px;
   text-align: Left;
}

.Menu ul
{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   color: #FFFFFF;
}

.Menu li
{
   display: inline;
   padding: 0px;
   margin: 0px;
}

.MenuButton, .MenuButtonInput
{
    border:0;
    background: transparent url('../images/MenuButtonAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 27px;
    padding: 0px 0px 0px 18px;
	margin-top:-1px;
    display: inline-block;
    font-size: 15px;
    vertical-align:middle;
    zoom: 1;
}

.MenuButton span, .MenuButtonInput span
{
    border:0;
    margin:0;
    background: transparent url('../images/MenuButton.png') no-repeat right top;
    display:block;
    position:relative;
    color: #FFFFFF;
    line-height: 17px;
}

.MenuButton span
{
    padding: 5px 18px 5px 0px;
}

.MenuButtonInput span
{
    padding: 0px 18px 0px 0px;
    height:27px;
}

.MenuButtonInput input
{
    font-size: 15px;
    color: #FFFFFF;
    height: 27px;
    padding: 0px 18px;
    margin: 0px -18px;
    overflow: visible;
    cursor: pointer;
    background: Transparent;
    border:  0;
    *left: -18px;
}

.MenuButton:link, .MenuButton:visited, .MenuButton:hover, .MenuButton:active 
{
    text-decoration: none;
}

.MenuButton:hover, .MenuButtonInput:hover
{
    background-position: left center;
}

.MenuButton:hover span, .MenuButtonInput:hover span
{
    background-position: right center;
    color: #000000;
}

.MenuButton:active, .MenuButtonInput:active
{
    background-position: left bottom;
}

.MenuButton:active span, .MenuButtonInput:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.MenuButtonInput::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.ActiveMenuButton, .ActiveMenuButtonInput
{
    border:0;
    background: transparent url('../images/ActiveMenuButtonAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 27px;
    padding: 0px 0px 0px 18px;
    display: inline-block;
    font-size: 15px;
    vertical-align:middle;
    zoom: 1;
}

.ActiveMenuButton span, .ActiveMenuButtonInput span
{
    border:0;
    margin:0;
    background: transparent url('../images/ActiveMenuButton.png') no-repeat right top;
    display:block;
    position:relative;
    color: #000000;
    line-height: 17px;
}

.ActiveMenuButton span
{
    padding: 5px 18px 5px 0px;
}

.ActiveMenuButtonInput span
{
    padding: 0px 18px 0px 0px;
    height:27px;
}

.ActiveMenuButtonInput input
{
    font-size: 15px;
    color: #000000;
    height: 27px;
    padding: 0px 18px;
    margin: 0px -18px;
    overflow: visible;
    cursor: pointer;
    background: Transparent;
    border:  0;
    *left: -18px;
}

.ActiveMenuButton:link, .ActiveMenuButton:visited, .ActiveMenuButton:hover, .ActiveMenuButton:active 
{
    text-decoration: none;
}

.ActiveMenuButton:hover, .ActiveMenuButtonInput:hover
{
    background-position: left center;
}

.ActiveMenuButton:hover span, .ActiveMenuButtonInput:hover span
{
    background-position: right center;
    color: #000000;
}

.ActiveMenuButton:active, .ActiveMenuButtonInput:active
{
    background-position: left bottom;
}

.ActiveMenuButton:active span, .ActiveMenuButtonInput:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.ActiveMenuButtonInput::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.Columns
{
   padding: 5px 0px 5px 0px;
}

.ColumnTable td
{
   vertical-align: top;
}

.Navigation-Services 
{
	width:282;
	height:135;
	background: #fff url(../img/block-endtoend.png) top left no-repeat;
}
.Navigation-Services p {margin:10px 2px 5px 10px;  background:transparent;}
.Navigation-Services a , .Navigation-Services a:visited, .Navigation-Services  a:active {text-decoration:none; color:#0099ff;}
.Navigation-Services a:hover {color:black;}
img
{
    border: 0px;
}

a
{
   color: #002B66;
text-decoration: underline;
}

a:visited
{
   color: #002B66;
text-decoration: underline;
}

a:hover
{
   color: #000000;
text-decoration: none;
}

h2
{
   margin: 0px;
}

blockquote
{
    width: 80%;
    border: solid 1px #FFFFFF;
    background: #fff;
    margin: 0px auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.Article { margin-bottom: 10px; padding: 5px; }

#box {
	width:275px;
	height:135px;
	text-align:justify;
}
#box_global {
	width:266px;
	height:220px;
	text-align:center;
}

#box p {
	padding-left:82px;
	margin-top:-100px;
	font-size:75%;
	font:Arial;
}
#box h4 {display:block; background:#8cbbe9; padding-left:3px; color:#white;}
.box1 {background: url(../images/boxbg-solutions.gif)bottom left no-repeat; margin-left:none;}
.box2 {background: url(../images/boxbg-security.gif)bottom left no-repeat; margin-left:none;}
.box3 {background:none;}
.box4 {background: url(../images/boxbg-arroundtheclock.gif)bottom left no-repeat; margin-left:none;}
#box a:hover, #box a:active, #box a:visited {text-decoration:none; color:#90c0f0;}
#box-services {
	width:266px;
	height:120px;
	text-align:justify;
}
#box-services h4{display:block; background:#8cbbe9; padding-left:3px; color:white;}
#box-services p {font-size:70%; margin-top:-15px;}
.boxleft {margin-left:286px; margin-top:-140px;}
.Block
{
   z-index: 0;
   width:266px;
   position: relative;
}

.BlockContent
{
   position: relative;
   z-index: 1;
   padding: 16px 16px 16px 16px;
}

.BlockTL, .BlockTR, .BlockBL, .BlockBR, .BlockL, .BlockT, .BlockR, .BlockB, .BlockC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BlockTL, .BlockTR, .BlockBL, .BlockBR
{
   width: 25px;
   height: 25px;
}
.BlockTL
{
   top: 0;
   left: 0;
   background-image: url('../images/BlockCorners.png');
}

.BlockTR div, .BlockBL div, .BlockBR div
{
    height: 50px;
    width:  50px;
    position: absolute;
    z-index: -1;
    background-image: url('../images/BlockCorners.png');
}

.BlockTR div
{
    left: -25px;
}

.BlockBL div
{
    top: -25px;
}

.BlockBR div
{
    left: -25px;
    top: -25px;
}

.BlockTR
{
   top: 0;
   right: 0;
}
.BlockBL
{
   bottom: 0;
   left: 0;
}
.BlockBR
{
   bottom: 0;
   right: 0;
}
.BlockT, .BlockB
{
   left: 25px;
   right: 25px;
   height: 25px;
}


.BlockT
{
   top: 0;
   background-image: url('../images/BlockHorizontal.png');
}

.BlockB
{
   bottom: 0;
}

.BlockB div
{
    position: absolute;
    z-index: -1;
    top: -25px;
    height: 50px;
    width: 100%;
    background-image: url('../images/BlockHorizontal.png');
}

.BlockL, .BlockR
{
   top: 25px;
   bottom: 25px;
   width: 25px;
}
.BlockL
{
   left: 0;
   background-image: url('../images/BlockVertical.png');
}
.BlockR
{
   right: 0;
}
.BlockR div
{
    position: absolute;
    z-index: -1;
    left: -25px;
    width: 50px;
    height: 100%;
    background-image: url('../images/BlockVertical.png');
}
.BlockC
{
   left: 25px;
   top: 25px;
   right: 25px;
   bottom: 25px;
   background-image: url('../images/BlockCenter.png');
}

.BlockHeader
{
    border:0;
    background: transparent url('../images/BlockHeaderAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 40px;
    padding: 0px 0px 0px 18px;
    display: block;
    font-size: 15px;
    vertical-align:middle;
    zoom: 1;
}

.BlockHeader span
{
    border:0;
    margin:0;
    background: transparent url('../images/BlockHeader.png') no-repeat right top;
    display:block;
    position:relative;
    color: #000000;
    line-height: 17px;
}

.BlockHeader span
{
    padding: 5px 18px 5px 0px;
}



.BlockHeader
{
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.BlockContent
{
   z-index: 0;
   position: relative;
}

.BlockContentContent
{
   position: relative;
   z-index: 1;
   padding: 2px;
   margin-top:-30px;
   width:200px;
}

.BlockContentTL, .BlockContentTR, .BlockContentBL, .BlockContentBR, .BlockContentL, .BlockContentT, .BlockContentR, .BlockContentB, .BlockContentC
{
   position: absolute;
   z-index: -1;
   overflow: hidden;
}
.BlockContentTL, .BlockContentTR, .BlockContentBL, .BlockContentBR
{
   width: 10px;
   height: 10px;
}
.BlockContentTL
{
   top: 0;
   left: 0;
   background-image: url('../images/BlockContentCorners.png');
}

.BlockContentTR div, .BlockContentBL div, .BlockContentBR div
{
    height: 20px;
    width:  20px;
    position: absolute;
    z-index: -1;
    background-image: url('../images/BlockContentCorners.png');
}

.BlockContentTR div
{
    left: -10px;
}

.BlockContentBL div
{
    top: -10px;
}

.BlockContentBR div
{
    left: -10px;
    top: -10px;
}

.BlockContentTR
{
   top: 0;
   right: 0;
}
.BlockContentBL
{
   bottom: 0;
   left: 0;
}
.BlockContentBR
{
   bottom: 0;
   right: 0;
}
.BlockContentT, .BlockContentB
{
   left: 10px;
   right: 10px;
   height: 10px;
}


.BlockContentT
{
   top: 0;
   background-image: url('../images/BlockContentHorizontal.png');
}

.BlockContentB
{
   bottom: 0;
}

.BlockContentB div
{
    position: absolute;
    z-index: -1;
    top: -10px;
    height: 20px;
    width: 100%;
    background-image: url('../images/BlockContentHorizontal.png');
}

.BlockContentL, .BlockContentR
{
   top: 10px;
   bottom: 10px;
   width: 10px;
}
.BlockContentL
{
   left: 0;
   background-image: url('../images/BlockContentVertical.png');
}
.BlockContentR
{
   right: 0;
}
.BlockContentR div
{
    position: absolute;
    z-index: -1;
    left: -10px;
    width: 20px;
    height: 100%;
    background-image: url('../images/BlockContentVertical.png');
}
.BlockContentC
{
   left: 10px;
   top: 10px;
   right: 10px;
   bottom: 10px;
   background-image: url('../images/BlockContentCenter.png');
}

.Button, .ButtonInput
{
    border:0;
    background: transparent url('../images/ButtonAnchor.png') no-repeat top left;
    position:relative;
    overflow: hidden;
    height: 31px;
    padding: 0px 0px 0px 21px;
    display: inline-block;
    font-size: 15px;
    vertical-align:middle;
    zoom: 1;
}

.Button span, .ButtonInput span
{
    border:0;
    margin:0;
    background: transparent url('../images/Button.png') no-repeat right top;
    display:block;
    position:relative;
    color: #FFFFFF;
    line-height: 15px;
}

.Button span
{
    padding: 8px 21px 8px 0px;
}

.ButtonInput span
{
    padding: 0px 21px 0px 0px;
    height:31px;
}

.ButtonInput input
{
    font-size: 15px;
    color: #FFFFFF;
    height: 31px;
    padding: 0px 21px;
    margin: 0px -21px;
    overflow: visible;
    cursor: pointer;
    background: Transparent;
    border:  0;
    *left: -21px;
}

.Button:link, .Button:visited, .Button:hover, .Button:active 
{
    text-decoration: none;
}

.Button:hover, .ButtonInput:hover
{
    background-position: left center;
}

.Button:hover span, .ButtonInput:hover span
{
    background-position: right center;
    color: #000000;
}

.Button:active, .ButtonInput:active
{
    background-position: left bottom;
}

.Button:active span, .ButtonInput:active span
{
    background-position: right bottom;
}

/* remove outline on click */
.ButtonInput::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.Footer
{
   color: #FFFFFF;   
   text-align: Center;
   background: url('../images/Footer.png') bottom left;
   overflow: hidden;
   padding: 5px 35px;
}

.Footer a
{
   color: #FFFFFF;
text-decoration: underline;
}

.Footer a:visited
{
   color: #FFFFFF;
text-decoration: underline;
}

.Footer a:hover
{
   color: #FFFFFF;
text-decoration: none;
}

.Footer p {text-align: left; }

.Footer table {
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.Footer table td {width: 50%;}

/* Round Box ---*/
/* set millions of background images */
.rbroundbox { background:#fff; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 266px; height:135px; margin: 1em auto; }


/* Miscellaneous */
.empty {height:70px; width:100%;}
