a {
	font-size: 12px;
	font-weight:bold;
	color: #7C7639;
	text-decoration: none 
}

a:hover {
	color: #9A944F;
}

b {
	font-weight: bold;
	color: #F1F0E2;
	}
	
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666633;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	}
	
	
li {
	text-indent: 0pt;
	list-style-type: disc;
	margin-left: -20px;

}
	

.buttons a {  /* HEADER Buttons */
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #CCCC99;
	}
	
.buttons a:hover {
	color: #FFFFCC;
}
	
	
/* ================== MAIN PAGE ======================*/

.clickhere {   /* click here for industry links */
	font-size: 12px;
	color: #FFFFFF;
}

.industries {   /* 4 industry links */
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336666;
}

.blurb {    /* 4 industries rollover blurbs */
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}



/* ======================================================================*/


/* ====== FOR INDUSTRY TABLES (Financial, Retail, Federal, Armored) ======*/
						
.text { /* text inside cells in Industry pages and Services*/
	font-size: 12px;
	color: #9A944F;
}

.text td {
	background-color: #F1F0E2;
}
					
#products {
	text-align: center;
}

	
#tdheading{
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #54512C;
	background-color: #E0DBBA;
}

#tdheading a {
	color: #54512C;}

#tdheading a:hover { /* use for Pop-up windows on Products page */
	cursor: help;
}

.popup { /* Description popups on PRODUCTS page */
	padding: 8px;
	background-color: #F1F0E2;
	border-top: thin solid #FFFFFF;
	border-right: medium solid #686435;
	border-bottom: medium solid #686435;
	border-left: thin solid #FFFFFF;
	visibility: hidden;}

#tdalternate {
	background-color: #FCFBF0;
}


#productsheading {
	font-weight: bold;
	letter-spacing: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #9a944f;
}

#tdlink a {
	text-indent: 0px;
	padding-left: 0px;
}


	
/* ======================================================================*/

/* ===================   USE FOR TABLES  ============================*/
		
.grid td { /* Services Page tables, About Us 'History' table*/
	font-size: 12px;
	background-color: #F1F0E2;
	vertical-align: top;
	padding: 4px;
	}

	
.grid #heading {
	background-color: #2b807e;
	text-align: center;
	vertical-align: center;
	}

.grid #heading2 {
	background-color: #2b807e;
	font-size: 14px;
	padding: 4px;
	}
	
.grid td b {
	color: #F1F0E2;
}	
	
.grid #year{   /* ABOUT US Year Column */
	width: 52;
	text-align: center;
	}
	

.grid td em {  /* ABOUT US - HISTORY Heading */
	color: #F1F0E2;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
}

.grid #login {
	padding: 10px;
}

.grid #bullets {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}

	
/* ================================================================== */

#centerThis {
	margin-left:10%; 
	margin-right:10%; 
	position:relative;  
	top: 100px; 
}

/* ================= CONTACT US  ================== */
#contactinfo {
	font-size: 11px; 
	color: #9A944F}
	
#contactinfo strong{
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	}

#contactinfo b {
	font-weight: bold;
	color: #9A944F }

#contactinfo a {
	font-weight: bold;
	color:  #336666}

#contactinfo a:hover {
	font-weight: bold;
	color:  #9A944F}
	
.phone {   /* Line spacing for phone # */
	position: relative;
	top: 5px;}
	
