* { margin: 0;
	padding: 0; 
	border: 0; 
}

html {
	font-size: 62.5%;
	height:100.1%;
	
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	background-color: #ebebeb;
	height:100%;
	background-image:url(../images/contBG.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

h1 {
    font-size: 2.1em;
	color:#05344f;
}
    
h2 {
    font-size: 1.9em;  
	color:#05344f;  
}
    
h3 {
    font-size: 1.7em;
	color:#05344f;
}
    
h4 {
	font-size: 1.5em; 
	color:#05344f;   
}
    
h5 {
	font-size: 1.3em;
	color:#05344f;    
}
    
a:link {
	color:#05344f; 
	text-decoration: underline;
}

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

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

a:active {
	color:#999999;
	text-decoration: underline;
}

#container {
	width:750px;
	margin:0 auto;
	padding: 0 9px;
	background-color:#FFFFFF;
	background-image:url(../images/contBG.jpg);
	background-repeat:repeat-y;
	height:100%;
}

#header {
	width:740px;
	height:98px;
	margin-right:10px;
	/*margin-left:9px;*/
	background-color:#FFFFFF;
	background-image:url(../images/headerbg.gif);
	background-repeat:repeat-x;
}

#header {
	text-align:right;
}

#header img {
	float:left;
}

#header a {
	padding:2px 4px;
	color:#999999;
	font-size:9px;
	text-decoration:none;
}

#header a:hover {
	color:#333333;
	text-decoration:underline;
}

body#indexpage #indexlink,
body#contactpage #contactlink,
body#sitemappage #sitemaplink {
	visibility:hidden;	
}


#nav {
	width:182px;
	height:250px;
	float:left;
	background-image:url(../images/navBG.jpg);
	background-repeat:repeat-x;
}

#flash {
	width:568px;
	height:250px;
	float:left;
}

#content {
	width:568px;
	float:left;
	margin-top:12px;
}

#main {
	margin-left:50px;
	width:450px;
	background-color:#FFFFFF;
}

#footer {
	width:510px;
	float:right;
	margin-top:12px;
	padding:4px 4px 4px 0;
	font-size:.9em;
}


#footer a {
	text-decoration:none;
	/*border-left:#000000 solid 1px;*/
	border-right:#000000 solid 1px;
	padding:0 6px;
}
#footer a:hover {
	color: #666666;
	/*border-left:#666666 solid 1px;*/
	border-right:#666666 solid 1px;
}

#footer a.end  {
	border:none;
}

#footer a:hover.end  {
	border:none;
}

#sitemap {
	margin-left:182px;
	padding:16px;
}

#sitemap ul {
	list-style:none;
}


#sitemap ul li a.main {
	list-style:none;
	padding:3px;
	background-color:#16325c;
	width:200px;
	display:block;
	margin-bottom:4px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#sitemap ul li a:hover.main {
	background-color:#1f4988;
}

#sitemap ul li ul {
	margin-left:16px;
	list-style:disc;
}

#sitemap ul li ul a {
	text-decoration:none;
}

#sitemap ul li ul a:hover {
	text-decoration:none;
	font-weight:bold;
}

#sitemap ul li ul li {
	margin-top:4px;
}


/* --------------INDEX SYTLES --------------*/


#news {
	width:182px;
	float:left;
}

.newsitem {
	width:150px;
	padding:6px 16px 0 16px;
	margin-bottom:10px;
	background-image:url(../images/newsGrad.jpg);
	background-repeat:repeat-x;
	color:#000000;
	text-align:right;
}

.newsitem h1 {
	/*font-size:11px;*/
	font-size:1em;
	border-bottom:#000000 solid 1px;
	margin-bottom:2px;
	text-align:left;
}

.newsitem p {
	font-size:.9em;
	padding-left:2px;
	text-align:left;
}

.newsitem a {
	font-weight:bold;
	font-size:.9em;
	line-height:2em;
}

#main h1.home {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:3em;
}

#main p.home {
	color:#000000;
	line-height:1.3em;
}
#main p.home strong {
	color:#d09910;
	font-size:1.3em;
}

