body { 
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, Helvetica, Verdana, sans-serif;
	color: #111;
	text-align: center;
	background: #389;
	}
	
#popup
{
	text-align:left;
	background: #3c8c97;
}
	
.container { 
	width: 970px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	}

#popup .container
{
	width:460px;
	margin:0 20px;
}
	
	
/*  TOP-SECTION STYLES 
---------------------------------------------------------------------*/	
/* Social Media Bar */

#social { 
	background: #074149;
	border-bottom: 1px solid #053a41;
	line-height: 25px;
	height: 25px;
	display: block;
	}
	
	#social .links { 
		display: block;
		width: auto;
		float: right;
		margin-right: -5px;
		position: relative;
		}
		
	#social .links span { 
		display: block;
		float: left;
		font-size: 10px; 
		font-weight: bold;
		color: #8ab1b8;
		text-shadow: #053a41 0 1px 0;
		margin: 0 15px 0 0;
		}
		
	#social .links ul { 
		float: left;
		width: auto;
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
	#social .links ul li { 
		display: block;
		float: left;
		line-height: 25px;
		height: 25px;
		padding: 0 15px 0 15px; 
		border-left: 1px solid #053a41;
		}
		
	#social .links ul li.icon a { 
		padding: 5px 0 5px 15px;
		font-size: 10px; 
		font-weight: bold;
		text-decoration: none;
		color: #8ab1b8;
		text-shadow: #053a41 0 1px 0;
		background-position: 0 0;
		background-repeat: no-repeat;
		}
		
		#social .links ul li.blog a { background-image: url(/images/common/icon-blog.gif); }
		#social .links ul li.rss a { background-image: url(/images/common/icon-rss.gif); }
		#social .links ul li.facebook a { background-image: url(/images/common/icon-facebook.gif); }
		#social .links ul li.twitter a { background-image: url(/images/common/icon-twitter.gif); }
		#social .links ul li.linkedin a { background-image: url(/images/common/icon-linkedin.gif); }
		
	#social .links ul li.icon a:hover { 
		color: #e3f1f1;
		}
/* Top Navigation Bar */

#top { 
	width: 100%;
	height: 30px;
	margin: 0; 
	padding: 0;
	height: 30px;
	background: #004f5a url(/images/common/bg_top.gif) no-repeat top center;
	}

#popup #top
{	
	height:130px;
	background:url(/images/popup/popUpHeaderTopBG.jpg) repeat-x;
}

#popup #top img
{	
	margin: 0;
	padding: 0;
	margin: expression('0 0 -3px 0');
}
	
#topNav { 
	height: 30px;
	}

	#topNav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
		}
	
	#topNav ul li { 
		height: 30px;
		float: left;
		background: url(/images/common/squareBlue.gif) no-repeat right 13px;
		padding-right: 10px;
		margin-right: 10px;
		}
		
		#topNav ul li.last { 
			background: none;
			padding-right: 0;
			}
	
	#topNav ul li a { 
		height: 30px;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 -2px;
		outline: none;
		text-decoration: none;
		line-height: 30px;
		color: #FFF;
		text-indent: -5000px;
		}
		
	#topNav ul li a:hover {
		background-position: 0 -32px;
		} 				
 				
		#topNav ul li.aboutUs a { background-image: url(/images/topNav/topNav-aboutUs.gif); width: 48px; }	
		#topNav ul li.contact a { background-image: url(/images/topNav/topNav-contact.gif); width: 45px; }	
		#topNav ul li.links a { background-image: url(/images/topNav/topNav-links.gif); width: 28px; }	
		#topNav ul li.sitemap a { background-image: url(/images/topNav/topNav-sitemap.gif); width: 44px; }	
		#topNav ul li.enewsletter a { background-image: url(/images/topNav/topNav-enewsletter.gif); width: 105px; }	
		#topNav ul li.search a { background-image: url(/images/topNav/topNav-search.gif); width: 66px; border: none; }	
		

