﻿/* Colors

   basic red: #e51937;'
   green: #006f51;
   tan: #ffe79f;

*/
#ThreeColumnContent
{
   position: relative;
   margin-top: -50px;
   width: 100%;
   float: left;
}

#ThreeColumnContent .content
,#content .content
{
   height: 574px;
}


#ThreeColumnContent div#column1
,#content div#column1
{
   float:left;
   width: 35%;
}
#ThreeColumnContent div#textContent
,#content div#textContent
{
   float: left;
   width: 65%;
   background-color: #ffe79f; 
}

#ThreeColumnContent div#column2
,#content div#column2
{
   float:left;
   width: 60%;
   xpadding: 60px 0px 0px 20px;
}
#ThreeColumnContent div#column2 h3
,#content div#column2 h3
{
   font-size: 90%;
   margin-top: 100px;
   margin-left: 10px;
}

#ThreeColumnContent div#column2 p
,#content div#column2 p
{
   font-size: 90%;
   line-height: 1.5em;
   margin-left: 10px;
   width: 90%;
   text-indent: 25px;
}

#ThreeColumnContent div#column3
,#content div#column3
{
   float:right;
   width: 39%;
   xpadding-left: 2%;
}

#ThreeColumnContent div#floatingBanner
,#content div#floatingBanner
{
   position: relative;
   left: 25px;
   top: 70px;
}

div#greenBox
{
   border: solid 3px #006f51;
   position: relative;
   width: 75%;
   top: 20px;
   left: 0%;
   padding: 1% 5%;
   padding-bottom: 4%;
   text-align: left;
   height: 83%;
}

div#greenBox h3
{
   color: #006f51;
   font-size: 100%;
}

div#greenBox ul
{
   list-style-image: url(../Images/bullet.png);
}
div#greenBox li
{
   margin-bottom: 10px;
   font-size: 70%;
   padding-right: 15px;
}

div#greenBox div#bucket
{
   text-align: center;
   position: relative;
   z-index: 101;
}

div#greenBox div#bucket img
{
   width: 70%;
}
div.bucketButton
{
   text-align: center;
   position: relative;
   z-index: 100;
   margin-top: -9px;
}

div#bucketButton a
{
    xpadding-right: 45px;
}

div#bucketButton a img
{
    width: 100%;
    border: none;
}

div.content ul#opportunities
{
   list-style-image: url(../Images/bullet.png);
}
div.content ul#opportunities li
{
   font-size: 90%;
   line-height: 1.2em;
   margin-bottom: 10px;
}

