/* CSS Document */
*{padding:0;margin:0}

a
{
    text-decoration: none;
}

p
{
	padding:5px 0px 5px 5px;
}
p span
{
	font-size:12px;
}
body
{
	margin:0;
	background:#D4F2FD url(../images/bg2.jpg) top center no-repeat;
	font:12px arial;
	color:#005e20
}
input, textarea
{
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
}
img
{
	border:none
}
p img
{
	margin:5px;
}
.login_form
{
    float:right;
}
.cap_login
{
    width:100%;
    float:left;
    padding-top:15px;
}
#username,#password
{
    text-decoration:italic;
}
#accoform
{
    width:670px;
}
.logoLeft
{
    width:880px;
}
.logo_main
{
    float:left;
    margin:0px;
    padding:0px;
}
.sample_green
{
    float:right;
    margin:0px;
    padding-top:10px;
}
.rmi_btn
{
	float:right;
    margin:0px;
    padding-top:10px;
	padding-right:10px;
}
a.more_info
{
	color:#65952D;
    text-decoration: underline;
}

/*STEP1*/
#save_form a {
    margin:10px;
	float:left;
	display:block;
	width:146px;
	height:28px;
	background:url(/images/save_profile_btn.png) 0 0;
	text-indent:-9000px;
    
}
#save_form a:hover {
	background:url(/images/save_profile_btn.png) 0 28px;
}
#print_form a {
    margin:10px;
	float:left;
	display:block;
	width:146px;
	height:28px;
	background:url(/images/print_form_btn.png) 0 0;
	text-indent:-9000px;
    
}
#print_form a:hover {
	background:url(/images/print_form_btn.png) 0 28px;
}
#email_form a {
    margin:10px;
	float:left;
	display:block;
	width:146px;
	height:28px;
	background:url(/images/email_form_btn.png) 0 0;
	text-indent:-9000px;
    
}
#email_form a:hover {
	background:url(/images/email_form_btn.png) 0 28px;
}
#next_step a {
    margin:10px;
	float:left;
	display:block;
	width:177px;
	height:47px;
	background:url(/images/click_next_btn.png) 0 0;
	text-indent:-9000px;
    
}
#next_step a:hover {
	background:url(/images/click_next_btn.png) 0 47px;
}

/*END OF STEP1*/

/*STEP2*/
.search_box
{
	height:101px;
	width:663px;
	background-image:url('/images/SearchBox.png');
}
#back_div a {
    margin:10px 0px 0px 220px;
	float:left;
	display:block;
	width:92px;
	height:28px;
	background:url(/images/go_back_btn.png) 0 0;
	text-indent:-9000px;
    
}
#back_div a:hover {
	background:url(/images/go_back_btn.png) 0 28px;
}
#next_step2 a {
    margin:10px;
	float:right;
	display:block;
	width:158px;
	height:46px;
	background:url(/images/click_next_2_btn.png) 0 0;
	text-indent:-9000px;
    
}
#next_step2 a:hover {
	background:url(/images/click_next_2_btn.png) 0 46px;
}
.step2_btns
{
    width: 100%;
    padding-top:10px;
    float:left;
    overflow:hidden;
    background: #FFF;
}
/*END STEP2*/

.ask_david2
{
	width:830px;
	height:150px;
	float:left;
	margin:20px 0px 20px 30px;
}
.ask_david3
{
	width:830px;
	height:150px;
	margin:20px auto 0 auto;
}
.ask_david_foot
{
	width:830px;
	height:150px;
	margin:0 auto;
	padding-top:40px;
}
/*STEP3*/
.step3_btns
{
    margin:0 auto;
    width:500px;
    overflow:hidden;
}
#back_div2 a {
    margin:20px;
	float:left;
	display:block;
	width:92px;
	height:28px;
	background:url(/images/go_back_btn.png) 0 0;
	text-indent:-9000px;
    
}
#back_div2 a:hover {
	background:url(/images/go_back_btn.png) 0 28px;
}
#printBtn a {
    margin:20px;
	float:left;
	display:block;
	width:75px;
	height:28px;
	background:url(/images/print_btn.png) 0 0;
	text-indent:-9000px;
    
}
#printBtn a:hover {
	background:url(/images/print_btn.png) 0 28px;
}
#emailBtn a {
    margin:20px;
	float:left;
	display:block;
	width:78px;
	height:28px;
	background:url(/images/email_btn.png) 0 0;
	text-indent:-9000px;
}
#emailBtn a:hover {
	background:url(/images/email_btn.png) 0 -28px;
}
#saveBtn a {
    margin:20px;
	float:left;
	display:block;
	width:78px;
	height:28px;
	background:url(/images/save_btn.png) 0 0;
	text-indent:-9000px;
}
#saveBtn a:hover {
	background:url(/images/save_btn.png) 0 -28px;
}
/*STEP3*/