#search { 
	float: right; 
	margin: 6px 0 0 0;
	}
	
	#search input { 
		float: left; 
		}
	
	#search input.text { 
		border: 1px solid #61a6af;
		background: #FFF;
		color: #045;
		font-size: 10px;
		padding: 0 5px;
		line-height: 17px;
		height: 17px;
		margin: 0 5px 0 0;
		}


/*  BANNER-SECTION STYLES 
---------------------------------------------------------------------*/

#banner { 
	width: 100%;
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #045;
	background: url(/images/common/bg_banner.gif) no-repeat top center;
	}
	
	#banner img { 
		border-right: 1px solid #045;
		margin: 0;
		padding: 0;
		margin: expression('0 0 -3px 0');
		}

/*  MID-SECTION STYLES 
---------------------------------------------------------------------*/

#middle { 
	width: 100%;
	margin: 0; 
	padding: 0;
	border-top: 5px solid #FFF;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: top center;
	}

#popup #middle
	{
		background-color:#e7e7e9;
		/*border: solid 1px red;*/
		border:none;
	}
	
	.style1 { 
		background-image: url(/images/common/bg_middle1.gif);
		}
	
	.style2 { 
		background-image: url(/images/common/bg_middle2.gif);
		}
	
	.style3 { 
		background-image: url(/images/common/bg_middle3.gif);
		}

	#middle .container { 
		position: relative;
		display: block;
		z-index: 0;
		}
		
	#middle .title { 
		width: 100%; 
		height: 30px;
		line-height: 30px;
		}
			
	.style1 .title { 
		background: url(/images/common/bg_titles1.gif) repeat-y top center;
		}
		
	.style2 .title { 
		background: url(/images/common/bg_titles2.gif) repeat-y top center;
		}
		
	.style3 .title { 
		background: url(/images/common/bg_titles3.gif) repeat-y top center;
		}
		
	#middle .title h1 { 
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		color: #FFF;
		border-bottom: 0;
		padding: 0 0;
		}

/* Left Menu Styles */

	
/*	OLD STYLES -- Delete after testing - Nick 4/1/11	*/
ul.submenu { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
	}
	
	ul.submenu li { 
		font-weight: normal;
		background: #f0fdff;
		}
	
	ul.submenu li.selected { 
		font-weight: normal;
		background: #cfeef3;
		border-bottom:1px solid #DDD;
		}
				
	ul.submenu li.selected a, ul.submenu li.selected a:hover, ul.mainMenu li.selected li.selected a, ul.mainMenu li.selected li.selected a:hover { 
		color: #045;
		background-color: #cfeef3;
		}
	
	
	ul.submenu li a , ul.mainMenu li.selected li a{ 
		font-weight: normal;
		background: #f0fdff url(/images/common/squareBlue.gif) no-repeat 15px 7px;
		padding: 0 0 0 26px;
		width: 184px;
		color: #045;
		}
		
	ul.submenu li a:hover { 
		background: #F9F9F9 url(/images/common/squareBlue.gif) no-repeat 15px 7px;
		}
		
	
