@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#interior-main-content a {
	color: #0E487E;
	text-decoration: underline;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFFF;
	padding: 0 10px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
}
#navigation {
	height: 35px;
	z-index: 99;
	width: 900px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #C1CE2F;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	height: auto;
	width: 900px;
	z-index: 0;
	margin-top: 5px;
}
.home-news-area-content {
	height: 300px;
	width: auto;
}
#flasharea {
	height: 300px;
	width: 648px;
	float: left;
	z-index: 0;
	position: relative;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #fff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F3F5DA));
background: -webkit-linear-gradient(#fff, #F3F5DA);
background: -moz-linear-gradient(#fff, #F3F5DA);
background: -ms-linear-gradient(#fff, #F3F5DA);
background: -o-linear-gradient(#fff, #F3F5DA);
background: linear-gradient(#fff, #F3F5DA);
-pie-background: linear-gradient(#fff, #F3F5DA);
behavior: url(/PIE.htc);
}
.flasharea-logo {
	height: auto;
	width: 648px;
	text-align: center;
	padding-top: 3px;
}
.flasharea-pic {
	height: 174px;
	width: 150px;
	float: left;
	padding-top: 3px;
}
.flasharea-pr {
	clear: both;
	width: 95%;
	margin-top: 6px;
	height: auto;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 120%;
}
.flasharea-pr h2 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.flasharea-pr p {
	margin-top: 3px;
	margin-bottom: 1px;
}
.learnmore-nova {
	font-size: 16px;
}
.learnmore-nova p {
	display: block;
}
#newsarea {
	height: 490px;
	width: 250px;
	float: right;
	background-repeat: no-repeat;
}
.search-home {
	padding: 5px;
	text-align: center;
}
.readmore {
	clear: both;
}
#boxarea {
	height: 200px;
	width: 650px;
	clear: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.feature-box {
	float: left;
	height: 190px;
	width: 204px;
	border: medium none #C1CE2F;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.feature-box2 {
	float: left;
	height: 190px;
	width: 204px;
	border: medium none #C1CE2F;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.feature-box3 {
	float: left;
	height: 190px;
	width: 204px;
	border: medium none #C1CE2F;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.feature-box p {
	height: 25px;
	font-weight: 700;
	color: #0E487E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footer {
	clear: both;
	background-repeat: no-repeat;
	height: 64px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	background-color: #ECEFBC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0D487E;
}
#footer a {
	color: #333!important;
	text-decoration: none;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header-tag-area {
	padding: 8px 5px 0px;
	float: right;
	width: 500px;
	text-align: right;
}
.topsearch {
	height: auto;
	width: 150px;
}

.tag-links {
	text-align: right;
	font-size: 100%;
	width: 460px;
	float: right;
	height: 100px;
}
#header-tag-area h1 {
	font-weight: 400;
	color: #0E487E;
	font-size: 200%;
	margin-top: 0px;
	height: auto;
	padding-top: 0px;
}
#menu-force {
	height: 24px;
	width: 275px;
	float: left;
}


#newsarea p {
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	width: 160px;
	margin-left: 30px;
	height: auto;
	display: block;
	background-image: url(../images/nova-images/novabutton.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
}
.wrapright {
	float: right;
}
#newsarea-top a {
	color: #333333;
	text-decoration: none;
}
#newsarea-top {
	height: 285px;
	width: 250px;
	background-image: url(../images/sun-back.png);
	background-repeat: no-repeat;
}
#newsarea h2 {
	font-weight: 400;
	color: #0E487E;
	font-size: 180%;
	margin-bottom: 0px;
	padding-left: 10px;
}
#interior-mast {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/overview-mast-h.jpg);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
#interior-mast-science {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/science-mast-h.jpg);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
#interior-mast-applications {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/app-mast-h.jpg);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
#title-area {
	background-color: #FFFFFF;
	height: auto;
	width: 710px;
	margin-bottom: 5px;
	margin-left: 190px;
	position: relative;
}
#left-panel1  a {
	color: #0D487E;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1CE2F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/leftnavarrow.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-top-width: 1px;
	border-top-color: #C1CE2F;
}
#left-panel1  a:hover {
	background-color: #C1CE2F;
	color: #0D487E;
}
.feature-left-box {
	margin-top: 30px;
	width: 166px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-image: url(../images/images/highlightleftcurves_01-1.png);
	padding-top: 10px;
}
.feature-left-box .featureheader {
	font-size: 120%;
	color: #0E487E;
}
#icon-links {
	float: right;
	height: auto;
	width: auto;
	padding-top: 5px;
}
#left-panel {
	height: auto;
	width: 172px;
	float: left;
	padding-right: 3px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#left-panel ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.search-int {
	margin-top: 20px;
	padding-top: 20px;
	color: #FFFFFF;
}
#left-panel h2 {
	font-size: 140%;
	font-weight: 600;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
}
#right-area h2 {
	font-size: 140%;
	color: #0E487E;
	font-weight: 400;
}
#interior-main-content h2 {
	font-size: 140%;
	color: #0E487E;
	font-weight: 400;
}
#title-area h1 {
	font-size: 180%;
	font-weight: 400;
	color: #0E487E;
	padding-top: 10px;
}

