.BackToTop{
	color : #FC7E29;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 16px;
}
.BackToTop A {color: #FC7E29; TEXT-DECORATION: none;}
.BackToTop A:LINK {color: #FC7E29;}
.BackToTop A:VISITED {color: #FC7E29;}
.BackToTop A:HOVER {color: #FC7E29; TEXT-DECORATION: none;}

.MainText{
	color : #696969;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 16px;
}
.MainText A {color: #FB7D28; TEXT-DECORATION: none;}
.MainText A:LINK {color: #FB7D28;}
.MainText A:VISITED {color: #FB7D28;}
.MainText A:HOVER {color: #FB7D28; TEXT-DECORATION: underline;}

.MainTextBlue{
	color : #31BDD8;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: 16px;
}
.MainTextBlue A {color: #31BDD8; font-weight : normal; TEXT-DECORATION: none;}
.MainTextBlue A:LINK {color: #31BDD8;}
.MainTextBlue A:VISITED {color: #31BDD8;}
.MainTextBlue A:HOVER {color: #31BDD8; TEXT-DECORATION: underline;}

.MainTextWhite{
	color : #FFFFFF;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height: 16px;
}
.MainTextWhite A {color: #66CC34; font-weight : normal; TEXT-DECORATION: none;}
.MainTextWhite A:LINK {color: #66CC34;}
.MainTextWhite A:VISITED {color: #66CC34;}
.MainTextWhite A:HOVER {color: #CC3333; TEXT-DECORATION: underline;}

.WhiteHeaderText{
	color : #FFFFFF;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : normal;
	line-height: 19px;
}

.CaseStudyHeaderText{
	color : #FBC39D;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : normal;
	line-height: 19px;
}
.secondaryNavBg{
	background-color: #FFFFFF;
	background-image: url(/Images/Nav/secondarynavbg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.RedHeaderText{
	color : #CC3333;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	line-height: 16px;
}
.RedHeaderText A {color: #CC3333; TEXT-DECORATION: none;}
.RedHeaderText A:LINK {color: #CC3333;}
.RedHeaderText A:VISITED {color: #CC3333;}
.RedHeaderText A:HOVER {color: #CC3333; TEXT-DECORATION: underline;}

.HomeText{
	color : #696969;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.HomeText A {color: #CC3333; font-weight : normal; TEXT-DECORATION: none;}
.HomeText A:LINK {color: #CC3333;}
.HomeText A:VISITED {color: #CC3333;}
.HomeText A:HOVER {color: #66CC34; TEXT-DECORATION: underline;}

.MainTextGreen{
	color : #66CC34;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.MainTextGreen A {color: #66CC34; font-weight : normal; TEXT-DECORATION: none;}
.MainTextGreen A:LINK {color: #66CC34;}
.MainTextGreen A:VISITED {color: #66CC34;}
.MainTextGreen A:HOVER {color: #66CC34; TEXT-DECORATION: underline;}

.SecondaryNavText{
	color : #5C5C5C;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;

}
.SecondaryNavText A {color: #7B7B7B; font-weight : bold; TEXT-DECORATION: none;}
.SecondaryNavText A:LINK {color: #7B7B7B;}
.SecondaryNavText A:VISITED {color: #7B7B7B;}
.SecondaryNavText A:HOVER {color: #FC7E29; TEXT-DECORATION: none;}

.SecondaryNavTextOn{
	color : #FC7E29;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
	background-color: #E3E3E3;
}
.SecondaryNavTextOn A {color: #5C5C5C; font-weight : bold; TEXT-DECORATION: none;}
.SecondaryNavTextOn A:LINK {color: #5C5C5C;}
.SecondaryNavTextOn A:VISITED {color: #5C5C5C;}
.SecondaryNavTextOn A:HOVER {color: #5C5C5C; TEXT-DECORATION: none;}

.FooterText{
	color : #666666;
	font-family : Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.FooterText A {color: #CC3333; font-weight : normal; TEXT-DECORATION: none;}
.FooterText A:LINK {color: #CC3333;}
.FooterText A:VISITED {color: #CC3333;}
.FooterText A:HOVER {color: #CC3333; TEXT-DECORATION: underline;}

.FormCell{
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
	text-align: right;
	background-color : #E2E2E2;
	padding-right: 5px;
}
.FormCell A {color: #CCCCCC; TEXT-DECORATION: underline;}
.FormCell A:LINK {color: #CCCCCC;}
.FormCell A:VISITED {color: #CCCCCC;}
.FormCell A:HOVER {color: #FF9900;}

.ErrText{
	color : red;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
	padding-left:2px;
}
.ErrText A {color: red; font-weight : normal; TEXT-DECORATION: none;}
.ErrText A:LINK {color: red;}
.ErrText A:VISITED {color: red;}
.ErrText A:HOVER {color: red; TEXT-DECORATION: underline;}



input{
	font-size : 11px;
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

select{
	font-size : 10px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	line-height: 24px;
}

.SetWidthSelect{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	width : 190px;
}

.SquareListItem{
	list-style-image : url(/Images/CommonImages/squarebullet.gif);
}

ul { 
	margin-top:0px;
	margin-left:18px; 
	margin-right:0px; 
	margin-bottom:15px;
	line-height: 20px;
	list-style-image : url(/Images/CommonImages/liststyle.gif); 
} 

textarea{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

.MainBody {
	margin-left: 0px;
	margin-top: 0px;
	margin-height: 0px;
	top-margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color : #FFFFFF;
}

.PhotoPad{
	margin-right: 10px;
	margin-bottom: 5px;
}

.HeaderBg{
	background-image : url(/Images/CommonImages/headerbg.gif);
}

.HomeLeftBg{
	background-image : url(/Images/Home/bottomleftbg.gif);
}

.HomeRightBg{
	background-image : url(/Images/Home/bottomrightbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.FooterBg{
	background-image : url(/Images/CommonImages/footerbg.gif);
}

.ContentBg{
	background-image : url(/Images/Home/bottomrightbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.GrayBorderBg{
	background-color : #CCCCCC
}

.LightGrayBg{
	background-color : #E6E6E6
}

.GreenBg{
	background-color : #FB7D28
}

.HeaderSkinBg{
	background-color : #F8F8F8
}

.FlashLogoDiv{
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -337px;
	text-align: left;
} 

.hotbox{
	padding:5px;
	cursor:pointer;
}

.hotbox img{
float:right;
margin:0 0 5px 5px;


}
.floatright {
	float:right;
	margin-bottom:5px;
	margin-left:5px;

}


.form-body form { margin:0; padding:0; }


/* ///// staygreen ////////////////// */
.staygreen-bg {
	position:relative;
	background:url(/Images/staygreen/staygreen-form-v3.gif) no-repeat;
	width:700px;
	height:730px;
}
.staygreen-thankyou {
	background:url(/Images/staygreen/staygreen-form-v3-thankyou.gif) no-repeat;
}

.staygreen-bg .form-fields { position:absolute; left:380px; top:151px; width:145px; }
.staygreen-bg .form-errors { position:absolute; left:530px; top:151px; width:180px; }
.staygreen-bg .form-errors .ErrText { background-color:#ffffff; }
.staygreen-bg .form-fields td { height:26px; vertical-align:top; }

.staygreen-bg input, .staygreen-bg textarea, .staygreen-bg select  {
	border:1px solid #c9c9c9;
	color:#2d2a25;
	font-size:13px;
	font-family:Tahoma, Verdana, Arial, "Times New Roman";
}

.staygreen-bg .form_medium { width:144px; }
.staygreen-bg .form_small { width:53px; }
.staygreen-bg select.form_small { width:61px; }


.staygreen-bg .form-checkboxes { position:absolute; left:238px; top:392px; }
.staygreen-bg .form-checkboxes div { height:21px; }
.staygreen-bg .form-checkboxes .form_checkboxes { float:left; border:none; }

.staygreen-bg .form-commentbox { position:absolute; left:240px; top:482px; }
.staygreen-bg .form-commentbox .form_comment {width:285px; height:69px; }

.staygreen-bg .btn-send { position:absolute; left:244px; top:569px; }

.staygreen-bg .SubmitCustomButton {
	background:url(/Images/staygreen/btn-send-v3.gif) no-repeat;
	width:90px;
	height:30px;
	cursor: hand;
	border:0;
	padding:0;
	margin:0;
}

.socialMediaIcons { }
.socialMediaIcons a img { border: none;}
.socialMediaIcons a { background: transparent url(../Images/Icons/socialmediaicons.gif) no-repeat scroll 0 0; display:block; float:right; margin:0 0 1px 10px; width:20px; height:20px;}
.socialMediaIcons a.facebook { background-position:0 0; }
.socialMediaIcons a.facebook:hover { background-position:0 -30px;}
.socialMediaIcons a.twitter { background-position:-30px 0;}
.socialMediaIcons a.twitter:hover { background-position:-30px -30px;}