ul.tertiary { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 210px;
	}
	
	ul.tertiary li { 
		font-weight: normal;
		background: #cfeef3;
		}
		
	ul.tertiary li a, ul.tertiary li a:hover, ul.mainMenu li.selected li.selected li a, ul.mainMenu li.selected li.selected li a:hover { 
		font-weight: normal;
		background: #cfeef3 url(/images/common/squareGray.gif) no-repeat 27px 7px;
		padding: 0 0 0 37px;
		width: 173px;
		color: #666666;
		display:block;
		}
	ul.mainMenu li.selected li.selected li a:hover {color:#333;}
	* html ul.tertiary li.top
	{
		border-top:1px solid #DDD;
	}
	
	.last 
	{
		border-bottom:none;
	}	


ul.mainMenu { 
	list-style-type: none;
	margin: 0 0 160px 0;
	padding: 0;
	width: 210px;
	}
	
	ul.mainMenu li { 
		border-bottom: 1px solid #DDD;
		height: auto;
		line-height: 18px;
		width: 210px;
		}
		
	ul.mainMenu li a {
		display: block;
		padding: 2px 0 2px 15px;
		height: 18px;
		width: 195px;
		width: expression('210px');
		color: #045;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}

	ul.mainMenu li a:hover {
		background: #DEE;
		}
	
	ul.mainMenu li.selected {
		background: #389;
		border-bottom: none;
		}
	
	ul.mainMenu li.selected a { 
		color: #FFF;
		}
		
	ul.mainMenu li.selected a:hover { 
		color: #FFF;
		background: #389;
		}	
	
	ul.mainmenu li ul { 
		display: none;
		}
	
		ul.mainmenu li.selected ul { 
			display: block;
			border-bottom: 1px solid #DDD;
			list-style-type: none;
			padding: 0;
			margin: 0;
			background: #DEE;
			}
		
	ul.mainmenu li.selected ul li { 
		border-bottom: 0;
		height: auto;
		line-height: 18px;
		padding: 0;
		}
		
		ul.mainmenu li.selected ul li a {
			color: #045;
			display: block;
			font-size: 11px;
			font-weight: normal;
			height: 18px;
			padding: 2px 0 2px 20px;
			text-decoration: none;
			width: 190px;
			background: none;
			}
			
		ul.mainmenu li.selected ul li a:hover { 
			color: #045;
			background: #d1e2e2;
			}
			
	ul.mainmenu li.home { 
		border-bottom: 0;
		padding-top: 20px;
		}
		
	
		
	ul.mainmenu li.home a { 
		padding-left: 16px;
		background:url(/images/common/bullet-arrow-left.gif) 6px 8px no-repeat;
		width: 194px;
		width: 210px\9;
		}
		ul.mainmenu li.home a:hover {background:#d1e2e2 url(/images/common/bullet-arrow-left.gif) 6px 8px no-repeat;}
		
	/* IE renders ul within li */
	* html ul.submenu li.last
	{
		border-bottom:none;
	}

#address {
	font-size: 11px;
	color: #666;
	line-height: 14px;
	position: absolute;
	left: 0;
	bottom: 15px;
	display: block;
	z-index: 999;
	}
	
#addressHome {
	font-size: 11px;
	color: #666;
	line-height: 14px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	bottom: expression('30px');
	display: block;
	z-index: 999;
	}
	
		#address .green, #addressHome .green { 
		float: left;
		width: 40px;
		display: inline;
		color: #78a22f;
		}
		
.breadcrumbs { 
	margin: 0 0 5px 0;
	font-size: 11px;
	}
	
	.intCol2 .green { 
		float: left;
		width: 190px;
		display: block;
		color: #78a22f;
		}
		
	.intCol2 .gray { 
		float: left;
		width: 180px;
		display: block;
		
		}
		
.photo { 
	border: 1px solid #DDD;
	padding: 3px;
	display: block;
	position: relative;
	/*height: 238px; */
	width: 317px;
	}
	
	.photo a {
		position: absolute;
		right: 0;
		bottom: 0;
		height: 21px;
		width: 21px;
		background: #FFF url(/images/common/zoom.gif) no-repeat 0 0; 
		}
	
	.photo a img { 
		/*height: 238px;*/
		width: 317px;
		border: 0;
		}

				
/*  HOME STYLES 
---------------------------------------------------------------------*/	
	
.feature { 
	clear: both;
	padding-bottom: 15px;	
	}
	
	.feature .featureThumb {
		padding: 3px;
		border: 1px solid #DDD;
		float: left; 
		margin-right: 10px;
		}
	
	.feature .featureThumb img {
		width: 86px;
		height: 64px;
		border: 0;
		}
		
	.feature .featureText {
		float: left;
		width: 400px;
		font-size: 11px;
		line-height: 15px;
		}
		
	.feature .featureText p {
		margin: 2px 0; 
		padding: 0;
		}
		
	.feature .featureText .headline { 
		color: #7A2; 
		font-size: 12px;
		}
		
	.feature .featureText a {
		text-decoration: none;
		font-style: italic;
		}
		
