body {
                font-family: Helvetica, Arial, sans-serif;
                color: #676767;
                font-size: 0.76em;
                background-color: #f3f3f3;
/*                background-color: #fff;   */
                margin: 0;
}

h1, h2, h3, h4 {
	padding-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1em;
	color: #0066CC;
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
        margin-top: 0.5em;
	margin-bottom: 1.0em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
       /*margin-bottom: 0.4em;*/
}

h4 {
       font-size: 1.2em;
       /*font-weight: bold;*/
       margin-top: 0.3em;
       margin-bottom: 0.3em;
}

p.big {
      font-size: 1.6em;
      color: #0066CC;
      padding-top: 0.5em;
      line-height: 1em;
      margin-bottom: 0.4em;
}

p.byline {
	font-size: 1.1em;
	font-style: italic;
}


body.home {
}

div#containerWrapper {
                     text-align: center;
                     margin-bottom: 40;
}

div#container {
              background: #fff;
              width: 970px;    /* current width is tied to main banner jpeg width. Fix  */
              margin: 0 auto;
              border-right: 1px solid #ddd;
              border-left: 1px solid #ddd;
              border-bottom: 1px solid #ddd;
}

div#header {
           background: #fff;
           /*border-bottom: 1px solid #676767;*/
           padding:5px 0px 15px;
           width: 100%;
           height: 75px;
           float: left;
           /*font-size: 80%;*/
}

div#content {
            /*background: #eaeaea;*/
            width:100%;
            padding: 0;
            float: left;
            height: auto !important;
            /*position: relative;*/
            text-align: left;
}

div#contentContainer {
            border-top: 3px double #bbb;
            background: #fff;
            width: 100%;
            padding: 20 0;
            float: left;
            font-size: 1.1em;
            min-height: 400px;
/*            height: 400px;*/
}

div#contentWrapper {
            padding: 0px;
            width: 100%;
            font-size: 1.0em;
            background: #fff;
}

div#footer {
           border-top: 1px solid #ccc;
           background: #fff;
           width: 100%;
           color: #888;
           clear: both;
           font-size: 1em;
           padding: 8 0 60 0;
           text-align: center;
}

div#policy {
                 width: 200px;
                 margin: 0 auto;
                 padding: 3px;
}

a          {  text-decoration: none;  }
a:link     {  color: #0066CC;  }
a:visited  {  color: #0066CC;   }

a.more {
	background: url(../images/arrow-more.gif) no-repeat;
	background-position: right 65%;
	padding-right: 10px;
}

.hidden {
           /*display: none;*/
           position: absolute;
	   left: 0px;
           top: -500px;
	   width: 1px;
	   height: 1px;
	   overflow: hidden;
}

ul {
         padding: 0;
         margin: 0;
         list-style: none;
}


table {
      font-size: 1.0em;
      padding-left: 20px;
}

table tr td {
      white-space: nowrap;
}


div.form_error {
               font-size: 0.8em;
               color: red;
}


div#box {
        padding-right: 10em;
        text-align: center;
}

div.boxes {
          margin-left: 120px;
          height: 3em;
          width: 15em;
          display: block;
          font-size: 1.2em;
          font-weight: normal;
          text-align: center;
          padding-top: 1em;
          vertical-align: middle;
          background-color: #eee;
          border: 1px solid #ccc;
}


/*** header ***/
div#header a.logo img#logo {
	margin: 10px;
	float:left;
}

div#header a.logo {
	width: 180px;
	height: 70px;
	float: left;
}


/*** topmost nav ***/

ul#topNav {
          float: right;
          list-style: none;
          margin: 15px 15px 0 0;
          width: 300px;
          height: 30px;
          font-size: 0.9em;
          padding: 2px;
          /*border: 1px solid #4b4b4b;*/
}

ul#topNav li {
          border-right: 1px solid #4b4b4b;
          float: right;
          height: 13px;
          padding: 0 10px 0 6px;
}

