/* General Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:none;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
q:before,
q:after {content:"";}
table {border-collapse:collapse; border-spacing:0;}
input,textarea,select{
	font:11px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	padding:0;
	margin:0;
}
textarea{
	overflow:auto;
	resize:none;
}
form,fieldset{border-style:none;}
html{height:100%;}
body{
	color:#4e545a;
	font:14px/24px Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:960px;
	height:100%;
}
a{
	color:#66a1d5;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus{outline:none;}

/* General settings */
.wrapper{ margin:0 auto; width:960px; }
/*header*/
#header{
	width:100%;
	overflow:hidden;
	height:350px;
	background:#fff;
	position:relative;
	z-index:99;
}
#header .slogan{
	float:right;
	width:640px;
	padding:65px 0 50px;
	height:113px;
	background:url(../images/bgr_header.png) no-repeat 100% 100%;
}
#header .slogan h2{
	font-weight:normal;
	text-align:right;
	font-family:'GothamBlackGothamBlack';
	line-height:41px;
}
#header .slogan h2 strong{
	font-weight:normal;
	color:#525252;
	font-size:46px;
	padding:0 0 0 5px;
}
#header .slogan h2 .grey{
	color:#999999;
	font-size:30px;
}
#header .slogan h2 .blue_1{
	color:#66a1d5;
	font-size:36px;
}
#header .slogan h2 .blue_2{
	color:#66a1d5;
	padding:0 0 0 10px;
	font-size:44px;
	font-family:'GothamMediumGothamMedium';
}
#logo{
	width:241px;
	height:250px;
	display:block;
	margin:50px 0 0;
	float:left;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../images/logo.png) no-repeat;
}
/*menu*/
#menu{
	float:right;
	width:700px;
	padding:49px 0 0;
}
#menu ul{
	float:right;
}
#menu li{
	float:left;
	padding:0 0 0 35px;
	font-size:16px;
	color:#666666;
}
#menu li a{
	float:left;
	color:#666;
}
#menu li.toggler a{
	position:relative;
	padding:0 36px 0 0;
}
#menu li.toggler a span{
	position:absolute;
	background:url(../images/bgr_toggler.png) no-repeat;
	width:25px;
	height:25px;
	top:-6px;
	right:0;
	display:block;
}
#menu li.toggler.active a span{
	background-position:0 -25px;
}
#menu li.active a,
#menu li a:hover{
	text-decoration:none;
	color:#333;
}
/*body*/
#body{
	width:100%;
	position:relative;
}
#body .shadow{
	background:url(../images/bgr_section_div_w.png) no-repeat 50% 0;
	height:40px;
	position:absolute;
	top:0;
	left:50%;
	z-index:9;
	margin:0 0 0 -500px;
	width:1000px;
}
#body .page_section{
	width:100%;
	overflow:hidden;
	padding:60px 0;
	background:url(../images/bgr_section_div.png) no-repeat 50% 0;
}
#body #page_projects{
	width:100%;
	overflow:hidden;
	padding:36px 0 60px;
	background:none;
}
#body .page_section h1{
	font-family:'GothamLightGothamLight';
	font-size:24px;
	line-height:normal;
	padding:0 0 12px;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;
}
#body .page_section h1 strong{
	font-family:'GothamBlackGothamBlack';
	font-weight:normal;
}
#body .page_section .tabs{
	overflow:visible;
}
#body .page_section .tabs li{
	float:left;
	padding:0 12px 0 0;
	margin:0 10px 0 0;
	line-height:24px;
	background:url(../images/bgr_divider_v.png) no-repeat 100% 50%;
}
#body .page_section .tabs li.last{
	background:none;
}
#body #page_advocacy{
	padding:60px 0 44px;
	position:relative;
	overflow: hidden;
	background:url(../images/bgr_section_div.png) no-repeat 50% 100%;
  display:none;
  height:auto;
  /* top: -790px; margin-bottom: -790px; */
}
#page_advocacy .right_pdf{
	float:right;
	width:413px;
}
#page_advocacy .right_pdf img{
	float:left;
	padding:0 0 0 35px;
	margin:0 -23px 0 0;
}
#page_advocacy .right_pdf .download{
	
}

