@import url(../admin/s_wysiwyg.css); /* Overrides for WYSIWYG editor */

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 150%;
  background: #ffffff;
  color: #666666;
  overflow: scroll;
}

body {
  width: 926px;
  margin: 25px auto;
  position: relative;
}

a, a:link, a:visited {
  cursor: pointer;
  outline: none;
	color: #003399;
	text-decoration: none;
}

a:hover, a:active {
  outline: none;
	text-decoration: underline;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 30px 0 20px 0;
  line-height: 140%;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #cccccc;
}

h3 {
  text-transform: uppercase;
  color:#666666;
  margin:15px 0 0 0;
  font-size: 1em;
}

h4 {
  padding: 5px 15px;
  margin: 5px;
  color: #999999;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}

p {
  margin: 8px 0;
}

img {
  margin: 0 10px 10px 10px;
}

table {
  border-collapse: collapse;
	font-size: 1em;
}

hr {
  margin: 15px 0;
  height: 1px;
	background: none;
	border: 0;
	border-top: 1px dotted #ccc;
}

/* FORMS */

label { display: block; margin: 5px 0; font-weight: bold; }

.error { color: #FF0000; }

input, textarea, select { display: block; margin: 5px 0; width: 250px; border:1px solid #666; background: #fff; padding: 2px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }

  .focus { border: 1px solid #006699; } /* ...Since :focus pseudo class won't work on IE */

.button { display: block; margin: 5px 0; width: auto; border: 1px solid #333; font: inherit; background: #e8e8e8; padding: 1px 5px; }

/* OTHER */

.clear { clear: both; }

.bold { font-weight: bold; }

.normal { font-weight: normal; }

.message { color: #990000; font-weight: bold; }

a.note { display: block; color: #999; font-size: 10px; width: 170px; margin: 0 auto; text-align: left; }


/* HEADER ################################################################################# */

#logo {
  display: block;
  float: left;
  width: 142px;
  height: 43px;
  text-indent: -9000px;
  margin: 30px 10px 22px 0;
  padding: 0;
  background: url(../images/logo.jpg) no-repeat;
}

#navigation {
  float: right;
  width: 750px;
}

/* HOME ################################################################################### */


#home_bottom_container {
  width: 930px;
  margin: 10px 0 10px 4px;
}

.home_bottom {
  display:block;
	margin: 0;
	width: 267px;
	height: 190px;
	float: left;
  padding: 3px 20px 0 20px;
  color: #666666;
	border-left: 1px dotted #cccccc;
	cursor: default;
}

.scroll-pane {
  width: 267px;
	height: 145px;
}


.home_bottom ul {
  margin: 0 0 0 -5px;
  padding: 0;
}

.home_bottom ul li {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0 0 15px 12px;
	background: url(../images/bullet.png) top left no-repeat;
}

.home_bottom h2 {
  text-transform: uppercase;
  color: #003366;
  font-size: 1.3em;
	margin: 10px 0 12px 0;
	padding: 0;
	border: 0;
}

.more_content {
  display: block;
	width: 267px;
	float: left;
  font-size: .8em;
  color: #003366;
	padding: 5px 20px 0 21px;
	margin: 0;
}

.more_content a:hover {
  text-decoration: underline;
}

.news_header { color:#ccc; font-size: 9px; margin: 0; padding: 1px 0; line-height: 100%; text-transform: uppercase; letter-spacing: 1px; }

/* CONTENT ################################################################################ */

#content {
  clear: both;
  display: block;
  width: 926px;
  position: relative;
  z-index: 0;
}

#content_left {
  float: left;
  width: 190px;
  /*min-height: 300px;*/
  margin-bottom: 25px;
  z-index: 0;
}

#content_left .header {
  font-weight: bold;
	text-transform: uppercase;
}

ul#leftnav {
  margin: 0;
	padding: 0;
}

ul#leftnav li {
  list-style: none;
	margin: 5px 0;
	padding: 0;
}

ul#leftnav ul {
  margin: 0;
	padding: 0;
}

ul#leftnav ul li {
  margin: 5px 0 5px 15px;
	padding: 0;
}

ul#leftnav li a {
  color:#999999;
}

ul#leftnav li a:hover {
  color: #003399;
	text-decoration: none;
}

ul#sidenav {
  margin:0;
  padding:0;
  background: #f4f4f4;
}

ul#sidenav li {
  display: block;
  padding: 1px 5px;
  list-style:none;
}

ul#sidenav li a {
  display: block;
  width: 180px;
  height: 18px;
  text-transform:uppercase;
  color: #FFFFFF;
  width: 200px;
  font-size: .9em;
  font-weight: normal;
}

ul#sidenav li a:hover {
  text-decoration: none;
}

ul#sidenav li ul {
  display: block;
  padding:0;
  margin: 1px 0 0 0;
}

ul#sidenav li ul li {
  display:block;
  width: 190px;
  padding:0;
  margin:0;
}

ul#sidenav li ul li a {
  color:#999999;
  text-transform:uppercase;
  padding: 5px 0;
  text-indent: 10px;
  text-decoration: none;
}

ul#sidenav li ul li a:hover {
  color:#003366;
  text-transform:uppercase;
  text-decoration: none;
}

ul#sidenav li ul li a:hover {
  color:#003366;
  text-transform:uppercase;
}

ul#sidenav li#semi { background:url(../images/tabs/s_tab_semi.jpg) repeat-x; }
ul#sidenav li#analog { background:url(../images/tabs/s_tab_analog.jpg) repeat-x; }
ul#sidenav li#cmos { background:url(../images/tabs/s_tab_cmos.jpg) repeat-x; }
ul#sidenav li#memory { background:url(../images/tabs/s_tab_memory.jpg) repeat-x; }
ul#sidenav li#processor { background:url(../images/tabs/s_tab_processor.jpg) repeat-x; }

