﻿/* Betty Biodiesel Website - CSS Stylesheet */


body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, form,
#header, .thumbnail-list-header, .thumbnail-list ul, .thumbnail-list li {
	margin: 0;		/* Set margin and padding to 0 to even out browser differences. */
	padding: 0;
}

/* force right scrollbar */
html { 
    height: 100%;
    margin-bottom: 1px;
}

body {
	background-color:#009900;		/* background color is green */
	color: #000000;					/* font color is black */
	background-image: url(../images/gradientBackground.gif);
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1  {
	color: #333333;					/* font color is green on home page and main content pages */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	padding-left: 15px;
	letter-spacing: .2em;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
	margin-top: 20px;
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: left;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #009900;
	text-align: center;
	padding-top: 20px;
}



/** container **/
/* This div contains all the real content on the page: the header div, the column-wrapper div, and the footer div. */

#container {
	width: 800px;
	margin-right: auto; /* auto right and left margins centers the container in the browser window */
	margin-left: auto;
	margin-top: 7px;
}

/** header **/
/* This div is just the header (banner) image across the top of the container div */

#header {
	background-repeat: no-repeat;
	background-color: #58BAEF;
	background-image: url(../images/header.png);
	width: 810px;
	height: 155px;
}


/** column-wrapper **/

/* wraps both columns (left secondary-content and right main-content) */

#column-wrapper {
	width: 785px;
	background-color: #FFFFFF;
	margin-left: 16px;			/* this margin forces the column wrapper to align with the header image */
	border-right-color: #009900; /* solid green 3px border on left and right sides only */
	border-right-style: solid;
	border-right-width: 3px;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #009900;
	background-image: url(../images/secondarybackground2.png);  /* this background image is for the secondary-content column */
	background-repeat: repeat-y;							  /* stretches vertically to fill, matching the main content column height */
}


/** secondary-content column on the left side of the page **/

/* This secondary-content column has the contact Betty link, date, newsletter registration form, and navigation links */

#secondary-content {
	width: 148px;
	float: left;
}

	
#contactbetty     { /* holds the green gradient strip to match content navigation */
	height: 25px;
	width: 148px;
	background-image: url(../images/navGradient.png);
	background-repeat: repeat-x;
}


	
#secondary-content h3   { /* Set the style of the headers in the secondary-content column. */
	font-size: 10px;
	color: #000000;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	padding-left: 5px;
	line-height: 14px;
}

/* The secondary-content column has the newsletter registration form */
#secondary-content .register {
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	float: left;
}
#secondary-content  .register  a {
	padding-left: 5px;
	font-weight: bold;
}

#secondary-content .register a:hover {
	color: #009900;
}

#secondary-content .register img {
	height: 20px;
	width: 120px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-top: -15px;
}

form {
	width: 130px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 7px;
}

#secondary-content  .submit {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-size: 9px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#secondary-content img {
	float: left;
	height: 9px;
	width: 15px;
	padding-right: 9px;
	padding-left: 5px;
	padding-top: 9px;
	border: 0px;
	background-image: url(..images/buttonseed.png)
}

#secondary-content ul {
	list-style-type: none;
	letter-spacing: 0em;
	font-size: 12px;
}

#secondary-content li {
	float: left;
	list-style-type: none;
	text-decoration: none;
	
}

#secondary-content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	line-height: 28px;
	width: 146px;
	height: 28px;
	text-decoration: none;
	font-size: 10px;
}

#navschool {
	background-color:#FFFFFF;
	background-image: url(../images/navschoolBackground.png);
	float: left;
	width: 146px;
	height: 28px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navschool a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navschool a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

 
