@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #f7f7f7;
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {color: #4f8703; text-decoration: none; font-weight: bold; }

	a:visited {
	color: #274797;
}

	a:hover { color: #3767df; text-decoration: underline; }
	
	a img {
	border: none;
	text-align: center;
}

#container {
	width: 994px;
	margin: 0px auto 0 auto;
}
					
	#contentbox {
	width: 994px;
	text-align: left;
	float: left;
	clear: both;
	margin-bottom: 5px;
	/*background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;*/
}
	
		#content {
	width: 994px;
	/*padding: 0 15px 0 0;*/
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

	#contenthome {
	width: 994px;
	/*padding: 0 15px 0 0;*/
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 40px;
	background-image: url(../images/mostpopular.gif);
	background-repeat: no-repeat;
}

#frontindustry {
	float: left;
	width: 118px;
	border-right: 1px solid #d2d2d2;
	padding: 0px 13px 0px 10px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 16px;
	min-height: 280px;
}

		

		
	#footer {
	width: 994px;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	background-image: url(images/bottomNavBG.gif);
	background-repeat: repeat-x;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #4f8703;
	font-size: 12px;
}
		


/*---:[ header styles ]:---*/

#masthead {
	width: 994px;
	text-align: left;
	margin-bottom: 45px;
}
.pictureLeft {
	text-align: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.pictureRight {
	text-align: right;
	margin-left: 25px;
	margin-bottom: 20px;
}


#pictureDescriptionRight {
	font-size: 10px;
	float: right;
	width: 270px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 10px;
	text-align: center;
}
.greenTextCallout {
	font-size: 16px;
	font-weight: bold;
	color: #00CC00;
	font-style: italic;
}