/* ##### CAREERS ##### */

ul#career-listings {
  margin: 0;
	padding: 0;
}

ul#career-listings li {
  margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#apply-now {
  display: block;
	width: 100px;
	padding: 5px 10px;
	background: #014075;
	color: #fff;
	text-align: center;
	font-weight: bold;
	float: right;
}

/* ##### CONTENT REGIONS ##### */

#content_right {
  width: 700px;
  float: right;
  margin: 0 0 25px 15px;
  /*min-height: 300px;*/
  z-index: 0;
}

#content_block {
  clear: both;
  border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-top: 30px;
}

.top_banner {
  width: 700px;
  height: 126px;
  margin: 0 0 5px 0;
	z-index: 0;
}

.top_banner h1 {
  position: absolute;
  color: #fff;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 88px 0 0 23px;
	padding: 3px;
	text-transform: uppercase;
}

#default_banner { background: url(../images/default_header.jpg) no-repeat; z-index:0; }
#sun_edison_banner { background: url(../images/sun_edison_header.jpg) no-repeat; z-index:0; }
#sun_edison_banner h1 {
	text-transform: none;
	font-variant: small-caps;
}

#investor_banner { background: url(../images/investor_banner.jpg) no-repeat; z-index:0; }

#investor_stock_banner { background: url(../images/investor_banner_stock.jpg) no-repeat; z-index:0; }
#investor_financial_banner { background: url(../images/investor_banner_financial.jpg) no-repeat; z-index:0; }
#investor_contact_banner { background: url(../images/investor_banner_contact.jpg) no-repeat; z-index:0; }
#investor_corporate_banner { background: url(../images/investor_banner_corporate.jpg) no-repeat; z-index:0; }

#investor_home_banner { height: 334px; z-index:0; }

  #investor_home_banner h1 { margin-top: 180px; }

#breadcrumbs {
  clear: both;
  float: right;
  color: #999999;
}

#breadcrumbs a {
  color: #999999;
  text-transform:uppercase;
  text-decoration: none;
  font-size: .7em;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
  text-decoration: underline;
}

#content_body {
  clear:both;
  width: 400px;
  float: left;
	clear: both;
  border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-top: 30px;
}

.page_options {
  display: block;
  width: 100%;
	text-align: right;
  color: #999999;
}

.page_options a {
  color: #999999;
  font-size: .9em;
}

.content_callout {
  float: right;
  width: 250px;
  margin: 75px 0 0 10px;
  text-align:center;
}

.left_callout { font-size:1.5em;color: #999; margin:0;padding: 75px 0 0 0;font-weight:normal;line-height: 150%; }

#solar_callout { background:url(../images/solar_callout.jpg) no-repeat;width: 188px;height:238px;margin:0 auto; }
#cmos_callout { display: block; background: url(../images/matrices/graphic_icon_CMOS.jpg) no-repeat;width: 188px;height:238px;margin:0 auto; }
#analog-discrete_callout { display: block; background: url(../images/matrices/graphic_icon-analog.jpg) no-repeat;width: 188px;height:238px;margin:0 auto; }
#memory_callout { display: block; background: url(../images/matrices/graphic_icon-memory.jpg) no-repeat;width: 188px;height:238px;margin:0 auto; }
#processor_callout { display: block; background: url(../images/matrices/graphic_icon-processor.jpg) no-repeat;width: 188px;height:238px;margin:0 auto; }

#analogdiscrete_banner { width: 700px; height: 126px; background: url(../images/analog_discrete_banner.png) no-repeat; }
#cmos_banner { width: 700px; height: 126px; background: url(../images/cmos_banner.png) no-repeat; }
#memory_banner { width: 700px; height: 126px; background: url(../images/memory_banner.png) no-repeat; }
#processor_banner { width: 700px; height: 126px; background: url(../images/processor_banner.png) no-repeat; }

#email_form {
  display: none;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
}

#email_form input { width: 200px; border:1px solid #999; color: #999; background: #fff; padding: 1px; font-family: Arial, Helvetica, sans-serif; font-size: .9em; float: left; }
  

#send_email {
  margin: 1px 0 0 5px;
  width: 16px;
	height: 16px; 
  display: block;
	float: left;
	background: url(../images/email_go.png) no-repeat;
}

ul#sitemap {

}

ul#sitemap li {
  list-style: circle;
	padding: 5px 0 0 5px;
	margin: 0;
}

/* SEARCH RESULTS ######################################################################### */

#searchresults li {
  list-style: circle;
	margin: 0;
	padding: 5px 0;
}
  

/* FOOTER ################################################################################# */

#footer {
  padding: 10px 0 20px 0;
  border-top: 1px dotted #cccccc;
  display: block;
  margin: 30px 0 20px 0;
  font-size: .8em;
  clear: both;
}

#footer a, #footer a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #666666;
  font-weight: normal;
}

#footer a:hover, #footer a:active {
  text-decoration: underline;
}

#footer p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #999999;
}

#feeds {
  margin:0;
  padding:0;
}

#feeds a:link, #feeds a:visited {
  display: block;
  float: right;
  height:15px;
  background: url(../images/rss_icon.jpg) left no-repeat;
  text-indent: 18px;
  margin: 10px 0 0 20px;
  padding: 1px 0 3px 0;
  border-bottom: 1px solid #ffffff;
}

#feeds a:hover, #feeds a:active {
  border-bottom: 1px dotted #999999;
  text-decoration: none;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: square;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: square;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Container DIV */
.simply-scroll { 
	width: 255px;
	height: 145px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 255px;
	height: 145px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	/*float: left; Horizontal scroll only */
	width: 250px;
	list-style: square;
	/*height: 48px;*/
}