#navschool a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#navschool a:active {
	background-color: #FF0000;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#navschoolpage {
	background-color: #FF0000;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navevent {
	background-color:#FFFFFF;
	background-image: url(../images/naveventBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navevent  a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navevent  a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#navevent a:hover {
	background-color: #F87D04;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#navevent a:active {
	background-color: #F87D04;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#naveventpage {
	background-color: #F87D04;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navkids {
	background-color:#FFFFFF;
	background-image: url(../images/navkidsBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navkids  a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navkids  a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#navkids a:hover {
	background-color: #FFC600;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
	}
	
#navkids  a:active {
	background-color: #FFC600;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#navkidspage {
	background-color: #FFC600;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navmultimedia {
	background-color:#FFFFFF;
	background-image: url(../images/navmultimediaBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navmultimedia  a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navmultimedia  a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#navmultimedia a:hover {
	background-color: #009900;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#navmultimedia a:active{
	background-color: #009900;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#navmultimediapage {
	background-color: #009900;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navphoto {
	background-color:#FFFFFF;
	background-image: url(../images/navphotoBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navphoto  a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navphoto a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#navphoto a:hover {
	background-color: #0867F7;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#navphoto a:active{
	background-color: #0867F7;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#navphotopage {
	background-color: #0867F7;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navresourcelinks {
	background-color:#FFFFFF;
	background-image: url(../images/navresourcelinksBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navresourcelinks a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#navresourcelinks a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#navresourcelinks a:hover {
	background-color: #4E07FC;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#navresourcelinks a:active {
	background-color: #4E07FC;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#navresourcelinkspage {
	background-color: #4E07FC;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#naveducators {
	background-color:#FFFFFF;
	background-image: url(../images/naveducatorsBackground.png);
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#naveducators a:link {
	width: 146px;
	height: 28px;
	float: left;
}

#naveducators a:visited {
	width: 146px;
	height: 28px;
	float: left;
}

#naveducators a:hover {
	background-color: #CA11C6;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
	text-decoration:none;
}

#naveducators a:active {
	background-color: #CA11C6;
	color: #FFFFFF;
	width: 146px;
	height: 28px;
	float: left;
}

#naveducatorspage {
	background-color: #CA11C6;
	color: #FFFFFF;
	text-decoration:none;
	width: 146px;
	height: 28px;
	float: left;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


/** main-content column **/

/*The side-by-side columns are achieved by floating the secondary-content column and giving the main-content column a left margin equal to the width of the secondary-content column. */  					

#main-content-wrapper  { 	/* This column has the nav div and the main content div. */
	background-color:#FFFFFF;
	margin-left: 149px;
	min-height: 400px;
}		

#contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 300px;
	width: 450px;
	line-height: 25px;
	padding-bottom: 90px;
	padding-left: 30px;
	margin-left: 50px;
}
#content  p {
	color: #000000;			/* Links in the main content area are green and are not underlined. */
	text-decoration: none;
	list-style-type: none;
	margin-left: 25px;
	padding-top: 10px;
	margin-right: 25px;
}

#content ul {
	line-height: 15px;
	margin-left: 40px;
}

#content a {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

#content a:visited {
	color: #009900;			/* Visited links remain the same green color. */
}

#content a:hover {
	color: #0867F7;			/* On hover, the link color becomes blue. */
}


/* The nav div contains the unordered list of nav links */

#content #nav  {
	height: 25px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FCD400;
	background-image: url(../images/navGradient.png);
	letter-spacing: 0.05em;
	z-index:500;
	line-height: 20px;
	margin-left: -4px;
}

#content #nav li {
	float: left;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	line-height: 20px;
}

#content #nav  .select a { /* The links in the nav area are yellow and are not underlined. */
	display: block;
	text-decoration: none;
	font-weight: bold;
	float: left;
	color: #FCD400;
	white-space:nowrap;
	font-size: 10px;
	height: 20px;
	width: 100px;
	margin: 0px;
	line-height: 20px;
}

#content #nav .select a b {
	display: block;
}

#content #nav .select a:hover,
#content #nav .select li:hover a {
	color: #FFFFFF;
	cursor: pointer;
	width: 100px;
	height: 20px;
}

#content #nav .select a:hover b,
#content #nav .select li:hover a b {
	display: block;
	cursor: pointer;
}

#content #nav   ul  li .sub {
	display:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	margin-top: -12px;
	margin-left: 200px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

/* IE6 only */
#content #nav table {
	border-collapse:collapse;
	margin:-1px;
	font-size: 1em;
	width:0;
	height:0;
}	

#content #nav .sub {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 165px;
}

#content #nav .sub li {background:transparent;}

#content #nav .select :hover .sub {
	height:20px;
	display:block;
	position:absolute;
	float:left;
	width:400px;
	top:28px;
	left:0;
	text-align:center;
}

#content #nav .select :hover .sub li a 
{
	display:block;
	height:14px;
	line-height:18px;
	float:left;
	margin:0;
	white-space:nowrap;
	color:#009900;
	font-size:10px;
	background-color: transparent;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 70px;
}

#content #nav .select :hover .sub li a:hover 
{
	color:#0867F7;
	line-height:18px;
}