ul#topNav li#last {
	border-right: none;
	padding-right: 15;
	margin-left: 2px;
	/*background: url(../images/globe3.gif) no-repeat;
        background-position: right 100%;*/
        background: url(../images/arrow-open.gif) no-repeat;
        background-position: right 50%;
}

/* country drop-down */

ul#topNav li#last ul {
          display: none;
          position: absolute;
          width: 70;            /* width of the country drop-down */
          /*top: 100%;
          left: 0;*/
          font-weight: normal;
          background-color: white;
          padding: 0.5em;
          border: solid 1px #7d6340;
          float: left;
          top: auto;
	left: auto;
}

ul#topNav li#last li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding-bottom: 2px;
/*	border-width: 1px 0;
        border-bottom: solid 1px #7d6340;*/
}

ul#topNav li#last li a {
          float: left;
}

ul#topNav li#last li:hover {
	display: block;
	float: none;
	/*background-color: grey;*/
	border: 0;
	color: #fff;
}

ul#topNav li#last:hover ul { display: block; }

ul#topNav a {
          color: #4B4B4B;
          text-decoration: none;
}

ul#topNav a:hover,
ul#topNav li.current a {
          color: #0066CC;
}


/*** main nav ***/

ul#mainNav {
           /*background-color: #ddd;*/
           font-size: 1.1em;
           clear: both;
           float: left;
           list-style: none;
           margin: 0;
           width: 970px;
           border-right: none;
}

ul#mainNav li {
           /*background: none;*/
           float: left;
           margin: 0 0 0 0;
           padding-left: 0;
           /*background: #dbdcdc url(../images/main-active-bg1.gif) repeat-x;*/
           background: #fff;
}

ul#mainNav a {
           color: #4B4B4B;
           display: block;
           letter-spacing: 0.1em;
           padding: 10 30 10 30;
           line-height: 1.2em;
           text-decoration: none;
           text-transform: uppercase;
           text-align: center;
           min-height: 15px;
           /*width: 185px;*/
           border-right: 1px solid #ddd;

}

ul#mainNav a.first {
           /*width: 150px;*/
           border-left: none;
}

ul#mainNav a.last {
           /*width: 150px;*/
           border-right: none;
}

ul#mainNav a:hover {
           color: #0066CC;
           background: #eee;
}

ul#mainNav li.current a {
           color: #0077ff;
           /*background: #dbdcdc url(../images/main-current-bg1.gif) repeat-x;*/
           background: #fff;
           /*font-weight: bold;*/
}

ul#mainNav li.current a:hover,
ul#mainNav li.current a:active {
          color: #0066CC;
}


/*** sub nav ***/

ul#subNav {
	background: #eaeaea;
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 1px;
	/*text-align: middle;*/
	width: 210px;
}

ul#subNav li {
	float: left;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #bbb;
        text-align: left;
}

ul#subNav a {
	color: #4B4B4B;
	display: block;
	float: left;
	margin: 0;
	padding: 6 5 5 15;
	width: 100%;
	/*height: 67%;*/
}

ul#subNav a:hover {
	color: #0066CC;
	text-decoration: none;
}

ul#subNav li.open {
        font-weight: bold;
        /*background-color: #ddd;*/
	background: #ddd url(../images/arrow-open.gif) no-repeat;
	background-position: 5px 40%;
}

ul#subNav li.closed {
	background: url(../images/arrow-closed.gif) no-repeat;
	background-position: 5px 40%;
}

ul#subNav li.selected {
          background-color: #ccc;
          /*color: #0066CC;*/
}

ul#subNav li.selected a {
          color: #0066CC;
}


ul#subNav li#level2 {
	padding-left: 15px;
	background: #ddd;
}
/*
ul#subNav li#level2 a {
	background: none;
	width: 152px;
	padding-right: 0;
}*/

ul#subNav li#level2.selected {
	background: #ccc;
}



/* Email signup in subNav */