#page_projects .nav{
	overflow:hidden;
	padding:21px 0 0;
	position:relative;
	z-index:9;
	margin:0 0 -15px;
	width:100%;
}
#page_projects .nav a{
	font-family:'GothamBlackGothamBlack';
	float:left;
	color:#fff;
	font-size:24px;
	background:url(../images/bgr_project_slider_nav.png) no-repeat;
	height:50px;
	width:53px;
	text-align:center;
	line-height:50px;
	margin:0 2px 0 0;
	padding:0 15px 0 0;
}
#page_projects .nav a.activeSlide,
#page_projects .nav a:hover{
	background-position:-70px 0;
	text-decoration:none;
}
#page_projects .slides{
	overflow:visible !important;
	width:100%;
  min-height:220px;
}
#page_projects .slides .item{
	width:100%;
	display:none;
}
#page_projects .slides .item img{
	display:block;
}
#page_projects .slides .item .text{
	float:left;
	text-align:justify;
	width:550px;
}
#page_projects .slides .item .pic{
	float:right;
	width:410px;
	margin:-3px -8px -64px 0;
}
#page_projects .slides h2{
	font-family:'GothamLightGothamLight';
	font-size:14px;
	line-height:normal;
	padding:0 0 24px;
	color:#999999;
	margin:-5px 0 0;
	font-weight:normal;
	text-transform:uppercase;
}

#body #page_why{
	/* padding:70px 50px 70px 0; */
	/* margin:0 -50px 0 0; */
	overflow:hidden;
	background:none;
}
#body #page_mission{
	padding:70px 0 0;
}
#why_slider{
	border-bottom:1px solid #eeeeee;
	overflow:hidden;
	padding:0 0 38px;
	margin:0 0 0;
	width:960px;
}
#page_mission .right{
	float:right;
	margin:-10px 10px 0 0;
}
/*
#experiece_box .right{
	float:left;
	margin:16px -57px 0 74px;
}
*/
#experiece_box .right {
  float: right;
  margin: 0 0 0 65px;
  width: 345px;
}
#experiece_box .right img{
	display:block;
}
#page_mission .right .item{
	overflow:hidden;
	width:334px;
	height:280px;
	display:none;
}
#page_mission .right .item img{
	display:block;
}
#page_mission .right .nav{
	overflow:hidden;
	position:relative;
	z-index:9;
	margin:14px 0 -17px;
}
#page_mission .right .nav a{
	float:left;
	background:url(../images/bgr_mission_slider_nav.png) no-repeat;
	width:25px;
	height:25px;
	margin:0 0 0 5px;
	text-indent:-99em;
}
#page_mission .right .nav a.activeSlide,
#page_mission .right .nav a:hover{
	background-position:-30px 0;
}
#page_mission .text{
	float:left;
	width:550px;
}
#page_mission .text .entry{
	padding:10px 0 0;
}
#page_mission .text .entry p{
	padding:0 0 16px;
}
#page_why .text{
	float:left;
	width:550px;
}
#page_why .text .entry{
	padding:10px 0 0;
}
#page_why .text .entry p{
	padding:0 0 16px;
}

/*entry*/
.entry{
	text-align:justify;
}
.entry h3{
	font-size:14px;
	text-transform:uppercase;
	padding:28px 0 19px;
	line-height:normal;
  clear:left;
}
.entry h4{
	font-size:14px;
	text-transform:uppercase;
	line-height:bold;
	padding:0 0 6px;
}
.entry p{
	padding:0 0 20px;
	text-align:left;
}

#page_advocacy .entry p:last-child{
	padding:0;
}

.response img{
max-width:100%;
height:auto;
}

.response ul{
	list-style:disc outside none;
	margin:20px 0 20px 14px;
}

.response ol{
	list-style: decimal outside none;
	margin:20px 0 20px 24px;
}

.response li{
	line-height: 25px;
}

