@charset "utf-8";
@cache-version: `( new Date() ).getTime()` ;

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Urbanist, Arial, sans-serif;
	font-size: 100%;
/*
background-color: #243c29;
	background-image: url("../images/bg-green.jpg");
   	background-repeat: repeat-x;
*/
	background-color: #000000;

}
.bodyCopySM {
	font-size: 13px;
	font-family:Urbanist, Arial, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
	color: #293e43;
}
h3 {
	font-size: 18px;
	color: #293e43;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #3000000;
}
h5 {
	font-size: 32px;
	color: #FFF799;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h6 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #253F70;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #253F70;
}

.titletext {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #253F70;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #253F70;
}
h6 a, h6 a:link, h6 a:visited {
	text-decoration: none;
	color: #000000;
}
h6 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
form {
	padding: 0px;
	margin: 0px;
}
a, a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #4040ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 8px #000000;
	color: #FFFFC0;
}

#holder {
	background:#000000 !important;
	}


.oneColFixCtrHdr #holder{
	width: 939px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url("../images/containerBG.gif");
	background-repeat: repeat-y;
	margin-top: 0px;
   margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 939px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-image: url("../images/containerBG.gif");
	background-repeat: repeat-y;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.oneColFixCtrHdr #containerBottom {
	width: 939px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url("../images/containerBottom.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
}
.oneColFixCtrHdr #header {
	/*background-color: #0f1910;*/
	background-color:transparent;
	margin: 0px;
	margin-top:10px;
	/* height: 9px; */
	width: 939px;
}
.oneColFixCtrHdr #masthead {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("../images/masthead-2015-new.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	height: 212px;
	width: 939px;
}
.oneColFixCtrHdr #small-buttons {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("../images/small-buttons.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	height: 64px;
	width: 939px;
	text-align: center;
}
.oneColFixCtrHdr #navBar {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("../images/topNav.png");
	background-repeat: no-repeat;
	background-color:#000000;
	margin: 0px;
	height: 61px;
	width: 939px;
	text-align: center;
}
#navBar a, #navBar a:link, #navBar a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding:0px 30px;
}
#navBar a:hover {
	color: #FFF799
}
#navBar-sep {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 61px;
	width: 2px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
   background-image: url("../images/containerBG.gif");
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #mainContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.oneColFixCtrHdr #mainContent-serv-pad {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 114px;
}
.oneColFixCtrHdr #mainContentText {
	padding: 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
}
.oneColFixCtrHdr #mainContentText p {
	font-size: 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent ul {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 13px;
	color: #FFFFFF;
}
#mainContent li, #mainContent li a, #mainContent li a:link, #mainContent li a:visited {
	padding-bottom: 5px;
	text-decoration: none;
	color:#293e43;
}
#mainContent li a:hover {
text-decoration: underline;
color: #000000;
}
.oneColFixCtrHdr #subMainContent {
	padding: 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.oneColFixCtrHdr #subMainContent p {
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 10px;
}
#subMainContent ul {
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 13px;
	color: #FFFFFF;
}
#subMainContent li, #subMainContent li a, #subMainContent li a:link, #subMainContent li a:visited {
	padding-bottom: 5px;
	text-decoration: none;
	color:#CCFF99;
}
#subMainContent li a:hover {
text-decoration: underline;
color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background: #243c29;*/
	background: #000000;
	text-align: center;
	margin: 0px;
	line-height: 20px;
}
.oneColFixCtrHdr #footer p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#calloutTable {
	width: 927px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#calloutCont {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	vertical-align: top;
}
#calloutCont ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #FFFFFF;
}
#calloutCont li, #calloutCont li a, #calloutCont li a:link, #calloutCont li a:visited {
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF;
}
#calloutCont li a:hover {
text-decoration: underline;
color: #000000;
}
#readmore {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#readmore a, #readmore a:link, #readmore a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#readmore a:hover {
	color: #000000;
}
.td-computer {
	background-image: url("../images/1-computer.jpg");
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 10px;
}
.td-computer-ext {
	background-image: url("../images/1-computer-back.jpg");
	background-repeat: repeat-y;
	width: 227px;
	padding-right: 10px;
}
#calloutCont-C {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#calloutCont-C ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #FFFFFF;
}
#calloutCont-C li, #calloutCont-C li a, #calloutCont-C li a:link, #calloutCont-C li a:visited {
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF
}
#calloutCont-C li a:hover {
text-decoration: underline;
color: #88E1FF;
}
#readmore-C {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#readmore-C a, #readmore-C a:link, #readmore-C a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#readmore-C a:hover {
	color: #FFFFC0;
	font-weight:bold;
	margin-top:4px;
}
.td-internet {
	background-image: url("../images/2-internet.jpg");
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 10px;
}
.td-internet-ext {
	background-image: url("../images/1-internet-back.jpg");
	background-repeat: repeat-y;
	width: 227px;
	padding-right: 10px;
}
#calloutCont-I {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#calloutCont-I ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #FFFFFF;
}
#calloutCont-I li, #calloutCont-I li a, #calloutCont-I li a:link, #calloutCont-I li a:visited {
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF
}
#calloutCont-I li a:hover {
	text-decoration: underline;
	color: #dbff0b;
}
#readmore-I {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#readmore-I a, #readmore-I a:link, #readmore-I a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#readmore-I a:hover {
	color: #FFFFC0;
	font-weight:bold;
	margin-top:4px;
}
.td-security {
	background-image: url("../images/3-security.jpg");
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 10px;
}
.td-security-ext {
	background-image: url("../images/1-security-back.jpg");
	background-repeat: repeat-y;
	width: 227px;
	padding-right: 10px;
}
#calloutCont-S {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#calloutCont-S ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #FFFFFF;
}
#calloutCont-S li, #calloutCont-S li a, #calloutCont-S li a:link, #calloutCont-S li a:visited {
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF
}
#calloutCont-S li a:hover {
	text-decoration: underline;
	color: #f8d8c0;
}
#readmore-S {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#readmore-S a, #readmore-S a:link, #readmore-S a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#readmore-S a:hover {
	color: #FFFFC0;
	font-weight:bold;
	margin-top:4px;
}
.td-mobile {
	background-image: url("../images/4-mobile.jpg");
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 10px;
}
.td-mobile-ext {
	background-image: url("../images/1-mobile-back.jpg");
	background-repeat: repeat-y;
	width: 227px;
	padding-right: 10px;
}
#calloutCont-M {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#calloutCont-M ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #FFFFFF;
}
#calloutCont-M li, #calloutCont-M li a, #calloutCont-M li a:link, #calloutCont-M li a:visited {
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF
}
#calloutCont-M li a:hover {
	text-decoration: underline;
	color: #e9c9d6;
}
#readmore-M {
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#readmore-M a, #readmore-M a:link, #readmore-M a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#readmore-M a:hover {
	color: #FFFFC0;
	font-weight:bold;
	margin-top:4px;
}
.td-computer2 {
	background-image: url("../images/1-computer2.jpg");
	background-repeat: no-repeat;
	height: 65px;
	width: 227px;
	padding-right: 6px;
}
.td-internet2 {
	background-image: url("../images/2-internet2.jpg");
	background-repeat: no-repeat;
	height: 65px;
	width: 227px;
	padding-right: 6px;
}
.td-security2 {
	background-image: url("../images/3-security2.jpg");
	background-repeat: no-repeat;
	height: 65px;
	width: 227px;
	padding-right: 6px;
}
.td-mobile2 {
	background-image: url("../images/4-mobile2.jpg");
	background-repeat: no-repeat;
	height: 65px;
	width: 227px;
}
.td-computer3 {
	background-image: url("../images/1-computer3.jpg");
	background-repeat: no-repeat;
	height: 64px;
	width: 227px;
	padding-right: 6px;
}
#sm-but-links1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 64px;
}
#sm-but-links1, #sm-but-links1 a:link, #sm-but-links1 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sm-but-links1 a:hover {
	color: #FFFFC0;
	font-size:20px;
	font-weight:bold;
	margin-top:4px;
}
.td-internet3 {
	background-image: url("../images/2-internet3.jpg");
	background-repeat: no-repeat;
	height: 64px;
	width: 227px;
	padding-right: 6px;
}
#sm-but-links2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 64px;
}
#sm-but-links2, #sm-but-links2 a:link, #sm-but-links2 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sm-but-links2 a:hover {
	color: #FFFFC0;
	font-size:20px;
	font-weight:bold;
	margin-top:4px;
}
.td-security3 {
	background-image: url("../images/3-security3.jpg");
	background-repeat: no-repeat;
	height: 64px;
	width: 227px;
	padding-right: 6px;
}
#sm-but-links3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 64px;
}
#sm-but-links3, #sm-but-links3 a:link, #sm-but-links3 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sm-but-links3 a:hover {
	color: #FFFFC0;
	font-size:20px;
	font-weight:bold;
	margin-top:4px;
}
.td-mobile3 {
	background-image: url("../images/4-mobile3.jpg");
	background-repeat: no-repeat;
	height: 64px;
	width: 227px;
}
#sm-but-links4 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 64px;
}
#sm-but-links4, #sm-but-links4 a:link, #sm-but-links4 a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sm-but-links4 a:hover {
	color: #FFFFC0;
	font-size:20px;
	font-weight:bold;
	margin-top:4px;
}

