/*	Cross-Platform Styles for GE Capital website
		Author: Kyle Crouse (kyle.crouse@frogdesign.com)
*/

/* --- STYLE 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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	color: #333;
	font: 62.5%/1 Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a:link {
	color: #3b73b9;
	text-decoration: none;
}
a:visited {
	color: #718db0;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}


/* --- HEADER STYLE --- */
#gec #header h2 {
	border-bottom: 4px solid #e8ebef;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.125;
}


/* --- CONTENT STYLE --- */
#gec #content {
	position: relative;
}
#gec #content img {
	border: 1px solid #d4dae0;
}

/* basic typography */
#gec h3 {
	border-bottom: 1px solid #d4dae0;
	line-height: 1.4;
	margin: 0.7em 0;
	text-transform: uppercase;
}
#gec h4,
#gec h5,
#gec h6,
#gec p,
#gec li,
#gec dt,
#gec dd {
	font-size: 1.1em;
	line-height: 1.2728;
}
#gec h4,
#gec h5,
#gec h6,
#gec p {
	margin: 0.6364em 0;
}
#gec dt {
	color: #666;
}
#gec p + ul {
	margin-top: 1.4em;
}
#gec li a,
#gec dd a {
	display: block;
	margin: 0 0 0.6364em;
}
#gec div.section {
	margin: 0 0 2.1em;
	position: relative;
}
#gec div.section1 {
	
	position: relative;
}

/* 'bio' section */
#gec div.bio h3 {
	border: 0;
	float: right;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: none;
	width: 160px;
}
#gec div.bio h3 strong {
	display: block;
	font-size: 1.1818em;
	font-weight: bold;
	margin-bottom: -1.0769em;
}
#gec div.bio h3 .business {
	display: block;
	margin-bottom: -0.6364em;
}
#gec div.bio img {
	display: block;
}
#gec div.bio p {
	border-bottom: 1px solid #d4dae0;
	padding-bottom: 4px;
	width: 175px;
}
#gec div.bio a.asset:link,
#gec div.bio a.asset:visited {
	color: #666;
}

/* bulleted lists */
#gec .bulleted li {
	background: transparent url("images/bullet.gif") no-repeat 0 6px;
	padding-left: 10px;
}

/* directory */
#gec .directory h3 {
	background: #3b73b9 url("images/arrow-icons.gif") no-repeat 15px -24px;
	border: 0;
	color: #fff;
	line-height: 2.1;
	margin: 0;
	padding-left: 30px;
}
#gec .directory h3 a {
	display: block;
	color: #fff;
}
#gec .directory h3.closed {
	background: #e8ebef url("images/arrow-icons.gif") no-repeat 15px -52px;
}
#gec .directory h3.closed a {
	color: #333;
}
#gec .directory h3 a:hover,
#gec .directory h3 a:active,
#gec .directory h3 a:focus {
	text-decoration: none;
}
#gec .directory .section .section {
	border-bottom: 1px solid #d4dae0;
	margin-bottom: 0;
}
#gec .directory .section .section:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#gec .directory .even {
	background-color: #fafbfc;
}
#gec .directory h4 {
	width: 263px;
	float: left;
	font-weight: normal;
	line-height: 3.1818;
	margin: 0;
	padding: 0 75px 0 17px;
}
#gec .directory h5 {
	width: 246px;
	float: left;
	font-weight: normal;
	line-height: 3.1818;
	margin: 0;
	padding: 0 75px 0 34px;
}
#gec .directory .section p {
	width: 163px;
	float: left;
	font-weight: normal;
	line-height: 1.6818;
	margin: 0;
	padding: 10px 25px 10px 17px;
}
#gec .directory li {
	float: left;
	line-height: 3.1818;
	margin: 0;
	padding-right: 6px;
}
#gec .directory li:after {
	content: '|';
	padding-left: 6px;
}
#gec .directory li:last-child:after {
	content: '';
	padding-left: 0;
}
#gec .directory li a:link,
#gec .directory li a:visited {
	display: inline;
	margin: 0;
}
#gec #content .directory a.asset:link {
	color: #3b73b9;
}
#gec #content .directory a.asset:visited {
	color: #718db0;
}

