/* CSS Media = Screen */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #464646;
	background-image:url(../images/BG.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,table,tr,td,th,ul,li{
	font-size:10.5pt;
	line-height:16pt;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#beb36a;
	font-size:20pt;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:15pt;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13pt;
}
a, a:link, a:visited{
	color:#336666;
}

#tagline {
display:inline;
margin: 15 0 10 0px;
font-size:12pt;
color:#beb36a; font-weight:lighter; font-style:italic;
}
#headline {
display:inline;
margin: 15 0 10 0px;
}

#wrapper {
	position: relative;
	left: 50%;
	margin-left: -481px;
	width:962px;
	border:2px solid #ffffff;
	background-color: #a3a3a3;
	background-image:url(../images/ContentBG.gif);
	
	background-repeat:repeat-y;
	height:auto;
	/*-moz-box-sizing: border-box;*/
}

#wrapperLPG {
	position: relative;
	left: 50%;
	margin-left: -481px;
	width:962px;
	border:2px solid #ffffff;
	background-color: #a3a3a3;
	background-image:url(../images/ContentBGgreen.gif);
	
	background-repeat:repeat-y;
	height:auto;
	/*-moz-box-sizing: border-box;*/
}


#header {
	width:958px;
}
#headerLevel2 {
	width:958px;
	height:141px;
	background-image:url(../images/Header_Level2_Bg.gif);
	background-repeat:no-repeat;
}

#headerMain {
	width:958px;
	height:290px;
	background-image:url(../images/Header_Level2_Bg.gif);
	background-repeat:no-repeat;
	background-image:none;
}
#content {
	width:958px;
	height:auto;
}
#left {
	width:230px;
	float:left;
	margin:0 0 0 20px;
	*margin:0 0 0 8px;
	padding:0 15px;
}
#right {
	float:left;
	width:625px;
	margin:0 0 0 20px;
}
#breadcrumbs {
	width:100%;
	font-size:8pt;
	color:#666666;
	background-color:#dedede;
	padding:0 5px;
}
#breadcrumbs a{
	color:#666666;
	text-decoration:none;
}
#breadcrumbs a:hover{
	color:#333333;
	text-decoration:underline;
}
.extra {
	float:right;
	margin-left:20px;
}
#leftMenu {
	width:227px;
	background-image:url(../images/leftNav_BG.gif);
	background-repeat:repeat-y;
}
#leftMenuTop {
	width:227px;
	height:20px;
	background-image:url(../images/leftNav_Top.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #cccccc;
}
#leftMenuBottom {
	width:227px;
	height:20px;
	background-image:url(../images/leftNav_Bottom.gif);
	background-repeat:no-repeat;
}
.leftMenu_Item{
	border-bottom:1px dotted #cccccc;
	padding:1px 0;
	width:205px;
	margin:0 0 0 1px; 
	font-size:9pt;
	color:#336666;
}
.leftMenu_Item a{
	color:#336666;
	text-decoration:none;
	display:block;
	width:100%;
	padding:7px 10px;
}
.leftMenu_Item a:hover{
	color:#336666;
	text-decoration:underline;
	background-color:#dedede;
}

.leftMenu_Sub{
}
.leftMenu_SubHeader{
	border-bottom:1px dotted #cccccc;
	padding:7px 10px;
	width:205px;
	margin:0 0 0 1px; 
	font-size:9pt;
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
}
.leftMenu_SubHeader a, .leftMenu_SubHeader a:link, .leftMenu_SubHeader a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.leftMenu_SubHeader a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.leftMenu_SubFooter{
	border-bottom:1px dotted #cccccc;
	padding:1px 10px;
	width:205px;
	margin:0 0 0 1px; 
	font-size:2px;
	color:#FFFFFF;
	background-color:#999999;
	height:2px;
}
.leftMenu_Sub .leftMenu_SubItem{
	border-bottom:1px dotted #cccccc;
	padding:1px 0;
	width:205px;
	margin:0 0 0 1px; 
	font-size:9pt;
	color:#336666;
}
.leftMenu_Sub .leftMenu_Item a{
	color:#333333;
	text-decoration:none;
	display:block;
	width:100%;
	padding:5px 10px;
	background-color:#dedede;
}
.leftMenu_Sub .leftMenu_Item a:hover{
	color:#333333;
	text-decoration:underline;
	background-color:#CCCCCC;
}