#mainNav { 
	background: url(/images/common/bg_mainNav.gif) no-repeat;
	float: left;
	width: 215px;
	height: 294px;
	}	
	
	#mainNav ul { 
		list-style-type: none;
		margin: 103px 0 0 0;
		padding: 0;
		}
		
	#mainNav ul li { 
		margin: 0;
		padding: 0;
		}
	
	#mainNav ul li a {
		height: 18px;
		width: 215px;
		display: block;
		line-height: 18px;
		text-indent: -5000px;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: 0 0;
		outline: none;
		}
		
	#mainNav ul li a:hover { 
		background-position: 0 -18px; }
		
	#mainNav ul li.home a { background-image: url(/images/mainNav/mainNav-home.gif); }
	#mainNav ul li.propertySearch a { background-image: url(/images/mainNav/mainNav-propertySearch.gif); }
	#mainNav ul li.siteConsultants a { background-image: url(/images/mainNav/mainNav-siteConsultants.gif); }
	#mainNav ul li.maps a { background-image: url(/images/mainNav/mainNav-maps.gif); }
	#mainNav ul li.businessClimate a { background-image: url(/images/mainNav/mainNav-businessClimate.gif); }
	#mainNav ul li.incentives a { background-image: url(/images/mainNav/mainNav-incentives.gif); }
	#mainNav ul li.demographics a { background-image: url(/images/mainNav/mainNav-demographics.gif); }
	#mainNav ul li.qualityOfLife a { background-image: url(/images/mainNav/mainNav-qualityOfLife.gif); }
	#mainNav ul li.recentNews a { background-image: url(/images/mainNav/mainNav-recentNews.gif); }
	#mainNav ul li.busIndex a { background-image: url(/images/mainNav/mainNav-busIndex.gif); }
	
	#homeNav { 
	background: url(/images/common/bg_mainNav.gif) no-repeat;
	float: left;
	width: 215px;
	height: 294px;
	}	
	
	#homeNav ul { 
		list-style-type: none;
		margin: 103px 0 0 0;
		padding: 0;
		}
		
	#homeNav ul li { 
		margin: 0;
		padding: 0;
		}
	
	#homeNav ul li a {
		height: 18px;
		width: 215px;
		display: block;
		text-decoration: none;
		font:bold 11px/18px Arial, Helvetica, sans-serif;
		color:#004f5a;
		}
		#homeNav ul li a:hover {color:#3c8c97;}
#flash { 
	float: left;
	width: 755px;
	height: 294px;
	}
				
/*  BOTTOM-SECTION STYLES 
---------------------------------------------------------------------*/	
	
#bottom {
	border-top: 1px solid #045;
	font-size: 11px;
	line-height: 14px;
	margin: 0; 
	padding: 20px 0;	
	width: 100%;
	z-index: 0;
	position: relative;
	}

		
#bottom .column { 
	display: block;
	float: left;
	width: 198px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	}
	
	#bottom .lastcolumn { 
		padding-right: 0;
		float: right; 
		}

#bottom .column ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
		
#bottom .column ul li { 
	margin: 3px 0;
	}

#bottom .column ul li a { 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	}

	#bottom .column ul li a:hover { 
		color: #bbdee5; 
		border-bottom: 1px solid #559eb1; 
		}

#bottom .column ul li ul { 
	margin: 3px 0 8px 0;
	}
	
#bottom .column ul li ul li {
	margin: 0;
	}
	
#bottom .column ul li ul li a { 
	font-weight: normal;
	margin: 0 0 0 8px;
	color: #bbdee5;
	border-bottom: 1px solid transparent;
	}
	
#logobottom a { 
	display: block;
	height: 95px;
	width: 198px;
	background: url(/images/bottom/logobottom.gif) no-repeat;
	outline: none;
	text-decoration: none;
	text-indent: -5000px;
	margin-bottom: 15px;
	}
	
