@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background: #EFE9E7;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	}

.container {
	width: 90%;
	margin: 0px auto; position: relative;
}

.thumbnails ul, .thumbnails li {
	margin-top: 0.5em;
	list-style: none;
	float: left;
}

.thumbnails li {
	position: relative;
}

.thumbnails li a {
	display: block;
	text-align: center;
	font-size: 0.90em;
	line-height: 35px;
	letter-spacing: 0.15em;
	padding: 0 1em;
	color: blue;
	text-decoration: none;
}

.thumbnails li a:hover {
	color: #66F;
}

#information {
    background: #424242 none;
	border-top: white 6px solid;
	border-bottom: white 6px solid;
	color: #FFF;
	height: 730px;
}

.aboutus {
	width: 996px;
	margin: 0px auto;
	padding: 5px 0;
	line-height: 1.8em;
	position: relative;
}

.aboutus ul {
	padding-left: 80px;
}

.aboutus li {
	padding-left: 15px;
}

.aboutus a {
	color: #9FF0F5;
	text-decoration:underline;
}

.aboutus a:hover {
	color: #1cdfff;
}


/* Put a water drop at the beginning of the text */
.waterdrop {
	background-image: url(../Assets/Images/water_drop.png);
	background-repeat: no-repeat;
	padding-left: 65px;
	line-height: 55px;
}

/* Put a watering can at the beginning of the text */
.watercan {
	background-image: url(../Assets/Images/watering_can.png);
	background-repeat: no-repeat;
	padding-left: 65px;
	line-height: 55px;
}

#middletext { /* "Check on any of the thumbnails... " */
	position:relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 2px;
}

#textdiv ul {
	text-align: left;
	list-style: disc;
	padding-bottom: 0;
	padding-left: 17px;
	padding-right: 0px;
	list-style-image: none;
}

#topwrapper #videodiv {
	margin-left: 420px;
}



.logo {
	margin-left: 50px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#logotext {
	position: absolute;
	top: 41px;
	left: 263px;
}

#tagline {
	position: absolute;
	top: 18px;
	left: 277px;
}

#support {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	border: 2px solid #5F752B;
	line-height: 1.5em;
	padding: 3px 3px 3px 35px;
	font-size: 0.7em;
	/*font-weight: bold; */
}

#support img {
	position: absolute;
	top: 3px;
	left: 3px;
}

/* banner is the div just under the top wrapper */
#banner {
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
	background-image:url(../Assets/Images/banner/Banner8.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* Headings */
h1 {
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	margin-top: 1.2em;
}

/* contents is used for text describing products just above the footer */
#contents {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#contents p {
	color: #333;
}


/* footer is used for the BBB logo, copyright line, and links line */
#footer {
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-top: 45px;
}

#footer a {
	color: blue;
	text-decoration: underline;
}

#footer a:hover {
	color: purple;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	padding-top: .7em;
}

#flower {
	position: absolute;
	top: 639px;
	left: 450px;
	z-index: 100;
}

/* DEFAULT STYLES
-------------------------------------------------------------- */
.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}
 
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.underline {text-decoration: underline;}
 
.small {font-size: 0.8em;}
.hidden {display: none;}
