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 
---------------------------------------------------------------------*/	
#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.contact a { background-image: url(../images/topNav/topNav-contact.gif); width: 47px; }	
		#topNav ul li.links a { background-image: url(../images/topNav/topNav-links.gif); width: 29px; }	
		#topNav ul li.sitemap a { background-image: url(../images/topNav/topNav-sitemap.gif); width: 45px; }	
		#topNav ul li.enewsletter a { background-image: url(../images/topNav/topNav-enewsletter.gif); width: 106px; }	
		#topNav ul li.search a { background-image: url(../images/topNav/topNav-search.gif); width: 63px; 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;
		}
		
ul.mainMenu { 
	list-style-type: none;
	margin: 0 0 160px 0;
	padding: 0;
	width: 210px;
	}
	
	ul.mainMenu li { 
		width: 210px;
		height: 18px;
		line-height: 18px;
		border-bottom: 1px solid #DDD;
		}
		
	ul.mainMenu li a {
		display: block;
		padding: 0 0 0 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: #045;
		}	
		
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;
		/*order:solid 1px red;*/
		}
				
	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.mainMenu li.selected li a */	
	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;
		}
		
	/* start here */
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: 163px;
		color: #666666;
		display:block;
		}
	
	* html ul.tertiary li.top
	{
		border-top:1px solid #DDD;
	}
	
	.last 
	{
		border-bottom:none;
	}	

	/* 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;
	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); }
	
	
#flash { 
	float: left;
	width: 755px;
	height: 294px;
	}
				
/*  BOTTOM-SECTION STYLES 
---------------------------------------------------------------------*/	
	
#bottom {
	width: 100%;
	margin: 0; 
	padding: 15px 0 20px 0;
	border-top: 1px solid #045;
	}

#popup #bottom
{
	padding:0;
	border-top:none;
	text-align:left;
	background:url(/images/popup/popUpFooterBG.gif) repeat-x;
}	
	
#links { 
	width: 660px;
	float: left;
	margin-right: 5px;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	}
	
	#links ul { 
		list-style-type: none; 
		margin: 0;
		padding: 0;
		}
	
	#links ul li {
		float: left;
		margin: 0 10px 0 0; 
		padding: 0 10px 0 0;
		background: url(../images/common/squareDark.gif) no-repeat right 6px;
		}
		
	#links ul li.last { 
		background: none; 
		margin: 0; 
		padding: 0;
		}	
		
	#links a { 
		color: #FFF; 
		text-decoration: none;
		}
		
	#links a:hover { 
		color: #d3f29c;
		}
	
#copyright {
	float: left;
	width: 300px;
	color: #c5e7eb;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	line-height: 13px;
	}

	#copyright a { 
		color: #c5e7eb; 
		text-decoration: none;
		}
		
	#copyright a:hover { 
		color: #d3f29c;
		}
			

/*  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;
		}	
		

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;
		}

	
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 { 
	font-size: 12px;
	font-weight: bold;
	color: #78a22f;
	margin: 0px 0 3px 0;
	padding: 0px 0 0 0;
	border-top: none;
	}	

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 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;
	
}

.gridbody2 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-color:#eeeeee;
	padding:4px;
	
}

.gridcell 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#333333;
	padding:7px;
	
}