@charset "utf-8";
/* CSS Document */

body{
  background:#465565 url(images/bg.jpg) repeat-x;
  margin:0px;
  padding:0px;
  font-family:verdana,arial,times;
  font-size:12px;
}
#container{
  background:url(images/container-bg.jpg) repeat-y;
  width:779px;
  height: auto;
  margin:0 auto;
  padding:0px 20px;
  position:relative;
}
#header{ 
  width:813px;
  height:0px;
}
#header object{
  position:absolute;
  top:-15px;
  left:0px;
}
#feedback-btn{
  float:right;
  margin-right:35px;
  font-size:12px;
  margin-top:5px;
}
#firsttime-btn{
  float:right;
  margin-right:20px;
  font-size:12px;
  margin-top:0px;
}

.newcust{
  height:681px;
}

#header-nav{
  width:813px;
  height:304px;
  position:relative;
  top:100px;
  left:-20px;
  background:url(/images/header-nav-bg.jpg) top left no-repeat;
  color:#245399;
  font-weight:bold;
  font-size:12px;
}
#slideshow {  
  position: relative;
  width: 802px;
  height: 478px;
}
#feedback #slideshow .slide{
  position: absolute;
  top: 231px;
  left: 0px;
  z-index: 5;
  background:#fff;
}
#slideshow .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background:#fff;
}
#nav{
  position:absolute;
  bottom:47px;
  left:0px;
  width:100%;
  text-align:center;
}
#nav a, #nav a:visited{
  color:#245399;
  text-decoration:none;
}
#nav a:hover{
  color:#019CC5;
}
#blue-bar{
  width:875px;
  text-align:center;
  font-size:16px;
  font-style:italic;
  position:absolute;
  bottom:8px;
  left:0px;
  color:#fff;
}
#content{
  position:relative;
  top:100px;
  margin-bottom:10px;
}
p{
  line-height:1.4em;
  color:#5D5D5A;
}
#content h1{
  color:#2E3270;
  font-size:24px;
  font-style:italic;
  font-family:Times;
  margin:0px;
}
#content strong{
  font-weight:bold;
  font-size:12px;
  color:#940a06;
}
.cottage-city{
  font-weight:bold;
  color:#2E3270;
  font-size:14px;
}
.cottage_val{
  font-size:11px;
  margin-left:-25px;
}
em{
  color:#5D5D5A;
}
#home-left{
  float:left;
  width:490px;
  border-right:1px dotted #000;
  min-height:350px;
  padding-right:5px;
}
ul li{
  list-style-image:url(images/bullet.jpg);
  line-height:1.5em;
  font-size:13px;
  color:#5D5D5A;
}
a, a:visited{
  color:#940a06;
  font-weight:bold;
}
a:hover{
  color:#019CCA;
  text-decoration:none;
}
#home-right{
  float:left;
  width:245px;
  position:relative;
  top:-10px;
  left:8px;
}
#home-right img{
  margin-left:15px;
}
#home-right h2{
  color:#2E3270;
  font-size:20px;
  font-style:italic;
  font-family:Times;
  margin:0px;
  margin-top:5px;
  text-align:center;
}
#search-content{
	position:relative;
	top:125px;
	left:20px;
	color:#fff;
	font-weight:bold;
	float: left;
}
#search-content input.input{
  position:absolute;
  top:3px;
  left:90px;
  width:65px;
}
.submit{
  height:25px;
  height:25px;
  position:absolute;
  top:0px;
  left:175px;
}
.request{
  width:279px;
  height:91px;
  float:left;
  position:relative;
  top:0px;
  left:-12px;
}
.alignright{
  float:right;
  margin:7px;
}
#customer-comment{
  width:212px;
  float:right;
  margin-top:15px;
  margin-left:20px;
  margin-right:10px;
}
#customer-comment-head{
  width:197px;
  padding:15px 0px 0px 15px;
  height:31px;
  float:left;
  background:url(images/customer-comment-head.jpg) no-repeat;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
}

#pay-per-click-head{
  width:202px;
  padding:15px 0px 0px 6px;
  height:31px;
  float:left;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  background-image: url(images/pay-per-click-head.jpg);
  background-repeat: no-repeat;
  font-size: 14px;
}

#customer-comment-tile{
  width:195px;
  padding:5px 10px 5px 7px;
  float:left;
  background:url(images/customer-comment-tile.jpg) repeat-y;
}
#customer-comment-footer{
  width:212px;
  height:17px;
  float:left;
  background:url(images/customer-comment-footer.jpg) no-repeat;
}

#pay-per-click{
  width:212px;
  height:213px;
  float:left;
margin: 0 0 10px 0;
}

