/*	Screen-Only Styles for GE Capital website
		Use for media type="screen" in conjunction with base.css.
		Author: Kyle Crouse (kyle.crouse@frogdesign.com)
*/

/* --- SHELL LAYOUT --- */
html { 
	background-color: #fff;
}
body { 
	background-color: #e8ebef; 
	border-color: #d4dae0; 
	border-style: solid; 
	border-width: 0 1px 1px; 
	margin: 0 auto 28px; 
	width: 863px;
}
#gec { 
	border-color: #dee2e7; 
	border-style: solid; 
	border-width: 0 1px 1px;
	padding: 1px 28px 28px;
}


/* --- HEADER LAYOUT --- */
#gec #header {
	background-color: #fff;
	padding-top: 17px;
}
#gec #header #logo {
	line-height: 0;
	margin: 0;
	padding: 0 0 17px 28px;
}
#gec #header h2 {
	margin: 2.5833em 0 0 220px;
	padding-bottom: 0.375em;
	position: relative;
	z-index: 0;
}
#gec.secondary #header h2 {
	background-color: #5e6569;
	color: #fff;
	height: 42px;
	margin: 32px 0 0;
	padding: 140px 0 0 220px;
}
#gec #header h2 .cufon {
	margin-right: -8px;
}


/* ---  LAYOUT --- */
#gec #content {
	background-color: #fff;
	min-height: 300px;
	padding: 24px 30px 28px 220px;
}
#gec.home #content {
	padding-left: 30px;
}
#gec #content:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#gec div.article {
	float: left;
	width: 350px;
}
#gec div.aside {
	float: right;
	width: 175px;
}

/* asset links */
#gec #content a.asset {
	background-color: transparent;
	background-image: url("images/asset-icons.gif");
	background-repeat: no-repeat;
	padding-left: 21px;
}
#gec #content a.asset:link,
#gec #content a.asset:visited {
	color: #333;
}
#gec #content a.download {
	background-position: 0 -28px;
}
#gec #content a.email {
	background-position: 0 -14px;
}
#gec #content a.print {
	background-position: 0 -42px;
}
#gec #content a.rss {
	background-position: 0 -56px;
	padding-left: 15px;
}
#gec #content a.share {
	background-position: 0 0;
}
#gec #content a.website {
	background-position: 0 -70px;
}

/* buttons */
#gec a.button:link,
#gec a.button:visited {
	background: transparent url("images/arrow-icons.gif") no-repeat 4px -40px;
	border: 1px solid #d4dae0;
	color: #333;
	display: inline-block;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1.3333;
	padding: 0 5px 0 15px;
	text-transform: lowercase;
}
#gec a.button:hover,
#gec a.button:active,
#gec a.button:focus {
	background-color: #f7f8fa;
	text-decoration: none;
}
#gec p a.button:link,
#gec p a.button:visited {
	font-size: 1em;
}

/* 'boilerplate' section */
#gec .boilerplate {
	float: left;
	margin-top: 0.7em;
	padding-top: 290px;/*258*/
	width: 517px;
}
#gec .boilerplate p {
	font-size: 1.6em;
	line-height: 1.3125;
	margin: 0 0 0.875em;
	padding-right: 30px;
}
#gec.home .boilerplate p .cufon {
	margin-right: -6px;
}

/* 'feature' section */
#gec .feature {
	border-bottom: 4px solid #e8ebef;
	height: 271px;
	left: 0;
	position: absolute;
	top: 25px;
	width: 805px;
	z-index: 1;
}
#gec .feature h4 {
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: no-repeat;
	margin: 0;
}
#gec .feature h4 a {
	display: block;
	height: 269px;
	text-indent: -9999px;
	width: 805px;
}
#gec .feature p {
	left: -9999px;
	position: absolute;
}

/* form controls */
#gec input[type='text'],
#gec select,
#gec textarea {
	border: 1px solid #d4dae0;
	display: block;
	font: 1em/1.4 Arial, sans-serif;
	width: 50%;
}
#gec input[type='text'] {
	text-indent: 3px;
	width: 65.43%;
}
#gec input[type='radio'] {
	vertical-align: bottom;
}
#gec textarea {
	width: 100%;
}
#gec form.contact .state-province {
	float: left;
	margin-right: 4.43%;
	width: 25%;
}
#gec form.contact .postal-code {
	float: left;
	width: 36%;
}
#gec form.contact .state-province input, 
#gec form.contact .postal-code input {
	width: 100%;
}
#gec form.contact .country {
	clear: left;
}

