@charset "utf-8";

* {margin:0; padding:0}
img { behavior: url(iepngfix.htc) } /* png fix*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #cce671;
}
#main-wrap {
	margin:0 auto;
	width:1024px;
}

/* 3 col layout css begin */
.thrColFix #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #mainContent { 
	margin: 0 300px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent2 { 
	margin: 0 190px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent3 { 
	margin: 0 230px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent4 { 
	margin: 0 400px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent5 { 
	margin: 0 500px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent6 { 
	margin: 0 20px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 0 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 263px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 354px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar5 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar6 {
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar7 {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar8 {
	float: right; /* since this element is floated, a width must be given */
	width: 152px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:right;
}
.thrColFix #sidebar9 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 50px 0 0; /* padding keeps the content of the div away from the edges */
	text-align:left;
	font-size:10px;
	line-height: 14px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sub-body2 { 
	margin: 0 0 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 18px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:10px;
}
.sub-body3 { 
	margin: 0 400px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:10px;
}
/* 3 col layout css end */

/* yellow box */
#y-container { 
	width:157px;
	margin:0;
	padding:0;
}
.y-top { 
	height:12px; 
	width:157px;
	background:url(../images/rc-top.gif) no-repeat left top;
	font-size:0;
} 
.y-center-content {
	background: url(../images/rc-mid.gif) repeat-y left top;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height:780px;
}
.y-center-content a {
	color: #000000;
}
.y-center-content a:hover {
	color: #6c6865;
}
.y-center-content li {  
	text-align: left;
	line-height:14px;
	padding: 0 10px 5px 10px;
	margin:0 0 0 10px;
	list-style: none;
	background: url(../images/bullet.gif) 0 6px no-repeat;
}
.y-center-content ul {
	margin-top: 10px;
	margin-bottom: 0;
}  
.y-bottom {
	height:222px;
	background:url(../images/rc-bot.gif) no-repeat left bottom;
	font-size:0;
}
.y-bottom-txt {
	height:10px;
	background:url(../images/rc-bot-txt.gif) no-repeat left bottom;
	font-size:0;
}
/* end yellow box */

/* design and text */

.table1 {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin: 10px 0;
}
.table1 tr {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}
.table1 td {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}


.img-tech {
	border:#FC0 solid 2px;
	margin-right:20px;
}
.tech-list {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.text {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	display: block;
	padding: 5px 0 0 0;
	margin:0;
}
.text-gray {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin:0;
	color:#6c6865;
}
.text-gray-link {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin:0;
	color:#6c6865;
	text-decoration:underline;
}
.text-gray-link:hover {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	margin:0;
	color:#68a63e;
	text-decoration:underline;
}
.text-bold {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}
.text-header {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height:24px;
}
.text-header-body {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	color:#6c6865;
	line-height:18px;
}
.text-header-body-link {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	color:#6c6865;
	line-height:18px;
	text-decoration:underline;
}
.text-header-body-link:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	color:#68a63e;
	line-height:18px;
	text-decoration:underline;
}

#title {
	background:url(../images/title-logo.gif) left top no-repeat;
7	display:block;
	margin: 0 0 10px 0;
}

h1 {
	color:#9c7700;
	padding: 37px 0 0 45px;
	margin:0 0 20px 0;
	font-style:normal;
	font-size:24px;
	font-weight:bold;
}
	
h1 a{
	color:#9c7700;
	text-decoration:none;
}
h1 a:hover{
	color:#6c6865;
	text-decoration:none;
}
.text-subheader {
	color:#68a63e;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}
.text-subheader-link {
	color:#68a63e;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.text-subheader-link:hover {
	color:#6c6865;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.text-brown {
	color:#68a63e;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
}
.text-brown-list {
	color:#68a63e;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
.text-brown-list a{
	color:#68a63e;
	font-weight:bold;
	text-decoration:none;
}
.text-brown-list a:hover{
	color:#6c6865;
	font-weight:bold;
	text-decoration:none;
}
.list {
	padding:10px 0 10px 0;
}
.list li {
	text-align: left;
	line-height:14px;
	padding: 0 10px 5px 10px;
	list-style: none;
	background: url(../images/bullet.gif) 0 6px no-repeat;
}
.list-gray {
	padding:10px 0 10px 0;
}
.list-gray li {
	text-align: left;
	line-height:18px;
	padding: 0 10px 5px 10px;
	list-style: none;
	background: url(../images/bullet-gray.gif) 0 6px no-repeat;
}

.top-links a{
	font-size:12px;
	line-height:15px;
	color:#2d96a5;
	text-decoration:underline;
}
.top-links a:hover{
	text-decoration:none;
}
.spacerbox-20 {
	height:20px;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	font-size:0;
}
.spacerbox-yel {
	width:1024px;
	height:2px;
	background-color:#ffdd01;
	font-size:0;
}
.img1{
	position:relative;
	left: 0;
	top: -43px;
}
.img-pad{
	padding-top:9px;
}
#bg-header {
	background-image: url(../images/sunflowers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg-header-menu {
	background-image: url(../images/menu-bckgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bg-girl {
	background: url(../images/bg-girl.jpg) no-repeat left top #FFF;
	font-size: 10px;
	font-style: normal;
	width: 1024px;
	height:562px;
}
#menu-text {font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#btn-text {font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#btn-text-float {font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	z-index:2;
	position:absolute;
	margin-left:-5px;
}
.home-text {
	width:285px;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 0 0 370px;
	float:left;
}
.home-tagline {
	width: 280px;
	font-size: 15px;
	font-weight: bold;
	float:left;
		padding: 5px 0 0 370px;
}
#bg-bot-logos {
	background: url(../images/bot-logos.gif) no-repeat left top;
	width:300px;
	height:50px;
	float:right;
	margin: 5px 0 0 0;
	padding: 0 35px 0 0;
}

#flash {
	float:right;
	width: 350px;
	height: 220px;
	margin:0;
	padding: 7px 10px 0 0;
}

#grass-home {
	background: url(../images/grass-home.jpg) no-repeat left top;
	height:56px;
	width:1024px;
	text-align:center;
	display:block;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
}
#grass-top-home {
	height: 20px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
}
.grass-top-home-link {
	text-decoration:none;
	color: #fff;
}
.grass-top-home-link:hover {
	text-decoration:underline;
	color: #fff;
}
#grass-top {
	display:block;
	background: url(../images/grass-top.jpg) no-repeat left top;
	height:54px;
	width:1024px;
	text-align:center;
}
#grass-top span {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	display:block;
	width:800px;
	padding-top:5px;
}
#grass-mid {
	background: url(../images/grass-mid.jpg) no-repeat left top;font-size: 11px;
	font-weight: bold;
	line-height:16px;
	color: #FFF;
	text-align: center;
	height:20px;
	width:1024px;
	vertical-align: middle;
}
#grass-mid-home {
	background: url(../images/grass-mid-home.jpg) no-repeat left top;font-size: 11px;
	font-weight: bold;
	line-height:16px;
	color: #FFF;
	text-align: center;
	height:20px;
	width:1024px;
	vertical-align: middle;
}
#grass-bot {
	background: url(../images/grass-bot.jpg) no-repeat left top;
	height:32px;
	width:1024px
}
.footer-links {
	font-size: 9px;
	text-align: center;
	letter-spacing: 1px;
	line-height:14px;
	font-weight: bold;
	color:#000;
	text-decoration:none;
}
.footer-links a {
	text-decoration:none;
	color:#000;
}
.footer-links a:hover {
	text-decoration:underline;
}
#grass-bot-home {
	background: url(../images/grass-bot-home.jpg) no-repeat left top;
	height:32px;
	width:1024px;font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
	line-height:14px;
}
#footer-menu {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 1px;
}
.newsletter {
	background: url(../images/newsletter.gif) no-repeat left top;
	padding:18px 0 0 0;
}
.news {
	background: url(../images/news.gif) no-repeat left top;
	padding:18px 0 0 0;
	margin-top:10px;
}
.links {
	background: url(../images/links.gif) no-repeat left top;
	padding:18px 0 0 0;
	margin-top:10px;
}
.newsletter a, .news a, .links a{
	background:url(../images/arrow-y.gif) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	padding-left:35px;
	text-decoration:none;
}
.caption {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	display: block;
	width:150px;
	top: -10px;
	left:-10px;
	position: relative;
	text-align:center;
}
.bar1 {
	width:1024;
	height:95px;
	display:block;
	margin:15px 25px 0 0;
	float:right;
}
.bar2 {
	width:1024;
	height:95px;
	display:block;
	margin:0 25px 0 0;
	float:right;
}
#home-pics ul{
	width:560px;
	position:relative;
}
#home-pics li{
	font-size: 10px;
	font-weight: bold;
	float:left;
	width:112px;
	list-style-type: none;
}
#home-pics li span {
	text-align:center;
	display:block;
	position:relative;
	margin:0 -10px 0 -11px;
	width:120px;
	float:left;
}
.img-bot {
	margin-bottom:-5px;
}
/* end design and text */