#main img.home {
	margin:12px 0;
}

.homeimage {
	width:450px;
	height:112px;
	margin:6px 0;
}

.consultlink {
	width:182px;	
}

/*---------------------- SUB NAV ----------------------------*/

#left {
	float:left;
	width:182px;
}

#left a img {
	margin:16px 22px;
}

#subnav {
	/*position:relative; */
	/*margin-top:20px; */
	/*left:5px; */
	display:block; 
	width:182px;
	float:left;
	/*margin-left:40px;*/
}

#subnav a, #subnav a:visited {
	display:block; 
	width:166px; 
	background:url(../images/subnavbg.jpg);
	background-position:top; 
	background-color:transparent; 
	text-align:left;
	color:#666666;
	text-decoration:none; 
	font-family:arial, sans-serif; 
	margin-top:0px;
	padding:3px 8px;
	border-bottom:#333333 dotted 1px;
}

#subnav a:hover {
	background-position:bottom;
	/*line-height:20px;*/
	overflow:hidden;
	color:#16325c;
	padding:3px 8px 3px 12px;
	width:162px;
}

#subnav a.image, a:hover.img {
	padding:0;
	width:182px;
	border:none;
}

#subnav a img {
	background-image:none;
	margin-top:12px;
	padding:0;
}

#subnav a:hover img {
	padding:0;
}
/*------------------ ABOUT PAGE ------------------------*/

#main.about h1 {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
}

#main.about p {
	color:#000000;
	line-height:1.3em;
}

#main.about p strong {
	color:#d09910;
	font-size:1.3em;
}

#main.about img {
	margin-bottom:4px;;
}

#main.about ul {
	color:#000000;
	line-height:1.3em;
}

#main.about ul.news {
	list-style:none;
}

#main.about ul.news li {
	margin-bottom:4px;
}

#main.about li {
	margin-left:16px;
}

.openings {
	padding:6px;
	background-color:#e6e6e6;
	margin:10px 0;
}

.openings p {
	margin:3px 0;
}

.pressitem {
	margin:6px 0;
	display:block;
	padding:8px;
	cursor:pointer;
}

.pressitem:hover {
	background-color:#e6e6e6;
}

.pressitem h2 {
	font-size:1.5em;
	/*border-bottom:#16325c solid 1px;*/
	color:#d09910;
}

.pressitem p {
	padding:4px 12px;
}


#main.about .pressitem p strong {
	color:#000000;
	font-size:1em;
}

.pressitem a, a:hover a:active{
	text-decoration:none;
}

.newsstory {
	margin:6px 0 18px 0;
	padding:8px;
	background-color:#f3f3f3;
}

.newsstory h2 {
	font-size:1.5em;
	/*border-bottom:#16325c solid 1px;*/
	color:#d09910;
}

.newsstory p {
	padding:4px 12px;
}

.newsstory ul {
	padding:4px 12px;
}


#main.locations h1 {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
	width:450px;

}

#main.locations h2 {
	color:#000000;
	margin-top:6px;
	font-size:1.7em;
}


#main.locations p {
	color:#000000;
	line-height:1.4em;
}

#main.locations ul li {
	list-style:none;
	margin:0 0 6px 16px;
	
}

.loc {
	width:175px;
	float:left;
	margin:0 8px 16px 8px;
}


.contactinfo .loc {
	width:134px;
}

#contactform {
	float:left;
	width:275px;
}

#regional {
	float:left;
	width:450px;
	margin-bottom:12px;
}

.assoc {
	margin-bottom:12px;
	width:450px;
	border-bottom:1px #000000 dotted;
	padding-bottom:12px;
}

.associmg {
	float:left;
	margin-right:8px;
	width:100px;
	text-align:center;
}

.assoc p {
	float:left;
}


/* ------------------ INDUSTRIES -----------------------*/

#main.industry {
}

#main.industry h1 {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
}

#main.industry p {
	line-height:1.4em;
}

#main.industry p strong {
	color:#d09910;
	font-size:1.3em;
}

