body
{
	margin:					0;
	padding:				0;
	background-color:		#2774c3;
	font-family: 'Open Sans', sans-serif;
	color:					#333333;
	font-size:				100%;
	line-height:			140%;
	background-image: url('/site/images/body_bg_top.png'), url('/site/images/body_bg_left.png'), url('/site/images/body_bg_main.png');
	background-position: 0 0, center 300px, 0 0;
	background-repeat: repeat-x, no-repeat, repeat;

	-pie-background: url('/site/images/body_bg_top.png') 0 0 repeat-x, url('/site/images/body_bg_left.png') center 300px no-repeat, url('/site/images/body_bg_main.png') 0 0 repeat;
    behavior: url('/site/js/pie/PIE.php');

}

body.popup
{
	/*max-width:				800px;*/
	margin:					0px;
	padding:				20px 40px;
	-pie-background: none;
	background: none;
	background-color:		white;
}

/*	default link style	*/
a{			color:	#2a6ebb;	}
/*a:hover	{	color:	darkblue;	}*/

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
.wrapper
{
	margin-right:			auto;
	margin-left:			auto;
	width:					1000px;
}
#wrapper
{
	background-color:		#fff;
}

#header
{
	position:				relative;
	background-color: #fff;
	height: 100px;
}

#header_menu
{
	height: 154px;
}

#left
{
	float:					left;
	width:					120px;
	padding:				0 20px;
	padding-top: 30px;
}

article#main
{
	float:					left;
	width:					550px;
	padding:				0 20px;
	padding-bottom: 40px;
}
#right
{
	width:					200px;
	padding:				0 20px;
}

#footer
{
	clear:					both;
	padding: 0;
	margin-bottom: 80px;
	border-top: 40px solid #fff;
}
.footer_text {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 50px;
}
.footer_text_content {
	float: left;
}
.footer_text_content a{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_awards {
	clear: both;
	text-align: right;
}
.footer_awards img {
	max-width: 110px;
	height: auto;
	margin-left: 15px;
}


/*---------------------------------------------------------------------------------------------------------
//	Header/Global styles
//-------------------------------------------------------------------------------------------------------*/
#logo
{
	margin:					0;
	padding:				0;
}

#logo a,
#logo a:hover
{
	color:					#666666;
	text-indent: -9999px;
	background-image: url('../images/logo.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 119px;
	height: 104px;
	position: relative;
	top: -26px;
	left: 26px;
}

form#search
{
	float:					right;
	margin:					11px 10px 0 0 ;
	background-color: #cbe6f8;
}

form#search input#findtext
{
	background-color: #cbe6f8;
	border: 0;
	width: 170px;
	color: #2a6ebb;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #2a6ebb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #2a6ebb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #2a6ebb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #2a6ebb;
}

form#search button
{
	padding:				0px;
	font-size:				10px;
	background-image: url('/site/images/button_search.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	width: 26px;
	height: 22px;
	margin-bottom: 0;
}

#jquery-live-search
{
	border:					1px solid #EEE;
	padding:				10px;
	background-color:		white;
	z-index: 100;
}

#jquery-live-search a
{
	display:				block;
	margin:					5px 0px;
}

#globalnav
{
	padding-top: 4px;
	height: 32px;
	float: left;
}

#globalnav ul.m0 li
{
	display:				inline;
}
#globalnav ul.m0 li a
{
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #7e99aa;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 40px;
}
#globalnav ul.m0 li a:hover
{
	color: #c1e1f5;
}


#globalnav ul.m0 a
{
	margin:					0px 4px;
}

ul#socialmedia
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	float: left;
	padding-top: 8px;
	height: 24px;
	padding-left: 30px;
/*	margin-top: -12px;
	margin-left: 10px;*/
	margin-top: -2px;
}
#footer ul#socialmedia {
	padding-top: 4px;
}
ul#socialmedia li
{
	margin:					0px 10px 0px 0px;
	float: left;
}

/*---------------------------------------------------------------------------------------------------------
//	Content styles
//-------------------------------------------------------------------------------------------------------*/
article>article
{
	margin:					0 0 2.5em;
}

header
{
	margin:					0 0 0.5em;
	color:					black;
}

h1,h2,h3
{
	line-height:			130%;
	font-weight:			600;
	color: #2a6ebb;
	margin: 10px 0;
}

h1
{
	font-size:				48px;
	font-size:				45px;
	margin-top: 0;
	letter-spacing: -.02em;
}
h2
{
	font-size:				16px;
}

h3
{
	font-size:				14px;
}

p
{
	margin:					0 0 1em;
	font-size: 14px;
}

li {
	font-size: 14px;
}

.alert
{
	border:					4px solid #cccccc;
	border-radius:			10px;
	background-color:		rgba(255,255,255,0.85);

	padding:				20px;

	line-height:			22px;
	font-size:				16px;
}

.content-block
{
	border-bottom:			1px solid #EEE;
	margin-bottom:			10px;
	padding-bottom:			10px;
}

.content-block .column
{
	width:					46%;
	float:					left;
	padding-right:			20px;
}

.content-block iframe
{
	width:					100%;
	height:					300px;
}

.caption
{
	margin-top:				10px;
	font-style:				italic;
}

.article_main_content .caption,
section.content-block .caption
{
	font-size: 13px;
	line-height: 16px;
	color: #777;
	margin-bottom: 20px;
	font-style: normal;
	margin-top: -10px;
}
section.content-block .caption
{
	margin-top: 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer
//-------------------------------------------------------------------------------------------------------*/
nav#footernav
{
}

nav#footernav ul
{
	list-style-type:		none;
	margin:					0px 0px 1em;
	padding:				0px;
	overflow:				hidden;

	line-height:			13px;
	font-family:			tahoma,arial,sans-serif;
	font-size:				11px;
}

nav#footernav li.i0
{
	margin:					0px 15px 0px 0px;
	display:				block;
	float:					left;
}

nav#footernav a
{
}


/*---------------------------------------------------------------------------------------------------------
//	Forms
//-------------------------------------------------------------------------------------------------------*/
.fieldblock
{
	margin:					15px 0px;
}
.fieldblock-error
{

}

input[type=text],
input[type=number],
input[type=url],
input[type=email],
input[type=text],
input[type=password],
select,
textarea
{
	width:					200px;
	/*border:					1px solid #999999;*/
	border: none;
	padding:				6px 8px;
	font-size:				13px;
	color:					#2a6ebb;
	font-family: 'Open Sans', sans-serif;
	background-color: #D2E6F4;
}
select
{
	width: auto;
	/*border: none;*/
	/*line-height: 30px;*/
	/*vertical-align:middle;*/
	/*-webkit-select-appearance: none;*/
}

select#project_types,
select#market_types
{
	width: 200px;
}

input[type=radio],
input[type=checkbox]
{
	float:					left;
	margin:					0 10px 0 0;
}

textarea
{
	width:					490px;
	height:					160px;
}

label
{
	display:				block;
	color:					black;
}

/*label.cb
{
	display:				inline;
}
*/
button
{

}


.fielderror
{
	margin-left:			15px;
	font-weight:			bold;
	color:					red;
}

.fieldblock-error input,
.fieldblock-error select,
.fieldblock-error textarea
{
	border:					1px solid red !important;
}

.fieldblock-error label
{
	color:					red;
}

.sidebar input[type=text],
.sidebar input[type=number],
.sidebar input[type=url],
.sidebar input[type=email],
.sidebar input[type=text],
.sidebar input[type=password],
.sidebar select,
.sidebar textarea
{
	width:					150px;
}

.sidebar textarea
{
	height:					40px;
}


/*---------------------------------------------------------------------------------------------------------
//	Popup area
//-------------------------------------------------------------------------------------------------------*/

/* the overlayed element */
.overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url( /site/images/close.png );
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.nwf-overlay
{
	background-color:			rgba(0,64,128,0.25);
	width:						600px;
	height:						580px;
}

/* container for external content. uses vertical scrollbar, if needed */
.nwf-overlay .contentWrap
{
	margin:						0;
	padding:					0;
}

.nwf-overlay iframe
{
	width:						600px;
	height:						580px;
}

/*---------------------------------------------------------------------------------------------------------
//	Share widget
//-------------------------------------------------------------------------------------------------------*/
#share
{
	/*position:				absolute;*/
	/*right:					25px;*/
	/*top:					180px;*/
	z-index:				400;
	width:					100px;
}


#share label
{
	display:				block;
	margin:					0px;
	padding:				0px 0px 0px 28px;

	white-space:			nowrap;
	height:			28px;
	font-weight:			bold;

	background-image:		url( /site/images/icons/16/share.png );
	background-position:	4px 4px;
	background-repeat:		no-repeat;

	cursor:					pointer;
	text-indent: -9999px;
}

#share ul
{
	display:				none;

/*	position:				absolute;	*/

	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	padding-top: 4px;
	overflow:				hidden;

	/*background-color:		#eeeeee;*/
}

#share a
{
	display:					block;
	background-position:		4px 4px;
	background-repeat:			no-repeat;
	padding:					0px 12px 0px 28px;

	white-space:				nowrap;
	line-height:				24px;
	color: #2A6EBB;
	font-size: 13px;
}

#share a:hover
{
	/*background-color:			white;*/
	color: #F12938;
}
a#share-twitter{	background-image:		url( /site/images/icons/16/twitter.png );	}
a#share-linkedin{	background-image:		url( /site/images/icons/16/linkedin.png );	}
a#share-facebook{	background-image:		url( /site/images/icons/16/facebook.png );	}
a#share-email{		background-image:		url( /site/images/icons/16/email.png );	}





/*---------------------------------------------------------------------------------------------------------
//	Page links
//-------------------------------------------------------------------------------------------------------*/
nav#pagelinks
{
	overflow:					hidden;
	margin-top:					20px;
	padding:					20px 0px;
	border-top:					1px solid #dddddd;

	line-height:				24px;
	font-size:					14px;
}

nav#pagelinks ul,
nav#pagelinks li
{
	display:					inline;
	margin:						0px;
	padding:					0px;
}
nav label
{
	float:						left;
	margin-right:				1em;
}

nav#pagelinks a
{
	display:					block;
	float:						left;

	margin:						0px 10px 0px 0px;
	padding:					0px 10px;
	background-color:			rgba(0,64,128,0.15);

	text-align:					center;
}

nav#pagelinks a.currentpage
{
	background-color:			#eeeeee;
	color:						#333333;
}

.fieldblock {
	font-size: 14px;
}


.hidden_read_more,
.toggleThis
{
	display: none;
}

#positioning_statement {
    color: #AAAAAA;
    font-family: 'Bitter',serif;
    font-size: 16px;
    font-style: italic;
    left: 164px;
    position: absolute;
    top: 17px;
    z-index: 15;

}

#right
{
	margin-left: 790px;
/*    position: relative;
    z-index: 100;
*/}

.sidebar {
	padding: 20px;
	width: 200px;
	border: 3px solid #fff;
	background-image: url('/site/images/sidebar_corner.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #4a9dd4;
	color: #fff;
	margin-top: 30px;
	font-family: 'Roboto Condensed', sans-serif;
}
.sidebar:first-child {
	margin-top: 0;
}

.sidebar h3 {
	background-color: #2a6ebb;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	margin: -20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-bottom: 2px solid #fff;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 120%;
}
.sidebar p {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .01em;
	margin-bottom: 10px;
}
.sidebar a {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .01em;
	margin-bottom: 10px;
}

.sidebar .abstract {
	padding-bottom: 15px;
}

.statsbox {
	background-image: url('/site/images/sidebar_corner.png'),url('/site/images/statsbox_bg.png');
	background-position: bottom left, top left;
	background-repeat: no-repeat, repeat;
	background-color: #f12938;
}
.statsbox h3 {
	background-color: transparent;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -10px;
	border-bottom: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 70px;
	letter-spacing: -.03em;
}
.sidebar .button a,
.sidebar a.sidebar_button
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-image: url('/site/images/sidebar_a_bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
	margin-bottom: 20px;
	height: 22px;
	font-size: 13px;
	text-decoration: none;
	padding-top: 2px;
}
.statsbox .button a {
	background-image: url('/site/images/statsbox_a_bg.png');
}

.sidebar input[type="text"] {
	background-color: #d2e6f4;
	color: #2a6ebb;
	border: none;
	width: 185px;
	font-family: 'Roboto Condensed', sans-serif;
}

.sidebar button,
button
{
	background-color: #fff;
	border: none;
	border: 2px solid #D2E6F4;
	border: 2px solid #4A9DD4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2a6ebb;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 12px;
	cursor: pointer;
	background-image: url('/site/images/button_gradient.png');
	background-position: bottom left;
	background-repeat: repeat;
	margin-bottom: 20px;
}
.sidebar button {
	border: 2px solid #fff;
}

.fielderror
{
	margin-left: 0;
	color: #d42431;
	font-size: 11px;
}

.sidebar .fielderror
{
	background-color: #fff;
	display: block;
	width: 185px;
	padding: 0 8px;
}


#globalnav li.last {
	background-image: url('/site/images/fese_nav_bg.png');
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 22px;
}
#globalnav li.last:hover {
	background-image: url('/site/images/fese_nav_bg_over.png');
}

.bg_white {
	background-color: #fff;
	margin: 0 auto;
	width: 1000px;
}

span.reg {
	font-size: 8px;
	top: -4px;
	position: relative;
}

.industry-insights .content-block {
	width: 275px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden !important;
	margin-right: 20px;
	margin-top: 20px;
	border: none;
}
/*.industry-insights .content-block:nth-child(even) {
	margin-right: -20px;
}*/
.industry_insights article#main
{
	width: 600px;
}
.industry-insights .content-block:nth-child(odd) {
	clear: both;
}

.industry-insights .content-block .column {
	width: 275px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.industry-insights .content-block .column img {
	max-width: 275px;
}

.industry-insights .content-block .column h3
{
	font-size: 24px;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: 0;
}
.industry-insights .content-block .column p
{
	font-size: 16px;
	font-weight: normal;
}
.industry-insights .content-block .column:first-child {
	float: left;
}
.industry-insights .content-block .column a {
	color: #555;
}


/* Blue Header Style */

h3.blue_header
{
	font-size: 24px;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: 0;
}



.specsimg {
	float: left;
	margin: 0 20px 10px 0;
}
.page_banner_image
{
	margin: 10px 0 30px 0;
}
#menu-mobile-main,
#globalnavfooter,
#mainnavfooter,
#search-mobile-main
{
	display: none;
}
.mobile_show {
	display: none;
}
.mobile_show a {
    color: #fff;
}

#tabs
{
	margin-right: -30px;
}
#tabs ul.tabsnav
{
	margin: 0;
	padding: 0;
}
#tabs ul.tabsnav li
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 4px;
}
#tabs ul.tabsnav li a
{
	padding: 4px 8px;
	display: block;
}

#tabs div.tabscontent
{
	clear: both;
	padding: 10px;
	border-top: 1px solid #ccc;
}

#caption .caption
{
	display: none;
}

.content_filter a
{
	color: #fff;
}

.faq_item
{

}
.faq_item h2
{
	margin: 0;
	padding: 10px 0;
}
.faq_item .faq_content
{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
	display: none;
}

.installation_abstract
{
	color: #000;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.project_facts
{
	float: left;
	width: 160px;
	color: #f12938;
	padding: 20px 20px 40px 0;
}
.project_facts h3
{
	padding: 4px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	color: #f12938;
	font-family: 'Roboto Condensed', sans-serif;
}
.project_facts ul
{
	float: left;
	color: #f12938;
	list-style: none;
	margin: 0;
	padding: 0;
}
.project_facts li
{
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.pull_quote,
blockquote
{
	/*display: none;*/
	float:right;
	padding: 5px 0 20px 20px;
	font-style: italic;
	font-size: 18px;
	line-height: 150%;
	color: #5eb0e5;
	font-family: 'Open Sans', sans-serif;
	width: 200px;
}
.pull_quote p,
blockquote p
{
	font-size: 18px;
}
.installation_content
{
	padding-top: 20px;
}

input[type=checkbox]
{
	position: relative;
	top: 6px;
}

.sidebar label
{
	color: #fff;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
}
.sidebar input[type=checkbox]
{
	position: relative;
	top: 5px;
}
.sidebar label input[type=checkbox]
{
	position: relative;
	top: 2px;
}
#main img
{
	max-width: 100%;
	height: auto;
}

#terms {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
}

.readmore
{
	display: block;
	margin: 20px;
	background-color: #5eb0e5;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

#searchform button
{
	margin-top: 20px;
}

#breadcrumb
{
	margin: 20px 0;
	padding: 0;
}
#breadcrumb a
{
	font-size: 12px;
	padding-right: 5px;
	float: left;
	color: #000;
}
#breadcrumb a.first,
#breadcrumb a.last
{
	color: #2A6EBB;
}
#breadcrumb span.arrow
{
	font-size: 12px;
	float: left;
	padding: 0 4px;
}

nav#breadcrumb
{
	display:				none;
}

#share ul
{
	border: 1px solid #14852d;
	font-size: 12px;
	position: relative;
	left: 4px;
	background-color: #fff;
}
#share ul a
{
	font-size: 12px;
}

#isitrightformybuilding .fieldblock,
#freeenergystorageevaluation .fieldblock
{
	font-size: 14px;
}
#isitrightformybuilding .fieldblock label,
#freeenergystorageevaluation .fieldblock label
{
	margin-bottom: 5px;
}
#isitrightformybuilding .fieldblock label.radio,
#isitrightformybuilding .fieldblock label.cb,
#freeenergystorageevaluation .fieldblock label.radio,
#freeenergystorageevaluation .fieldblock label.cb
{
	font-size: 12px;
	margin-bottom: 0px;
}
#isitrightformybuilding .fieldblock input[type="checkbox"],
#isitrightformybuilding .fieldblock input[type="radio"],
#freeenergystorageevaluation .fieldblock input[type="checkbox"],
#freeenergystorageevaluation .fieldblock input[type="radio"]
{
	margin-left: 20px;
}

.toggleNext
{
	position: relative;
	top: -5px;
	font-size: 12px;
}
.toggleThis
{
	padding-top: 10px;
}
.toggleThis p
{
	font-size: 12px;
	line-height: 130%;
}

.fese_form_column
{
	float: left;
	width: 50%;
}
.fese_form_column input[type="text"],
.fese_form_column select
{
	width: 80%;
}

.tooltip
{
	background-color: #fff;
	display:block;
	font-size: 12px;

	background-color: #fff;
	border: none;
	border: 2px solid #D2E6F4;
	border: 2px solid #4A9DD4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2a6ebb;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 12px;
	cursor: pointer;
	/*background-image: url('/site/images/button_gradient.png');*/
	/*background-position: bottom left;*/
	/*background-repeat: repeat-x;*/
	max-width: 220px;

}
.toolTipTrigger
{
	cursor: pointer;
	color: #999;
	font-size: 12px;
}

.popup .fese_form_header,
.popup .form_is_it_right_header
{
    background-color: #2A6EBB;
    margin: -20px -40px 20px;
    padding: 20px;
}
.popup .fese_form_header h1,
.popup .form_is_it_right_header h1
{
	color: #fff;
}


.subnav-toggle {
	cursor: pointer;
	float: right;
}

#tabs .ui-state-active
{
    background-color: #2A6EBB;
}
#tabs .ui-state-active a
{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}
.tabscontent p,
table.footable td
{
	font-size: 14px;
}
table.footable
{
	width: 100%;
}
table.footable td
{
	padding: 4px;
	margin: 0;
	border-bottom: 1px dotted #ccc;
}
table.footable tr:nth-child(even) td
{
	background-color: #eee;
}
table.footable th
{
	padding: 4px;
	margin: 0;
	background: #eee;
	border: 1px solid #ccc;
}
table.footable th p
{
	padding: 0;
	margin: 0;
}
hr {
	height: 2px;
	background-color: #ccc;
	border: 0;
}

#fieldblock-checkheretoreceiveinformationontheroofbergrooftopreplacement input,
#fieldblock-checkhereifyouwouldliketobeaddedtoourmailinglist input
{
	margin-left: 0 !important;
}

.sidebar {
	padding-bottom: 40px;
}
.sidebar a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.sidebar h4 a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}
.sidebar h4 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}



.imagemap-block #caption .caption
{
	font-style: normal;
	padding: 15px 30px;
}
.imagemap-block #caption h3
{
	color: #f12938;
}

.the_calmac_advantage .imagemap-block #imagemapimg
{
	float: right;
}
.the_calmac_advantage .imagemap-block #caption
{
	text-align: right;
	margin-right: 330px;
	padding-top: 50px;
}

.leadership_list_item
{
	margin-left: 110px;
}
.leadership_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	font-style: italic;
}
.press_release_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
}
.press_release_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.press_release_list_item header
{
	margin-bottom: 0;
}

