/* style.css - a simple style sheet */

  link { color: #cc0658; }  /* for unvisited links */
  :visited { color: #cc0658; } /* for visited links */
  a:active { color: #cc0658; } /* when link is clicked */
  a:hover { color: #cc0658; } /* when mouse is over link */
 
a.LogoLink:link {color: white; }
a.LogoLink:visited {color: white }
a.LogoLink:hover {color: white }

input.callButton
{
   float: right;
   font-size:16px;
   font-family:Verdana,sans-serif;
   color:#ffffff;
   width:90px;
   height:40px;
   background-color:#FFCCEE;
   border-style:none;
}


body {
  margin-left: 0%; margin-right: 0%;
  color: #f99e01; 
  background: #231e24;
  font-family: Helvetica, Verdana, sans-serif; 
  
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 880px;
	background: white;
}

#header {
	margin: 0 0 15px 0;
	font size: 0.8em;
}

#side-a {
	float: left;
	width: 300px;
}

#side-b {
	float: right;
	width: 500px;
	text-align: right;
}

#content { 
	float: left;
	width: 56%;
}

#footer {
	clear: both;
	background: #A2A2A2;
}


div.main { 
	border: solid; 
	border-width: thin; 
	border-color: white; 
	width: 25%;
	background: #ffdd00;
	padding: 5px; }


div.howitworks {
	text-align: center;
	width: 480px;
	background: #fff9b2; 

	}

div.header {
  text-align: left;
  width: 880px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px 20px 20px 20px;
  background-color: #231e24;
  background-repeat: no-repeat;
  background-position: top;
}

div.topnav {
  text-align: right;
  width: 880px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px 20px 20px 20px;
  background-color: #ffdd00;
  background-repeat: no-repeat;
  background-position: top;
  color: #231e24;
}

div.bottomnav {
  text-align: center;
  width: 880px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 20px 20px 20px 20px;
  background-color: #e26d8b;
  background-repeat: no-repeat;
  background-position: top;
  color: white;
}



div.subnav {
  float: left;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

div.subnav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


div.subnav li {
  display: inline;
  list-style: none; 
  margin-right: 5px;
}


div.flexbody {
  text-align: left;
  width: 880px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top;}



div.centerbody {
  text-align: left;
  width: 880px;
  height: 400px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top;}
 
div.logo {
  float: left;
  width: 25%;
  background: #cc0658;
  border: white;
  border-width: thin;
  padding: 5px; 
  link color: white;
}

a.plain { text-decoration: none; }