/*page_contact*/
#page_contact{
	width:100%;
	overflow:hidden;
	background:#66a1d5;
	padding:55px 0 58px;
	color:#fff;
}
#page_contact a{
	color:#fff;
}
#page_contact .map{
	float:right;
	background:url(../images/bgr_map.png) no-repeat;
	width:591px;
	margin:-6px -8px 0;
	height:272px;
	position:relative;
}
#page_contact .map span{
	background:url(../images/bgr_map_shadow.png) no-repeat;
	width:718px;
	height:14px;
	position:absolute;
	bottom:1px;
	left:-60px;
	z-index:999;
}
#page_contact .map .holder{
	padding:11px 6px;
}
#page_contact .map .holder img{
	display:block;
}
#page_contact .left_text h1{
	font-family:'GothamBlackGothamBlack';
	font-size:24px;
	font-weight:normal;
	line-height:normal;
	padding:0 0 30px;
}
#page_contact .left_text{
	float:left;
	width:300px;
}
#page_contact .form{
	float:left;
	width:960px;
	padding:39px 0 0;
}
#page_contact .form fieldset{
	float:left;
	width:960px;
}
#page_contact .form fieldset p{
	float:left;
	width:446px;
	margin:0 18px 15px 0;
	position:relative;
	background:#fff;
	padding:6px 13px;
	height:33px;
}
#page_contact .form fieldset p.last{
	width:443px;
	margin:0 0 15px 0;
	float:right;
}
#page_contact .form fieldset p.select{
	position:relative;
	z-index:999;
}
#page_contact .form fieldset p.select a.dropdown_toggle{
	float:left;
	width:426px;
	outline:none;
	border:0;
	background:url(../images/bgr_select_drop.png) no-repeat 419px 11px;
	font-size:14px;
	color:#666666;
	line-height:18px;
	margin:0;
	text-transform:uppercase;
	padding:8px;
	cursor:pointer;
}
#page_contact .form fieldset p.select .dropdown .options{
	position:absolute;
	left:-1px;
	width:473px;
	height:122px;
	background:url(../images/bgr_select_options.png) no-repeat;
	z-index:999;
	top:45px;
}
#page_contact .form fieldset p.select .dropdown .options ul{
	width:473px;
	padding:5px 0 0;
}
#page_contact .form fieldset p.select .dropdown .options ul li{
	padding:0 22px;
	margin:0;
}
#page_contact .form fieldset p.select .dropdown .options ul li a{
	display:block;
	background:none;
	font-size:14px;
	color:#666666;
	line-height:36px;
	text-transform:uppercase;
}
#page_contact .form fieldset p.select .dropdown a:hover{
	text-decoration:none;
}
#page_contact .form fieldset p.select .dropdown .options ul li a:hover{
	text-decoration:none;
	color:#333;
}
#page_contact .form fieldset p input[type=text]{
	float:left;
	width:355px;
	outline:none;
	border:0;
	background:none;
	font-size:14px;
	color:#666666;
	line-height:18px;
	margin:0;
	text-transform:uppercase;
	padding:8px;
}
#page_contact .form fieldset p textarea{
	float:left;
	width:915px;
	outline:none;
	border:0;
	background:none;
	font-size:14px;
	color:#666666;
	line-height:18px;
	margin:2px 0;
	height:115px;
	text-transform:uppercase;
	padding:8px;
}
#page_contact .form fieldset p .req{
	font-size:12px;
	position:absolute;
	top:5px;
	right:6px;
	background:url(../images/bgr_form_req.png) no-repeat;
	width:68px;
	height:31px;
	padding:3px 0 0 5px;
	text-align:center;
	cursor:default;
	line-height:30px;
}
#page_contact .form fieldset p.last .req{
	right:4px;
}
#page_contact .form fieldset p.error .req{
	background-position:0 -34px;
}
#page_contact .form fieldset.textarea p{
	float:left;
	width:934px;
	margin:0;
	background:#fff;
	height:138px;
}
#page_contact .form fieldset.bottom{
	float:left;
	width:960px;
	height:100px;
	color:#666666;
	background:#eeeeee;
}
#page_contact .form fieldset.bottom input[type=submit]{
	display:block;
	float:left;
	background:url(../images/btn_send.png) no-repeat;
	width:258px;
	height:70px;
	border:0;
	color:#fff;
	margin:11px 0 0 -11px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	line-height:30px;
	padding:12px 20px 0 0;
}
#page_contact .form fieldset.bottom input[type=submit]:hover{
	background-position:0 -70px;
}
#page_contact .form fieldset.bottom p{
	float:none;
	margin:0;
	background:none;
	padding:0;
	page:auto;
	width:auto;
}
#page_contact .form fieldset.bottom .right{
	float:right;
	padding:19px 25px 0 0;
	position:relative;
	z-index:99;
	text-align:right;
}
#page_contact .form fieldset.bottom .right p{
	float:left;
	padding:0 0 0 13px;
}
#page_contact .form fieldset.bottom h4{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#66a1d5;
	padding:11px 24px 0 0;
	float:right;
	clear:right;
}
#page_contact .form fieldset.bottom .right h5{
	font-size:14px;
	font-weight:normal;
	padding:5px 2px 0 0;
	float:left;
	line-height:16px;
}
#page_contact .form fieldset.bottom .right label {
	background:url(../images/bgr_checkbox.png) no-repeat 100% 0;
	height:20px;
	line-height:16px;
	padding:5px 29px 0 0;
	cursor:pointer;
	display:block;
	float:left;
}
#page_contact .form fieldset.bottom .right label.radio_checked  {
	background:url(../images/bgr_checkbox.png) no-repeat 100% -50px;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	background:#66a1d5;
	padding:0 0 150px;
}
#footer .wrapper{
	padding:16px 0 63px;
	color:#fff;
	overflow:hidden;
	background:url(../images/bgr_footer_div.png) repeat-x 0 0;
}
#footer .wrapper p.right{
	float:right;
	line-height:20px;
}
#footer .wrapper p.right a{
	background:url(../images/ico_limus.png) no-repeat 100% 50%;
	padding:0 21px 0 0;
}
#footer .wrapper ul{
	float:left;
}
#footer .wrapper li{
	float:left;
	background:url(../images/bgr_footer_dot.png) no-repeat 100% 50%;
	padding:0 9px 0 0;
	line-height:20px;
	margin:0 3px 0 0;
}
#footer .wrapper li.last{
	background:none;
}
#footer .wrapper a{
	color:#fff;
}


