@charset "utf-8";
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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #293e43;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.bodyCopySM {
	font-size: 12px;
	font-family:Arial, Helvetica, 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: 12px;
	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;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #000000
}
.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. */
	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.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 17px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header-new.gif);
	background-repeat: no-repeat;
	margin: 0px;
	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-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.jpg);
	background-repeat: no-repeat;
	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;
}
#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-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
.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;
}
.oneColFixCtrHdr #mainContent ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.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: 12px; /* 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: 0px;
	padding-left: 20px;
	padding-right: 25px;
	font-size: 12px;
	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: 12px;
	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: 12px;
	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: #182B2F;
	text-align: center;
	margin: 0px;
	line-height: 50px;
}
.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: 12px;
	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: #FFFF00;
}
.td-computer {
	background-image: url(../images/1-computer.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 6px;
}
#calloutCont-C {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	vertical-align: top;
}
#calloutCont-C ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	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: #88E1FF;
}
.td-internet {
	background-image: url(../images/2-internet.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 6px;
}
#calloutCont-I {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	vertical-align: top;
}
#calloutCont-I ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	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: #336600;
}
#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: #336600;
}
.td-security {
	background-image: url(../images/3-security.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
	padding-right: 6px;
}
#calloutCont-S {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	vertical-align: top;
}
#calloutCont-S ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	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: #772600;
}
#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: #772600;
}
.td-mobile {
	background-image: url(../images/4-mobile.jpg);
	background-repeat: no-repeat;
	height: 241px;
	width: 227px;
}
#calloutCont-M {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	vertical-align: top;
}
#calloutCont-M ul {
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	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: #FF0066;
}
#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: #FF0066;
}
.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: #88E1FF;
}
.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: #336600;
}
.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: #772600;
}
.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: #FF0066;
}

#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: 12px;
}
.contactLink a:hover {
text-decoration: underline;
color: #FF0000;
}