@charset "utf-8";
 


 .text-sub-heading {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
}

 
 .red-bold {
	color:#990000;
	font-size:12px;
	font-weight:bold;
}


 .green-bold {
	color:#558A3E;
	font-size:12px;
	font-weight:bold;
}


.text-heading {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.text-heading-two {
	
font-size:16px; line-height:18px; color:#558A3E; padding-top:10px;
													border-bottom-width: 1px;
													border-bottom-style: solid;
													border-bottom-color: #558A3E;
													font-family:Arial, Helvetica, sans-serif;	
	
}
.textitalic {
	font-style: italic;
}



#wrapper-table .table-basic {
	border: 1px solid #666666;
	padding:1px;
	border-collapse: collapse;
	font: 12px Arial, Helvetica, sans-serif;
}
 
#wrapper-table .table-basic td { border: 1px solid #666666; }
#wrapper-table .table-basic th { border: 1px solid #666666; }
#wrapper-table .table-basic tr { border: 1px solid #666666; }







/* common menu styling */
.menu {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:900px;
	height:50px;
	position:relative;
	z-index:100;
	background-color:#d5cfb6;
}


.menu ul li a,
.menu ul li a:visited 

{
	display:block;
	color: #494949;
	text-decoration:none;
	width:80px;
	height:50px;
	text-align:center;
  	background:#d5cfb6;
	line-height:50px;
	overflow:hidden;
	border-right: 1px solid #d5cfb6;
	border-left: 1px solid #d5cfb6;
 	}

.menu ul {
	padding:0 0 0 75px;
	margin:0;
	list-style: none;
}
.menu ul li {float:left; position:relative;}

.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #FFF;
	background: #b2aa7e;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;}

.menu ul li.current-page a{
	color: #FFF;
	background: #b2aa7e;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.menu ul li a.nav-industry{ width:120px;
}

.menu ul li a.nav-testimonial{ width:120px;
}



*/

/*dl menu */
/*
 a, a:visited, a:hover, a:active, a:focus {direction:ltr; outline:0;}

 #top-menu-holder {position:absolute; width:740px; background:url(/includes/tabs_0.gif) repeat-x left top; padding-left:5px; overflow:hidden;}
 dl.top-menu {width:250px; float:left; margin:-32700px -150px 0 0; background:url(/includes/tabs_0.gif) no-repeat left bottom;}
 dl.top-menu a {display:block; height:25px; color:#fff; font:normal 11px/25px verdana, sans-serif; text-decoration:none; text-indent:10px;}
 dl.top-menu a:visited {color:#fff;}

 dl.top-menu dt {float:left; padding:0; margin:32700px 0 0 0; position:relative; z-index:50;}
 dl.top-menu dt a {background:transparent; width:100px;}
 dl.top-menu dt a:hover,
 dl.top-menu dt a:focus,
 dl.top-menu dt a:active
 {margin-right:1px; background:url(/includes/tabs_1.gif) no-repeat left top; text-decoration:none;}

 dl.top-menu dd {float:left; padding:25px 0 0 0; margin:-25px 0 0 0; position:relative; z-index:10; background:url(/includes/tabs_1.gif) no-repeat left top;}
 dl.top-menu dd a {background:#666;width:150px;}
 dl.top-menu dd a:hover,
 dl.top-menu dd a:focus,
 dl.top-menu dd a:active
 {margin-right:1px; background:#ccc; color:#000;}

*/




.clearleft{clear:left;
}
.clearall {clear:both;
}