#sm-but-links {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 64px;
}
#sm-but-links a, #sm-but-links a:link, #sm-but-links a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#sm-but-links a:hover {
	color: #FFFF00
}
.img-right {
	float: right;
	margin-bottom: 25px;
	margin-left: 10px;
	clear: both;
	border: 1px solid #182B2F;
}
.float-right {
	float: right;
	padding-left: 10px;
	margin-bottom: 25px;
	clear: both;
}
.float-left {
	float: left;
	padding-right: 10px;
}
.float-center {
	text-align: center;
}
.clear-float {
	 clear: both;
}
#formStyle {
	background-color: #FFFFE1;
	border: 2px dashed #000000;
	width: 75%;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.redBox {
	background-color: #990000;
	color: #FFFFFF;
}
.redText {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
.contactLink a, .contactLink a:link, .contactLink a:visited {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000000;
font-size: 13px;
}
.contactLink a:hover {
text-decoration: underline;
color: #FF0000;
}r: both;
}
.float-left {
	float: left;
	padding-right: 10px;
}
.float-center {
	text-align: center;
}
.clear-float {
	 clear: both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#formStyle {
	background-color: #FFFFE1;
	border: 2px dashed #000000;
	width: 75%;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.redBox {
	background-color: #990000;
	color: #FFFFFF;
}
.redText {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
.contactLink a, .contactLink a:link, .contactLink a:visited {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
color: #000000;
font-size: 13px;
}
.contactLink a:hover {
text-decoration: underline;
color: #FF0000;
}
.rounded {
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
 -webkit-border-radius: 20px;

 /* Firefox 1-3.6 */
 -moz-border-radius: 20px;

 /* Opera10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
 border-radius: 20px;
}

#panel, #flip {
	padding:10px;
   font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	cursor: pointer;
}

#panel {
   display: none;
}
#ang-badge-img {
	position:absolute;
	left:42px;
	top:74px;
	color:#845c2c;
	font-family:courier new;
	font-size:8px;
	z-index:10000;
}
.body-computer  {
	background-image: url("../images/new-body-computer.png?version=@{cache-version}");
	background-repeat: repeat-y;
}
.body-internet  {
	background-image: url("../images/new-body-internet.png?version=@{cache-version}");
	background-repeat: repeat-y;
}
.body-security  {
	background-image: url("../images/new-body-security.png?version=@{cache-version}");
	background-repeat: repeat-y;
}
.body-mobile  {
	background-image: url("../images/new-body-mobile.png?version=@{cache-version}");
	background-repeat: repeat-y;
}
.body-height {
	height:410px;
	padding-top:5px;
}
.body-sections ul li {
	font-size: 13px !important;
	color: #FFFFFF !important;
	line-height:16px;
	padding-right:20px;
	margin-left:-10px;
}
.main-menu tr td:hover {
	cursor: pointer;
   cursor: hand;
}
.main-menu {
	position:relative;
	display:block;
	text-align:center;
	width:920px;
	z-index:10;
{
.main-menu tbody tr td {
	width:25%;
}