@charset "UTF-8";


/* the following are for the master styling and positioning of all pages*/
body {
	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;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Verdana, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bknd-blue-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
}

.oneColFixCtr #container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: -3px;
	background-color: #FFFFFF;
}


.oneColFixCtr #mainContent {
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

/* the following are for the styling of text*/

p {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.6em;
}
p a {
	color: #0066CC;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.blueboldtext {
	color: #006699;
	font-weight: bold;
}
h1 {
	font-weight: lighter;
	color: #45a745;
	font-size: 1.5em;
}
h2 {
	font-weight: lighter;
	color: #996600;
	font-size: 1.2em;
	font-style: normal;
}
h3 {
	font-weight: lighter;
	font-size: 1em;
	font-style: normal;
	color: #0066CC;
}
h3  a {
	color: #0066CC;
	text-decoration: none;
}
h2 a {
	color: #0066CC;
	text-decoration: none;
}
.subnav {
	text-align: center;
	font-size: 1.1em;
}
.heading1 {
	color: #996600;
	font-size: 1em;
	float: left;
	padding-bottom: 7px;
}


/* the following classes are for the layout of the header and logo */

.header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 131px;
}

/* the following classes are for the layout of the navigation bar */

.nav {
	height: 30px;
	width: 800px;
}

/* the following classes are for the layout of the home page content */

.home-top {
	height: 400px;
	width: 700px;
}
.home-top-left {
	clear: none;
	float: left;
	height: 240px;
	width: 391px;
	margin-top: 11px;
	margin-bottom: 8px;
	margin-left: 10px;
}

.home-top-right {
	clear: none;
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 383px;
	margin-top: 24px;
}

.home-bottom-left {
	clear: none;
	float: left;
	width: 360px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 10px;
}

.home-bottom-left img {
	margin: 8px;
	float: right;
}

.home-bottom-right  {
	clear: none;
	float: right;
	margin-bottom: 2px;
	margin-right: 3px;
}

	
	
/* the following classes are for the footer */
	
.footer {
	text-align: center;
	color: #666666;
	clear: both;
}
.footersmall {
	font-size: 0.9em;
}
.footernav {
	font-size: 1em;
}
.footer-current {
	color: #666666;
}
.footer a {
	color: #0066CC;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.sub-topphoto {
	padding-top: 3px;
	margin-right: 8px;
	margin-left: 3px;
}
#mainContent li {
	color: #333333;
	list-style-type: circle;
	font-size: 0.9em;
}

#mainContent li a {
	color: #0066CC;
	text-decoration: none;
}
#mainContent li a:hover {
	text-decoration: underline;
}

.maincontent-rightnavbox {
	clear: right;
	float: right;
	border: 1px solid #387F9D;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.maincontent-rightimage {
	clear: right;
	float: right;
	border: 1px solid #387F9D;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.footerevensmaller {
	font-size: 0.7em;
}

#myiframe {
	margin-top: -40px;
}
.yellowbox-bluetext {
	color: #0066CC;
	background-color: #ffc20c;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 1.5em;
}

.sunpower-iframe {
	margin-left: 125px;
}