#main.industry ul {
	/*margin-left:1em;*/
	margin-top:1.5em;
	width:200px;
	line-height:1.4em;
}

#main.industry li {
	margin:5px 0 0 16px;
}


#main.industry img {
	float:right;
	margin-top:15px;
	padding-left:12px;
	/*border-left:#000000 solid 1px;*/
}



.industrycat {
	margin:6px 0;
	display:block;
	padding:8px;
	cursor:pointer;
}

.industrycat:hover {
	background-color:#e6e6e6;
}

.industrycat h1 {
	font-size:1.5em;
	border-bottom:#16325c solid 1px;
	color:#16325c;
}

.industrycat p {
	padding:4px 12px;
}

.industrycat a, a:hover a:active{
	text-decoration:none;
}

#related {
	width:434px;
	background-color:#e6e6e6;
	margin-top:24px;
	padding:8px;
	float:left;
}

#related h5 {
	color:#16325c;
	border-bottom:#16325c dotted 1px;
	margin-bottom:4px;
}

#related a {
	padding:8px;
	line-height:1.7em;
	text-decoration:none;
	color:#16325c;
}

#related a:hover {
	text-decoration:underline;
	color:#3c5b8a;
}

/* ------------------ PRODUCTS -----------------------*/

#main.product {
}

/*
#main.industry h1 {
	font-size:1.2em;
	color:#d09910;
	border:none;
}
*/

#main.product p {
	line-height:1.4em;
}

#main.product p strong {
	color:#d09910;
	font-size:1.3em;
}

#main.product ul {
	/*margin-left:1em;*/
	margin-top:1.5em;
	width:200px;
	line-height:1.4em;
}

#main.product ul strong {
	color:#d09910;
	font-size:1.3em;
}


#main.product li {
	margin:5px 0 0 16px;
}

#main.product h1 {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
}

#right {
	float:right;
	margin:15px 0;
	padding-left:12px;
	border-left:#000000 solid 1px;
	width:200px;
}

#right img { border:none;}

.sub {
	margin:0 0 24px 0;
	/*float:right;
	margin-top:15px;
	padding-left:12px;
	border-left:#000000 solid 1px;*/
}

#products {
	width: 475px;
	float:left;
}

.productcat {
	margin:6px 0;
	display:block;
	padding:8px;
	cursor:pointer;
}

.productcat:hover {
	background-color:#e6e6e6;
}

.productcat h1 {
	font-size:1.5em;
	border-bottom:#16325c solid 1px;
	color:#16325c;
}

.productcat p {
	padding:4px 12px;
}

.productcat a, a:hover a:active{
	text-decoration:none;
}

.productdetail {
	width:434px;
	background-color:#e6e6e6;
	margin-top:12px;
	padding:8px;
}

.productdetail h5 {
	color:#16325c;
	margin-bottom:4px;
	border-bottom:#16325c dotted 1px;
}

.productdetail img {
	border:solid #000000 1px;
	margin:0 10px 0 5px;
	float:left;
}

.productitem {
	width:225px;
	text-align:center;
	float:left;
	margin:12px 0 6px 0;
}

.productitem h5 {
	color:#16325c;
	margin-bottom:2px;
}

.productitem img {
	border:solid #000000 1px;
}


/* ------------------ SERVICES ---------------------------*/

#main.service {
}

#main.service p {
	line-height:1.4em;
}

#main.service h1 {
	color:#d09910;
	font-size:1.8em;
}

#main.service h1.main {
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
}

#main.service p strong {
	color:#d09910;
	font-size:1.3em;
}


#main.service ul {
	/*margin-left:1em;*/
	margin-top:1em;
	width:200px;
	line-height:1.4em;
}

#main.service li {
	margin:5px 0 0 16px 
}

.servicecat {
	margin:6px 0;
	display:block;
	padding:8px;
	cursor:pointer;
}

.servicecat:hover {
	background-color:#e6e6e6;
}

.servicecat h1 {
	font-size:1.5em;
	border-bottom:#16325c solid 1px;
	color:#16325c;
}

.servicecat p {
	padding:4px 12px;
}