/*
ul#subNav li#email {
	display: none;
}

ul#subNav li#email.display {
	display: inline;
	width: 155px;
	height: 32px;
	background: url(../images/button-bg.gif) no-repeat;
	background-position-x: 13.5em;
	background-position: right 50%;
	padding: 0;
	float: left;
	margin: 50px 10px 0 10px;
	line-height: .9em;
}

ul#subNav li#email.display a,
ul#subNav li#email.display a:link,
ul#subNav li#email.display a:visited,
ul#subNav li#email.display a:hover,
ul#subNav li#email.display a:active {
	color: white;
	width: 145px;
	height: 12px;
	padding: 10px 4px 10px 9px;
	background: url(../images/blog-arrow.gif) no-repeat 13em 50%;
}

  */


/*** page content ***/

div#contentWrapper div#content {
           background: #fff;
           /*width: 67%;*/
           width: 575px;
           /*border-right: 1px solid #9fa0a3;*/
           padding: 0px 30px 50px;
           min-height: 400px;
           /*height: 400px;*/
}


div#contentWrapper div#content ul.inline-arrows {
           width: 500px;
           padding-left: 30px;
}

div#contentWrapper div#content ul.inline-arrows li {
           line-height: 1.3em;
           font-size: 1.0em;
           margin-bottom: 0.5em;
           padding: 0 0 0 10;
           height: 21px;
           /*width: 500px;*/
           background: url(../images/arrow-more.gif) no-repeat;
           background-position: left 40%;
}

div#contentWrapper div#content ul.inline-arrows a {
           margin: 0;
           /*width: 500px;*/
           display: inline;
           /*height: 20px;*/
           font-weight: bold;
	   /*padding-left: 10px;*/
}

div#contentWrapper div#content p {
	line-height: 1.45em;
}


/*** IE hack for min-height ***/

div#contentWrapper div#content .prop {
    float:right;
    width:1px;
}

div#contentWrapper div#content .clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

div#contentWrapper div#content .min400px {
    height:400px;
}


/*** sub-content **/

div#contentWrapper div#subContent {
           background: #fff;
           /*width: 33%;*/
           display: none;
           width: 172px;
           float: left;
           padding: 10px 10px;
           text-align: left;
}

div#contentWrapper div#subContent p {
             font-size: 0.9em;
}


/*** banner @ home ***/

div#banner {
           background:  url(../images/SunwayPower-13_1.jpg) no-repeat;
           border-top: 2px solid #1A2732;
           border-bottom: 1px solid #1A2732;
           clear: both;
           width: 100%
           float: left;
           vertical-align: middle;
           min-height: 300px;
           height: auto !important;
           height: 300px;
}

div#banner div#headline {
           color: #fff;
           float: right;
           padding-right: 20px;
           padding-top: 40px;
           /*text-transform: uppercase;*/
           font-size: 2.5em;
           font-weight: normal;
}

div#banner div#print {
           display: none;
}


div#banner a:hover {
           color: #0066CC;
}

div#banner img {
           float: left;
}

div#banner ul {
           margin-top: 11em;
           padding-left: 650px;
}

div#banner ul li {
           line-height: 1.4em;
           margin-bottom: .5em;
           padding: 0;
           height: 21px;
           border-top: 1px solid #000;
}

div#banner ul a {
           width: 310px;
           display: block;
           height: 20px;
           padding: 0;
           margin: 2px;
           color: #fff;
           font-size: 1.25em;
           letter-spacing: 0.1em;
           text-decoration: none;
           text-transform: uppercase;
           float: left;
           background: url(../images/arrow1-grey.gif) no-repeat;
           background-position: right 50%;
}


/*** column - solar ***/

body.home div.columnSolar {
          float: left;
          padding: 10px;
          width: 550px;
          height: 40%;
          border-right: 1px dotted #ddd;
	  /*color: #676666;*/
	  background: #fff;
	  font-size: 1.05em;
	  padding-bottom: 60px;
}

body.home div.columnSolar h1 {
	margin-bottom: .1em;
}

body.home div.columnSolar h1.inline {
	margin-top: 0;
	padding-top: 0;
}