#socialbottom { 
	background: #338296;
	padding: 7px 10px 7px 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 4px 10px #167;
	-webkit-box-shadow: inset 0 4px 10px #167;
	box-shadow: inset 0 2px 10px #167;
	border: 1px solid #338296;
	border-bottom: 1px solid #4b99ac;
	}
	
	#socialbottom span { 
		display: block;
		float: left;
		height: 14px;
		line-height: 20px;
		width: auto;
		margin-right: 3px;
		font-size: 10px;
		}
	
	#socialbottom ul { 
		display: block;
		float: right;
		width: auto;
		}
		
	#socialbottom ul li.icon { 
		float: left;
		display: block;
		width: 14px;
		margin-right: 3px;
		}

	#socialbottom ul li.icon a { 
		display: block;
		width: 14px;
		height: 14px;
		text-indent: -5000px;
		background-position: 2px -3px;
		background-repeat: no-repeat;
		background-color: #fff;
		border-bottom: 0;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		}
		
			#socialbottom ul li.blog a { background-image: url(/images/common/icon-blog.gif); }
		#socialbottom ul li.rss a { background-image: url(/images/common/icon-rss.gif); }
		#socialbottom ul li.facebook a { background-image: url(/images/common/icon-facebook.gif); }
		#socialbottom ul li.twitter a { background-image: url(/images/common/icon-twitter.gif); }
		#socialbottom ul li.linkedin a { background-image: url(/images/common/icon-linkedin.gif); }
		
		#socialbottom ul li.icon a:hover { 
			border-bottom: 0;
			background-color: #aacdd4;
			}
	
#footer { 
	background: #167;
	border-top: 2px solid #056;
	padding: 15px 0 20px 0;
	color: #aacdd4;
	text-shadow: #056 0 1px 0;
	font-size: 11px;
	line-height: 25px;
	}
	
#footer #copyright { 
	display: block;
	width: 500px;
	float: left;
	color: #aacdd4;
	text-shadow: #056 0 1px 0;
	font-size: 11px;
	line-height: 25px;
	text-transform: inherit;
	padding-left: 10px;
	text-align: left;
	}

#footer #highrock { 
	text-align: right;
	float: right;
	padding-right: 10px;
	width: 400px;
	}
	
#footer #highrock a { 
	display: block;
	text-decoration: none;
	color: #aacdd4;
	padding-right: 25px;
	height: 25px;
	line-height: 25px;
	background: url(/images/bottom/highrock.gif) no-repeat right top;
	}
		
	#footer #highrock a:hover { color: #fff; }
	
/*  COMMON STYLES 
---------------------------------------------------------------------*/		

.col1 {
	float: left;
	width: 210px;
	margin-right: 1px;
	display: block;
	}
	
.style1 .col2 { 
	float: left;
	padding: 0 15px;
	width: 518px;
	width: expression('548px');
	margin-right: 1px;
	display: block;
	}
	
.style1 .col3 { 
	float: left;
	padding: 0 15px;
	width: 180px;
	width: expression('210px');
	}
	
.style2 .col2 { 
	float: left;
	padding: 0 0 0 15px;
	width: 713px;
	width: expression('728px');
	margin-right: 1px;
	display: block;
	}
	
.style3 .col1 {
	float: left;
	padding: 0 15px;
	width: 520px;
	width: expression('550px');
	margin-right: 1px;
	display: block;
	}
	
.style3 .col2 { 
	float: left;
	padding: 0 15px;
	width: 178px;
	width: expression('208px');
	display: block;
	position: relative;
	}
	
	.gradient {
		width: 178px;
		width: expression('208px');
		background: url(/images/common/bg_style2Col2.gif) repeat-x;
		margin: -16px -15px 0 -15px;
		/*margin: expression('0');*/
		padding: 15px 15px 0 15px;
		padding: expression('15px 13px 0 15px');
		/*position: expression('absolute');*/
		top: expression('-16px');
		left: expression('0');
		}
	