/* 'your-info' section */
#gec .your-info p {
	color: #666;
}
#gec .your-info p span {
	width: 50%;
	padding: 0 2px 0 0;
	display: inline-block;
	text-align: right;
	color: #333;
}

/* 'introduction' section */
#gec .introduction .cufon {
	margin-right: -6px;
}

/* 'promo' section */
#gec .promo {
	border-bottom: 4px solid #e8ebef;
	height: 230px;
	position: absolute;
	right: 0;
	top: 32px;
	width: 258px;
	z-index: 1;
}
#gec .promo h4 {
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: no-repeat;
	border-top: 1px solid #e8ebef;
	margin: 0;
}
#gec .promo h4 a {
	display: block;
	height: 114px;
	text-indent: -9999px;
}

/* 'related' section */
#gec div.related {
	background: #f7f8fa;
	padding: 0.7em 15px;
}

/* home page specific section styling */
#gec.home div.article {
	border-top: 1px solid #d4dae0; 
	margin-top: 0.7em;
	position: relative;
	width: 517px;
}
#gec.home div.article .section {
	float: left;
	margin-right: 7%;
	margin-bottom: 0;
	width: 43%;
}
#gec.home div.article .section.consumer-finance,
#gec.home div.article .section.energy-financial-services,
#gec.home div.article .section.real-estateN,
#gec.home div.article .section.industry {
	float: left;
	margin-top: 0px;
}

#gec.home div.article .section.energy-financialF
 {
	clear: left;
	margin: 0px 0px 0px 0px;
}

#gec.home div.article .section.healthcare-finacial-servicesN {
	clear: left;
	margin: 0px 0px 0px 0px;
}

#gec.home div.article .section.healthcare-finacial-servicesNI {
	clear: left;
	width: 195px;
	margin: 0px 0px 0px 8px;
}

#gec.home div.article .section.ge_capital_aviation_servicesN {
	float: right;
	margin: 0px 0px 0px 0px;
}

#gec.home div.article .section.media-communicationsF {
	clear: left;	
	margin: 0px 0px 0px 0px;
}

#gec.home div.article .section.HealthcareFinancialF {
	clear: left;
	margin: 0px 0px 0px 0px;
}

#gec.home div.article .section.consumer-financeF {
	float: left;
	margin: 0px 0px 0px 0px;
	height: 133px;
}




#gec.home div.aside {
	position: absolute;
	right: 30px;
	top: 310px;
	width: 213px;
}
#gec.home .article h3,
#gec.home .aside h3 {
	border: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1667;
	margin: 1.1667em 0;
	text-transform: none;
}
#gec.home .aside p {
	color: #666;
	margin-top: 1.2727em;
}
#gec.home .article h3 .cufon,
#gec.home .aside h3 .cufon {
	margin-right: -4px;
}

/* sitemap specific section styling */
#gec.sitemap div.article {
	width: 460px;
}


#gec.sitemap div.article h3 {
	border-bottom: none;
	font-size: 1.1em;
	text-transform: none;
}
#gec.sitemap div.article .section ul:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#gec.sitemap div.article .section ul li {
	display: block;
	float: left;
}
#gec.sitemap div.article .section ul li a {
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.2727em;
	margin-right: 7px;
	padding-right: 7px;
	clear: both;
}
#gec.sitemap div.article .section ul .last a {
	border-right: 0 none;
	margin-right: 0;
	padding-right: 0;
}

/* --- FOOTER LAYOUT --- */
#gec #footer {
	background-color: #fff;
	color: #666;
	padding: 0 30px;
}
#gec #footer p {
	line-height: 4.2;
	margin: 0;
}

/* primary navigation components */
#gec #nav-primary {
	border-color: #e8ebef;
	border-style: solid;
	border-width: 4px 0 1px;
	margin: 0 -30px;
	padding-left: 30px;
	position: absolute;
	top: 91px;
	width: 775px;
}
#gec #nav-primary > li {
	float: left;
	font-size: 1em;
	line-height: 1;
	margin: 0;
}
#gec #nav-primary > li > a {
	color: #333;
	display: block;
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 2.3333;
	margin: 0;
	padding: 0 22px;
	text-transform: lowercase;
}
#gec #nav-primary > li > a.hovered {
	background-color: #fff;
	border-color: #d4dae0;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #3b73b9;
	margin: -4px -1px -1px;
	padding-top: 3px;
	padding-bottom: 1px;
	position: relative; 
	z-index: 101;
}
#gec #nav-primary > #nav-home > a {
	padding-left: 0;
}
#gec #nav-primary > li > a .cufon {
	margin-top: -1px;
}
#gec #nav-primary > #nav-worldwide > a {
	background: transparent url("images/nav-worldwide.gif") no-repeat 15px 5px;
	padding: 0 0 0 54px;
}
#gec #nav-primary > li > a:hover,
#gec #nav-primary > li > a:active,
#gec #nav-primary > li > a:focus {
	color: #3b73b9;
	text-decoration: none;
}
#gec #nav-primary > #nav-worldwide > a:hover,
#gec #nav-primary > #nav-worldwide > a:active,
#gec #nav-primary > #nav-worldwide > a:focus {
	background-position: 15px -21px;
}

