/*----------------GLOBAL------------------*/
html, body{
	background:						url(hem-background-gradient.jpg) repeat-x;
	-webkit-font-smoothing: 		antialiased;
	font-family:					'Roboto', helvetica, arial, sans-serif;
}

#body_wrapper{
	background:						#fff;
	width:							960px;
	margin:							20px auto 0 auto;
	padding:						25px;
	height:							100%;
	border-radius: 					20px;
}


h1, h2{
	font-family:					'Roboto';
	font-size:						23px;
	font-style:						normal;
	font-weight:					bold;
	color:							#63634D;
	margin-bottom:					5px;
}
h3{
	font-size:						20px;
	color:							#007161;
	margin:							0px 0px 5px 0px;
	line-height:					30px;
}

h4{
	margin-bottom:					5px;
}

p{
	font-size:						14px;
	margin-bottom:					10px;
	color:							#414141;
}

ul{
	margin-bottom:					10px;
}

a{
	color:							#387063;
}

#site-name{
	margin: 0;
}
/*----------------BRANDING------------------*/
#branding{
	padding:						10px 0 0 0;	
}

#branding p, #branding h2{
	color:							#007161;
}

#branding p{
	font-size:						12px;
	margin:							0px 0px 0px 0px;
}
#branding h2{
	font-family:					'Roboto';
	font-weight:					bold;
	font-size:						23px;
	line-height:					13px;
	margin:							5px 0px 0px 0px;
}

/*----------------NAVIGATION------------------*/
#site-navigation {
	margin: 						-50px 0 0 0;
}

#site-navigation .grid-24{
	margin:							-50px 0 0 0\9;
}
#site-navigation{
	height:							30px\9;
}

@-moz-document url-prefix() { 
	#site-navigation .grid-24 { 
		margin:							-50px 0 0 0; 
	} 
	#site-navigation{
		height:							30px;
	}
}

#site-navigation .limiter, #site-navigation .grid-24{
	pointer-events:					none;
}  

#site-navigation ul {
	border: 						solid 1px #ccc;
	pointer-events:					auto;
	/*
	-webkit-box-shadow: 			0px 0px 5px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    			0px 0px 5px rgba(50, 50, 50, 0.35);
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.35);
	*/
}

#site-navigation .limiter, #site-navigation .grid-24{
	pointer-events:					none;
} 

#site-navigation ul ul,  #site-navigation ul ul ul{
	border: 						none;
	border-radius: 					0px;
}


#site-navigation ul li{
	background:						url(bg_nav2.gif) repeat-x;
	height:							25px;
}



ul.links li {
	float: 							right;
	margin: 						0 0px 10px 0;
	border-right:					solid 1px #ccc;
	padding: 						0;
	font-weight: 					normal;
}

ul.links li.last, ul.links li li {
	border-right:					none;
}

#site-navigation ul.links a {
	font-family:					'Roboto';
	font-size:						17px;
	font-weight:					normal;
	font-style:						normal;
	line-height: 					25px;
	color:							#383838;
}
#site-navigation ul.links a:hover {
	color:							#383838;
	text-decoration:				none;
	background:						#ccc;
}

#site-navigation .dropdown li li a {
	font-size:						13px;
}

#site-navigation .dropdown, #site-navigation .dropdown ul {
	float: 							right;
}

#site-navigation .dropdown a {
	display: 						block !important;
	margin: 						0;
	padding: 						0 32px !important;
}

#site-navigation .dropdown li li a.active, #site-navigation .dropdown li.active-trail > a {
	background-color: 				#ccc;
	color: 							white;
}
/*----------------HERO------------------*/
#block-nifty_hero-field_nifty_hero, .nifty-hero-img{
	height:							170px;
	/*overflow:						hidden;*/
}

#block-nifty_hero-field_nifty_hero{
	pointer-events:auto;	

}
#hero{
	margin:							15px 0 0 0;
	pointer-events:none;
}



.nifty-hero-left_txt .nifty-hero-caption {
	width: 							345px;
	padding-top: 					00px;
	pointer-events:					none;
}

.nifty-hero-left_txt .caption-content{
	font-weight:					normal;
	font-style:						normal;
	font-size:						13px;
	line-height:					15px;
	color:							black;
	text-shadow:					none;
}

.nifty-hero-caption, .caption-inner {
	pointer-events:					none;
}

.nifty-hero-caption h2, .nifty-hero-item h1, .nifty-hero-item h2, .nifty-hero-item h3, .nifty-hero-item h4, .nifty-hero-item h5, .nifty-hero-item h6 {
	color: 							black;
	font-weight: 					normal;
	text-shadow: 					none;
	
	font-size:						26px;
	font-family:					'RobotoLight';
	margin-bottom:					0px;
}