/* Drop Down Menu */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 10px Verdana;
margin: -5px 0 0 0;
padding: 0;
position: absolute;
list-style-type: none;
background: white;
border: 2px solid #ffdd01;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li a{
display: block;
width: 165px; /*width of menu (not including side paddings)*/
color: white;
background-color: #2d96a5;
text-decoration: none;
padding: 9px;
text-align:center;
}
.ddsubmenustyle li a:hover{
font: bold 12px Verdana;
color:#ffdd01;
}
.bar {
background-image:url(../images/yel-dot.gif);
background-repeat:repeat-x;
background-color:white;
background-position:bottom;
}
.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}
.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}
.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
height:24px;
}
.mattblackmenu li{
display: inline;
margin: 0;
}
.mattblackmenu li a{
text-align:center;
float: left;
display: block;
text-decoration: none;
margin: 0;
padding-top:5px;
color: white;
}
#menu-left {
background-image:url(../images/menu-left.jpg);
width:110px;
height:24px;
background-repeat:no-repeat;
float:left;
}
#home {
background-image:url(../images/menu1.jpg);
width:60px;
height:24px;
background-repeat:no-repeat;
}
#home:hover {
background-image:url(../images/menu1-o.jpg);
width:60px;
height:24px;
background-repeat:no-repeat;
}
#about {
background-image:url(../images/menu2.jpg);
width:80px;
height:24px;
background-repeat:no-repeat;
}
#about:hover {
background-image:url(../images/menu2-o.jpg);
width:80px;
height:24px;
background-repeat:no-repeat;
}
#tech {
background-image:url(../images/menu3.jpg);
width:185px;
height:24px;
background-repeat:no-repeat;
}
#tech:hover {
background-image:url(../images/menu3-o.jpg);
width:185px;
height:24px;
background-repeat:no-repeat;
}
#projects {
background-image:url(../images/menu4.jpg);
width:76px;
height:24px;
background-repeat:no-repeat;
}
#projects:hover {
background-image:url(../images/menu4-o.jpg);
width:76px;
height:24px;
background-repeat:no-repeat;
}
#news {
background-image:url(../images/menu5.jpg);
width:57px;
height:24px;
background-repeat:no-repeat;
}
#news:hover {
background-image:url(../images/menu5-o.jpg);
width:57px;
height:24px;
background-repeat:no-repeat;
}
#newsletter {
background-image:url(../images/menu6.jpg);
width:93px;
height:24px;
background-repeat:no-repeat;
}
#newsletter:hover {
background-image:url(../images/menu6-o.jpg);
width:93px;
height:24px;
background-repeat:no-repeat;
}
#faq {
background-image:url(../images/menu7.jpg);
width:48px;
height:24px;
background-repeat:no-repeat;
}
#faq:hover {
background-image:url(../images/menu7-o.jpg);
width:48px;
height:24px;
background-repeat:no-repeat;
}
#incentives {
background-image:url(../images/menu8.jpg);
width:94px;
height:24px;
background-repeat:no-repeat;
}
#incentives:hover {
background-image:url(../images/menu8-o.jpg);
width:94px;
height:24px;
background-repeat:no-repeat;
}
#careers {
background-image:url(../images/menu9.jpg);
width:72px;
height:24px;
background-repeat:no-repeat;
}
#careers:hover {
background-image:url(../images/menu9-o.jpg);
width:72px;
height:24px;
background-repeat:no-repeat;
}
#links {
background-image:url(../images/menu10.jpg);
width:56px;
height:24px;
background-repeat:no-repeat;
}
#links:hover {
background-image:url(../images/menu10-o.jpg);
width:56px;
height:24px;
background-repeat:no-repeat;
}
#contact {
background-image:url(../images/menu11.jpg);
width:93px;
height:24px;
background-repeat:no-repeat;
}
#contact:hover {
background-image:url(../images/menu11-o.jpg);
width:93px;
height:24px;
background-repeat:no-repeat;
}