/* secondary navigation components */
#gec #nav-secondary {
	left: 30px;
	position: absolute;
	top: 122px;
	width: 160px;
}
#gec.secondary #nav-secondary {
	top: 239px;
}


#gec #nav-secondary li {
	font-size: 1.1em;
	line-height: 1.2727;
	margin: 0.3636em 0;
	text-indent: 1px;
}



#gec #nav-secondary a:link,
#gec #nav-secondary a:visited {
	color: #333;
	display: block;
	margin: 0;
}
#gec #nav-secondary .current a:link,
#gec #nav-secondary .current a:visited {
	border-color: #d4dae0;
	border-style: solid;
	border-width: 1px 0;
	color: #3b73b9;
	padding: 0.1818em 0;
}

/* dropdown navigation */
#gec .nav-dropdown {
	background: #fff;
	border: 1px solid #d4dae0;
	margin-left: -1px;
	min-width: 95px;
	padding: 14px 22px 7px;
	position: absolute;
	z-index: 100;
}


#gec .nav-dropdown a:link,
#gec .nav-dropdown a:visited {
	color: #3b73b9;
}



/* footer navigation components */
#gec #nav-footer {
	border-top: 1px solid #c1c8cb;
}
#gec #nav-footer li {
	float: left;
	line-height: 4.2;
	margin: 0;
	padding-right: 6px;
}
#gec #nav-footer li:after {
	content: '|';
	padding-left: 6px;
}
#gec #nav-footer li a:link,
#gec #nav-footer li a:visited {
	color: #666;
	display: inline;
}


/* --- MISCELLANEOUS --- */
.nvc {
	/* nvc (non-visual-content) for hiding content from visual displays */
	left: -9999px !important;
	position: absolute !important;
}


.leftNew
{
    
    	padding-left: 10px;
    	padding-top: 0px;
    	float: left;
	margin-bottom: 0;
	margin-top: 0;
	height: 0;
    	color: #666;
}



.rightNew
{
    text-align: right;
    padding-top: 0px;
    margin-bottom: 0;
	margin-top: 0;
	height: 0;
     
}

.redcolor
{
    	color: #ff0000;
	font-weight: normal;
	line-height: 1.3;
    	font-size: 1.1em;
}
	
.redNote
{
    	color: #ff0000;
	font-weight: normal;
	line-height: 1.3;
}
	
.divline 
{		
	border-top: solid 1px #d4dae0;
	border-width: 1px;
	border-bottom-style: inset
}	

.divlineN
{	
	border-top: solid 1px #d4dae0; height:1px;	
	position: absolute;
	top: 127px;
	width: 520px;
}
	
.divlineW
{		
	position: absolute;
	top: 5px;
}
	
.FinancingRight
{		
	margin: 0px 30px 0px 0px;
}



.FinancingR{		
	position: relative;
	left: 10px;		
}


/*** New page Advertising ***/
.pdfs{
	margin-top:-0.7em;
	float: left;
	width: 370px!important;
	width: 360px!important;
}

.pdf_thumb{
	margin-bottom: 20px;
	float:left;
	width: 165px;
	margin-right: 15px!important;
	margin-right: 10px;
}

.single_thumb{
/*	margin: 0px 102px 20px 102px;*/
	
}

.pdf_thumb h3, .single_thumb h3{
	border: none!important;
	line-height:1.4;
	margin:0.7em 0;
	text-transform: none!important;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.single_thumb h3{
	font-weight: bold;
}

.pdf_thumb p, .single_thumb p{
	text-align: center;
}

.pdf_thumb p img, .single_thumb p img{
	border: none!important;
	padding-left: 10px;
}

/* Twitter style */
.twitter{
	margin-top: 15px;
	font-size: 11px;
}

.twitter img{
	border: none!important;
	vertical-align: middle;
}

h3.advertising{
	border: none!important;
	text-transform: none!important;
	font-size: 12px;
	font-weight: normal;
}