.media_coverage_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
}
.media_coverage_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.media_coverage_list_item header
{
	margin-bottom: 0;
}
.media_coverage_list_item em
{
	font-size: 14px;
	float: left;
	margin-right: 10px;
}
.testimonials_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.testimonials_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.testimonials_list_item .column
{
	float: left;
}
.testimonials_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}
.article_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.article_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.article_list_item .column
{
	float: left;
}
.article_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}

.video_list_page article#main
{
	width: 640px;
	padding-right: 0;
}

.video_list_page .video_list{
	overflow: hidden;
}

.video_list .video_list_item
{
	/*margin-left: 110px;*/
	/*border-top: 1px dotted #ccc;*/
	padding-top: 20px;
	float: left;
	width: 300px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 0;
}
.video_list .video_list_item:nth-child(odd)
{
	clear: both;
}

.video_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
/*.video_list_item .column
{
	float: left;
}*/
/*.video_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}*/
.installation_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.installation_list_item .column
{
	float: left;
}
.installation_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}
.newsletter_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.newsletter_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.newsletter_list_item .column
{
	float: left;
}
.newsletter_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}
.whitepapaer_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.whitepapaer_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.whitepapaer_list_item .column
{
	float: left;
}
.whitepapaer_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}
.publication_list_item
{
	/*margin-left: 110px;*/
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}
.publication_list_item h3
{
	font-weight: normal;
	color: #000;
	margin-top: -5px;
	margin-bottom: 0;
	font-style: italic;
}
.publication_list_item .column
{
	float: left;
}
.publication_list_item .column:nth-child(even)
{
	width: 300px;
	padding-left: 20px;
}

