@media screen, print
{

	body  {
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		background: #666666;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-color: #000000;
		line-height: 17px;
		}
	.pan     #container {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
	}
	.pan   #logo {
		background: #000000;
		padding: 0px 0px 0px 0px;
		height: 120px;
		width: 820px;
		left: 0px;
	}
	.pan   #topbar {
		background: #000000;
		padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		height: 15px;
	}
	.pan   #topbar_nav {
		background: #000000;
		padding: 0 20px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		height: 30px;
		text-align: left;
		position: absolute;
		width: 600px;
		top: 85px;
		left: 0px;
	}
	.pan   #topbar_nav   h1 {
		margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		color: #666666;
		font-size: small;
		padding-top: 5px;
		font-weight: normal;
	}

	#topbar_nav ul {
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0;
		}
		
		#topbar_nav li {
		float: left;
		border-bottom-width: 0;
		margin: 0.5em 4em 0 0;
		color: #FFFFFF;
		font-size: 12px;
		}
		
		#topbar_nav a {
		display: block;
		padding: 0 1em;
		color: #CD071E;
		text-decoration: none;
		}
	#topbar_nav a:Hover {
		display: block;
		padding: 0 1em;
		color: #936FB1;
		text-decoration: underline;
	}
		
		#topbar_nav #selected {
			position: relative;
			top: 1px;
			background: white;
		}
	.pan   #main_nav {
		background: #000000;
		padding: 0 20px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		height: 90px;
		text-align: left;
		right: 0px;
		position: absolute;
		width: 590px;
		top: 58px;
	}
	.pan   #main_nav   p {
		font-size: 13px;
		line-height: 125%;
	}
	.pan   #main_nav   a {
		font-size: 13px;
		color: #CD071E;
		text-decoration: none;
	}
	.pan   #main_nav   a:Hover {
		font-size: 13px;
		color: #CD071E;
		text-decoration: underline;
	}
	.pan   #descriptor {
		background: #000000;
		padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		height: 30px;
		text-align: left;
		right: 0px;
		position: absolute;
		width: 220px;
		top: 98px;
	}
	.pan #header  {
		background: #000000;
		padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		border-bottom: 1pt Solid #666666;
		height: 150px;
		position: absolute;
	} 
	.pan   #header   h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	.pan   #mainimage {
		padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		margin: 0px 0px 0px 0px;
		height: 190px;
	}
	.pan     #sidebar1 {
		width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		left: 0px;
		top: 405px;
	}
	.sidebar1  nav {
		padding-bottom: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#sidebar1  h3 {
		border-bottom: 1pt solid #666666;
		padding-bottom: 10px;
		font-size: 12px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
	}
	#sidebar1 p {
		padding-bottom: 10px;
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 140%;
	}
	.pan   #sidebar2 {
		width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 20px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		right: 0px;
	}
	#sidebar2    p.news  {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/news-widget.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 45px;
		padding-right: 10px;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}
	#sidebar2 p.newspara {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-left: 15px;
		font-weight: lighter;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(../images/news-widget-slice.gif);
		background-repeat: no-repeat;
		padding-top: 5px;
		margin-top: 0px;
		border-top: 1pt dotted #333333;
		margin-bottom: 0px;
		padding-bottom: 5px;
	}
	#sidebar2 p.newsparabottom {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-left: 15px;
		font-weight: lighter;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		background-image: url(../images/news-widget-bslice.gif);
		background-repeat: no-repeat;
		border-top: 1pt dotted #333333;
		margin-top: 0px;
	}
	#sidebar2 p.download {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: bold;
		border-bottom: 1pt dotted #CD071E;
		padding-bottom: 35px;
		background-image: url(../images/download-pdf-widget.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 45px;
		padding-right: 10px;
	}
	#sidebar2 p.downloadpara {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-left: 15px;
		font-weight: bold;
		border-bottom: 1pt dotted #CD071E;
		padding-bottom: 35px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#sidebar2 p.teammembers {
	font-size: 10px;
	line-height: 13px;
	color: #CD071E;
	margin-top: 25px;
	margin-left: 15px;
	font-weight: lighter;
	background-image: url(../images/team-members-widget.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 28px;
	margin-bottom: 0px;
	}
	#sidebar2 p.teammemberspara {
	font-size: 10px;
	line-height: 13px;
	color: #CD071E;
	margin-top: 0px;
	margin-left: 15px;
	font-weight: lighter;
	background-image: url(../images/team-widget-slice.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	border-top: 1pt dotted #333333;
	}
	#sidebar2 p.teammembersparabottom {
	font-size: 10px;
	line-height: 13px;
	color: #CD071E;
	margin-left: 15px;
	font-weight: lighter;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/news-widget-bslice.gif);
	background-repeat: no-repeat;
	border-top: 1pt dotted #333333;
	margin-top: 0px;
	}
	#sidebar2 p.legislation {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/legislation-widget.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-top: 45px;
		padding-right: 10px;
		padding-bottom: 15px;
		margin-bottom: 0px;
	}
	#sidebar2 p.legislationpara {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-top: 0px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/legislation-widget-slice.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
		margin-bottom: 0px;
		border-top: 1pt dotted #333333;
	}
	#sidebar2   p.propertyfeed {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: bold;
		padding-bottom: 60px;
		background-image: url(../images/property-feed-widget.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 45px;
		padding-right: 10px;
	}
	#sidebar2   p.propertyfeedpara {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-left: 15px;
		font-weight: bold;
		border-bottom: 1pt dotted #CD071E;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#sidebar2 p.download_partner {
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	margin-top: 25px;
	margin-left: 15px;
	font-weight: lighter;
	background-image: url(../images/download_partner-widget.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 40px;
	margin-bottom: 0px;
	}
	#sidebar2 p.interested_partner {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/interested_partner-widget.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 55px;
		padding-right: 10px;
		padding-bottom: 45px;
		margin-bottom: 0px;
	}
	#sidebar2 p.partner_info {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		padding-left: 15px;
		padding-top: 45px;
		padding-right: 10px;
		padding-bottom: 15px;
		margin-bottom: 0px;
		background-image: url(../images/partner-information-widget.gif);
		background-repeat: no-repeat;
	}
	#sidebar2 p.query_partner {
		font-size: 11px;
		line-height: 14px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 55px;
		padding-right: 10px;
		padding-bottom: 220px;
		margin-bottom: 0px;
		background-image: url(../images/query_partner-widget.gif);
	}
	#sidebar2 p.query {
		font-size: 11px;
		line-height: 14px;
		color: #000000;
		margin-top: 25px;
		margin-left: 50px;
		font-weight: lighter;
		padding-left: 10px;
		padding-top: 55px;
		padding-right: 10px;
		padding-bottom: 220px;
		margin-bottom: 0px;
	}
	#sidebar2 p.recycle_home {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: normal;
		border-bottom: 1pt dotted #50B848;
		padding-bottom: 20px;
		background-image: url(../images/eco-home-widget.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 45px;
		padding-right: 10px;
	}
	#sidebar2 p.recyclepara {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-left: 15px;
		font-weight: normal;
		border-bottom: 1pt dotted #50B848;
		padding-bottom: 25px;
		padding-left: 10px;
		padding-right: 0px;
	}
	#sidebar2 p.eco1 {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: normal;
		border-bottom: 1pt dotted #50B848;
		padding-bottom: 20px;
		background-image: url(../images/eco-widget1.gif);
		background-repeat: no-repeat;
		padding-left: 10px;
		padding-top: 45px;
		padding-right: 10px;
	}
	#sidebar2  a.eco  {
		font-size: 10px;
		line-height: 13px;
		font-weight: lighter;
		color: #348B42;
		text-decoration: underline;
	}
	#sidebar2 p.careers {
		font-size: 10px;
		line-height: 13px;
		color: #000000;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/careers-widget.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-top: 45px;
		padding-right: 10px;
		padding-bottom: 15px;
		margin-bottom: 0px;
	}
	#sidebar2 p.careerspara {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-left: 15px;
		font-weight: lighter;
		padding-left: 15px;
		padding-right: 10px;
		background-image: url(../images/careers-widget-bottom.gif);
		background-repeat: no-repeat;
		padding-top: 10px;
		margin-top: 0px;
		border-top: 1pt dotted #333333;
		margin-bottom: 0px;
		padding-bottom: 25px;
	}
	#sidebar2 p.careerspara a {
		color: #CD071E;
	}
	#sidebar2 p.careerspara a:Hover {
		color: #CD071E;
		background: #B3B3B3;
	}
	#sidebar2 a {
		font-size: 10px;
		line-height: 13px;
		font-weight: lighter;
		color: #CD071E;
		text-decoration: underline;
	}
	#sidebar2 a:Hover {
		font-size: 10px;
		line-height: 13px;
		font-weight: lighter;
		color: #CD071E;
		text-decoration: underline;
		background-color: #B3B3B3;
	}
	.pan   #sidebar3 {
		width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: relative;
		right: 0px;
		float: right;
		top: 230px;
		border: 1pt solid #666666;
	}
	#sidebar3  p.contact {
		font-size: 11px;
		line-height: 150%;
		color: #FFFFFF;
		margin-top: 15px;
		margin-left: 15px;
		font-weight: lighter;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.pan   #mainContent {
		margin: 22px 220px 20px 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0px 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background-color: #FFFFFF;
		border-right: 1pt dotted #999999;
	} 
	#mainContent      h1     {
		font-size: 16px;
		font-weight: lighter;
		line-height: 21px;
		color: #CD071E;
		padding-bottom: 20px;
		border-bottom: 1pt dotted #333333;
		margin-bottom: 15px;
	}
	#mainContent h2 {
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		color: #CD071E;
		margin-bottom: 10px;
		font-variant: normal;
	}
	#mainContent h3 {
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		color: #333333;
		margin-bottom: 5px;
	}
	.h3_toprule  {
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		color: #CD071E;
		border-top: 1pt solid #CD071E;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
	.h3_toprulelight {
		font-size: 13px;
		font-weight: normal;
		line-height: 16px;
		color: #CD071E;
		border-top: 1pt solid #CD071E;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
	.h4_date {
		font-size: 13px;
		font-weight: normal;
		line-height: 14px;
		color: #666666;
		margin: 0px 0px 0px 0px;
	}
	#mainContent h4 {
		font-size: 13px;
		font-weight: normal;
		line-height: 14px;
		color: #333333;
		margin-top: 0px;
	}
	.pan #mainContent p {
		margin: 0px 0px 15px 0px;
	}
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 0px;
		margin-right: 20px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 0px;
		margin-left: 20px;
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	.pan   #box1 {
		background: #FFFFFF; /* this overrides the text-align: center on the body element. */
		float: left;
		height: 188px;
		min-height: 188px;
	}

	.pan   #sidebar1_case1 {
		width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		left: 0px;
		top: 600px;
		height: 60px;
	}
	.pan   #sidebar1_case2 {
		width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		left: 90px;
		top: 600px;
		height: 60px;
	}
	.pan  #sidebar1_case3 {
		width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		left: 0px;
		top: 670px;
		height: 60px;
	}
	.pan  #sidebar1_case4 {
		width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
		position: absolute;
		left: 90px;
		top: 670px;
		height: 60px;
	}
	.pan  #footer {
		padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		margin: 15px auto;
		height: 50px;
		border-top: 1pt solid #999999;
		width: 820px;
		position: relative;
	}
	#footer p {
		padding-bottom: 10px;
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 13px;
		text-align: left;
		color: #FFFFFF;
	}
	#footer a {
		padding-bottom: 10px;
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 140%;
		text-align: right;
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:Hover {
		padding-bottom: 10px;
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 140%;
		text-align: right;
		color: #666666;
		text-decoration: underline;
	}
	#footer ul {
		padding-bottom: 10px;
		font-size: 10px;
		margin-bottom: 15px;
		margin-top: 15px;
		font-weight: normal;
		line-height: 13px;
		color: #FFFFFF;
		list-style: none;
		display: inline;
	}
	#footer li {
		border-bottom-width: 0;
		color: #FFFFFF;
		font-size: 10px;
		text-align: left;
		float: left;
		display: inline;
		margin: 1em 6em 0 0;
	}
	#sidebar2 p.listing {
		font-size: 15px;
		line-height: 140%;
		color: #936FB1;
		margin-top: 25px;
		margin-left: 20px;
		font-weight: normal;
		border-bottom: 1pt solid #666666;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#footer_s a {
		font: 13px Verdana, Arial, Helvetica, sans-serif;
		background: #666666;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #FFFFFF;
		background-color: #000000;
		line-height: 130%;
	}
	.contactform {
		color: #FFFFFF;
		font-size: 10px;
		line-height: 140%;
	}
	#sidebar2 p.study {
		font-size: 15px;
		line-height: 130%;
		color: #FFFFFF;
		margin-top: 25px;
		margin-left: 20px;
		font-weight: normal;
		border-bottom: 1pt solid #666666;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#sidebar2 p.studytext {
		font-size: 12px;
		line-height: 130%;
		color: #FFFFFF;
		margin-top: 10px;
		margin-left: 20px;
		font-weight: normal;
		border-bottom: 1pt solid #666666;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	#sidebar2   ul {
		padding: 10px 15px 20px 20px;
		margin: 10px 0px 20p 0px;
		list-style: none;
		float: left;
	}
	#sidebar2_case1  {
		width: 80px; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
		position: static;
		height: 60px;
		float: left;
		margin-top: 10px;
	}
	#sidebar2_case2  {
		width: 80px; /* padding keeps the content of the div away from the edges */
		position: static;
		height: 60px;
		float: right;
	}
	.style1  {
		font-size: 9px
	}
