body {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #333333;
}

#top {
   height: 25px;
   background-color: #FF6600;
}

#nav {
   margin: 0 auto;
   width: 850px;
   text-align: right;
}

#logo {
   background-image: url(../images/header_back.png);
   background-repeat: repeat-x;
}

#masthead {
   background-color: #336699;
   height: 75px;
}

#title {
   margin: 0 auto;
   width: 630px;
   font-size: 18px;
   color: #FFFFFF;
   font-family: Helvetica, Arial;
}

#title2 {
   margin: 0 auto;
   width: 250px;
   font-size: 20px;
   color: #FFFFFF;
   font-family: Helvetica, Arial;
}

div.headingA {
   font-size: 24px;
   font-family: Helvetica, Arial;
   color:#FF6600
}
	
div.headingB {
   font-size: 18px;
   font-family: Helvetica, Arial;
   color:#336699
}

.flat_table {
   border: 0px;
   border-collapse: collapse;
   width: 850px;
}

.flat_table td {
   padding: 0;
}

#content {
   margin: 10px auto;
   width: 850px;
}

#footer {
   width: 100%;
   background-color: #FF6600;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   height: 75px;
   text-align: center;
   margin-top: 30px;
}

#copyright {
   font-size: 11px;
   margin-top: 15px;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #272750;
   margin: 10px 0;
}

.link {
   color: #FF6600;
}

.greenlink {
   color: #009900;
}

#existing_users {
   background-color: #FFFF99; 
   width: 395px; 
   height: 80px;
   text-align: center;
   line-height: 30px;
   padding-top: 15px;
   margin-top: 15px;
}

.helvetica_big {
   font-family: Helvetica, Arial;
   font-size: 18px;
   font-weight: bold;
}

#existing_users a {
   color: #FF6600;
}  

.title_bar {
   margin: 10px 0;
   background-color: #E7E7E7;
   text-align: center;
   padding: 8px;
}

#features {
   background-color: #E3F1F6;
   padding: 5px;
}

.feature {
   width: 185px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #333333;
   background-color: #E3F1F6;
   text-align: center;
   padding: 10px;
   float: left;
}

#testimonials {
   width: 800px;
   margin: 0 auto;
}

.testimonial_box {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 20px;
   font-size: 12px;
   text-align: center;
}

.testimonial_title {
   text-align: center;
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 5px;
}

.testimonial_quote {
   font-family:Arial, Helvetica, sans-serif;
   font-style: italic;
   line-height: normal;
   margin-top: 10px;
   font-weight: bold;
}

.faq_section {
    font-size: 20px;
    font-weight: bold;
   margin: 10px 0;
   border-bottom: 1px solid #CCCCCC;
}

.faq_question {
   margin-bottom: 10px;
}

.faq_question a {
   color: #FF6600;
}

.faq_answer {
   margin-bottom: 20px;
}

.faq_answer div {
   font-size: 18px;
   color: #333333;
   margin: 15px 0;
   background-color: #EEEEEE;
   padding: 10px;
}

#contact_form {
   padding: 20px;
   background-color: #EEEEEE;
}  

#contact_form div {
   margin-bottom: 20px;
}

.contact_input {
   width: 300px;
   font-size: 16px;
}

#contact_form textarea {
   width: 300px;
   height: 150px;
   font-size: 16px;
}

#contact_form span {
   font-size: 18px;
}

fieldset {
   border: 1px dotted #999999;
   padding-bottom: 25px;
}

legend {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #272750;
}

.helper {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.signup_input {
   width: 300px;
   font-size: 16px;
}

.signup_label {
   white-space:nowrap;
   text-align:right;
   font-size: 16px;
}

.warning_box {
   font-weight:bold;
   color:red;
}

.grey_box {
   padding: 20px;
   background-color: #EEEEEE;
}

.disabled {
   color: #CCCCCC;
}

.enabled {
   color: #333333;
}

#social {
}

#twitter{
   background:url(../images/twitter.png) no-repeat left center;
   float:left;
   padding-left:20px;
}

#facebook{
	background:transparent url(../images/facebook.png) no-repeat scroll left center;
   float:left;
   padding-left:20px;
   padding-right:20px;
}