#views_slideshow_thumbnailhover_div_nifty_hero_field_nifty_hero-block_2_0 h2{
	text-indent:					-2000px;
	background:						url(hem-hero-title-1.png);
	width:							335px;
	height:							70px;
}
#views_slideshow_thumbnailhover_div_nifty_hero_field_nifty_hero-block_2_1 h2{
	text-indent:					-2000px;
	background:						url(hem-hero-title-2.png);
	width:							335px;
	height:							70px;
}
#views_slideshow_thumbnailhover_div_nifty_hero_field_nifty_hero-block_2_2 h2{
	text-indent:					-2000px;
	background:						url(hem-hero-title-3.png);
	width:							335px;
	height:							70px;
}


.nifty-hero-caption .read-more, .nifty-hero-caption .read-more a{
	display: 						none;
	float: 							left;
	margin-top: 					10px;
	padding: 						0;
	color: 							black !important;
	text-transform:					uppercase;
	background: 					none;
	text-shadow: 					none;
	box-shadow: 					none;
	-moz-box-shadow: 				none;
	-webkit-box-shadow: 			none;
	
	font-style:						italic;
}
.nifty-hero-caption .read-more:hover {
	display: 						none;
	float: 							left;
	margin-top: 					10px;
	padding: 						0;
	color: 							black !important;
	text-transform:					uppercase;
	background: 					none;
	text-shadow: 					none;
	box-shadow: 					none;
	-moz-box-shadow: 				none;
	-webkit-box-shadow: 			none;
	
	text-decoration: 				underline;
	
	font-style:						italic;
}
	
#hero .content{
	height:							170px;
}

.nifty-hero-item {
	width: 							700px;
}

.block-nifty_hero {
	background: 					#fff url(hem-hero-background.jpg) repeat-x;
	width:							700px;
	margin-left: 					10px;
}

.block-nifty_hero .nifty-hero-img, .block-nifty_hero .nifty-hero-img a{
	width: 320px;
    height: 170px;
    display: block;
    float: right;
    background: #FFF;
    text-align: center;
    margin: auto;
}

.block-nifty_hero .nifty-hero-img img{
    float: none;
    /* width: 323px; */
    height: 170px;
    width: auto;
    display: inline-block;
}

.block-nifty_hero .views-slideshow-controls-bottom {
	left: 								0px;
	bottom: 							0px;
	padding: 							0;
	margin:								0 0 20px 20px;
	cursor:								default;
	
}

.views-content-field-nifty-hero-data{
	text-transform:					uppercase;
	font-size:						15px;
	padding:						0 0px;
}

.block-nifty_hero .views_slideshow_thumbnailhover_div_breakout_teaser{
	
/*	color: 							gray;*/
    color: white;
	background: 					#f0cb01;
/*    background: none;*/
	border:							solid 2px #fff;
	box-shadow:         				1px 1px 3px rgba(50, 50, 50, 0.55);
	border-radius: 					10px;
}


.block-nifty_hero .views_slideshow_thumbnailhover_breakout_teasers .activeSlide {
	color:							white;
	background: 					#ba8403;
/*    background: none;*/
}

.block-nifty_hero .views_slideshow_thumbnailhover_div_breakout_teaser {
	
	margin:							0px 10px 0px 0px;
}

.block-nifty_hero .views_slideshow_thumbnailhover_div_breakout_teaser:first-child, .block-nifty_hero .views_slideshow_thumbnailhover_div_breakout_teaser:last-child {
	border-radius: 					10px;
}


.views_slideshow_thumbnailhover_div_breakout_teaser a{
    
    color: white;
}

/*----------------PAGE------------------*/
#page .limiter{
	padding-top:					15px;
}

#main{
	margin-top:						-10px;
}

/*-------------CONTACT------------------*/
.panel-2col-stacked .panel-col-first {
	width:							40%;
}

.panel-2col-stacked .panel-col-last {
	width:							60%;
}

/*----------------SIDEBAR------------------*/
#state-incentive, #block-ec_pro-custom-3{
	background:						#A8C5C1 url(hem-sidebar-green.jpg) repeat-x;
	
	border: 						solid 3px #fff;
	border-radius: 					5px;
	color:							#fff;
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.55);
	
	padding:						10px 20px;
}

#block-ec_pro-custom-3 p, #block-ec_pro-custom-3 p span{
	color:							#fff;
}