.input {
	border: 1px solid #006;
	;
	background: #999999;
	;
}
.input:hover {
	border: 1px solid #f00;
	;
	background: #CD071E;
	;
}
.button {
	border: 1px solid #006;
	;
	background: #9cf;
}
.button:hover {
	border: 1px solid #f00;
	;
	background: #CD071E;
}
	.style1:Hover {
		font-size: 9px;
		text-decoration: underline;
	}
	.pan #bottomcontainer {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #000000;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
	}
	.pan #spacer {
		padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		height: 10px;
		background-color: #000000;
	}

	/*Added by GD*/
	.mainNavigation {
		width:190px;
		height: 260px;
		float: left;
		padding-top:13px;
	}

	.mainNavigation.initAnimate>div
	{
		position:absolute;
		top:-1000px;
	}


	.mainNavigation a {

		background: transparent;
		display:block;
		margin: 7px 0px;	
	}
	.mainNavigation .selected {

		cursor: default;
	}
	.mainNavigation .selected>span {
		border-top:none;
		border-right: 10px solid #B3B3B3;
		border-bottom:none;	
		border-left:none;
	}
	.mainNavigation .selected:hover img {
		border:none !important;
	}

	.mainNavigation a>img {
		border-top:none;
		border-right: 0px solid black; /* default to 0px for IE6*/
		border-bottom:none;	
		border-left:none;
		
		}
	.mainNavigation a:hover>img {
		border-top:none;
		border-right: 30px solid black; /* default to 10px for IE6*/
		border-bottom:none;	
		border-left:none;
		
		}


	.mainNavigation a:hover {
		text-decoration: none !important;
		}
	.imagestrip {
		width:200px;
		height: 20px;
		position: absolute;
		float: left;
		top: 630px;
		left: 0px;
		background-color: #B3B3B3;
		border: 0px;
	}
	.imagestrip p {
		width:187px;
		height: 40px;
		position: absolute;
		float: left;
		top: 76px;
		left: 0px;
		border: 0px;
		font-size: 11px;
		padding-left: 15px;
		color: #999999;
		line-height: 13px;
	}
	p.policy    {
		width:186px;
		height: 61px;
		position: absolute;
		float: left;
		top: 150px;
		left: 0px;
		border: 0px;
		font-size: 12px;
		padding-left: 15px;
		color: #999999;
		line-height: 18px;
		text-align: right;
	}
	img.thumbnail {
		padding: 0px 0px 0px 0px;
	}
		
	h1 {
	margin:0px;
	}
	.pan #servicesContent {
		margin: 22px 220px 20px 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		padding: 0px 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		background-color: #FFFFFF;
		border-right: 1pt dotted #999999;
	}
	#servicesContent h1 {
		font-size: 16px;
		font-weight: lighter;
		line-height: 21px;
		color: #CD071E;
		padding-bottom: 15px;
		border-bottom: 1pt dotted #333333;
		margin-bottom: 20px;
	}
	#servicesContent h2 {
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		color: #CD071E;
		margin-bottom: 7px;
	}
	.pan #servicesContent p {
		margin: 0px 0px 15px 0px;
	}
	.servicesstrip1 {
	width:600px;
	height: 220px;
	position: absolute;
	float: left;
	top: 600px;
	left: 0px;
	border: 0px;
	}
	.step1 {
		font-size: 15px;
		color: #FFFFFF;
		margin: 0px 0px 0px 170px;
		background-color: #666666;
		height: 25px;
		padding: 8px 0px 0px 15px;
	}
	.step1text {
		font-size: 12px;
		color: #333333;
		margin: 5px 0px 0px 0px;
		height: 25px;
		padding: 5px 0px 0px 220px;
	}
	.step1li  {
		font-size: 12px;
		color: #000000;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 200px;
	}
	.step1ul {
		font-size: 12px;
		color: #000000;
		margin: 5px 0px 0px 205px;
		height: 25px;
		padding: 5px 0px 0px 0px;
	}
	.servicesflash1 {
	width:200px;
	height: 193px;
	position: absolute;
	float: left;
	top: 640px;
	border: 0px;
	right: 15px;
	}
	.servicesstrip2 {
	width:606px;
	height: 170px;
	position: absolute;
	float: left;
	top: 844px;
	border: 0px;
	right: 13px;
	}
	.step2 {
		font-size: 15px;
		color: #FFFFFF;
		margin: 0px 165px 0px 15px;
		background-color: #999999;
		height: 25px;
		padding: 8px 0px 0px 15px;
	}
	.step2li {
		font-size: 12px;
		color: #000000;
		padding: 0px 0px 0px 0px;
		margin: 5px 220px 0px 0px;
	}
	.step2ul {
		font-size: 12px;
		color: #000000;
		margin: 5px 0px 0px 0px;
		height: 25px;
		padding: 5px 0px 0px 0px;
	}
	.servicesflash2 {
	width:180px;
	height: 170px;
	position: absolute;
	float: left;
	top: 843px;
	border: 0px;
	left: 9px;
	}
	.servicesstrip3 {
	width:600px;
	height: 215px;
	position: absolute;
	float: left;
	top: 1038px;
	left: 0px;
	border: 0px;
	}
	.step3 {
		font-size: 15px;
		color: #FFFFFF;
		margin: 0px 0px 0px 170px;
		background-color: #666666;
		height: 25px;
		padding: 8px 0px 0px 15px;
	}
	.step3li {
		font-size: 12px;
		color: #000000;
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 0px 200px;
	}
	.step3ul {
		font-size: 12px;
		color: #000000;
		margin: 5px 0px 0px 205px;
		height: 25px;
		padding: 5px 0px 0px 0px;
	}
	.servicesflash3 {
	width:200px;
	height: 177px;
	position: absolute;
	float: left;
	top: 1035px;
	border: 0px;
	right: 15px;
	}