#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
	clear: both;
}

#bottomnav a {
	color: #009900;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: .05em;
}

#bottomnav a:link {
}

#bottomnav a:hover {
	color: #0867F7;
}



/** footer **/
/* The footer is another unordered list. */
#footer {
	white-space:nowrap;	/* Footer items are not allowed to wrap. */
	float: left;
	width: 780px;
	margin: 10px;
	font-size: 9px;
	text-decoration: none;
	letter-spacing: 0.03em;
	padding-bottom:15px;
}
	
#footer li {
	list-style: none;		/* Don't use bullets for the list items in the footer. */
	color: #FFE100;
	font-weight: bold;
	width: 190px;
	float: left;
	text-align: center;
}

#footer a {
	display: block;			/* Adds a bit of padding all around the link text. */
	color: #FFE100;/* Allows the green background image to show through. */
	text-decoration: none;	/* Don't underline the links. */
	font-weight: bold;	/* Adds a border around each list item. */
	text-align: right;
	font-size: 9px;
}

#footer a:hover {
	color: #FFF;
}

#success {
	text-align: center;
	height: 350px;
	width: 500px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-top: 50px;
	margin-left: auto;
	padding-top: 50px;
}

/** this class forces the link of the active page to remain white  **/
.onthispagelink     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	line-height:20px;
}

/** this class defines the green background with yellow caps h2 headline **/
.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FCD400;
	background-color: #009900;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	display: inline;
}


/*The following classes are applied to the #main-content wrapper on each page (EXAMPLE: .homeBackground is applied to the home page #main-content-wrapper) They are the Betty Biodiesel drawings which are different on 5 pages. */  					

.homeBackground {
	background-image: url(../images/BettyBio.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.herstoryBackground {
	background-image: url(../images/herstory.png);
	background-repeat: no-repeat;
	background-position: 92% 60%;
}
.pressBackground {
	background-image: url(../images/education.png);
	background-repeat: no-repeat;
	background-position: 100% 40%;
}

.eventsBackground {
	background-image: url(../images/events.png);
	background-repeat: no-repeat;
	background-position: 100% 30%;
}
.mediaBackground {
	background-image: url(../images/clients.png);
	background-repeat: no-repeat;
	background-position: 99% 0%;
}

.educatorsBackground {
	background-position: 100% 84%;
	background-image: url(../images/educatorsBackground.png);
	background-repeat: no-repeat;
}


/** miscellaneous **/

.rightmargin {
	padding-right: 250px;
	text-align: left;
	color: #000000;
}

.cartoon {
	padding-left: 10px;
	padding-top: 15px;
}

.leftalign {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

.backgroundimage {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	padding-right: 175px;
}

.contentlist  {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 15px;
}

.contentlist li {
	line-height: 20px;
}

.sunflowerbullet   {
	background-image: url(../images/sunflower-bullet.png);
	background-repeat: no-repeat;
	background-position: 0 40%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.image-on-right {
	float: right;
	margin-right: 10px;
	height: 449px;
	width: 208px;
	margin-top: 55px;
}

.image-on-right-press {
	float: right;
	height: 152px;
	width: 228px;
	margin-right: 15px;
}

.image-on-right-beginning {
	float: right;
	margin-right: 10px;
	margin-top: 55px;
	margin-bottom: 10px;
}

.image-on-right-events {
	float: right;
	height: 520px;
	width: 208px;
	margin-right: 10px;
	padding-left: 40px;
}

.image-on-bottom {
	padding-left: 20px;
	padding-top: 60px;
}

.logo {
	text-align: center;
	margin-left: 90px;
}

.secondline {
	line-height: 10px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: 35px;
	margin-top: -3px;
}








/** This begins the styling for the PHOTO GALLERY PAGE **/


#TopFrame {
	width: 620px;
	height: 460px;
	border: 0px;
	bgcolor:#FFFFFF;
	overflow: auto;
}

#BottomFrame {
	width: 620px;
	height: 100px;
	border: 0px;
	bgcolor:#FFFFFF;
}


#imageInfo{
}

.imagecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	padding-top: 10px;
	line-height: 17px;
}

.movie {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 355px;
	width: 425px;
	background-position: center;
	text-align: center;
}

.right-column {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009900;
	background-color: #FCD400;
	float: right;
	text-align: center;
	padding: 15px;
	margin-right: 15px;
}