.crirHidden {
	position:absolute;
	left:-9000px;
}
.hidden, .ui-tabs-hide{
	display:none;
}

@font-face{
	font-family:'GothamBlackGothamBlack';
	src:url('../fonts/gothmbla-webfont.eot');
	src:url('../fonts/gothmbla-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gothmbla-webfont.woff') format('woff'),  url('../fonts/gothmbla-webfont.ttf') format('truetype'),  url('../fonts/gothmbla-webfont.svg#GothamBlackGothamBlack') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'GothamMediumGothamMedium';
	src:url('../fonts/gothmmed-webfont.eot');
	src:url('../fonts/gothmmed-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gothmmed-webfont.woff') format('woff'),  url('../fonts/gothmmed-webfont.ttf') format('truetype'),  url('../fonts/gothmmed-webfont.svg#GothamMediumGothamMedium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'GothamThinGothamThin';
	src:url('../fonts/gothmthi-webfont.eot');
	src:url('../fonts/gothmthi-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gothmthi-webfont.woff') format('woff'),  url('../fonts/gothmthi-webfont.ttf') format('truetype'),  url('../fonts/gothmthi-webfont.svg#GothamThinGothamThin') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'GothamLightGothamLight';
	src:url('../fonts/gothmlig-webfont.eot');
	src:url('../fonts/gothmlig-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gothmlig-webfont.woff') format('woff'),  url('../fonts/gothmlig-webfont.ttf') format('truetype'),  url('../fonts/gothmlig-webfont.svg#GothamLightGothamLight') format('svg');
	font-weight:normal;
	font-style:normal;
}
#msg_succ {
	display:none;
}
.small {
  font-size: 13px;
  color: #999;
}
.news .date {
  color: #66a1d5;
  font-family: 'GothamBlackGothamBlack';
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 10px;
}
.news h2 {
  font-family: 'GothamBlackGothamBlack';
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 3px 0 12px;
  text-transform: uppercase;
}

/*  new */

#body #page_advocacy .width623{
	width:623px;
	float:left;
	height:100%;
}

#body #page_advocacy .623-left p{

}

.imageCaption{
  text-align: center;
  color: #66a1d5;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

div.imageCaption {
  color: #666666;
  font-style: italic;
}

.imageCaption img{
  float: left;
  margin-bottom: 10px;
  clear: both;
}

.imageCaption span{
  display: block;
  clear: both;
}

div.imageCaption img {
  clear: both;
  float: none;
  display: block;
  margin-bottom: 10px;
}


#nothing{
padding:0 !important;	
}

#blogPostInner{
	overflow:; clear:both; height:auto; margin-bottom:26px;
}

#blogSideBar{
width:256px;
min-height:100%;
background:url(../images/repeatedSideBarBG.png) repeat;
position:absolute;
right:0;
border:1px solid reds;
top:0;
}

#entryContainer{
overflow:hidden;
position:relative;
margin-bottom:26px;	
}

#sidebar li{
	background: none repeat scroll 0 0 #66A1D5;
  border-bottom: 1px solid #FFFFFF;
  font-family: Helvetica,Arial,sans-serif;
  height: 60px;
  position: relative;
  width: 100%;
  margin: 0;
}

#sidebar li.recent-post-item {
  cursor: pointer;
}

#sidebar .post-date {
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  font-style: normal;
  font-family: 'GothamBlackGothamBlack';
  left: 14px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}

#sidebar li a{
	color: #FFFFFF;
    display: block;
    left: 0;
    padding: 34px 14px;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 226px;
    text-transform: uppercase;
    font-weight:lighter;
    font-size: 12px;
}


a.top_letter{
height:48px;
display:block;
position:absolute;
bottom:0;
right:0;
z-index:10;
background:#66a1d5;
width:100%;	
font-family:Helvetica, Arial, sans-serif;
color:#fff;
text-align:center;
text-decoration:none;
width:256px;
}

a.top_letter:hover{
	background:#427aab;
}

a.top_letter span{
	display: block;
    position: relative;
    top: 13px;	
}



#sidebar li:hover{
	background-color: #427aab !important;
}

h2.widgettitle{
display:none;	
}

.subtext{
	clear:both; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-family: 'GothamLightGothamLight'; 
	font-size: 13px; 
	text-transform: uppercase;
}

.close_advocacy{
	margin-top:30px;
	display:block;
}

.alignright{
	float:right;
	margin-left:40px;
}

.alignleft{
	float:left;
	margin-right:40px;
}

.wp-caption{
	padding:10px;
	text-align: center;
	color:#66a1d5;
}

.co2avoidwrap h3 span{
	color: #999999;
    font-family: 'GothamLightGothamLight';
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

