body
{
	margin:					0px;
	padding:				20px 0px;

	background-color:		#FFFFFF;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans serif;
	color:					#5a5b5e;
	font-size:				0.75em;
	line-height:			1.5em;
}

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

/*	default link style	*/
a{			color:	#0090c9;	}
a:hover	{	color:	#004f89;	}

#menu-mobile-main,
#search-mobile a,
#footer ul#socialmedia,
#slideshow-mobile,
img.shadow-top-600,
img.shadow-top-640,
img.shadow-bottom-640,
img.shadow-bottom-600
{
	display:				none;
}

.responsive-img { max-width: 100%!important; }

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#wrapper
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	position:				relative;
}

#worldwide{
	position: 				absolute;
	right:					360px;
	top:					15px;
}

#header
{
	position:				relative;
	z-index:				1000;
}

article#main,
#right
{
	overflow:				hidden;
}

#left-super article#main{
	overflow:				visible;
}

#left
{
	float:					left;
	width:					140px;
	padding:				20px 20px 0 0;
}

article#main
{
	float:					left;
	position:				relative;
	width:					470px;
	padding:				30px 20px 0 0;
}

div.fullwidth article#main
{
	width:					730px;
}

#right
{
	float:					left;
	width:					230px;
	padding:				0 0 0 20px;
}

#footer
{
	clear:					both;
	padding:				10px 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Header/Global styles
//-------------------------------------------------------------------------------------------------------*/
#logo
{
	float:					left;
	margin-left:			20px;
}

form#search
{
	float:					right;
	margin:					0 17px 0 0;
	clear:					right;
	background-color:		#e5e5e5;
}

form#search input#findtext
{
	border:					0 none;
	padding:				2px 4px;
	color:					#5a5b5e;
	background-color:		#e5e5e5;
	width:					122px;
	height:					20px;
	line-height:			20px;
	font-size:				12px;
}

form#search button
{
	padding:				0;
	margin:					0;
	border:					0;
	vertical-align:			bottom;
	background-color:		#e5e5e5;
	overflow:				hidden;
	cursor:					pointer;
	width:					20px;
	height:					24px;
}

form#search img
{
	padding:				0;
	margin:					0;
	border:					0;
	display:				block;
}

#globalnav
{
	float:					right;
	margin:					18px 20px 10px 0;
}

#globalnav ul.m0 li
{
	display:				inline;
}

#globalnav ul.m0 a
{
	margin:					0 0 0 20px;
	font-size:				10px;
	color:					#5a5b5e;
	text-transform:			uppercase;
}

#globalnav ul.m0 a:hover
{
	color:					#0091c9;
}

ul#socialmedia
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	float:					right;
}
ul#socialmedia li
{
	display:				inline;
	margin:					0px 10px 0px 0px;
}

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

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

h1,h2,h3
{
	line-height:			1.2em;
	font-weight:			bold;
	color:					#004f89;
}

h1
{
	font-size:				2.5em;
}
h2
{
	font-size:				1.4em;
}

h3
{
	font-size:				1.2em;
}

p
{
	margin:					0 0 1em;
}

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

	padding:				20px;

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

}

/*---------------------------------------------------------------------------------------------------------
//	Footer
//-------------------------------------------------------------------------------------------------------*/
nav#footernav
{
	width:					100%;
}

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

	line-height:			13px;
	font-size:				10px;
	text-transform:			uppercase;
}

nav#footernav li.i0
{
	display:				block;
	float:					left;
	width:					25%;
	margin-bottom:			10px;
}

nav#footernav li:nth-child(4n+1)
{
	clear:					left;
}

nav#footernav a
{
	color:					#5a5b5e;
}

nav#footernav a:hover
{
	color:					#0091c9;
}

/*---------------------------------------------------------------------------------------------------------
//	Forms
//-------------------------------------------------------------------------------------------------------*/
.fieldblock
{
	margin:					15px 0px;
}
.fieldblock-error
{
	position:				relative;
	margin:					5px -10px;
	border-radius:			10px;
	background-color:		rgba(255,0,0,0.15);
	padding:				10px;
}

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;
	padding:				2px 4px;
	font-family:			arial,sans-serif;
	font-size:				12px;
	color:					#333;
}