/*Green addition*/
.leftMenu_SubHeader_green{
	border-bottom:1px dotted #cccccc;
	padding:7px 10px;
	width:205px;
	margin:0 0 0 1px; 
	font-size:9pt;
	color:#FFFFFF;
	background-color:#739549;
	font-weight:bold;
}
.leftMenu_SubHeader_green a, 
.leftMenu_SubHeader_green a:link, 
.leftMenu_SubHeader_green a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.leftMenu_SubHeader_green a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.leftMenu_Sub_green .leftMenu_SubItem{
	border-bottom:1px dotted #cccccc;
	padding:1px 0;
	width:205px;
	margin:0 0 0 1px; 
	font-size:9pt;
	color:#336666;
}
.leftMenu_Sub_green .leftMenu_Item a{
	color:#333333;
	text-decoration:none;
	display:block;
	width:155px;
	padding:5px 35px;
	background-color:#e6f5b5;
	background-image:url(../images/greenMenuBg.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.leftMenu_Sub_green .leftMenu_Item a:hover{
	color:#333333;
	text-decoration:underline;
}
.leftMenu_SubFooter_green{
	border-bottom:1px dotted #cccccc;
	padding:1px 10px;
	width:205px;
	margin:0 0 0 1px; 
	font-size:2px;
	color:#FFFFFF;
	background-color:#739549;
	height:2px;
}



.colorTable td{
	font-size:8pt;
}
.salesRepEmail{
	font-size:10.5pt;
	font-weight:normal;
}
.pressRoomList ul li{
	margin-bottom:16px;
}
.pressRoomList ul li a{
	font-weight:bold;
}
.frontHighlight{
	font-weight:bold;
	color:#333333;
	line-height:18pt;
}
.formTable{
border-collapse:collapse;
}
.formTable td{
	padding-bottom:10px;
}
.formTable td td{
	padding-bottom:0;
}

.atAGlanceTH{
	background-color:#d5d5d5;
	border-bottom:solid 2px #ffffff;
	height:26px;
}
.atAGlanceTD{
	background-image:url(../images/atAGlanceBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.atAGlanceItems{
	border-collapse:collapse;
}
.atAGlanceItems td{
	border-bottom:solid 1px #cccccc;
	color:#999999;
	font-size:9pt;
	padding:2px;
}
.atAGlanceItems td a, .atAGlanceItems td a:visited, .atAGlanceItems td a:link{
	color:#666666;
}
.atAGlanceItems td a:hover{
	color:#333333;
}
.compareTable{
	border-left:solid 1px #c7c7c7;
	border-right:solid 1px #c7c7c7;
	border-top:solid 1px #c7c7c7;
	
}
.compareTable td{
	font-size:8pt !important;
}
.compareTableDiv{
	float:left;
}
.testimonialAuthor{
	font-weight:bold;
	font-size:9pt;
	color:#666666;
	margin-left:15px;
}
.testimonialLocation{
	font-weight:normal;
	font-size:9pt;
	font-style:italic;
	margin-left:20px;
	line-height:12pt;
	margin-bottom:30px;
}
#Footer {
	width:956px;
	height:140px;
	background-image:url(../images/FooterBG.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	font-size:8pt;
	text-align:center;
	margin:25px 0 0 0;
	background-color: #a3a3a3;
	clear:both;
}
#Footer p {
	background-color: #a3a3a3;
	width:500px;
	text-align:center;
	margin:0 auto;
	margin-top:7px;
}
#Footer a {
	color:#333333;
}
#Footer a:hover {
	color:#CCCCCC;
}
#navFooter {padding:10px;}
#corpFooter {font-size:150%;}

/*Green Addition*/
.green{
	width:625px;
	height:auto;
	background-image:url(../images/green/greenBg.jpg);
	background-repeat:no-repeat;
}
.green p.intro{
	color:#ffffff;
	margin:0 250px 20px 20px;
	padding-top:20px;
}
.tab{
	width:292px;
	background-image:url(../images/green/tabBg.gif);
	background-repeat:repeat-y;
	margin:10px 0 0 20px;
}
.tab .top{
	background-image:url(../images/green/tabTop.gif);
	background-repeat:no-repeat;
	width:292px;
	height:28px;
	padding:5px 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.tab .top h2{
	font-size:16px;
	color:#9dcf80;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:20px;
}
.tab .bottom{
	background-image:url(../images/green/tabBottom.gif);
	background-repeat:no-repeat;
	width:292px;
	height:9px;
	margin:0;
	padding:0;
	clear:both;
}
.tab .body p{
	font-size:8pt;
	line-height:125%;
	color:#999999;
	margin:0;
	padding:5px 10px;
}
.accordionMenu{
	margin:5px;
}
h3.accordion_toggle{
	background-image:url(../images/green/tabItemBg.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 0 2px 22px;
	font-size:13px;
	border-top:1px dotted #cccccc;
	margin:0;
	line-height:20px;
	background-color:#f4f4f4;
}
h3.accordion_toggle_active {
	background: url(../images/green/tabItem2Bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#f4f4f4;
}
h3.accordion_toggle_selected{
	background: url(../images/green/tabItem2SelectedBg.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#f4f4f4;
}
.accordion_content{
	background-color:#f4f4f4;
	overflow:hidden;
}
.accordion_content p{
	font-size:12px;
	margin:0;
	padding:5px 0;
	line-height:16px;
}




/*
Green Campaign
*/
#wrapperGreen {
	position: relative;
	left: 50%;
	margin-left: -481px;
	width:962px;
	border:2px solid #ffffff;
	background-color: #a3a3a3;
	background-image:url(../images/ContentBGgreen.gif);
	
	background-repeat:repeat-y;
	height:auto;
	/*-moz-box-sizing: border-box;*/
}
#headerLevel2green{
	width:958px;
	height:auto;
	background-image:url(../images/Header_Level2_Bg.gif);
	background-repeat:no-repeat;
}
#contentGreen {
	width:958px;
	height:auto;
	background-image:url(../images/IntrisicallyGreen_BG.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#leftGreen {
	width:300px;
	float:left;
	margin:0px;
	padding:0 15px;
}
#rightGreen {
	float:left;
	width:550px;
	margin:0 15px;
	*margin:0;
}

#rightGreen h1{
background-image:url(../images/green/h1_bg.gif);
background-position:left;
background-repeat:no-repeat;
color:#e2e029;
padding:0 0 0 25px;
font-size:18pt;
}

#breadcrumbsGreen {
	width:913;
	font-size:8pt;
	color:#ffffff;
	padding:15px  0 5px 40px;
}
#breadcrumbsGreen a,
#breadcrumbsGreen a:link,
#breadcrumbsGreen a:visited
#breadcrumbsGreen a:hover{
	color:#FFFFFF;
}