#state-incentive{
	padding-bottom: 				20px;
	margin-bottom:					20px;
	height: 						135px;
}
#book-audit{
	background:						#A5A59B url(hem-sidebar-darkgrey.jpg) repeat-x;
	
	border: 						solid 3px #fff;
	border-radius: 					5px;
	color:							#fff;
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.55);
	
	padding:						10px 20px;
	margin-bottom:					20px;
}

#custom-testimonial{
	background:						#EFEFEF url(hem-sidebar-grey-bg.jpg) repeat-x;
	
	font-size:						28px;
	color:							#63634D;
	
	border: 						solid 3px #fff;
	border-radius: 					5px;
	color:							#63634D;
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.55);
	
	padding:						10px 20px;
}

#custom-testimonial span{
	font-size: 						14px;
	line-height: 					21px;
	color: 							#2C2C2C !important;
}


#custom-testimonial em{
	font-size:						11px;
	font-weight:					normal;
	line-height:					9px;
}

#block-ec_pro-custom-1 p{
	margin:							0 0 16px 0;
}

#block-ec_pro-custom-1 span, #block-ec_pro-custom-2 span, #block-views-ec_pro_testimonials-block_2 h2{
	line-height:					29px;
	color:							white;
}
#block-ec_pro-custom-2 span{
	color:							#63634D !important;
	text-shadow: 					1px 1px 1px rgba(255, 255, 255, .7);
}

#block-ec_pro-custom-1 a, #block-ec_pro-custom-2 a, #block-views-ec_pro_testimonials-block_2 a{
	color:							#fff;
}
#block-ec_pro-custom-1 a:hover, #block-ec_pro-custom-2 a:hover, #block-views-ec_pro_testimonials-block_2 a:hover{
	text-decoration:				underline;
}

#block-views-ec_pro_testimonials-block_2{
	display:						none;
}

#block-views-ec_pro_testimonials-block_2 h2{
	font-size:						28px;
	color:							#63634D;
}

#block-views-ec_pro_testimonials-block_2 a{
	color:							#63634D;
}

#block-ec_pro-custom-2{
	
	background: 					#fff url(hem-hero-background.jpg) repeat-x;
	
	border: 						solid 3px #fff;
	border-radius: 					5px;
	color:							#63634D;
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.55);
	text-shadow: 					1px 1px 1px rgba(255, 255, 255, .7);
	
	padding:						20px 20px 30px 20px;
}

#block-views-ec_pro_testimonials-block_2{
	background:						#EFEFEF url(hem-sidebar-grey-bg.jpg) repeat-x;
	
	border: 						solid 3px #fff;
	border-radius: 					5px;
	color:							#63634D;
	box-shadow:         			0px 0px 5px rgba(50, 50, 50, 0.55);
	
	padding:						20px;
}

/*----------------FOOTER------------------*/
#footer .limiter {
	border-top: 					none;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 11, 2012 12:53:30 PM America/New_York */

@font-face {
    font-family: 					'Roboto';
    src: 							url('fontface/Roboto-Regular-webfont.eot');
    src: 							url('fontface/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         							url('fontface/Roboto-Regular-webfont.woff') format('woff'),
         							url('fontface/Roboto-Regular-webfont.ttf') format('truetype'),
         							url('fontface/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: 					normal;
    font-style: 					normal;

}

@font-face {
    font-family: 					'Roboto';
    src: 							url('fontface/Roboto-Italic-webfont.eot');
    src: 							url('fontface/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         							url('fontface/Roboto-Italic-webfont.woff') format('woff'),
         							url('fontface/Roboto-Italic-webfont.ttf') format('truetype'),
         							url('fontface/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: 					normal;
    font-style: 					italic;

}

@font-face {
    font-family: 					'Roboto';
    src: 							url('fontface/Roboto-Bold-webfont.eot');
    src: 							url('fontface/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         							url('fontface/Roboto-Bold-webfont.woff') format('woff'),
         							url('fontface/Roboto-Bold-webfont.ttf') format('truetype'),
         							url('fontface/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: 					bold;
    font-style: 					normal;

}


@font-face {
    font-family: 					'RobotoLight';
    src: 							url('fontface/Roboto-Light-webfont.eot');
    src: 							url('fontface/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         							url('fontface/Roboto-Light-webfont.woff') format('woff'),
         							url('fontface/Roboto-Light-webfont.ttf') format('truetype'),
         							url('fontface/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 					normal;
    font-style: 					normal;

}

@font-face {
    font-family: 'RobotoBlack';
    src: url('Roboto-Black-webfont.eot');
    src: url('Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Black-webfont.woff') format('woff'),
         url('Roboto-Black-webfont.ttf') format('truetype'),
         url('Roboto-Black-webfont.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}



