@charset "utf-8";
/* CSS Document */

/* Center page */
html {
	text-align: center;
}

body {
	text-align: left;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body,/* Normalizes margin, padding */ div, table, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
}

/* Hide H1 */
h1 {
	display: none;
}

h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336199;
}

h3.longtitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336199;
}

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2 + h3, h2 + p, h3 + p, h2 + ul, h3 + ul {
	margin-top: -1em;
}

p + ul {
	margin-top: -.5em;
}

/* Remove borders from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Remove border from fieldset and img */
fieldset, img {
	border:0;
}

hr {
	width: 100%;
	color: #6C85A3;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}

/* Style Links */
a:link {
	color: #336199;

}
a:visited {
	color: #336199;

}
a:hover {
	color: #383838;

}
a:active {
	color: #383838;

}
/* #container  */
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #363636;
	border-left-color: #363636;
	margin-top: 0px;
	margin-bottom: 0px;

}

/* Branding area */
#branding {
	height: 218px;
	background-image: url(../images/brandingBG.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 11px;

}
#flashcontent {
	width: 710px;
	height: 217px;
	background-color:#000000;
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* Content Container */
#content {

}
/* Main content */
#content_main {
	float: left;
	width: 690px;
	margin: 0px;
	clear: left;
	padding: 10px;
}
#content_main p {
	line-height: 1.5em;
}
#content_main ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

#content_main li {
	margin-left: 15px;
	line-height: 1.5em;
}

/* Secondary Content */
#content_sub {
	float: right;
	width: 210px;
	font-size: small;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #adaeb3;
	margin: 0px;
	padding: 10px;
	clear: right;
}

#content_sub p {
	line-height: 1.3em;
}

#content_sub ul {
	list-style-position: outside;
	list-style-type: disc;
}

#content_sub li {
	margin-left: 15px;
	line-height: 1.3em;

}
div#content_sub img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
body#home  > div#content_sub{
	background-image: url(../images/cordless-phone.jpg);

}
/* Main navigation */
#nav_main {
	height: 42px;
	background-color: #333333;
	background-image: url(../images/mainNavBG.jpg);

}

#nav_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav_main li {
	float: left;
	display: inline;
}
#nav_main li a {
	height: 42px;
	text-indent: -10000px;
	display: block;
	background-repeat: no-repeat;
    -x-background-x-position: 0pt;
    -x-background-y-position: 0px;
}
#nav_main li a:hover {
	background-position:0 -42px;
}
#nav_mainHome a {
	width: 72px;
	background-image: url(../images/btnHome.jpg);	
}

#nav_mainServices a {
	width: 95px;
	background-image: url(../images/btnServices.jpg);
}

#nav_mainGovernment a {
	width: 130px;
	background-image: url(../images/btnGovernment.jpg);
}

#nav_mainAbout a {
	width: 154px;
	background-image: url(../images/btnAbout.jpg);
}

#nav_mainNews a {
	width: 148px;
	background-image: url(../images/btnNews.jpg);
}
#nav_mainIndustry  a {
	width: 104px;
	background-image: url(../images/btnIndustries.jpg);
}
/* Sub navigation */
#nav_sub {
	height: 78px;
	background-image: url(../images/titleBanner.jpg);
	background-repeat: no-repeat;
}

#nav_sub ul {
	list-style-type: none;
	margin-right: 27px;
	height: 32px;
	width: 480px;
	margin-bottom: 0px;
	margin-top: 45px;
	float: right;
}

#nav_sub ul li {
	float: left;
	display: inline;
}
#nav_sub li a {
	height: 32px;
	text-indent: -10000px;
	display: block;
	background-repeat: no-repeat;
    -x-background-x-position: 0pt;
    -x-background-y-position: 0px;
}

#nav_subApproach a {
	width: 161px;
 	background-image: url(../images/btnIPComm.jpg);
}
#nav_subClients a {
	width: 159px;
 	background-image: url(../images/btnClients.jpg);
}
#nav_subCerts a {
	width: 160px;
 	background-image: url(../images/btnManagement.jpg);
}
/* Footer navigation */
#nav_supp{

}

/* Footer */
#site_info{
	font-size: small;
	background-color: #cccccc;
	height: 40px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a4a4a9;
	padding-top: 10px;
	vertical-align: 50%;
	clear: both;
	margin: 0px;
	padding-bottom: 10px;

}

#site_info p {
	margin: 0;
}
.introImg {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.disclaimer {
	font-size: 8pt;
}

.content_sub_img {
	border: 1px solid #393939;
}


.centered {
	text-align: center;
}
.content_supp {
	float: left;
	width: 100%;
	overflow: visible;

}
.content_supp img {
	float: right;
}
/* For Scrolling News */
#pscroller1{
	width: 190px;
	height: 350px;
	padding: 0px;

}
.someclass{ //class to apply to your scroller(s) if desired

}
/* End scrolling news */
#tblTrain {
	border: 1px solid #000000;
	width: 100%;

}
#tblTrain td {
	padding: 3px;
}
.tblContact {
	width: 600px;
}
.tblContact td {
	padding: 3px;
	width: 290px;
}
.altRowColor1 {

}
.altRowColor2 {
	background-color: #CCCCCC;
}
.headerRow {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #6C85A3;
}
.categoryRow {
	background-color: #363636;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
#nav_mainCareers a {
	width: 95px;
	background-image: url(../images/btnCareers.jpg);
}
