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

@font-face {
	font-family: 'MyWebFont';
	src: url('fonts/HELVETICA NEUE.eot');
	src: local('☺'), url('fonts/HELVETICA NEUE.woff') format('woff'), url('fonts/HELVETICA NEUE.ttf') format('truetype'), url('fonts/HELVETICA NEUE.svg') format('svg');
	}
body{background-image:url(images/bg_pattern.jpg); background-repeat:repeat; margin:auto 0px; font-family:'MyWebFont',Fallback, sans-serif; color:#2e3130;}
.wrapper{ width:100%; margin:0 auto;}
.mainContainer{width:962px; margin:0 auto;}
.TopAreaContainer{width:962px; margin:0 auto;}
.menuContainer{ height:91px; }
.headerContainer{height:455px;}
.blueBar{width:100%; background:#002e66; margin-top:20px;}
.blueBarContainer{width:962px; height:204px; margin:0 auto; font-family:'MyWebFont',Fallback, sans-serif }
.homeSecureLink { width:172px; height:152px; float:left; text-align:center; color:#fff; text-decoration:none; font-weight:24px;}
.homeSecureLink:hover{ text-decoration:underline; }
.officeSecureLink{ width:172px; height:152px; float:left; text-align:center; color:#fff; text-decoration:none; font-weight:24px; padding-left:25px;}
.officeSecureLink:hover{ text-decoration:underline; }
.eventSecureLink{ width:172px; height:152px; float:left; text-align:center; color:#fff; text-decoration:none; font-weight:24px; padding-left:25px;}
.eventSecureLink:hover{ text-decoration:underline; }
.executiveSecureLink{ width:172px; height:152px; float:left; text-align:center; color:#fff; text-decoration:none; font-weight:24px; padding-left:25px;}
.executiveSecureLink:hover{ text-decoration:underline; }
.perimeterLink{ width:172px; height:152px; float:left; text-align:center; color:#fff; text-decoration:none; font-weight:24px; padding-left:25px;}
.perimeterLink:hover{ text-decoration:underline; }
.leftAreaBox{float:left; width:624px;}
.rightAreaBox{width:311px; float:right;}
.welcomeNoteBox{border:solid 1px #dedede; background:#efefef; padding:15px;}
.welcomeNoteBox h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:24px; color:#2e3130; margin:0px; padding:0px}
.heading2{font-family:'MyWebFont',Fallback, sans-serif; font-size:24px; color:#780e00; margin:0px; padding:0px}
.welcomeNoteBox p{font-family:'MyWebFont',Fallback, sans-serif; font-size:12px; margin:0px; padding:0px; line-height:18px;}
.imageContainer{float:left; width:173px;}
.textContainer{float:right; font-size:12px; width:395px; line-height:18px; margin-top:-5px;}

.imageBorder{border:1px solid #dedede}
.textContainer p{font-size:12px}
.facebookLeft{float:left}
.facebookLeft h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:28px; color:#2e3130; margin:0px}
.facebookRight{float:right; padding-top:8px; margin:0px}
.facebookLeft2{float:left; padding-top:14px; padding-left:8px; margin:0px}
.facebookLeft2 h2{font-family:'MyWebFont',Fallback, sans-serif; font-size:17px; color:#2e3130; margin:0px; }
.facebookLeft2 h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:22px !important; color:#7d0101; margin:0px;}
.textField{background-color:#515151; width:140px; height:24px; font-family:'MyWebFont';  font-size:11px; color:#a4a4a4; border:none; padding-left:8px;}
.welcomeNoteBox2{border:solid 1px #dedede; background:#efefef; padding:8px; margin:0px}
.footerContainer{width:100%; background:#7a0101; height:81px;}
.footerBox{width:962px; margin:0 auto; text-align:center; padding-top:15px; font-size:11px; color:#fff; text-decoration:none}

.footer{font-family:'MyWebFont';  font-size:11px; color:#fff; text-decoration:none}
.footer:hover{ color:#000; text-decoration:none;}
img{border:0px;}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family:font-family:'MyWebFont'; /* Menu font */
   font-size:12px; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   text-transform:uppercase;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:12px 30px 10px;
   font-size:12px;
   line-height:1em;
   background:#3a3a3a;
   text-decoration:none;
   color:#fff;
   font-weight:bold;
   
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#780e00;
}
#centeredmenu ul li a:hover {
   background:#780e00; /* Top menu items background colour */
   color:#fff;
  
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#780e00; /* Top menu items background colour */
   color:#fff;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:30px;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:200px; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:12px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#780e00;
   color:#fff;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #3a3a3a; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#3a3a3a; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/*<!--Css for Home Secure-->*/

.blueBarContainerPages{ background:url(images/pageBG.jpg); background-repeat:no-repeat; width:962px; height:94px; margin:0 auto; font-family:'MyWebFont',Fallback, sans-serif; color:#fff; font-size:42px; }
.blueBar2{width:100%; background:#002e66; margin-top:5px;}

/*<!--Css for Services-->*/

.boxeffect{text-decoration:none; }
.boxeffect:hover{text-decoration:none; }
.welcomeNoteBox2{border:solid 1px #dedede; background:#efefef; padding:0px;}
.welcomeNoteBox2 h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:24px; color:#2e3130; margin:0px; padding:0px}

.teamBox{background:#780e00; padding:10px;}
.imageContainer2{float:left; width:102px;}
.textContainer2{float:right; font-size:12px; width:455px; line-height:18px; margin-top:-5px;}
.textContainer2 h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:18px; color:#fff; margin:0px; padding:3px 0px 0px 0px}
.textContainer2 h2{font-family:'MyWebFont',Fallback, sans-serif; font-size:14px; color:#fff; margin:0px; padding:0px}
.textContainer2 p{font-family:'MyWebFont',Fallback, sans-serif; font-size:12px; color:#fff; margin:0px; padding:0px}

.teamBoxGrey{background:#dddddd; padding:10px; border:solid 1px #999999; }

.textContainer3{float:right; font-size:12px; width:455px; line-height:18px; margin-top:-5px;}
.textContainer3 h1{font-family:'MyWebFont',Fallback, sans-serif; font-size:18px; color:#780e00; margin:0px; padding:3px 0px 0px 0px}
.textContainer3 h2{font-family:'MyWebFont',Fallback, sans-serif; font-size:14px; color:#2e3130; margin:0px; padding:0px}
.textContainer3 p{font-family:'MyWebFont',Fallback, sans-serif; font-size:12px; color:#2e3130; margin:0px; padding:0px}

.feedHeading{font-family:'MyWebFont',Fallback, sans-serif; font-size:14px; color:#780e00; margin:0px; padding:0px}
.labelText{font-family:'MyWebFont',Fallback, sans-serif; font-size:12px; color:#2e3130; margin:0px; padding:0px}

.textField2{background-color:#515151; width:70%; height:24px; font-family:'MyWebFont';  font-size:11px; color:#a4a4a4; border:none; padding-left:8px;}

.textarea{background-color:#515151; width:70%; height:174px; font-family:'MyWebFont';  font-size:11px; color:#a4a4a4; border:none; padding-left:8px;}




