/* css for Global Communicator */

.padTen {
	padding: 10px 10px 10px 10px;
	}
	
.featured {
	padding: 10px 10px 0px 10px;
	background: url("http://www.globallanguages.com/images/communicator/bg_featured.gif") repeat;
	}
	
.misc {
	padding: 10px 10px 0px 10px;
	background: url("http://www.globallanguages.com/images/communicator/bg_misc.gif") repeat;
	height: 168px;
	}

/* featured section ul/li */
#featuredlist {
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	list-style: none;
	}
#featuredlist li {
	padding-left: 10px;
	background-image: url(http://www.globallanguages.com/images/communicator/bt_bullet_industry.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	}
/* end featured section ul/li */

	
/* left nav */
#navcontainer {
	width: auto;
	border-right: 10px solid #a6bfce;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	background-color: #7292a5;
	color: #fff;
	}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 256px;
	}

#navcontainer li {
	border-bottom: 1px solid #7292a5;
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 3px 8px 3px 11px;
	border-left: 0px;
	border-right: 0px;
/*  background-color: #2175bc; */
	background-color: #7292a5;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

#navcontainer li a:hover {
	border-left-color: #114c9e;
	border-right-color: #5ba3e0;
	background-color: #a4becd;
	color: #fff;
	}

#navcontainer li li {
	border-bottom: 1px solid #7292a5;
	margin: 0px;
	}

#navcontainer li li a {
	padding: 3px 8px 3px 25px;
	background-color: #7292a5;
	font-weight: normal;
	color: #d3da8a;
	}
/* end eft nav */

.title1 {
	color: #005a21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 40px;
	text-transform: uppercase;
}

.title2 {
	color: #bdc585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}

.h4 {
	color: #2a4b8d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.h5 {
	font-weight: bold;
}