/*PROVIDER STEP2*/

.prov_details
{
    float:left;
    width:480px;
}
.prov_name
{
    padding-bottom:5px;
    font-weight:bold;
    font-size:12px;
    
}
.prov_step3_name
{
    padding-left:30px;
    float:left;
    width:630px;
}
.tag
{
    float:left;
    width:165px;
    text-align:center;
}
.providers
{
    float:left;
    width:657px;
    padding:20px 0px;
    background-color:#E1EFCC;
    border:1px solid #fff;
}
.gitem_name
{
    float:left;
    background-color:#01AEF0;
    font-weight:bold;
    padding:3px 0 0 5px;
    color:#fff;
    font-size:12px;
    height:20px;
    width:655px;
}
#pagination
{
	font-size:12px;
	font-weight:bold;
    float:left;
	padding:5px 0px 30px 0px;
	width:650px;
	text-align:right;

}
a.pagin:link{cursor:hand;color:#07552D;text-decoration:none;}
a.pagin:visited{cursor:hand;color:#07552D;text-decoration:none;}
a.pagin:hover{cursor:hand;color:#07552D;text-decoration:none;}
a.pagin:active{cursor:hand;color:#07552D;text-decoration:none;}
/*END PROVIDER STEP2*/
/*TOOLTIPS FOR MOOTOOLS*/

.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 8px;
	background: url('/images/bubble.png') top left;
}
 
.tip-text {
	font-size: 12px;
	padding: 4px 8px 8px 0px;
	background: url('/images/bubble.png') bottom right;
}


/*END TOOLTIPS FOR MOOTOOLS*/

.content {
	width: 890px;
	padding-top: 20px;
	margin:0 auto;
    
}
#myform
{
    padding:0px;
    margin:0px;
}
.main_container
{
	float:left;
	text-align:left;
	background-color:#fff;
	padding:0px;
	margin:45px 0px 0px 0px;
	width:890px;
}
.main_container2
{
    
	text-align:left;
	padding:0px;
    float:left;
	margin:20px 0px;
	width:890px;
}
#mainBg{
	width:100%;
	min-height:100%;
	position:relative;
	height:876px;
	
}
/*
.nav{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0px 0;
	height:35px;
	background-image: url(../images/MenuSlice.png);
}
.nav ul{list-style:none;text-align:center;font:bold 18px arial;color:white}
.nav ul li{height:16px;padding:0px 10px;display:inline}
.nav ul li a{text-decoration:none;color:white}
.nav ul li a:hover{text-decoration:none;color:#a6ce39}
.nav ul li.active a{text-decoration:none;color:#a6ce39}
.nav ul li img{position:relative;top:3px}
*/

/*HOME SPRITES*/
.wig_search
{
    display:none;
    float:left;
    background-image:url(../images/wig_search_bar.png);
    background-repeat:no-repeat;
    height:219px;
    width:950px;
    margin-top:30px;
}
.wig_check
{
    color:#fff;
    height:37px;
}
.wig_div_left
{
    float:left;
    padding:100px 0px 0px 60px;
}
.wig_div_right
{
    float:left;
    padding:100px 0px 0px 90px;
    
}
.wig_loc
{
    color:#fff;
    font-size:20px;
    height:17px;
}
.wig_text1
{
    

}
.wig_div_right2
{
    float:right;
    padding:120px 25px 0px 0px;
}
.wig_text2
{
    float:left;
    padding:20px 0px 0px 0px;
}
.wig_input1
{
    font-size:20px;
}
.find
{
    color:#fff;
    font-weight:bold;
}
/*END OF HOME SPRITES*/
/*REGISTER PAGE*/
.register_div
{
    width:400px;
    margin:0 auto;
    padding-top:0px;
}
.register_div_success
{
    width:700px;
    margin:0 auto;
    padding-top:20px;
}
.formrow
{
    color:red;
    padding: 0px 10px 10px 5px;
}
.register_hdr_holder
{
    padding:30px;
}
/*END OF REGISTER PAGE*/
/*NAVIGATION SPRITES*/
.mainNav ul{height:47px;text-indent:-9000px;list-style:none;overflow:hidden;width:880px;float:left;margin:30px 20px 0 7px;}
.mainNav li {float:left;height:47px;text-decoration: none;}	
.mainNav li a:link, .mainNav li a:visited, .mainNav li a:hover{display:block;height:47px}
#home a{width:130px;background: url(../images/nav.png)}
#home a:hover{background: url(../images/nav.png) 0 -47px}
#how_to_get_started a{width:215px;background: url(../images/nav.png) -130px 0}
#how_to_get_started a:hover{background: url(../images/nav.png) -130px -47px}
#about_us a{width:134px;background: url(../images/nav.png) -345px 0}
#about_us a:hover{background: url(../images/nav.png) -345px -47px}
#green_blog a{width:148px;background: url(../images/nav.png) -479px 0}
#green_blog a:hover{background: url(../images/nav.png) -479px -47px}
#faq a{width:80px;background: url(../images/nav.png) -627px 0}
#faq a:hover{background: url(../images/nav.png) -627px -47px}
#contact_us a{width:173px;background: url(../images/nav.png) -707px 0}
#contact_us a:hover{background: url(../images/nav.png) -707px -47px}

#home_active 
{
	background: url(../images/nav.png) 0 -47px;
	width:130px;
}
#how_to_get_started_active
{
	width:215px;
	background: url(../images/nav.png) -130px -47px;
}
#about_us_active
{
	background: url(../images/nav.png) -345px -47px;
	width:134px;
}
#green_blog_active
{
	background: url(../images/nav.png) -479px -47px;
	width:148px;
}
#faq_active
{
	width:80px;
	background: url(../images/nav.png) -627px -47px;
}
#contact_us_active
{
	width:173px;
	background: url(../images/nav.png) -707px -47px;
}
/*END OF NAVIGATION SPRITES*/

#rightPanel{width:640px;float:right;padding:10px}
#imgHeader{
	width:710px;
	margin-left: auto;
	margin-right: auto;
	float:left; 
}
#package{width:195px;height: 290px;background-color:#d2e7b4;float:right;border:1px solid #c4df9b;position: relative; left: 0px;overflow: hidden;}
.packageSec{float:left}
.packageHdr{float:left;display:block;width:195px;height:24px;background:url(../images/package_hdr_bg.gif) repeat-x;background-color: #6d9d2f;}
h2.package{float:left;font:bold 12px arial;color:white;position:relative;top:4px;left:10px}
h3.budget{float:right;font-size:12px;color:white;position:relative;top:4px;left:-10px}
.packageInfo{width:195px;padding:8px 5px 5px 5px;float:left;margin:3px 0; text-align: left;}
.packagePoints{width:80px;padding:5px 2px 5px 2px;float:left;font-weight:bold;display:block;margin:3px 0;margin: 0;margin-top: 20px;vertical-align: middle;}
#sshCategories{float:left;width:660px;margin:20px 0 0 0}
#sshCategories .greenScore{float:left;font-weight:bold;color:white;margin:10px 0 0 0}
#sshCategories .print{float:right;margin:10px 0 0 0}
#sshCategories .print ul{list-style:none}
#sshCategories .print ul li{display:inline;padding:0 0 0 5px}
#water{float:left;width:638px;border:1px solid #c4df9b;margin:10px 0 0 0}
.hdr{cursor:pointer;width:100%;height:20px; color: #fff; border: 1px solid #c4df9b;background-color:#00ADEF;}
h2.category, td.category{font:bold 12px arial;color:white;padding:3px 0 0 0;margin:0px;}
.divtable{float:left;width:100%}
.divtable table{width:100%}
.divtable table td{padding:10px;border-bottom:1px solid #FFFFFF}
#power{float:left;width:638px;border:1px solid #c4df9b}
#design{float:left;width:638px;border:1px solid #c4df9b}
#building{float:left;width:638px;border:1px solid #c4df9b}
#habitat{float:left;width:638px;border:1px solid #c4df9b}
.findTxt{font-size:10px;font-weight:bold}
#leftPanel{width:290px;float:left}
#caption{width:290px;height:88px}
#logo{width:288px;text-align:right;margin:5px 0 0 0}
#logo_center{width:288px;text-align:center;margin:5px 0 0 0}
#buttons ul{float:left;list-style:none;margin:30px 0 0 0}
#buttons ul li{display:inline;padding:0 5px}

#footer2 {
	float:left;
	width:100%;
	height:158px;
	background: url(../images/footer_bg.jpg) repeat-x center;
	color: #fff;
	text-decoration: none;
	font-family: arial, arial;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 45px 0px;
    margin-top:0;
}

#footer2 ul{font:12px arial;color:#003471;margin:20px 0 0px 0;list-style:none;text-align:center}
#footer2 ul li{display:inline;padding:0 2px}
#footer2 ul li a {text-decoration:none;color:#003471}
#footer2 ul li a:hover{text-decoration:none;color:white}

#welcome_quote {
	text-decoration: none;
	font-family: arial, verdana, tahoma;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding: 5px 0px 10px 0px;
}

.logoLeft {
  position: relative;
  float: left;
}
.floatRight {
  position: relative;
  float: right;
}

.ajax-loading {
	padding: 10px;
	width: 100%;
	background: url(../images/loading.gif) no-repeat center;
}
 
.big_elem {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	color: #294411;
	font-family: arial, verdana, tahoma;
	font-size: 16px;
	font-weight: bold;
}

.breadcrumbs {font:12px arial;text-decoration:none;color:#07552D;font-weight:bold;padding-left:30px;}
.breadcrumbs a {color:#07552D;font-weight:bold;}
.breadcrumbs a:hover{text-decoration:underline;color:#07552D;font-weight:bold;}

.copyright {margin:10px 0 0 0;text-align:center;font-size:12px;color:#003471;float:left;width:100%}
.copyright a {
	text-decoration:none;
	color:#003471;
}
.copyright a:link {
	text-decoration:none;
	color:#003471;
}
.copyright a:visited {
	text-decoration:none;
	color:#003471;
}
.copyright a:hover {
	text-decoration:none;
	color:#fff;
}
#accordion
{
	padding:0px;
	width:660px;
	margin:0px;
	float:left;
}
.accordion {
	padding: 0px 15px 0px 15px;
}

.accordionSectHead {
	color: #e3ffc2; 
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.accordionTable {
	width: 400px;
}

.green_button, .green_button_master {
	text-decoration: none;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #2f4b11;
	padding: 2px;
}

.blue_button {
	text-decoration: none;
	font-family: arial, verdana, tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background-color: #00aeef;
	padding: 2px;
}
.new_bg {
	background-color: #e7e7e7;
	width: 610px;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	font-family: arial, arial;
	font-size: 12px;
	font-weight: normal;
}


.ssh_light_gradient  {
	background:url(../images/ssh_light_gradient.gif) repeat-x bottom left;
	background-color: #f8fbf3;
	width: 693px;
	padding: 15px;
	color: #005D20;
	text-decoration: none;
	font-family: arial, arial;
	font-size: 12px;
	font-weight: normal;
}
.ssh_light_gradient a, .ssh_light_gradient td a, .white_text
{
	text-decoration: none;
	color: #005D20;
	text-decoration: none;
	font-family: arial, arial;
	font-size: 12px;
	font-weight: normal;
}

.white_text
{
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	color: #00ADEF;
	text-align: center;
}

.ssh_light_gradient a:hover, .ssh_light_gradient td a:hover
{
	text-decoration: none;
	font-weight: bold;
}

.ssh_light_gradient a, .ssh_light_gradient td a
{
	font-weight: bold;
}
.kwtextbox
{
	font-size:14px;
}
.contactLabel
{
	font-size:16px;
	color:#727272;
	font-weight:bold;
	width:90px;
}
.contact_content
{
	width:305px;
}
.contact_content
{
    font-size: 16px;
}
.captcha_text_hint
{
	font-size:16px;
	padding-bottom:5px;
}
#contents_div {
  float:left;
  width:800;
  margin:0px 0px 0px 0px;
  padding:30px;
  font-size:16px;
  color:#737373;
  }
 #contents_div p,
 #contents_div span,
 #contents_div ul,
 #contents_div ol
 {
  font-size: 16px;
  }
.contents_div
 {
  float:left;
  width:800;
  margin:0px 0px 0px 0px;
  padding:30px;
  font-size:16px;
  color:#737373;
}
 .contents_div p,
 .contents_div span,
  .contents_div ul,
 .contents_div ol
 {
  font-size: 16px;
  }


#contents_div_id p
{
    font-size: 16px;
}

.contents_div ul
{
	margin-left:25px;
}
.date_text
{
  font-family:arial;
  font-size:12px;
  color:#015F21;
  font-weight:bold;
}
.titleText
{
  font-family:arial;
  font-size:20px;
  font-weight:bold;
  color:#015F21;
}
.contentText
{
  font-family:arial;
  font-size:12px;
  font-weight:normal;
  color:#015F21;
}
.captionText
{
  font-family:arial, arial;
  font-size:20px;
  font-weight:bold;
  color:#FEFFFE;
}
.captionTopText
{
  font-family:arial;
  font-size:26px;
  float:left;
  font-weight:bold;
  font-style: italic;
  color: #3EB10C;
  letter-spacing:-1px;
}
.captionContent
{
  font-family:arial, arial;
  font-size:20px;
  font-weight:bold;
  color:#00ACF4;
}
.faq_widget
{
	float:left;
	margin-left:25px;
}
.getStartedNum
{
  font-family:arial;
  font-size:100px;
  font-weight:bold;
  color:#00ACF4;
  margin-bottom:10px;
}
.getStartedTD
{
    padding: 0 20px 0 0;
}
.getStartedTitle
{
  font-family:arial;
  font-size:20px;
  font-weight:bold;
  color:#015F21;
}
.getStartedText
{
  font-family:arial;
  font-size:12px;
  font-weight:normal;
  color:#015F21;
}
/*SEARCH RESULT*/

.searchResultHeader
{
  background-color:#026121;
  color:#E6EFE9;
  padding:10px;
}
#searchResultDiv{
  float:left;
  width:638px;
  border:1px solid #c4df9b;
  margin:10px 0 0 0;
  padding:0px;
  text-align: justify;
  }
.resultTitle
{
  color:#015D20;
  font-weight:bold;
  font-size:12px;
  padding:10px 10px 0px 10px;
  text-align: justify;
}
.resultDesc
{
  color:#598627;
  font-weight:normal;
  padding:8px 10px 0px 10px;
  text-align: justify;
}
.resultPhone
{
  color:#23743E;
  padding:4px 10px 0px 10px;
  text-align: justify;
}
.resultDesc2
{
  color:#32AB59;
  padding:4px 10px 0px 10px;
  text-align: justify;
}
.result_hr
{
  padding:10px 30px 0px 10px;
}
.resultLinksDiv
{
    padding:4px 10px 0px 10px;
    text-align: justify;
}

.resultLinks
{
  color:#496E21;
  font-weight:bold;
  text-align: justify;
}

.resultImage
{
  border: 3px solid #8fca49;
  width: 82px;
  height: 82px;
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}

.result_2
{
  color:#598627;
  padding:8px 10px 0px 10px;
  text-align: justify;
}

/*DIRECTORY*/
#dir_bg
{
  background-image:url('../images/dir_bg.jpg');
  background-color:#345216;
  background-repeat:repeat-x;
  border:2px solid #A7CF70;
  color:#FFFFFE;
  font-weight:bold;
  padding: 3px 10px 27px 10px;
  font-size: 12px;
  width: 640px;
}

.search_caption
{
	font-family: arial, verdana, tahoma;
	color: #fff; 
	font-size: 18px;
	font-weight: bold;
	width: 600px;
	border-bottom: 1px solid #8cc63e;
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: left;
}

.search_button
{
  background-color:#2F4B11;
  border-top:1px solid #678447;
  border-right:1px solid #2B4510;
  border-bottom:1px solid #283F0F;
  border-left:1px solid #4F6835;
  color:#fff;
  font-family: arial, verdana, tahoma;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}
.formPad
{
  padding-top:10px;
}

a.find:link{cursor:hand;color:#005D20;text-decoration:none}
a.find:visited{cursor:hand;color:#005D20;text-decoration:none}
a.find:hover{cursor:hand;color:#005D20;text-decoration:underline}
a.find:active{cursor:hand;color:#005D20;text-decoration:none}

a.result:link{cursor:hand;color:#015D20;text-decoration:none}
a.result:visited{cursor:hand;color:#015D20;text-decoration:none}
a.result:hover{cursor:hand;color:#015D20;text-decoration:underline}
a.result:active{cursor:hand;color:#015D20;text-decoration:none}

a.result2:link{cursor:hand;color:#496E21;text-decoration:none}
a.result2:visited{cursor:hand;color:#496E21;text-decoration:none}
a.result2:hover{cursor:hand;color:#496E21;text-decoration:underline}
a.result2:active{cursor:hand;color:#496E21;text-decoration:none}

.statusBarText
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00aeef;
	position: relative;
}
.statusBar_least
{
	float:left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color:#F30900;
}
.statusBar_most
{
	float:right;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color:#006600;
}
#statusBarBackground {
	background:#e7e7e7; 
	padding:0px;
	width:660px;
	height:38px;
	background: url("/images/s450_ecobar_gray.jpg");
}
#statusBar {
	background: url("/images/statusbar_ruler.jpg");
	width:660px;
	height:38px;
	position: relative;
	float: left;
}
.topBar {
	background: url("/images/TopBar.jpg");
	border:1px solid #ccc;
	width:660px;
	height:20px;
	overflow:hidden;
}
#user_message {
    padding-top:20px;
	top:220px;
	left:0px;
	position:absolute;
    width:669px;
    margin:0 auto;
    color:#727272;
    text-align:center;
	z-index:200;
}
#user_message2 {
    padding-top:20px;
	top:0px;
	left:0px;
	position:absolute;
    width:669px;
    margin:0 auto;
    color:#727272;
    text-align:center;
	z-index:200;
}
.save_msg_btns
{
    color:#02AAEB;
}
.save_msg
{
    padding:0px 20px 20px 20px;
    background-color:#fff;
}
.right_container
{
    float:right;
    width:670px;
    padding:0px;
    margin:0px;
}
.right_container3
{
    width:670px;
    padding:0 auto;
    margin:0 auto;
}
.protest_banners
{
	float: left;
    width: 700px;
    margin: 20px 0 0 0;
    text-align: center;
}
#statusBarContainer
{
    float:left;
    visibility:visible;
	margin-bottom:10px;
}
#statusBarContainer2
{
    margin-bottom:20px;
    float:left;
    visibility:visible;
}
.findLocal
{
    text-align:center;
    padding:11px 20px 20px 20px;
}
.findLocalTable table
{
    text-align:center;
    margin:0 auto;
}
#postcode_master_search
{
    margin-left:-35px;
}
#postcode_master
{
    border:0px;
    background-color:#fff;
}
#click_here_to_start
{
    background: url("/images/click_here_to_start.png");
    background-repeat:no-repeat;
	width:184px;
    float:left;
	height:28px;
    position:relative;
    top:-5px;
    left:0px;
    visibility:visible;
}
#refresh_all_tables
{
	width:184px;
    float:left;
	height:28px;
    position:relative;
    top:10px;
    left:0px;
    display:none;
}
.right_div
{
    width:880px;
    padding-top:10px;
    z-index:10;
    background:url("../images/david_left.png") 50px 0;
    background-repeat:no-repeat;
    min-height:400px;
}
.right_div2
{
	width:880px;
    padding-top:20px;
    z-index:10;
    background:url("../images/david_step2.png") 0px 20px;
    background-repeat:no-repeat;
    min-height:500px;
}
.right_div3
{
    margin:0 auto;
    width:670px;
    padding-top:20px;
    z-index:10;
    min-height:420px;
}
.bubble1 {		/* come follow me */
	background: url("/images/Bubble1.gif");
	width:184px;
	height:102px;
	position: relative;
	left: 620px; 
	top: 100px; 
	z-index: 101;
}
#bubble2 {		/* click the box */
	background: url("/images/Bubble2.gif");
	width:193px;
	height:23px;
	position: absolute;
	left: 840px; 
	top: 550px; 
	z-index: 102;
	visibility: hidden;
}
#bubble_box1 {		/* click the box */
	background: url("/images/Bubble2.gif");
	width:193px;
	height:23px;
	z-index: 102;
	visibility: hidden;
}
.bubble3 {		/* You are here */
	background: url("/images/how_slide.png");
	width:128px;
	height:27px;
	position: relative;
	left: 0px; 
	top: 0px; 
	z-index: 101;
}
.bubble4 {		/* You are here */
	background: url("/images/Bubble3.gif");
	width:98px;
	height:28px;
	z-index: 101;
}
.dave1 {
 width: 880px;
 left: 50%;
 margin-left: -440px;
 top: 260px;
 position: absolute;
 background:transparent;
 z-index: 1;

}
.dave1 img
{
    padding-left:50px;
}


.infoBox {
	background:#b5eaff; 
	border:1px solid #65952d;
	font-family: arial;
	font-size: 16px;
	padding: 12px;
	margin: 10;
	position:fixed;
}

#mainButtons
{
    float: left;
    width: 700px;
    background: #FFF;
    padding: 20px 125px 0 125px;
}

#save_button {
	background: url("/images/SaveYourForm.gif") no-repeat 0 0;
	display: inline;
	width: 146px;
	height: 29px;
}
#save_button:hover { 
   	background: url("/images/SaveYourFormOver.gif") no-repeat 0 0;
}
#print_button {
	background: url("/images/PrintYourForm.gif") no-repeat 0 0;
	display: inline;
	width: 146px;
	height: 29px;
}
#print_button:hover {
   	background: url("/images/PrintYourFormOver.gif") no-repeat 0 0;
}
#email_button {
	background: url("/images/EmailYourForm.gif") no-repeat 0 0;
	display: inline;
	width: 146px;
	height: 29px;
}
#email_button:hover { 
   	background: url("/images/EmailYourFormOver.gif") no-repeat 0 0;
}
#next_button {
	background: url("/images/NextStep.gif") no-repeat 0 0;
	display: inline;
	width: 177px;
	height: 47px;
}
#next_button:hover { 
   	background: url("/images/NextStepOver.gif") no-repeat 0 0;
   	color: #00f; /* because there have to be 2 items here for IE */
}

#form_login
{
    background-color:#fff;
    padding-top:0px;
}
.form_login
{
    background-color:#fff;
    padding-top:0px;
}
.login_username
{
    color:#00AEEF;
    font-size:15px;
    font-weight:bold;
}
.login_text
{
    font-weight:bold;
    font-size:15px;
    color:#339900;
    float:left;
}
.logout_btn_div
{
    float:left;
    padding-left:10px;
}   
/*FACEBOOK TYPE MODALS*/
/* from facebook */
.generic_dialog { height:0; left:0; overflow:visible; position:fixed; /*dw*/ top:0; width:100%; z-index:200; }
.generic_dialog .generic_dialog_popup { height:0; overflow:visible; position:relative; }
.generic_dialog div.dialog_loading 		{ background-color:#F2F2F2; border:1px solid #606060; font-size:24px; padding:10px; }
#generic_dialog_overlay { display:block; left:0; position:absolute; top:0; width:100%; z-index:100; }
.dark_dialog_overlay { background-image:url(/images/facebook-overlay.png); background-repeat:repeat; }
* html .dark_dialog_overlay { background-color:transparent; background-image:url(blank.gif); }
.full_bleed .pop_dialog_table td.pop_content .dialog_body { padding:0; } 
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:transparent url(/images/facebook-pop-dialog-sprite.png) no-repeat scroll 0 0; }
td.pop_topright { background:transparent url(/images/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -10px; }
td.pop_bottomleft { background:transparent url(/images/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -20px; }
td.pop_bottomright { background:transparent url(/images/facebook-pop-dialog-sprite.png) no-repeat scroll 0 -30px; }
td.pop_top, td.pop_bottom { background:transparent url(/images/facebook-pop-dialog-sprite.png) repeat-x scroll 0 -40px; }
td.pop_side { background:transparent url(/images/facebook-pop-dialog-sprite.png) repeat-y scroll -10px 0; }
.dialog_buttons
{
    float:right;
    padding:10px;
}
.dialog_buttons2
{
    background-color:#FFFFFF;
    padding:10px 10px 0px 0px;
    text-align:right;
}
.dialog_buttons_email
{
    background-color:#FFFFFF;
    text-align:right;
    padding:10px 10px 0px 0px;
}
#login_table
{
    padding-top:10px;
}
#status_text
{
    color:red;
    padding:15px;
}

#fb-modal	{ display:none; }
#fb-modal_reg { display:none; }
#fb-close	{ cursor:pointer; }

/*
#user_message { 
    display:none;
    float:left;
    position:absolute;
    top:10%;
    left:0px;
    z-index:200;

}*/
/* END FACEBOOK TYPE MODALS*/
#errmsg
{
    color:red;
}

/*BLOG CSS*/
.author{
	color: orange;
	font: 14px Arial;
	margin:20px 0 0 20px;
}
#author_text{
	color: #000000;
	font: 12px Arial;	
	margin: 10px 0 0 20px;	
}
.a_text{
	color: #000000;
	font: 12px Arial;	
	margin: 10px 0 0 100px;	
	padding-left:20px;
}

.a_title{
	color: #000000;
	font:bold 12px Arial;	
	margin: 10px 0 0 20px;
	float: left;
}
#author_cont{
	padding:20px;	
}


/*BRACKET*/
.resource_bracket_start
{
	width:680px;
	background-image:url('/images/resource_bracket_bar_bg.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
	height:10px;
}
.resource_bracket_end
{
	width:680px;
	background-image:url('/images/resource_bracket_bar2_bg.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:5px;
}
.resource_bracket_middle
{
	width:778px;
	background-image:url('/images/resource_bracket_middle_bg.png');
	background-position:center right;
	background-repeat:no-repeat;

}
.resource_bracket_middle2
{
	width:778px;
	background-image:url('/images/resource_bracket_middle2_bg.png');
	background-position:center right;
	background-repeat:no-repeat;

}
.resource_bracket_middle3
{
	width:778px;
	background-image:url('/images/resource_bracket_middle3_bg.png');
	background-position:center right;
	background-repeat:no-repeat;

}
.resource_bracket_acco
{
	width:660px;
	background-color:#E7E5E6;
	padding:5px;
}

/*END OF BRACKET*/

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(/images/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(/images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(/images/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(/images/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(/images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}
/* END OF MILKBOX */

/* RMI */
.rmi_holder
{
	width:800px;
	float:left;
	margin-top:20px;
}	
.rmi_date
{
	color:#3F9405;
	font-size:12px;
}
.rmi_download
{
	margin:20px 10px;
}
.rmi_download a
{
	color:#FA4D15;
}
.rmi_desc
{
	margin-top:10px;
}
/* end RMI */

#breadcrumbsDiv
{
    float: left;
}

#rssDiv
{
    float: right;
    padding: 0 30px 0 0;
}

#rssLink
{
    margin: 0 0 10px 0;
}

.rss_image
{
    text-align:center;
}

.aboutHomeTextHolder,
.aboutHomeTextHolder #aboutHomeHeader,
.aboutHomeTextHolder #aboutHomeText
{
    float: left;
    width: 900px;
}

.aboutHomeTextHolder #aboutHomeHeader
{
    width: 875px;
    background: #ffffff;
    padding: 15px 0 15px 25px;
}
.aboutHomeTextHolder #aboutHomeText
{
    width: 860px;
    background: #ffffff;
    font-size: 13px;
    padding: 0 15px 15px 25px;
    color: #737373;
}
.aboutHomeTextHolder a
{
    color: #737373;
    text-decoration: none;
}
.aboutHomeTextHolder a:hover
{
    text-decoration: underline;
}

/*For the New Layout*/

#content
{
    width: 950px;
    margin: 0 auto;
}

#header
{
    float: left;
    width: 950px;
}

#davidHeader
{
    float: left;
    width: 218px;
    height: 279px;
}

#topPanelHolder
{
    float: left;
    width: 732px;
}

#topPanelLeft
{
    float: left;
    width: 282px;
    padding: 10px 0 10px 0;
    text-align: center;
}

#logoPicture
{
    float: left;
    width: 282px;
    height: 137px;
}

#topPanelRight
{
    float: left;
    width: 430px;
    padding: 35px 10px 10px 10px;
}

#newsletterRegistration
{
    float: left;
    width: 207px;
    height: 89px;
    background: #fff;
    padding: 10px;
}

#newsletterRegistration h2
{
    font-weight: bold;
    color: #323232;
    font-size: 14px;
}

#askDavidBanner
{
    float: left;
    width: 203px;
}

#form1
{
    float: left;
    width: 207px;
    padding: 18px 0 10px 0;
}

#form1 #emailAddress
{
    float: left;
    width: 121px;
    vertical-align: middle;
    padding: 4px;
    border: 1px solid #d9d9d9;
}

#form1 #newsletterSubscribe
{
    float: left;
    width: 74px;
    height: 26px;
}

#whySubscribe
{
    float: left;
    color: #008fdd;
}

#bottomPanelHolder
{
    float: left;
    width: 712px;
    height: 122px;
    padding: 0 0 0 20px;
}

#bottomPanelHolder h2
{
    font-weight: bold;
    color: #216a00;
    font-size: 24px;
    margin: 0 0 10px 0;
}

#bottomPanelHolder p
{
    color: #1f6f00;
}

#mainNavigation
{
    float: left;
    width: 900px;
    background: url(../images/nav_bg.png) no-repeat top center;
    text-align: center;
    padding: 0 25px 0 25px;
}

#mainNavigation ul
{
    float: left;
    list-style: none;
    width: 900px;
    margin: 0 auto;
}

#mainNavigation ul li
{
    float: left;
    text-align: center;
    padding: 5px 0 5px 35px;
}

#mainNavigation ul li a
{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 0 3px 0;
}


#mainNavigation ul li a:hover
{
    color: #fff200;
}

#mainNavigation ul li #homeLink
{
    width: 90px;
    text-align: center;
}

#mainNavigation ul li #homeLink:hover
{
    background: url(../images/nav_home_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeHome
{
    color: #FFF200;
    background: url(../images/nav_home_bg.png) repeat-x top center;
}

#mainNavigation ul li #sustainLink
{
    width: 145px;
    text-align: center;
}

#mainNavigation ul li #sustainLink:hover
{
    background: url(../images/nav_sustain_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeSustain
{
    color: #FFF200;
    background: url(../images/nav_sustain_bg.png) repeat-x top center;
}

#mainNavigation ul li #davidLink
{
    width: 145px;
    text-align: center;
}

#mainNavigation ul li #davidLink:hover
{
    background: url(../images/nav_david_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeDavidBurns
{
    color: #FFF200;
    background: url(../images/nav_david_bg.png) repeat-x top center;
}

#mainNavigation ul li #blogsLink
{
    width: 90px;
    text-align: center;
}

#mainNavigation ul li #blogsLink:hover
{
    background: url(../images/nav_blog_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeBlogs
{
    color: #FFF200;
    background: url(../images/nav_blog_bg.png) repeat-x top center;
}

#mainNavigation ul li #faqsLink
{
    width: 80px;
    text-align: center;
}

#mainNavigation ul li #faqsLink:hover
{
    background: url(../images/nav_faqs_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeFaqs
{
    color: #FFF200;
    background: url(../images/nav_faqs_bg.png) repeat-x top center;
}

#mainNavigation ul li #contactLink
{
    width: 105px;
    text-align: center;
}

#mainNavigation ul li #contactLink:hover
{
    background: url(../images/nav_contact_bg.png) repeat-x top center;
}

#mainNavigation ul li .activeContact
{
    color: #FFF200;
    background: url(../images/nav_contact_bg.png) repeat-x top center;
}

#footer
{
    float: left;
    width: 950px;
    background: #193e13;
    text-align: center;
    color: #fff;
    padding: 40px 0 40px 0;
}

#footer ul
{
    list-style: none;
}

#footer ul li
{
    display: inline;
    padding: 0 2px 0 2px;
}

#footer ul li a
{
    color: #fff;
}

#footer ul li a:hover
{
    text-decoration: underline;
}

.copyright
{
    padding: 20px 0 0 0;
    color: #fff;
}

#content .copyright a
{
    color: #fff;
}

.twitter_btn
{
    float: left;
    width: 700px;
    padding: 15px 0 15px 0;
    text-align: center;
}

#footprintHolder
{
    float: left;
    width: 950px;
    background: #FFF;
}

.footprintContainer
{
    width:670px;
    padding:20px 20px 0 20px;
    margin:0 auto;
}

.whiter
{
    background: #FFF;
    float:left;
    width: 950px;
}

.getStartedText
{
    float: left;
    width: 950px;
    padding: 20px 20px 0 40px;
}

#footprintHolder .heading
{
    font-weight: bold;
    font-size: 24px;
    color: #00ACF4;
    margin: 20px 0 0 20px;
}