#in-the-news{
  width:295px;
  border:2px solid #455565;
  background:#EFEFEF;
  padding:5px;
  font-family:verdana,arial;
  height:295px;
  overflow:auto;
}
#in-the-news #news-header{
  font-size:14px;
  font-weight:bold;
  text-align:center;
  color:#2E3270;
}
#in-the-news a, #in-the-news a:visited{
  color:#2E3270;
}
#in-the-news a:hover{
  text-decoration:none;
}
#in-the-news .story{
  height:80px;
  font-size:11px;
  margin-top:5px;
}
#in-the-news .title{
  margin:3px;
  font-size:12px;
  font-weight:bold;
}
#in-the-news .odd{
  background:#B5C6DF;
  padding:3px;
}
#in-the-news .even{
  padding:3px;  
}
#in-the-news .right{
  float:right;
  margin-right:3px;
}
#footer{
  background:url(images/footer-bg.jpg) no-repeat;
  margin-top:100px;
  float:left;
  width:800px;
  margin-left:-20px;
  padding-left:13px;
  height:95px;
  padding-top:5px;
}
#footer strong{
  color:#940a06;
}
#footer-nav{
  position:absolute;
  bottom:15px;
  left:0px;
  text-align:center;
  width:810px;
  color:#5D514D;
  font-weight:bold; 
}
#footer-nav a, footer-nav a:visited{
  color:#fff;
  font-weight:normal;
  text-decoration:none;
  font-size:11px;
}
#footer-nav a:hover{
  text-decoration:underline;
}

#contact-form {
  font-family: arial;
  font-size: 12px;
  margin: auto;
  width: 350px;
}
#contact-form span.required {
  color: #8F1A1A;
  margin-right: 2px;
}
#contact-form span.successful-submit {
  color: #1A4F8F;
}
#contact-form .form-col {
  float: left;
  width: 150px;
  padding: 10px;
}
#contact-form label {
  clear: both;
  float: left;
  margin-top: 10px;
  text-align: left;
  width: 130px;
}
#contact-form label.wide {
  clear: both;
  float: left;
  margin-top: 10px;
  text-align: left;
  width: 280px;
}
#contact-form .form-col input, .form-col select {
  border: 1px solid #000;
  clear: both;
  float: left;
  width: 130px;
}
#contact-form .form-row {
  clear: left;
  float: left;
  text-align: center;
  width: 280px;
}
#contact-form textarea {
  border: 1px solid #000;
  clear: left;
  float: left;
  height: 60px;
  width: 280px;
}
#contact-form input#submit-btn {
  margin: 15px 0 5px 0;
}
#contact-form .form-submit {
  text-align: center;
}
#contact-form .error {
  background: #8F1A1A;
  color: #FFF;
}
#contact-form .clear {
  clear: both;
}
.hidden {
  display: none;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
  _height: 1%;
}
.clearfix {
  display:block;
}
#mission-statement{
	width:230px;
	padding-top:15px;
	float:right;
	font-size:11px;
	font-style:italic;
	padding-bottom: 15px;
}
/**25Dollar CSS**/
#reviews {
	height: 600px;
	width: 475px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/BG25Dollar.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.r_rightside {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #004A80;
	float: right;
	height: auto;
	width: 200px;
	font-weight: normal;
	padding-top: 70px;
	padding-left: 20px;
	line-height: 18px;
}
.r_orange {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #FAA604;
}
.r_leftside {
  font-family: Verdana, Geneva, sans-serif;
  font-size:18px;
  color: #004A80;
  font-weight: bold;
  width: 200px;
  height: 150px;
  padding-top: 10px;
  padding-left: 20px;
  text-align: left;
}
.r_thought p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	width: 90px;
	margin-top: 0px;
	padding-top: 30px;
	padding-left: 110px;
}
.r_thought {
}
.r_star p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 85px;
  padding-left: 115px;
  margin-top: 0px;
  padding-top: 100px;
  line-height: 16px;
}
.r_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #004A80;
	width: 445px;
	margin-top: 30px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}
.r_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #004A80;
	width: 450px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
}
/**end 25Dollar CSS**/

/**50Dollar CSS**/
#referral {
	height: 600px;
	width: 475px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(/images/BG50Dollar.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.rightside {
}
.rightside {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #FFFFFF;
  float: right;
  height: 300px;
  width: 200px;
  padding-left: 15px;
  font-weight: bold;
}
.rightside p {
	background-color: #0054A4;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.leftside {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #00CCFF;
	font-weight: bold;
	width: 220px;
	padding-top: 5px;
	padding-left: 20px;
	text-align: center;
}
.leftside p {
  color: #00CCFF;
  }
.leftside h2 {
  color: #00CCFF;
  font-size:36px;
}
.content {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding-left: 20px;
}
.orange {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #CC4C1B;
}
/** end 50Dollarstyles**/

#mission-statement-default{
width:230px;
margin-top:95px;
float:right;
font-size:11px;
font-style:italic;
}

 
.clickBottom {
  float: left;
  width: 480px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
.tagline {
  float: right;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  line-height: 22px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.callToday {
  float: right;
  width: 250px;
  text-align: right;
  line-height: 16px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 11px;
  color: #C00;
  clear: both;
}
.limitations {
  font-size: 8px;
  font-style: italic;
  float: left;
  width: 200px;
  margin: 40px 0 0 0;
}