select#country
{
	width: 210px;
	border-color: #00A3D6;
}

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

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

label
{
	display:				block;
	color:					#5a5b5e;
}

label.cb
{
	display:				inline;
}

button
{

}


.fielderror
{
	display:				block;
	margin-left:			15px;
	font-weight:			bold;
	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;
}

/*---------------------------------------------------------------------------------------------------------
//	Popup area
//-------------------------------------------------------------------------------------------------------*/
#emailform,
#downloadform
{
	background-color:			rgba(0,64,128,0.25);
	width:						600px;
	height:						580px;
}

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

iframe#emailthis,
iframe#download
{
	width:			600px;
	height:			580px;
}

/* 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;
}

/*---------------------------------------------------------------------------------------------------------
//	Share widget
//-------------------------------------------------------------------------------------------------------*/
div.addthis_toolbox
{
	float:					right;
	margin-bottom:			10px;
}

#share
{
	position:				absolute;
	right:					30px;
	top:					0px;
	z-index:				400;
	width:					112px;
}

#share label
{
	display:				block;
	width:					112px;
	height:					16px;
	line-height:			16px;
	text-indent:			-9999em;

	background-image:		url( /site/images/bg-sharethis.jpg );
	background-position:	left top;
	background-repeat:		no-repeat;

	cursor:					pointer;
}

#share ul
{
	display:				none;

/*	position:				absolute;	*/

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

	background-color:		#cbeaf7;
}

#share a
{
	display:					block;
	background-position:		left top;
	background-repeat:			no-repeat;
	padding:					0px 12px 0px 32px;

	white-space:				nowrap;
	font-size:					10px;
	line-height:				32px;
	color:						#5a5b5e;
	text-transform:				uppercase;
}

#share a:hover
{
	color:						white;
}

a.share-print
{
	position:					absolute;
	right:						10px;
	top:						1px;
	text-indent:				-9999em;
	padding:					0;
	width:						16px;
	height:						13px;
	background-image:			url(/site/images/btn-share-print.jpg);
}

a#share-twitter{	background-image:		url( /site/images/btn-share-twitter.png );	}
a#share-linkedin{	background-image:		url( /site/images/btn-share-linkedin.png );	}
a#share-facebook{	background-image:		url( /site/images/btn-share-facebook.png );	}
a#share-email{		background-image:		url( /site/images/btn-share-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;
}

/*---------------------------------------------------------------------------------------------------------
//	Miscellaneous styling - generic
//-------------------------------------------------------------------------------------------------------*/

a img
{
	border:						0 none;
}

ul.unstyled, ol.unstyled
{
	margin-left:				0;
	padding:					0 0 0 0;
	list-style:					none;
}

#right .sidebar
{
	clear:						both;
	border-bottom:				1px solid #c8c8c8;
	margin-bottom:				20px;
}

#right .sidebar article
{
	margin-bottom:				20px;
}

#right .sidebar h2
{
	font-size:					13px;
	text-transform:				uppercase;
	margin-bottom:				5px;
}

#right .sidebar .thumb + h2,
#right .sidebar .thumb + h3
{
	margin-top:					20px;
}

#right .sidebar .thumb
{
	display:					block;
	margin-bottom:				0px;
}

#right .sidebar .thumb img
{
	display:					block;
}

#right .sidebar-related-content ul,
#right .sidebar-resource-category-navigation ul
{
	margin-top:					0;
}

#right .sidebar-resource-category-navigation li
{
	font-size:					12px;
	line-height:				24px;
}

#right .sidebar-related-content li
{
	margin-bottom:				10px;
	overflow: 					hidden;
}


#right .sidebar-related-content li a
{
	display:					block;
	line-height:				1.4em;
}
#right .sidebar-related-content li p
{
	float:						left;
	padding:					0px;
	margin:						5px 0px 10px;
}

#right .sidebar-related-content .image a{
	padding:					0px;
	margin:						0px;
}

#right .sidebar-related-content .image{
	padding-right:				5px;
}