.servicecat a, a:hover a:active{
	text-decoration:none;
}



/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-------------------- SUBNAV ACTIVE STYLES -------------------------------*/
/*about*/
body#locationspage a#locationslink,
body#associationspage a#associationslink,
body#presspage a#presslink,
body#newspage a#newslink,
body#employmentpage a#employmentlink,
/*products*/
body#accesspage a#accesslink,
body#alarmpage a#alarmlink,
body#communicationpage a#communicationlink, 
body#physicalpage a#physicallink,
body#driveuppage a#driveuplink, 
body#videopage a#videolink,
/*industries*/
body#agriculturepage a#agriculturelink,
body#biotechpage a#biotechlink,
body#corporatepage a#corporatelink,
body#correctionspage a#correctionslink,
body#educationpage a#educationlink,
body#financialpage a#financiallink,
body#gamingpage a#gaminglink,
body#governmentpage a#governmentlink,
body#healthcarepage a#healthcarelink,
body#manufacturingpage a#manufacturinglink,
body#propertypage a#propertylink,
body#venuepage a#venuelink,
body#retailpage a#retaillink,
body#transportationpage a#transportationlink,
body#utilitiespage a#utilitieslink,
/*services*/
body#consultingpage a#consultinglink,
body#designpage a#designlink,
body#engineeringpage a#engineeringlink,
body#biddingpage a#biddinglink,
body#projectpage a#projectlink,
body#installationpage a#installationlink,
body#integrationpage a#integrationlink,
body#trainingpage a#traininglink,
body#monitoringpage a#monitoringlink,
body#maintenancepage a#maintenancelink,
body#servicepage a#servicelink,
body#inspectionspage a#inspectionslink,
body#certpage a#certlink

{
	background-position:center;
	/*font-weight:bold;*/
	color:#CCCCCC;
	color:#d09910;
	padding-left:8px;
	width:166px;
}

/*----------------- FORM STYLES --------------------*/

.contactinfo {
	width:150px;
	float:right;
	/*margin:0 8px 16px 8px;*/
	line-height:1.5em;
	padding:8px;
	background-color:#e6e6e6;
}

.contactinfo h2 {
	margin-bottom:6px;
}


#main.contact h1{
	color:#16325c;
	border-bottom:#16325c solid 1px;
	margin-bottom:6px;
	font-size:2.1em;
}
	


.required {
	font-weight:bold;
}

.categories {
	float:right;
	width:175px;
}

.categories input {
	float:none;
}

select {
	width:175px;
	height:75px;
	border:1px solid #000000;
	margin:4px 0 8px 4px;
}

select option {
	padding:2px;
	font-size:.8em;
}

input[type="text"] {
	border:1px solid #000000;
	padding:2px;
}

input.text {
	border:1px solid #000000;
	padding:2px;
}

input[type="submit"] {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
	cursor:pointer;
}

input.submit {
	border:1px solid #000000;
	margin-top:12px;
	padding:1px;
	cursor:pointer;
}

input[type="checkbox"] {
	margin-right:8px;
}

input.two[type="checkbox"]  {
	margin-right:50px;
}

textarea {
	border:1px solid #000000;
	padding:2px;
}

table.contact {
	width:275px;
}

table.contact td {
	width:135px;
	border:0;
	vertical-align:top;
	line-height:2em;
	padding-left:8px;
}


table.contact input[type="checkbox"] {
	/*margin-bottom:4px;*/
}

table.contact label {
}

.underline {
	border-bottom:1px dotted #000000;
	/*width:350px;*/
	padding-bottom:2px;
	margin-bottom:4px;
}

/*-------------------------------------- DIRECT MAIL POSTCARD CONTACT FORM STYLES --------------------------------------*/

#evalinfo{
	width:182px;
	float:left;
}

#evalinfo img {
	margin-top:24px;
}

body#evalpage #indexlink, 
body#evalpage #contactlink,
body#evalpage #sitemaplink,
body#evalpage #loginlink {
	visibility:hidden;
}

.error {
	font-weight:bold;
	color:#FF0000;
}