#right-area {
	height: auto;
	width: 200px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 0px;
}
.rightarea-box {
	height: auto;
	width: 180px;
	background-image: url(../images/rightboxtopcurve.png);
	background-repeat: no-repeat;
}
.rightboxtitles {
	font-size: 12px;
	font-weight: 600;
	color: #1D5386;
	text-align: center;
	padding-top: 3px;
}
.bottomcurveright {
	background-image: url(../images/images/bottomrightcurve_02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
.right-box-content {
	padding: 5px;
}
#left-main-int {
	height: auto;
	width: 900px;
	background-image: url(../images/background-fake-bottom.png);
	float: left;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#interior-fakeback {
	height: 100%;
	width: auto;
	background-repeat: repeat-y;
}
.cleardiv {
	clear: both;
}
#interior-main-content {
	height: auto;
	margin-left: 190px;
	width: 500px;
}
.readmore a {
	padding: 3px;
	text-decoration: none;
	color: #0E487E;
	background: #C1CE2F;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.highlight {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	background-image: url(../images/highlightback.png);
	background-repeat: repeat-x;
}
.wrapleft {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}
#container #mainContent #left-main-int #interior-main-content li {
	padding-bottom: 5px;
}
#leftmainpanel {
	height: auto;
	width: 650px;
}
.highlightbox {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	background-color: #DEE99E;
	height: auto;
	width: 450px;
}
.highlightbox h2 {
	color: #FFFFFF;
}
#left-main-int-green {
	height: auto;
	width: 900px;
	background-image: url(../images/background-green.png);
	float: left;
	margin-top: 0px;
}
#left-panel-green {
	height: auto;
	width: 172px;
	float: left;
	padding-right: 3px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#left-panel-green ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left-panel-green a {
	color: #0E487E;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
#left-panel-green a:hover {
	background-color: #C1CE2F;
	color: #0D487E;
}
.feature-left-box-green {
	background-color: #FFFFFF;
	margin-top: 30px;
	width: 166px;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
#left-navigation {
	height: auto;
	width: 168px;
	margin-top: 20px;
	background-image: url(../images/images/leftcurves_02.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 9px;
}
.leftnavcornerbottom {
	background-repeat: no-repeat;
	width: 168px;
	background-image: url(../images/images/leftcurves_03.png);
	background-position: center bottom;
	height: 10px;
	background-color: #FFFFFF;
}
#interior-mast-solar {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/solar-mast-h.jpg);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
#interior-mast-news {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/news-mast-h.png);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
#interior-mast-resources {
	background-color: #FFFFFF;
	height: 125px;
	width: 700px;
	background-image: url(../images/mastheads/resources-mast-h.jpg);
	margin-left: 190px;
	position: relative;
	margin-bottom: 10px;
}
.releases-news p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.releases-news {
	padding-left: 10px;
}
#footer a {
	color: #0E487E;
	text-decoration: none;
}
.right-box-content li {
	list-style-type: none;
}
.right-box-content ul {
	margin-left: 0px;
}
.left-panel-menu a {
	color: #0D487E;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1CE2F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/leftnavarrow.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-top-width: 1px;
	border-top-color: #C1CE2F;
}
.left-panel-menu a:hover {
	background-color: #C1CE2F;
	color: #0D487E;
}
.feature-left-box a {
	color: #0D487E;
}
.tag-links a {
	color: #333333;
	text-decoration: none;
}
.tag-links a:hover {
	color: #C1CE2F;
	text-decoration: underline;
}
#tips, #tips li{
	margin:0;
	padding:0;
	list-style:none;
	}
#tips{
	width:160px;
	font-size:12px;
	line-height:120%;
	text-align: left;
	}
#tips li{
	background:#ffffff;
	display:none; /* hide the items at first only to display one with javascript */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
#newsarea-top-events {
	height: 350px;
	width: 250px;
	background-image: url(../images/sun-back.png);
	background-repeat: no-repeat;
}
.eventlist {
	list-style-type: none;
	margin-left: 7px;
	padding-left: 7px;
}
.eventlist li {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 1px;
}
#newsarea-top-events a {
	color: #333333;
	text-decoration: none;
}
.featurebox-padding {
	padding-right: 5px;
	padding-left: 5px;
}
.twitterfb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	margin-left: 10px;
	color: #333333;
	width: 228px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.socialtext {
	float: left;
	height: 29px;
	width: 120px;
	padding-top: 5px;
}
.socialogo {
	width: 70px;
	float: left;
}