.style3 .col3 { 
	float: left;
	padding: 0 15px;
	width: 180px;
	width: expression('210px');
	display: block;
	margin: 0;
	}
	
	.intCol1 { 
		float: left;
		width: 325px;
		margin-right: 15px;
		}
		
	.intCol2 { 
		float: left;
		width: 373px;
		}
	
	.col2 ul { 
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		
	.col2 ul li { 
		padding: 0 0 0 15px;
		background: url(/images/common/arrow.gif) no-repeat 0 6px;
		}
		
	.col3 ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	.col3 ul li { 
		padding: 0 0 0 15px;
		background: url(/images/common/squareBlue.gif) no-repeat 0 6px;
		font-size: 11px;
		line-height: 15px;
		}	
	
	.col3 a { 
		text-decoration: none;
		}
		
	.col3 p { 
		font-size: 11px;
		color: #666;
		line-height: 14px;
		}	
		
	.col3 green { 
		color: #78a22f;
		}	
		
	.style3 .col2 p { 
		font-size: 10px;
		line-height: 13px;
		}
		
	.style3 .col2 ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}

	.style3 .col2 ul li { 
		padding: 0 0 0 15px;
		background: url(/images/common/squareBlue.gif) no-repeat 0 6px;
		font-size: 11px;
		line-height: 15px;
		}	
	
	.style3 .col2 a { 
		text-decoration: none;
		}
		
	#news ul {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0;
		width: 180px;
		}

	#news ul li { 
		background: url(/images/common/bg_newsIcon.gif) no-repeat 0 2px;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 15px;
		border-bottom: 1px solid #DDD;
		}	
	
	#news ul li a { 
		color: #000;
		text-decoration: none;
		}
		
	#news a.viewmore { 
		margin: 0 0 160px 0;
		}
		
	#newsAll ul {
		list-style-type: none;
		margin: 0 0 10px 0;
		padding: 0;
		width: 450px;
		}

	#newsAll ul li { 
		background: url(/images/common/bg_newsIcon.gif) no-repeat 0 2px;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 15px;
		border-bottom: 1px solid #DDD;
		}	
	
	#newsAll ul li a { 
		color: #000;
		text-decoration: underline;
		}
		
.newsContact { 
		/*padding: 0 0 0 15px;
		background: url(/images/common/squareBlue.gif) no-repeat 0 6px;*/
		font-size: 11px;
		line-height: 15px;
		}	
		
ul.contentlist {
	padding-bottom:10px
	}
ul.contentlist li em {padding-left:20px}

a.viewmore { 
	display: block; 
	height: 19px;
	width: 80px;
	background: url(/images/common/button_viewmore.gif) no-repeat 0 0; 
	text-indent: -5000px;
	text-decoration: none;
	outline: none; 
	}
		
	
select, input.homeSearch { 
	width: 175px;
	margin: 0 0 5px 0;
	}	
			
.clear { 
	clear: both; 
	margin: 0; 
	padding: 0; 
	}

.float { 
	float: left; 
	}
	
a { color: #389; }

a:hover { color: #045; }
		
p { 
	margin: 0 0 10px 0; 
	}	
	
h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #471;
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: 155px 5px;
	}	
	
	h1.propSearch { background-image: url(/images/common/bg_propSearch.gif); }
	h1.news { background-image: url(/images/common/bg_news.gif); }
	h1.propSearch { background-image: url(/images/common/bg_propSearch.gif); }
	h1.highlights { 
		background: #4c7010 url(/images/common/bg_highlights.gif) no-repeat 170px 3px; 
		color: #FFF; 
		line-height: 30px; 
		padding: 0 15px 0 15px; 
		margin: 0 -15px 10px -15px;
		}

	h1.strategic-plan { 
		background: #4c7010 url(/images/common/bg_pdf-green.gif) no-repeat 170px 3px; 
		color: #FFF; 
		line-height: 30px; 
		padding: 0 15px 0 15px; 
		margin: 0 -15px 10px -15px;
		}

	 .gradient ul li.pdf { 
		background: url(/images/common/bg_pdf-color.gif) no-repeat 0 2px;
		font-size: 11px;
		line-height: 15px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 15px;
		border-bottom: 1px solid #DDD;
		}	

	
h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #78a22f;
	border-top: 1px solid #DDD;
	margin: 14px 0 3px 0;
	padding: 10px 0 0 0;
	}
	
