* {
	margin:0;
	padding:0;
	}

body {
	background-image: url(/images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4F5156;
	}


.outerDiv {
	background-image:url(/images/bg-page.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width:1024px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top:8px;
	}
	
.topDiv {
	padding:0;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	}	

.logoDiv {
	float: left;
	height:70px;
	width:206px;
    margin-left:0px;
	margin-top:29px;
	padding-left:65px;
	}

.persistNav {
	float:right;
	margin-right: 40px;
	margin-top:80px;
	color: #f4911e;
	font-size:11px;
	}

.persistNav a {
	font-size:10px;
	color: #f4911e;
	}

/* HOME STUFF  ############################################################################### */

.homeBanner {
	margin-left:auto;
	margin-right:auto;
	width:938px;	
	margin-top:24px;
	}

.homeBannerHotNews {
	margin-left:auto;
	margin-right:auto;
	width:742px;
	margin-top:15px;
	height:26px;
	padding-top:2px;
	padding-left:200px;
	background-image:url(/images/home-hot-news-headlines-bg.jpg);
	font-size:11px;
	color:#ffffff;
	}



.homeBannerHotNews a {
	color:#ffffff;
	text-decoration:none;
	}

.homeBottomBoxes {
	margin-left:auto;
	margin-right:auto;
	width:938px;	
	height: 167px;
	margin-top:15px;

	}


.narrowBox {
	float:right;
	width:220px;
	height:167px;
	}

.wideBox {
	float:right;
	width:460px;
	height:167px;
	margin: 0 19px;
	}

  .wideBoxTextDiv {
	padding-left:200px;
	line-height:115%;
	padding-top:20px;
	}

.wideBoxTextDiv H1 {
	color:white;
	font-size:16px;
	padding-bottom:4px;
	}

.wideBoxTextDiv p {
	font-size:11px;
	}

.wideBoxTextDiv a {
		text-decoration:none;
		color:#EB8C22;
		}
.wideBoxTextDiv a:hover {
		text-decoration:underline;
		color:#EB8C22;
		}

.homeNewsBoxTextDiv {
		color:white;
		font-size:12px;
		padding:12px;
		}


/* CONTENT STUFF  ###############################################################################  */


.contentTable {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border-collapse:collapse;
	clear:both;
	background-color:#ffffff;
	width:941px;
	}

.topNavTD {
	 height:114px; 
	 width:221px;

	 padding:0;
	 margin:0;
	}

.topNavTD h2 {
	font-size:16px;
	padding-bottom:14px;
	padding-right:14px;
	color:#111111;
	}


.topContentTD {
	 height:114px; 
	 width:720px;
	 padding:0;
	 margin:0;
	}

.topContentTD h2 {
	font-size:16px;		
	padding-bottom:14px;
	padding-left:14px;
		}	


.pageContentTD {
	width:720px;
	padding:0;
	margin:0;
	}


.pageContent {
	width:690px;
	padding: 15px 15px 35px 15px;
	font-size: 12px;
	margin:0;
	}


.pageContent H1 {
	/*	font-family: "Lucida Sans Unicode", Geneva, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;

	}



.pageContent H2 {
	font-weight: bold;
	font-size: 14px;
	margin-top:8px;
	}

.pageContent p {
  margin-top: 0px;
  margin-bottom: 16px;
}


.pageContent ul {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 30px;
  list-style: square;
}

.pageContent a {
	text-decoration: underline;
	color: #4F5156;
	font-weight: bold;
}

.pageContent a:hover {
  color: #f4911e;
}

.pageContent a:visited {
	color: #868686;
}

.orange {
	 color: #f4911e;

	}

/* QUOTES Style ######################################################*/
.quoteBy {
	line-height:120%;
	float:right;
	margin-right:20px;
	}

.quoteText {
	font-size:14px;
	padding-top:4px;
	}


/* GRAY TABLE CONTAINER ######################################################*/

.tableContainer {
	padding:20px;
	background-color:#d6d7d9;
	margin-left:-15px;
	margin-bottom:3px;
	}



/* TABLE STYLES ######################################################*/

.matrixTable {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:665px;

	}
.matrixTable TD {
	font-size:12px; 
	font-weight:bold; 
	line-height:115%;
	padding-left:10px;
	padding-bottom:4px;
	border:1px solid gray;
	}	

.matrixTable H1 {
	border-collapse:collapse;
	margin-left:0px;
	font-size:16px;
	margin-top:3px;
	}

.matrixTable H1 a {
	text-decoration:none;
	color:#666666;
	}

.matrixTable H1 a:hover {
	text-decoration:underline;
	}

.matrixTable H1 a:visited {
	color:#666666;
	}



TD.matrixImage {
	margin:0;
	padding:0px;
	}

TD.matrixSD {
	padding-top:20px;
	padding-bottom:10px;
	padding-left:0px;
	}

TD.matrixApplications {
		font-size:11px; 
		line-height:150%; 
		padding-left:10px;
		padding-top:10px;
		font-weight:bold;
		padding-left:0px;
	}

TD.matrixApplications UL {
		margin-left:12px;
		margin-top:0;
		padding-left:6px;
		font-size:11px;
	}

TD.matrixApplications LI {
	padding-left:0;
	margin-left:0;
	line-height:12px;
	list-style:disc;
	padding:1px 0;
	}


TD.matrixDescription {
		font-size:11px; 
		line-height:108%; 
		padding-left:10px; 
		padding-right: 10px; 
		padding-bottom:5px;
		padding-top:9px;
		font-weight:normal;
	}

/* ####################################################################################################*/
/* ####################################################################################################*/
/* ####################################################################################################*/
/* TABLE STYLES USED FOR MULTIPLE TABLES - CHECK MULTIPLE PAGES WHEN UPDATING    ######################*/
/* ####################################################################################################*/
/* ####################################################################################################*/
/* ####################################################################################################*/

.productApplicationsTable {
	width:664px;
	background-color: white;
	border-collapse:collapse;
	border:1px solid gray;
	}

.productApplicationsTable H1 {
	font-size:16px;
	padding:4px; 0 4px 3px;
	color:#666666;
	}

.productApplicationsTable H1 a {
	text-decoration:none;
	color:#666666;
	}

.productApplicationsTable H1 a:hover {
	text-decoration:underline;
	}

.productApplicationsTable H1 a:visited {
	color:#666666;
	}


.productApplicationsTable TH {
	 text-align:center;
	 vertical-align:middle;
	 line-height:100%;
	 font-size:10px;
 	border:1px solid gray;
	padding:4px;
	background-color: #92b4d9;
	}


.productApplicationsTable TD {
	 text-align:center;
	 line-height:115%;
	border:1px solid gray;
	padding:4px 0;
	}

.productApplicationsTable TD.rightBord {
	border-right:2px solid gray;
	}


.productApplicationsTable TD.imageCell {
	padding:0;
	border-right:2px solid gray;
	}

.productApplicationsTable TD.subLabelRow {
	padding:0;
	font-size:11px;
	background-color:#cccccc;
	}

.productApplicationsTable TD.accessLabels {
	padding:1px 4px;;
	font-size:9px;
	width:25px;
	}


.productApplicationsTable TD.rowName {
	 text-align:left;
	 line-height:127%;
	 padding-left:4px;
	 width:100%;
	 font-weight:bold;
	}

.productApplicationsTable TD.grayBack {
	background-color:#cccccc;
	}

.productApplicationsTable TH.rowName {
	 text-align:left;
	 line-height:127%;
	 padding-left:4px;
	}

.blueBold {
	background-color:#92b4d9;
	font-weight:bold;
	} 




/* INNER NAV CONTENT STYLES  ###############################################################################  */



.pageNav {
	background-color:#ffffff;	
	color: #868686;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	padding-right:15px;
	width:206px;
	}

.pageNav ul {
	margin-top:14px;
	margin-bottom:4px;
	}

.pageNav li  {
	margin-left:10px;
	list-style:none;
	line-height:13px;
	padding: 4px 0;
	}
.pageNav  ul li a {
	height: auto;
	list-style:none;
	margin: 2px 0;
	line-height: 13px;
	color: #4F5156;
	font-weight:bold;
	text-decoration: none; 
	}

.pageNav ul li a:hover {
	color: #f4911e;
	}

.pageNav ul li a.navSelected {
	color: #760c16;
	}

.pageNav ul li ul {
	margin-top:0;
	}

.pageNav li ul li a {
	font-size:11px;
	line-height:12px;
	}


/* FOOTER STUFF  ###############################################################################  */

.footerDiv {
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	width:1024px;
	height: 160px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0 0 0;
	background-image:url(/images/bg-footer.jpg);
	background-position: 0 38px;
	background-repeat: no-repeat;
	}

.footerCopyright {
	font-size: 11px;
	text-align: right;
	height:25px;
	width:925px;
	margin:0;
	margin-left:40px;
	display:block;
	clear:both;

}



input {
	display: block;
}

textarea {
	display: block;
}


/* ###############  FORM CONTACT STUFF   ##################### */


.FormBorder { border: none; width: 146px; height: auto; margin-top: 25px; text-align: left; vertical-align: middle; padding-top: 9px; padding: 5px 3px 5px 3px; }
.FormClass { border:none; }
.FormTitle { font-weight: bold; text-align: center; font-size: 12px; }
.FormText { font-weight: normal; text-align: left; margin: 3px 3px 3px 3px; }
.FormClass input.txt	{ border: 1px inset; width: 140px; height: 18px; font: 11px verdana, sans-serif; margin-bottom: 2px; outline: none; }
.ButtonClass {	border: 1px ridge;}
.FormTable td { text-align: left; font-weight: bold; }
	


	.tableTitleContact {
	color: #4F5156;
		font-weight:bold; 
		font-size:15px; 
		background-color: #92b4d9; 
		padding: 5px;

		}
	#ContactusFormTable{
		border-collapse: collapse;
		background-color:#fff; 
	color: #4F5156;
		}
		#ContactusFormTable td{
		padding: 5px;
		
		}


/*
gallery
*/
#gallery img{
padding-right:20px;
padding-bottom:30px;
}