#right .sidebar-related-content h2,
#right .sidebar-resource-category-navigation h2
{
	font-size:					13px;
	line-height:				24px;
	margin-bottom:				0;
	text-transform:				none;
}

#right .sidebar-related-content h2{
	margin-bottom:				20px;
}
#right .sidebar-upcoming-events h2
{
	text-transform:				none;
}

.slide-deck
{
	overflow: 					hidden;
	position:					relative;
}

.slide-deck img
{
	position:					absolute;
}

.slide-deck .scrubber
{
	position:absolute;
	z-index:3;
	opacity:0;
	visibility:hidden;
	bottom:15px;
	left:15px;
	right:15px;
	height:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	background:#111;
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(100%, #222));
	background:-webkit-linear-gradient(#000, #222);
	background:-moz-linear-gradient(#000, #222);
	background:-o-linear-gradient(#000, #222);
	background:-ms-linear-gradient(#000, #222);
	background:linear-gradient(#000000,#222222);
	-webkit-box-shadow:rgba(255,255,255,0.2) 0 0 0 1px;
	-moz-box-shadow:rgba(255,255,255,0.2) 0 0 0 1px;
	box-shadow:rgba(255,255,255,0.2) 0 0 0 1px;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	padding:1px;
}

.slide-deck .scrubber .scrubbed
{
	background:#38AD75;
	background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #38ad75), color-stop(100%, #0e6355));
	background:-webkit-linear-gradient(#38ad75, #0e6355);
	background:-moz-linear-gradient(#38ad75, #0e6355);
	background:-o-linear-gradient(#38ad75, #0e6355);
	background:-ms-linear-gradient(#38ad75, #0e6355);
	background:linear-gradient(#38ad75,#0e6355);
	height:6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	min-width:6px;
}

.slide-deck:hover div.scrubber
{
	opacity:1;
	visibility:visible;
}

/*---------------------------------------------------------------------------------------------------------
//	Lander page styling - generic
//-------------------------------------------------------------------------------------------------------*/

#wrapper-body h1
{
	text-transform:				uppercase;
	font-size:					22px;
	line-height:				23px;
	margin-bottom:				18px;
}

#wrapper-body h2
{
	text-transform:				uppercase;
	font-size:					16px;
	line-height:				18px;
	clear:						both;
}

.lander header
{
	margin-bottom:				0;
}

.lander h3
{
	font-size:					12px;
	line-height:				18px;
}

.lander h2 time,
.lander h3 time
{
	color:						#5a5b5e;
}

.lander div.copy
{
	font-size:					13px;
	line-height:				19px;
}

.lander section
{
	margin-top:					20px;
	border-top:					1px solid #c8c8c8;
	padding-top:				20px;
	clear:						both;
}

.lander a.readmore
{
	display:					block;
	position:					absolute;
	right:						0;
	bottom:						-20px;
}

.lander a.readmore-download
{
	right:						-7px;
	bottom:						-30px;
}

.lander a.readmore img
{
	display:					block;
}

.lander ol.items li.item
{
	position:					relative;
	margin-bottom:				15px;
	clear:						both;
}

.lander ol.items li.item article
{
	/*min-height:					100px;*/
	margin-bottom:				55px;
}

.lander ol.items li.item .thumb
{
	float:						left;
	margin:						0 15px 5px 0;
}

/*---------------------------------------------------------------------------------------------------------
//	Lander page styling - overrides
//-------------------------------------------------------------------------------------------------------*/

/* Video lander has a different layout */
.video-lander ol.items li.item
{
	padding:					0 5px;
	float:						left;
	overflow:					hidden;
	margin-left:				40px;
	margin-bottom:				0;
	clear:						none;
}

.video-lander ol.items li.item article
{
	width:						120px;
	font-size:					12px;
	line-height:				14px;
}

.video-lander ol.items li.item article time
{
	font-weight:				bold;
}

.video-lander ol.items li.item .slide-deck
{
	width: 						120px;
	height: 					75px;
	margin-bottom:				10px;
}

/* Blog lander uses larger images */
.blog-lander ol.items li.item article
{
}

/* Team/Board lander has larger images */
.teammember-lander ol.items li.item article,
.boardmember-lander ol.items li.item article
{
	min-height:					150px;
}

/* Partners/Associates lander is similar to video lander */
.partner-lander ol.items li.item,
.investor-lander ol.items li.item
{
	float:						left;
	overflow:					hidden;
	margin:						0 0 20px 20px;
	clear:						none;
}

.partner-lander ol.items li.item article,
.investor-lander ol.items li.item article
{
	margin-bottom:				0;
}

.partner-lander ol.items li.item img,
.investor-lander ol.items li.item img
{
	display:					block;
}

#wrapper-body .newsletter-archive-lander li.item h2,
#wrapper-body .press-lander li.item h2,
#wrapper-body .news-lander li.item h2,
#wrapper-body .dynamic-lander li.item h2,
#wrapper-body .blog-lander li.item h2
{
	text-transform:				none;
	font-size:					12px;
	line-height:				18px;
	clear:						none;
}

#wrapper-body .boardmember-lander h2,
#wrapper-body .teammember-lander h2
{
	clear:						none;
}

.partner-lander section,
.investor-lander section
{
	margin-top:					10px;
}

.blog-lander header time,
.blog-detail header time
{
	color:						#5a5b5e;
}

.newsletter-lander .featured article
{
	position:					relative;
	margin:						10px 0 55px;
}

.career-lander ul.jobs li
{
	margin-bottom:				25px;
}
/*---------------------------------------------------------------------------------------------------------
//	Detail page styling
//-------------------------------------------------------------------------------------------------------*/

.detail header time
{
	font-weight:				bold;
	font-size:					1.5em;
}

.newsletter-detail header time
{
	font-size:					1em;
}

.newsletter-detail h2
{
	margin-top:					15px;
	border-top:					1px solid #C8C8C8;
	padding-top:				15px;
	margin-bottom:				10px;
}

#wrapper-body .news-detail h1,
#wrapper-body .press-detail h1
{
	font-size:					16px;
	line-height:				18px;
}

#wrapper-body .news-detail header time,
#wrapper-body .press-detail header time
{
	font-size:					1.2em;
	line-height:				1.2em;
}

#wrapper-body .boardmember-detail h1,
#wrapper-body .teammember-detail h1
{
	margin-bottom:				5px;
}

#wrapper-body .boardmember-detail h2,
#wrapper-body .teammember-detail h2
{
	margin-bottom:				18px;
}

.boardmember-detail .thumb,
.teammember-detail .thumb
{
	float:						left;
	margin:						0 10px 10px 0;
}

/*---------------------------------------------------------------------------------------------------------
//	Comments
//-------------------------------------------------------------------------------------------------------*/

#comments h2
{
	margin-top:					15px;
	border-top:					1px solid #C8C8C8;
	padding-top:				15px;
	margin-bottom:				10px;
}

#comments article
{
	margin:						15px 0;
	border-bottom:				1px solid #c8c8c8;
	padding-bottom:				15px;
}

#comments article header p
{
	color:						#004F89;
	float:						left;
	margin-bottom:				0;
}

#comments article header time
{
	float:						right;
	margin-left:				15px;
	color:						#5a5b5e;
}

#comments article div
{
	clear:						both;
	padding-top:				5px;
}

textarea#comment
{
	width:						460px;
}

form#details button
{
	border:						0 none;
	margin:						0;
	text-indent:				-9999em;
	cursor:						pointer;
	background-color:			transparent;
	background-image:			url(/site/images/btn-submit.png);
	background-repeat:			no-repeat;
	background-position:		left top;
	width:						77px;
	height:						31px;
}

/*---------------------------------------------------------------------------------------------------------
//	Video overlay
//-------------------------------------------------------------------------------------------------------*/

.video-overlay-trigger
{
	cursor:						pointer;
}

.video-overlay
{
    display:					none;
    z-index:					10000;
    background-color:			#333;

    border:						1px solid #666;

       -moz-box-shadow:			0 0 90px 5px #000;
    -webkit-box-shadow:			0 0 90px #000;
}

.video-overlay .close
{
    background-image:			url(/site/images/close.png);
    position:					absolute;
    right:						-30px;
    top:						-30px;
    cursor:						pointer;
    height:						35px;
    width:						35px;
}

/*---------------------------------------------------------------------------------------------------------
//	Miscellaneous styling - overrides
//-------------------------------------------------------------------------------------------------------*/

.newsletter-lander a.comments,
.newsletter-archive-lander a.comments,
.blog-lander a.comments
{
	position:					absolute;
	right:						0;
	top:						0;
}

.blog-lander a.comments
{
	top:						1.5em;
}

.newsletter-lander a.view-all,
.events-lander a.view-all
{
	display:						block;
	text-align:						right;
	text-transform:					uppercase;
	font-size:						10px;
	line-height:					18px;
}

.faq-lander h3
{
	cursor:						pointer;
}

.faq-lander ul ul,
.faq-lander ol ul
{
	list-style-type:			disc;
}

.faq-lander ol.items li.item div.answer
{
	display:					none;
}

/*---------------------------------------------------------------------------------------------------------
//	Live Search
//-------------------------------------------------------------------------------------------------------*/

#jquery-live-search
{
	display:				none;
	position:				absolute;
	right:					33px;
	top:					75px;
	width:					230px;
	background-color:		#ccc;
	border-top:				none;
	z-index:				998;

      -moz-box-shadow:		0px 0px 4px #888;
   -webkit-box-shadow:		0px 0px 4px #888;
           box-shadow:		0px 0px 4px #888;
	       -ms-filter: 		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=315, Color='#888888')";
}

#jquery-live-search a
{
	display:				block;
}

#jquery-live-search span.title,
#jquery-live-search a.search-results-more
{
	display:				block;
	background-color:		#b4b6b8;
	text-transform:			uppercase;
	line-height:			30px;
	padding:				0 20px;
	color:					#fff;
}

#jquery-live-search ol
{
	margin:					0;
}


#jquery-live-search li
{
	margin:					0;
}

#jquery-live-search li a.livesearch
{
	background-color:		#fff;
	color:					#00a4d7;
	line-height:			1.4em;
	padding:				5px 20px;
}

#jquery-live-search li a.livesearch:hover
{
	background-color:		#d8f0f9;
}

/*---------------------------------------------------------------------------------------------------------
//	Skinning Styles
//-------------------------------------------------------------------------------------------------------*/

body
{
	background-image: 					url(/site/images/bg-main-hq.jpg);
	background-repeat:					no-repeat;
	background-position:				50% 153px;
}

body.popup
{
	background-position:				50% top;
}

#wrapper
{
	width:								966px;
}

#header
{
	padding:							0 13px;
	height:								133px;
	margin-bottom:						5px;
}

#wrapper-body
{
	position:							relative;
	padding:							0 13px;
	background-image:					url(/site/images/bg-shadow-tile.png);
	background-repeat:					repeat-y;
	z-index:							500;
}

div.fullwidth
{
	background-image:					url(/site/images/bg-shadow-tile-full.png)!important;
}

#body
{
	padding:							0 20px;
	margin:								-18px 0 0 0;
}

#footer
{
	padding:							15px 13px;
}

.shadow-top, .shadow-bottom				{ display:	block; }

#footer .twitter-feed
{
	float:								right;
	width:								385px;
	padding:							10px 65px 10px 105px;
	background-color:					#a7dcef;
	background-image:					url(/site/images/btn-twitter.jpg);
	background-repeat:					no-repeat;
	background-position:				10px 26px;
}

#nwfcredit
{
	float:								left;
}

/* Sidebar */

.sidebar-upcoming-events h2
{
	font-size:							13px;
	margin-bottom:						25px;
}

.sidebar-upcoming-events h3
{
	font-size:							12px;
	line-height:						16px;
}

.sidebar-upcoming-events time
{
	font-size:							12px;
	line-height:						16px;
	font-weight:						bold;
	color:								#5a5b5e;
}

.sidebar-upcoming-events article
{
	margin-bottom:						20px;
}

.sidebar-newsletter-signup article,
.sidebar-ivanpah-signup article
{
	background-image:					url(/site/images/bg-newsletter-signup.png);
	background-repeat:					no-repeat;
	background-position:				left top;
	background-color:					#b7e2f3;

	padding:							75px 20px 12px;
}

.sidebar-ivanpah-signup article
{
	background-image:					url(/site/images/bg-ivanpah-signup.png);
	background-color:					#d8f0f9;
}

.sidebar-newsletter-signup a.toggle
{
	display:							block;
	width:								196px;
	height:								60px;
	background-image:					url(/site/images/btn-subscribe.png);
}

.sidebar-newsletter-signup article li,
.sidebar-ivanpah-signup article li
{
	color:								#6d6e71;
	padding-bottom:						15px;
	border-bottom:						1px solid #c8c8c8;
	margin-bottom:						15px;
}

.sidebar-ivanpah-signup article li
{
	padding-bottom:						8px;
	margin-bottom:						8px;
}

.sidebar-ivanpah-signup article ul,
.sidebar-ivanpah-signup article ol
{
	margin-left:				0;
	padding:					0 0 0 0;
	list-style:					none;
}

.sidebar-blog-digest article
{
	background-color:					#d8f0f9;
	padding:							12px 20px;
}

.sidebar-contact article
{
	background-color:					#d8f0f9;
	padding:							12px 20px;
}

.sidebar-newsletter-signup .fieldblock input,
.sidebar-ivanpah-signup .fieldblock input,
.sidebar-blog-digest .fieldblock input,
.sidebar-contact .fieldblock input,
.sidebar-contact .fieldblock textarea,
.sidebar-contact .fieldblock select
{
	width:								95%;
	border-color:						#00a3d6;
	color:								#6d6e71;
}

.sidebar-contact input[type=checkbox]
{
	width:								10px;
}

#resourcerequestform input,
#contactus .fieldblock input,
#contactus .fieldblock textarea
{
	border-color:						#00a3d6;
	color:								#6d6e71;
}

#contactus .fieldblock textarea
{
	width:								95%;
}

.sidebar-newsletter-signup button,
.sidebar-ivanpah-signup button,
.sidebar-blog-digest button,
.sidebar-contact button,
.sidebar-contact a.toggle,
#job-search fieldset button,
#contactus button,
#resourcerequestform button,
#emailthispage button
{
	border:								0 none;
	margin:								0;
	padding:							0;
	text-indent:						-9999em;
	cursor:								pointer;
	background-color:					transparent;
	background-image:					url(/site/images/btn-submit.png);
	background-repeat:					no-repeat;
	background-position:				left top;
	width:								77px;
	height:								31px;
	position:							relative;
	left:								-6px;
}

.sidebar-contact a.toggle
{
	display:							block;
	width:								89px;
	background-image:					url(/site/images/btn-contact.png);
}



/* Standard Menu Page Feature */

div.fullwidth div.feature
{
	width:								900px;
}

div.feature
{
	width:								630px;
	margin-right:						20px;
	padding-bottom:						20px;
	border-bottom:						1px solid #c8c8c8;
	margin-bottom:						20px;
}

div.feature img
{
	display:							block;
	border:								0 none;
}

div#left-super
{
	float:								left;
}

/* Career Search Form */

#job-search fieldset
{
	padding:							15px;
	background-color:					#d8f0f9;
}

#job-search fieldset h2
{
	font-size:							13px;
	line-height:						18px;
	margin-bottom:						10px;
}

#job-search fieldset dd
{
	float:								left;
	margin-right:						15px;
}

#job-search fieldset button
{
	margin-top:							10px;
}

.sitemap-lander #left
{
	display:							none;
}

/* Imagemap Overlays */

.maparea-container
{
	position:							relative;
}

.maparea
{
	display:							none;
	position:							absolute;
}

a#download
{
	position:							relative;
	left:								-7px;
}

.video_landing{
	overflow: 							hidden;
	position: 							relative;
	margin-bottom: 						35px;
}

.landing_link{
	position: 							absolute;
	bottom:								0px;
	right:								0px;
	font-family: 						arial;
	font-weight: 						bold;
	font-size: 							12px;
}