h2.noLine, h2.first { 
	font-size: 12px;
	font-weight: bold;
	color: #78a22f;
	margin: 0px 0 3px 0;
	padding: 0px 0 0 0;
	border-top: none;
	}	
.shdw {
	-moz-box-shadow:0 0 5px #bbb;
	-webkit-box-shadow:0 0 5px #bbb;
	box-shadow:0 0 5px #bbb;
	-moz-transition:all 350ms;
	-o-transition:all 350ms;
	-webkit-transition:all 350ms;
	transition-property:all;
	transition-duration:250ms;
	transition-timing-function:linear;
	}

h2.popup
{
	font-size: 12px;
	font-weight: bold;
	color: #4c6f11; /*78a22f*/
	margin: 0px 0 3px 0;
	/*border:solid 1px red;*/
	padding:10px 0 0 0;
	border-top:none;
}

#popup a {
	font-size: 11px;
	font-weight: normal;
	color: #4c6f11;
	}
	
h3 { 
	background-color: #471; 
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	background-repeat: no-repeat;
	background-position: 285px 5px;
	}
	
	h3.download { background-image: url(/images/common/bg_download.gif); }
		
h4 { 
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #389;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 10px 0;
	padding: 10px 0;
	}


.padded { 
	padding: 15px 0;
	}
	
	
/* added styles */

.printPage{
	position:absolute;
	bottom:25px;
	left:225px;
}

.printPageProp{
	/*position:absolute;
	bottom:25px;
	left:225px;*/
}
		
.tableTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}

.tdTable {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height: 13pt;
	color: #7b726c;
	font-weight : normal;
	text-decoration : none;
}

.tableSearch
{
	
	text-align:left;
	font-size:12px;/**/
}

.tablePopup
{
	border:solid 1px #ccc;
	text-align:left;
	font-size:12px;/**/
}

.tableSiteMap
{
	
	text-align:left;
	font-size:12px;/**/
}

.tableSiteMap ul li { 
		padding: 0 0 0 15px;
		background: url(/images/common/squareBlue.gif) no-repeat 0 6px;
		font-size: 11px;
		line-height: 15px;
		}	

.tablePopup tr
{
	background-color:#FFFFFF
}

.tablePopup.localres tr
{
	background-color:#eee
}

.tablePopup th
{
	background-color:#006666;
	border-bottom:solid 1px #ccc;
	padding:5px 0px 5px 10px;
	font-weight:normal;
	color:#fff;
}

.tablePopup th.divGray
{
	height:5px;
	border-bottom:none;
	background-color:#ccc;
}

.tablePopup tr.subhead
{
	background-color:#339999;
	color:#fff;
	font-size:10px;
}

.tablePopup td.bottomRow
{
	border-bottom:none;
}
.tablePopup td
{
	padding:5px 0px 5px 10px;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.tablePopup td.rightCell
{
	border-right:none;
}
.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #ccc;
		border: 1px solid #999999;
		vertical-align: text-bottom;
		color: #333333;
		font-weight: normal;
		}

.gridhead1 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#8E908F;
	
}

.gridbody1 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-color:#ffffff;
	padding:14px;
	vertical-align::top;
}

.gridbody2 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-color:#eeeeee;
	padding:4px;
	vertical-align::top;
	
}
.gridbody1:hover {background:#f3fdff;}
.gridbody2:hover {background:#daf1f5;}
.gridcell 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#333333;
	padding:7px;
	
}
.bidir .gridhead1 {
	font-size:11px;
	text-align:left;
	font-weight:normal;
	padding:10px 0px;
	}
.bidir select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px #cccccc solid;
	color: #666666;
	font-weight: normal
	}

.searchForm {
	border:1px solid #ddd;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px
	}
