/*
purple #471FEF
blue #2677F0
orange #E3A829
lime #71F921
foam  #4CDFF0

logo blue
13529F
*/
body {
    background-color:#4CDFF0;
    font-family: Helvetica, Arial, sans-serif;
    width:  870px;
    text-align:  center;
    font-size: 100%;
    color:  black;
    padding: 0px 20px 0px 20px;
    margin: 0 auto;
}

#main{
  background-color: #fff;
}


#bodytext{
  width:465px;
  text-align: left;
  margin-top: 0px;
  margin-left:40px;
  padding:  10px 30px 10px 0px;
  border-bottom: thin solid #E2A729;
}

#bodytext2{
  width:465px;
  margin-left:70px;
  text-align: left;
  padding:  10px 0px 10px 10px;
}

#pricing{
font-size:  90%
}

#sidebar {
  background-color: #fff;
  text-align: right;
	background: white;
	padding: 10px 20px 0px 0px;
  float: right;
	width: 310px;
}

#nav{
   font-size: 90%;
   font-family: Helvetica, Arial, sans-serif;
   margin-top:0px;
   padding:0px;
   background:#2677F0;
   list-style-type:none;
   width: 870px;
   float:left;
}

#nav li{
  margin:0;
  padding:0;
  float:left;
}

#nav a{
  float: left;
  width: 289px;
  text-align: center;
  color:#FFF;
  font-size:90%;
  text-decoration:none;
  line-height: 2em;
  border-right: 1px solid #FFF;
  /*remove outline*/
  outline: none;
}

#nav_about a{
  border-right: none;}  

#nav a:hover{
  background-color: #E2A729;}

#nav_about a:hover{
  background-color: #E2A729;
  border-right: 1px solid #E2A729;}

a#last{
  border-right:none;}

#footer {
  clear:both;
  background-color: #E2A729;
  text-align: center;
  padding:  1px 0px 1px 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size:  70%;
  color:  #fff;
}

.title {
  font-size:  200%;
  font-weight: bold;
}

.slogan{
color: #fff;
font-size: 90%;
font-style: italic;
padding: 0px 0px 0px 20px;
letter-spacing: .9em;
line-height:  1.9em;
}

.top{
font-size:  120%;
font-weight:  bold;
}

.subhead{
  color:  #13529F;
  font-size:  100%;
  font-weight: bold;
}  

.caption{
font-size: 60%;}
  

.sidebar{
  font-size:  90%;
  font-weight: bold;
  color: #13529F;
}  

a:link {
  color: black;
  text-decoration:underline;}

a:hover{
  color: #E2A729;}

img{
  border: 0px;}

