/* subpage specific CSS */
	#topNav, #topNav ul#navlist li {
		height: 25px;
		padding-top: 6px;
		background-image: url('../_images/bg-nav.png');
		background-repeat: repeat-x;
		background-position: top left;
		color: #fff;
		text-align: left;
		vertical-align: top;
		
		padding-left: 25px;
		
		/* font-family: arial, helvetica, sans-serif; */
		font-family: Verdana;
		font-size: 11px;
	}
	#topNav a:link, #topNav a:visited, #navlist li a:link, #navlist li a:visited {
		margin-left: 0px;
		margin-right: 20px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	#topNav a:hover, #navlist li a:hover {
		margin-left: 0px;
		margin-right: 20px;
		color: #fff;
		text-decoration: underline;
	}
	
	div.industryContent {display: block;}
	div.industries {width: 440px; height: 175px; overflow: none; float: left; padding: 0px 10px 0px 0; margin-bottom: 10px;}
	div.industries h2 {font-size: 16px; margin: 0; padding: 0 0 5px;}
	div.industries a.industry-thumb {float: left; height: 135px;}
	div.industries a img {float: left;}
	div.industries div {float: left; clear: none; width: 320px; font-size: 12px;}
	
	
	.gradbox {
		background-image: url('../_images/bg-gradbox.jpg');
		background-position: top left;
		background-repeat: repeat-x;
		width: 216px;
		border: 1px solid #bdbdbc;
		background-color: #fff;
		font-family: Arial, sans-serif;
		margin-bottom: 25px;
		text-align: left;
		vertical-align: top;
	}
	.gradbox.wide {
		width: 440px;
	}
	.gradbox .title {
		height: 20px;
		padding: 6px 0px 5px 10px;
		color: #000;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.gradbox .content {
		font-size: 12px;
		padding: 10px;
	}
	.gradbox ul.content, .gradbox ol.content {
		font-size: 12px;
		margin: 0px 10px 2em 0px;
		padding: 0px 0px 0px 30px;
	}
	.gradbox li {
		margin-bottom: 1em;
	}
	.gradbox li ul {
		margin-top: 10px;
	}
	.floatRight {
		float: right;
		margin: 0px 0px 20px 20px;
	}
	
	.caption {
		padding-top: 5px;
		font-size: 12px;
		color: #444;
		text-align: center;
		vertical-align: top;
	}
	
	.specialcaption {
		padding-top: 5px;
		font-size: 12px;
		color: #444;
		text-align: center;
		vertical-align: top;
		width: 300px;
	}

	#middle h1 {
		font-size: 18px;
		margin: 1em 0em 0.5em 0em;
	}
	
	#middle p, #wide p, #middle li, #wide li {
		font-size: 13px;
	}


	#controls {
		float: right;
		clear: both;
		padding-top: 5px;
		font-size: 12px;
	}
	#controls img {
		vertical-align: middle;
		padding-left: 1em;
	}
	
	.faqquestion {float: left; clear: none; position: relative; width: 280px; height: 180px; padding: 20px 20px 0; text-align: center; border: 1px dotted #ccc;}
	.faqquestion p {font-weight: bold; text-align: left;}
	.faqquestion span {font-style: italic; text-align: center; display: block; clear; both; font-size: 11px;padding: 5px 0;}