body.home div.columnSolar p a.more {
	font-size: .9em;
	background: url(../images/arrow-more.gif) no-repeat;
	background-position: right 65%;
	padding-right: 10px;
}

body.home div.columnSolar p,
body.home div.columnSolar ul,
body.home div.columnSolar span {
	font-size: 1.2em;
	line-height: 1.45em;
}

body.home div.columnSolar ul li {
	margin-bottom: .4em;
}


/*** column - info ***/

body.home div.columnInfo {
	float: left;
	padding: 10px 15px;
	width: 369px;
	/*background: #ddd;*/
}

body.home div.columnInfo ul {
	/*padding: 8px 10px 0 8px;*/
}

body.home div.columnInfo ul.listing li p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.35em;
}

body.home div.columnInfo ul.listing li {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-top: 1px dotted #888;
}

body.home div.columnInfo ul.listing li.last {
	border-bottom: none;
}

body.home div.columnInfo ul.listing li a.more {
	font-size: 1em;
	background: url(../images/arrow-more.gif) no-repeat;
	background-position: right 65%;
	padding-right: 3px;
	width: 60px;
}

body.home div.columnInfo h1 {
	 margin-bottom: .4em;
}


/*** column - news ***/

body.home div.columnNews {
	float: left;
	width: 330px;
    padding: 10px;
      /*color: #676666;*/
      background: #fff;
      font-size: 0.95em;
}

body.home div.columnNews ul {
	padding: 8px 10px 0 8px;
}

body.home div.columnNews ul.listing li p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.35em;
}

body.home div.columnNews ul.listing li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

body.home div.columnNews ul.listing li.last {
	border-bottom: none;
}

body.home div.columnNews h1 {
	 margin: 0 0 0 8px;
}

body.home div.columnNews p a.more {
    font-size: 1.0em;
    background: url(../images/arrow-more.gif) no-repeat;
    background-position: right 50%;
    padding-right: 0px;
}

body.home div.columnSolar h2 a,
body.home div.columnFeatures h2 a,
body.home div.columnNews h2 a,
body.home div.columnInfo h2 a,
body.home div.columnSolar h2 a:visited,
body.home div.columnFeatures h2 a:visited,
body.home div.columnNews h2 a:visited,
body.home div.columnInfo h2 a:visited {
	 color: #0066CC;
}



body.home ul.listing a.more {
	display: block;
	width: 6em;
}


/*** news items ***/

div.newsItems ul.listing li {
	border-bottom: 1px dotted #aaa;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

div.newsItems ul.listing li.last {
	border-bottom: none;
}


/*** footer ***/

div#footer p {
	margin: 0 12px 0 0;
	/*float: left;
	text-align: center;*/
}

div#footer .org, 
div#footer .tel {
	border-right: 1px solid #8B8D8E;
	padding-right: .5em;
}

div#footer ul {
	display: inline;
	list-style: none;
	padding: 5px;
}

div#footer ul li {
	float: left;
	border-left: 1px solid #999;
	padding: 0 8px;
	/*background: green;*/
}

div#footer ul li.first {
	border-left: none;
}

div#footer a,
div#footer a:visited {
           color: #888;
}

div#footer a:hover {
           color: #444;
}



 /*

li {
  float: left;
  position: relative;
  width: 10em;
  text-align: center;
  cursor: default;
  background-color: white;
  border: 0;
  //border: 1px solid #7d6340;
  //border-width: 1px 0;
  border-right: solid 1px #7d6340;
}

li ul {
  display: none;
  position: absolute; 
  top: 100%;
  left: 0;
  
  font-weight: normal;
  background-color: white;
  //padding: 0.5em 0 1em 0;
  border-right: solid 1px #7d6340;
  border-left: solid 1px #7d6340;
  border-top: solid 1px #7d6340;
  border-bottom: solid 1px #7d6340;
}

li > ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	border-width: 1px 0;
        border-bottom: solid 1px #7d6340;
}

li li:hover, li li.over {
	display: block;
	float: none;
	background-color: grey;
	border: 0;
}

li:hover ul, li.over ul{ display: block; }

 */