/* 'introduction' section */
#gec .introduction p {
	font-size: 1.6em;
	line-height: 1.3125;
	margin: 0 0 1.3125em;
}
#gec div.introduction + div.article {
	margin-top: -0.7em;
}

/* previous page link */
#gec .previous-page {
	line-height: 2.4545;
	margin: 0;
	position: absolute;
	right: 30px;
	top: -3.2727em;
}
#gec .previous-page a:link, 
#gec .previous-page a:visited {
	color: #333;
	background: transparent url("images/arrow-icons.gif"/*tpa=http://www.gecapital.com/assets/styles/images/arrow-icons.gif*/) no-repeat 0 -14px;
	padding-left: 14px;
}

/* 'related' section */
#gec div.related h3 {
	border-bottom: 0;
	font-size: 1.1em;
	line-height: 1.2728;
	text-transform: none;
}

/* section detail link */
#gec div.section .section-detail {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#gec div.section .section-detail a:link, 
#gec div.section .section-detail a:visited {
	color: #333;
	background: transparent url("images/arrow-icons.gif"/*tpa=http://www.gecapital.com/assets/styles/images/arrow-icons.gif*/) no-repeat 0 0;
	padding-left: 7px;
}

/* 'tools' section */
#gec div.tools {
	border-color: #d4dae0;
	border-style: solid;
	border-width: 1px 0;
	padding: 0.7em 15px 0;
}
#gec div.tools h3 {
	left: -9999px;
	position: absolute;
}

/* two column lists */
#gec .two-column li {
	float: left;
	margin-right: 5%;
	width: 45%;
}
#gec .two-column li:last-child {
	margin-bottom: 0.6364em;
}
#gec .two-column li:last-child a {
	margin-bottom: 0;
}
#gec .two-column:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	margin-bottom: -0.7em;
	overflow: hidden;
	visibility: hidden;
}


/* three column lists */
#gec .three-column li {
	float: left;
	margin-right: 5%;
	width: 330px;
}
#gec .three-column li:last-child {
	margin-bottom: 0.6364em;
}
#gec .three-column li:last-child a {
	margin-bottom: 0;
}
#gec .three-column:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	margin-bottom: -0.7em;
	overflow: hidden;
	visibility: hidden;
}


/* vcard lists */
#gec li.vcard {
	margin-bottom: 1.4em;
	display: block;
	font-style: normal;
}
#gec li.vcard span {
	margin: 0 0 0.2680em 0;
	display: block;
}
#gec li.vcard span.name {
	font-weight: bold;
}
#gec li.vcard span.tel {
	margin: 0 0 0.4680em 0;
}
#gec #content li.vcard a.email:link {
	color: #3b73b9;
}
#gec #content li.vcard a.email:visited {
	color: #333;
}
#gec li.vcard a.asset:last-child {
	margin-bottom: 0;
}

/* --- PAGE SPECIFIC --- */
/* financing-solutions/index */


#gec .financing-solutions-index .section {
	float: left;
	margin-right: 5%;
	width: 45%;
}

#gec .financing-solutions-index .section.Consumer-FinancingN {
	float: left;
	margin: 0px 0px 0px 0px;
	height: 196px!important;
	height: 190px;
}

#gec .financing-solutions-index .section.Energy-FinancialN{
	float: left!important;
	height: 210px;
}

#gec .financing-solutions-index .section.global-banking {
	float: left;
}
#gec .financing-solutions-index .section h3 {
	border: 0;
	font-size: 1.1em;
	line-height: 1.2728;
	margin: 0.6364em 0;
	text-transform: none;
}

#gec .financing-solutions-index .section.ge_capitalF{
	margin-top: -60px!important;
}

/* about-us/leadership */
#gec .about-leadership .section {
	float: left;
	margin-right: 2%;
	width: 45%;
}
#gec .about-leadership .section h3 {
	width: 150px;
	border: 0;
	font-size: 1.1em;
	line-height: 1.2728;
	margin: 0 0 .6364em 0;
	text-transform: none;
	display: inline-block;
}
#gec .about-leadership .section p {
	width: 150px;
	margin: 0 0 .450em 0;
	display: inline-block;
}
#gec .about-leadership .section img {
	margin: 0 10px 0 0;
	float: left;
}