.caseSide{
	float:right;
	clear:right;
	margin:0 0 10px 10px;
	width:272px;
	height:auto;
}
.caseSideGallery{
	width:272px;
	height:190px;
	background-image:url(../images/green/caseSide_galleryBg.gif);
	background-repeat:no-repeat;
}
.caseSideDetails{
	width:272px;
	height:auto;
	background-image:url(../images/green/caseSide_bg.gif);
	background-repeat:repeat-y;
}
.caseSideTop{
	width:272px;
	height:17px;
	background-image:url(../images/green/caseSide_top.gif);
	background-repeat:no-repeat;
}
.caseSideBottom{
	width:272px;
	height:19px;
	background-image:url(../images/green/caseSide_bottom.gif);
	background-repeat:no-repeat;
}
#caseSideBody{
	width:232px;
	height:auto;
	margin:0 20px;
	
}
#caseSideBody p,
#caseSideBody ul li,
#caseSideBody ol li{
	font-size:9pt;
	line-height:125%;
}
#caseSideBody p{
	padding:0;
	margin:5px 0;
}
#caseSideBody h3{
	font-size:11pt;
	color:#000000;
}
ul.caseSideHighlights{
	list-style-type:none;
	background-color:#b5b99c;
	width:100%;
	border-top:2px dotted #7e854b;
	margin:0;
	padding:0;
}
ul.caseSideHighlights li{
	border-bottom:2px dotted #7e854b;
	padding:2px;
}

ul.caseSideMore a,
ul.caseSideMore a:visited,
ul.caseSideMore a:link{
	color:#cccccc;
}
ul.caseSideMore a:hover{
	color:#FFFFFF;
}
