/* Fonts */

BODY {
	font-family : verdana, arial, helvetica, sans serif;
	color : #333333;
	font-size : 13px;
	background-color: #cae5aa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	line-height: 16px;
}

.white{
	font-family : verdana, arial, helvetica, sans serif;
	color : #FFFFFF;
	line-height: 17px;
	font-size : 10px;
}

.whitehome{
	font-family : verdana, arial, helvetica, sans serif;
	color : #FFFFFF;
	line-height: 15px;
	font-size : 13px;
}

.title{
	font-family : verdana, arial, helvetica, sans serif;
	color : #0055a4;
	font-size : 17px;
	font-weight: bold;
	line-height: 17px;
	float: left;
}

.small{
	font-family : verdana, arial, helvetica, sans serif;
	color : #FFFFFF;
	font-size : 10px;
	line-height: 16px;
}

.list {
	font-family : verdana, arial, helvetica, sans serif;
	color : #666666;
	font-size : 12px;
	line-height: 17px;
}

.testimonial {
	font-family : verdana, arial, helvetica, sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
	font-style:italic;
}

.cutline {
	float: left;
	width: 200px;
}

.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }
.border {  border: 1px solid #000000; }
.blue { background-color: #4187c8; color: #FFFFFF; padding: 10px; font-size: 11px;}
.green { background-color: #619f20; color: #FFFFFF; padding: 10px; font-size: 11px;}

/* forms */

input, select, textarea {
   font-family: verdana, arial, helvetica, sans serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #666666;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #c0e195;
   color: #666666;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #c0e195;
   color: #666666;
}

.button {
  background-color: #679000;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig {
  background-color: #679000;
  width: 150px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}


.button:hover {
  background-color: #8BBA15;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

.buttonbig:hover {
  background-color: #8BBA15;
  width: 150px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #679000;
}

/*menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* CSS Document */

/*menu*/

.suckerdiv ul{
margin: 0;
padding-left: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border-bottom: 3px solid #135593;
font-size: 12px;
font-weight: bold;
text-align: center;
}
	
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #8dc14f;
padding: 5px 5px;
border: 3px solid #135593;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
text-decoration : none;
}

.suckerdiv ul li a:hover{
color: white;
background-color: #4187c8;
text-decoration : none;
color: #FFFFFF;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 750px;
  margin:0 auto; /*center hack*/
  /*margin-top: 60px;*/
  margin-top: 10px;
  border: 1px solid #135593;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
}

div.padding2 {
  padding: 5px;
  margin: 5px;
  border: solid 3px #FFFFFF;
  background: #8BBA15;
}

/*Tables*/

.side {
  width: 190px;
  padding-top: 18px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #135593;
  text-align: left;
  color: #FFFFFF;
  font-size: 11px;
}

.promo {
  border: 1px solid #679000;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #D6E6AE;
  text-align: left;
}

.promo2 {
  border: 1px solid #777777;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: #DDDDDD;
  text-align: left;
}


.box{

  background-color: #E2E9D1;
  padding: 10px;
}

.box2{

  background-color: #D6E6AE;
  padding: 10px;
}

.boxcenter{
	background-color: #D6E6AE;
	padding: 10px;
	width: 300px;
	align: center;
	text-align: center;
	vertical-align: middle;
}

.landingpic {
	width: 200px;
	height: 300px;
}

.header {
   border-top: 1px solid #8BBA15;
   border-bottom: 1px solid #8BBA15;
}

.buy{

  background-color: #A6D52F;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

.live{

  background-color: #8BBA15;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

.grow{

  background-color: #679000;
  padding: 10px;
  width: 32%;
  color: #FFFFFF;
}

/* Links */

a:link {
	color : #8BBA15;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : underline;
}

a:visited {
	color : #679000;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : underline;
}

a:hover {
	font-family : verdana, arial, helvetica, sans serif;
	color: #FFFFFF;
	background-color: #A6D52F;
	text-decoration : none;
}

a.white:link {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : none;
}

a.white:visited {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : none;
}

a.white:hover {
	font-family : verdana, arial, helvetica, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : none;
}


a.ticker:link {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : none;
}

a.ticker:visited {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : none;
}

a.ticker:hover {
	font-family : verdana, arial, helvetica, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : none;
}

a.whitehome:link {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : underline;
}

a.whitehome:visited {
	color : #FFFFFF;
	font-family : verdana, arial, helvetica, sans serif;
	text-decoration : underline;
}

a.whitehome:hover {
	font-family : verdana, arial, helvetica, sans serif;
	color: #666666;
	background-color: none;
	text-decoration : underline;
}
