@charset "utf-8";

#ratesTable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#ratesh1 h1 {
	margin-bottom: 0 !important;
}
a.rates,  a.rates:link {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for visited links. */
a.rates:visited {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for links on mouseover. */
a.rates:hover {
  color:#333 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for a link that has focus. */
a.rates:focus {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
/* Sets the style for a link that is being activated/clicked. */
a.rates:active {
  color: #106CB7 !important;
  text-decoration: underline !important;
  font-size: 12px;
}
table {
border-collapse:collapse;
}
table, th, td {
	border: solid 1px #CCC;
}

table.noBorder {
	border: solid 1px #CCC;
}
#ratesLogos{
	float: right;
	margin:0;
	padding:0;
	width: 275px;
}
.floatRight {
	float: right;
	margin:5px 0 5px 5px;
	padding:15px 5px 0 0;
}
.ratesClearFloat{
	clear:both;
	color: #106CB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
.AccessAmerica {
	padding-top:15px;
}
.ratesSmall {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.ratesSmallBlue {
	color: #106CB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.ratesPrice {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}
.ratesLargeBlue {
	color: #106CB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
}
a.ratesLargeBlue, a.ratesLargeBlue:link {
	color: #106CB7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	margin-bottom: 3px;
	text-decoration: underline;
}

a.ratesLargeBlue:hover {
  color:#999;
  font-size: 18px;
  text-decoration: underline;
}
a.ratesLargeBlue:focus {
  color: #106CB7;
}
a.ratesLargeBlue:active {
  color: #106CB7;
}
.ratesNoBorder {
	border: none;
}
.ratesHeadings {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align:center;
	border-color: #999;
}

.ratesSmallRed {
	color: #C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}
.button {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #e6e6e6 0px 2px 2px;
	-moz-box-shadow: #e6e6e6 0px 2px 2px;
	box-shadow: #e6e6e6 0px 2px 2px;
	border: 2px solid #f7f086;
    background-color: #fdf8a8;
    color: #106CB7;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none !important;
	behavior: url(http://www.annamariabeachcottages.com/PIE.htc);
}
a:hover .button {
    color:#333 !important;
}