#mainContent   h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #CD071E;
	margin-bottom: 10px;
	font-variant: normal;
	border-top: 1pt solid #CD071E;
	margin-top: 20px;
	padding-top: 10px;
}
	#mainContent  h5 {
		font-size: 16px;
		font-weight: lighter;
		line-height: 21px;
		color: #50B848;
		padding-bottom: 15px;
	}
	#mainContent  h6 {
		font-size: 13px;
		font-weight: normal;
		line-height: 14px;
		color: #348B42;
		margin-bottom: 10px;
	}
	#sidebar2 eco1 a:Hover {
		font-size: 10px;
		line-height: 13px;
		font-weight: lighter;
		color: #CD071E;
		text-decoration: underline;
		background-color: #B3B3B3;
	}
	#sidebar2 p.tenants {
		font-size: 10px;
		line-height: 13px;
		color: #CD071E;
		margin-top: 25px;
		margin-left: 15px;
		font-weight: lighter;
		background-image: url(../images/tenants-widget.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		padding-top: 45px;
		padding-right: 10px;
		padding-bottom: 15px;
		margin-bottom: 0px;
	}
	.contactbutton {
		color: #CD071E;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	.contacttext {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 2px;
	}
	.didyouknowstrip {
		width:200px;
		height: 51px;
		position: absolute;
		float: left;
		top: 618px;
		left: 0px;
		background-color: #B3B3B3;
		border: 0px;
	}
	.didyouknowstrip p {
		width:185px;
		height: 40px;
		position: absolute;
		float: left;
		top: 65px;
		left: 0px;
		border: 0px;
		font-size: 12px;
		padding-left: 15px;
		color: #666666;
		line-height: 15px;
	}
	.didyouknowstrip a {
		color: #CD071E;
		text-decoration: none;
	}
	.didyouknowstrip a:hover {
		color: #CD071E;
		text-decoration: underline;
	}
	.pan #mainContent a {
		margin: 0px 0px 15px 0px;
		color: #CD071E;
	}
	.pan #containerheight {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
		height: 1250px;
	}
		.pan #containermedium {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
		height: 1450px;
	}
	
			.pan #containertall {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
		height: 2000px;
	}
		.pan #containeradmin {
		width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0px auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
		height: 2000px;
	}
	#servicesContent h3 {
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		color: #333333;
		margin-bottom: 5px;
	}

	/* New Nav */
	.mainNavigation a
	{
		text-decoration: none;
	}
	.mainNavigation a div
	{
		background: black;
		color: white;
		font-weight: bold;
		padding: 3px 3px 3px 10px;
		font-size:12px;
		border-right: 0px solid black;
	} 

	.mainNavigation a.selected div
	{
		background: #b3b3b3;
		color: #cd071e;
	}


	/* End New Nav */
	.mainNavigation a.selected_eco div {
		background: #b3b3b3;
		color: #348B42;
	}
	p.contactsignoff {
		margin: 0px 0px 15px 0px;
		color: #CD071E;
		border-top: 1pt dotted;
		padding-top: 10px;
	}
	.pan #mainContent p.ecolink {
		margin: 0px 0px 15px 0px;
	}
	.pan #mainContent p.ecolink a {
		margin: 0px 0px 15px 0px;
		color: #348B42;
	}
	#sidebar2 p.quickcontact {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-top: 25px;
	margin-left: 15px;
	font-weight: lighter;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	background-image: url(../images/quick-contact-widget.gif);
	}
}
/* Styles for printing */
@media print {
  .mainimage, .mainNavigation , .imagestrip
  {
	display: none;
	width:0px;
	height:0px;
 }
}