.products_and_specs .content-block
{
	text-align: center;
}

.categories
{
	margin-top: -10px;
}
.categories a
{
	font-size: 13px;
	margin-right: 5px;
}

#clear_filters
{
	background-color: #fff;
	border: none;
	border: 2px solid #D2E6F4;
	border: 2px solid #4A9DD4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2a6ebb;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 12px;
	cursor: pointer;
	background-image: url('/site/images/button_gradient.png');
	background-position: bottom left;
	background-repeat: repeat;
	margin-bottom: 20px;
	margin-left: 10px;
}

.whitepapaer_list_item .column:nth-child(even),
.article_list_item .column:nth-child(even),
.newsletter_list_item .column:nth-child(even),
.publication_list_item .column:nth-child(even)
{
	width: 430px;
}



.article_abstract,
.article_content,
.article_categories
{
	font-size: 14px;
	margin-bottom: 10px;
}

.the_calmac_advantage article#main section.content-block
{
	padding-top: 20px;
}
.the_calmac_advantage article#main section.imagemap-block
{
	padding-top: 0px;
}

#youtube_player
{
	width: 560px;
	height: 315px;
}

a.list_back_link
{
	font-size: 14px;
	font-weight: bold;
}

#comments
{
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
#comments h2
{
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 1px dotted #CCCCCC;
    margin-bottom: -20px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}
#comments article
{
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
}
#comments article header
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#comments article header p
{
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#comments article header time
{
	color: #999;
	margin: -5px 0 5px 0;
	font-style: italic;
	display: block;
}
#comments > p
{
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
}

#fieldblock-typeofcoolingother
{
    margin-left: 43px;
    margin-top: -12px;
}

.fieldblock .toggleNext
{
	margin-left: 20px;
}
.fieldblock .toggleThis
{
	margin-left: 20px;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin-bottom: 20px;
	padding: 10px;
}
/*#isitrightformybuilding .fielderror */
.fieldblock .fielderror
{
	display: block;
}
#mobilemainnav
{
	display: none;
}

.sidebar .tweet {
	padding-bottom: 15px;
}

#cboxClose {
	top: 10px;
	right: 35px;
	color: #fff;
	text-indent: 0;
	font-size: 18px;
}

article#main li {
	font-size: 14px;
	line-height: 19px;
	margin: 1em 0;
}

article > article.leadership
{
	clear: both;
}

input.units_of_measure
{
	width: 50% !important;
}
select.units_of_measure
{
	width: 30% !important;
}

/*---------------------------------------------------------------------------------------------------------
//	International Form Fields
//-------------------------------------------------------------------------------------------------------*/

a.url_link
{
	max-width:		100%;
	display:		inline-block;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/*---------------------------------------------------------------------------------------------------------
//	Progressive Profiling
//-------------------------------------------------------------------------------------------------------*/

.fieldblock.profile-nonrequired {
	display: none;
}

.international-fields .fieldblock.profile-nonrequired {
	display: block;
}

.fieldblock.profile-required {
	display: block;
}

.fieldblock.profile-autofill {
	display: none;
}

.fieldblock.profile-always-show {
	display: block !important;
}

/* The "Send Catalog" form needs to override PP to ensure that address-related
 * fields are always present.
 */
#sendcalmaccd #fieldblock-country.fieldblock.profile-autofill,
#sendcalmaccd #fieldblock-state.fieldblock.profile-autofill:not(.hidden),
#sendcalmaccd .international-fields,
#sendcalmaccd .international-fields .fieldblock.profile-autofill
{
	display: block;
}
