/********************
	General Styles
*********************/

	
 body { 
	background: #CC1406;
 }
 .bodyBG { 
	background: #CC1406;
 }
 .headerBG { 
	background: #F9F7F7;
 }
 .navBG { 
	background: #8A8989;
 } 
 .pageBG { 
	background: #FFFFFF;
 } 
 .navSeparator { 
	background: #A1A1A1;
 } 
 .bodySeparator { 
	background: #E78F88;
 } 
.pageTitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height : 20px;
	color: #CC1507;
}
.subTitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height : 20px;
	color: #363636;
}
.content {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 17px;
	color: #363636;
	word-spacing : 2px;
}
.contentComm {
	color: #3B393A;
	font-weight: bold;
}
.contentGuard {
	color: #CC1507;
	font-weight: bold;
}
.contentTM {
	font-size: 8px;	
	color: #3B393A;
}
.link {
	color: #CC1507;
}
.link:hover {
	color: #E78F88;
	text-decoration : none;
}
.bullet {
	margin-left: 8px;
	padding-left: 8px;
}

/********************
	Form Styles
*********************/

.formBorder {
	 background-color: #666666;
}
.formRow {
	 background-color: #F3F3EF;
}
.formRowButtons {
	 background-color: #FFFFFF;
}
.formContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.formHeaderRow {
	background-color: #918E6A;
	height : 21px;
}
.formHeaderContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #F3F3EF;
}
.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/********************
	Menu links
*********************/

	img.home {
	background:url(../images/nav-home.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.home:hover {
	background:url(../images/nav-home-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	

	
	img.about_us {
	background:url(../images/nav-about_us.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.about_us:hover {
	background:url(../images/nav-about_us-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	
	img.industry_issues {
	background:url(../images/nav-industry_issues.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.industry_issues:hover {
	background:url(../images/nav-industry_issues-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	
	img.our_competitive_edge {
	background:url(../images/nav-our_competitive_edge.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.our_competitive_edge:hover {
	background:url(../images/nav-our_competitive_edge-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	
	img.product_features {
	background:url(../images/nav-product_features.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.product_features:hover {
	background:url(../images/nav-product_features-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	img.product_benefits {
	background:url(../images/nav-product_benefits.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.product_benefits:hover {
	background:url(../images/nav-product_benefits-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	
	img.faqs {
	background:url(../images/nav-faqs.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.faqs:hover {
	background:url(../images/nav-faqs-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	
	img.technical_support {
	background:url(../images/nav-technical_support.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.technical_support:hover {
	background:url(../images/nav-technical_support-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	img.contact_us {
	background:url(../images/nav-contact_us.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.contact_us:hover {
	background:url(../images/nav-contact_us-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	
	
	img.privacy_policy {
	background:url(../images/nav-privacy_policy.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
	img.privacy_policy:hover {
	background:url(../images/nav-privacy_policy-selected.gif);
	width:163;
	height:21;
	border:none;
	border-bottom: 1px solid #A1A1A1;
	}
