/*base*/
/*
 * Defaults/Layout
 */
* {
	margin: 0;
	padding: 0;
}

a img, :link img, :visited img {
	border: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #1178c3;
}
a:hover {
	text-decoration: underline;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 12px;
	background: #d8e2e6;
	color: #595959;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

:focus {
	outline: none;
}

.clear_block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear_block {
  display: inline-block;
}
* html .clear_block {
  height: 1%;
}
.clear_block {
  display: block;
}

.alt_font {
	color: #76b400 !important;
}

.strong {
	font-weight: bold;
}

.qtip-content {
	font-size: 1.2em;
	font-weight: bold;
}

.left {
	float: left !important;
}
.right {
	float: right !important;
}

.text_center {
	text-align: center !important;
}
.text_left {
	text-align: left  !important;
}
.text_right {
	text-align: right  !important;
}
.text_hide {
	text-indent: -9999em;
}
.text_strong {
	font-weight: bold;
}
.text_underline {
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

h1, h2, h3, h4, #nav_property, #nav_strip a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #0071bc;
}

h1 {
	font-size: 3.6em;
	font-weight: normal;
}
h2 {
	font-size: 2.6em;
	font-weight: normal;
}
h3 {
	font-size: 2em;
	font-weight: normal;
}
h4 {
	font-size: 1.6em;
	font-weight: normal;
}

p, li, th, td, label, input, textarea {
	font-size: 1.3em;
}

p p,
p li,
li p,
li li,
li label,
td label,
td input,
td textarea
{
	font-size: 1em;
}

p {
	line-height: 1.3em;
}
.cms p {
	padding-bottom: 1.1em;
}
.cms p:last-child {
	/*padding-bottom: 0;*/
}
.cms ul {
	padding-bottom: .8em;
}

.cms ul li, ul.bulleted li {
	background: url(/images/bullet.png) no-repeat left center;
	line-height: 1.3em;
	padding-left: 16px;
	margin-bottom: 1em;
}

.cms ul li {
	margin-left: .5em;
}

#error404 {
	padding: 40px;
	padding-top: 30px;
}
#error404 h2 {
	margin-bottom: 14px;
}
#error404 p {
	margin-top: 8px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#main {
	position: relative;
}
#content_shadow {
	position: absolute;
	z-index: 100;
	width: 960px;
	height: 13px;
	background: url(/images/content_shadow.png) repeat-x;
	left: 0;
	top: 0;
}
#canvas {
	background-color: #fff;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	box-shadow: 1px 1px 8px #444;
}

.main_content {
	padding: 30px 16px 24px 28px;
}

.column_1 {
	width: 600px;
	float: left;
}
.column_2 {
	width: 278px;
	float: right;
	margin-top: -20px;
}


.column_1 h2 {
	margin: 14px 0 18px 0;
}
.column_1 div:first-child h2:first-child,
.column_1 > h2:first-child
{
	margin-top: -10px;
}
.first .headinfo {
	margin-top: -20px;
}

.module {
	margin-top: 20px;
}
.module .content {
	padding: 12px 20px 12px 20px;
}
.module .content h3 {
	margin-bottom: 12px;
}

.round_box {
	background-color: #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

hr:last-child {
	display: none;
}
.column_1 hr,
.column_2 hr,
.module hr,
#fancybox-inner hr
{
	border: none 0;
	height: 1px;
}
.column_1 hr,
#fancybox-inner hr
{
	border-top: 1px solid #d0d0d0;
	margin: 18px 0 0 0;
}
.column_2 hr,
.module hr
{
	border-top: 1px solid #a6c3dd;
	margin: 10px 0;
}
#fancybox-inner hr
{
	margin: 18px 0;
}
hr.featured_content {
	margin: 18px 0;
	border-top: 1px solid #a6c3dd;
}

.column_1 .res_confirmation h2 {
	margin: 14px 0 12px 0;
}
.column_1 .res_confirmation p {
	padding-bottom: .9em;
}
.column_1 .res_confirmation div h2:first-child
{
	margin-top: 14px;
}
.column_1 hr
{
	margin-top: 10px;
}

.save-ok
{
  margin-bottom: 15px;
  border: 1px solid #fcefa1;
}
.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  color: #333;
  background: #fff7d5 url(/sf/sf_admin/images/ok.png) no-repeat 5px 5px;
  font-family: inherit;
  font-size: 1.4em;
  font-weight: bold;
}

.popup_content {
	display: none;
}

#sfWebDebug {
	line-height: 1.4em;
}

/*
 * Header/Navigation
 */
h1#logo {
	width: 294px;
	position: relative;
	left: 75px;
	top: 8px;
	margin-bottom: 15px;
}
h1#logo a {
	display: block;
	width: 294px;
	height: 95px;
	background: url(/images/td_logo.png) no-repeat;
}

#header {
	position: relative;
	height: 147px;
	z-index: 1000;
}

.nav_foot {
	background: url(/images/bg_nav_foot.png) repeat-x;
	width: 960px;
	height: 13px;
}

#nav_main {
	float: left;
	width: 435px;
}
#nav_main li {
	position: relative;
	float: left;
}
#nav_main a {
	height: 24px;
	display: block;
	color: #fff;
}
#nav_main .top_level_link {
	background: url(/images/nav_sprite_main.png) no-repeat;
	text-align: center;
	width: 87px;
	font-size: 1em;
	font-weight: bold;
	line-height: 22px;
}
#nav_main .top_level a:hover,
#nav_main .top_level a.active
{
	background-position: 0 -24px;
	text-decoration: none;
}

#nav_main ul ul {
	position: absolute;
	top: 24px;
	left: -1px;
	/*border-top: 1px solid #97cef4;*/
	background-color: #97cef4;
}
#nav_main li li {
	float: none;
	display: block;
	text-indent: 0;
	font-size: .9em !important;
	/*border: 1px solid #97cef4;*/
	margin: 1px;
	border-top: none;
}
#nav_main li li a {
	background-image: none;
	background-color: #258acd;
	color: #fff;
	height: auto;
	line-height: 24px;
	text-indent: 5px;
	text-decoration: none;
	font-weight: bold;
	width: 145px;
}
#nav_main li li a:hover,
#nav_main li li a.active
{
	text-decoration: none;
	background-color: #72c044;
	color: #fff;
}
#nav_main li.children a:hover,
#nav_main li.children a.active
{
	background: #72c044 url(/images/bg_nav_arrow.png) no-repeat 132px center;
}

#nav_main ul ul ul {
	top: -1px;
	left: 145px;
}
#nav_main li li li {
	font-size: 1em;
}
#nav_main li li li a {
	background-image: none !important;
}

#nav_strip {
	float: left;
}
#nav_strip_list {
	width: 522px;
	height: 108px;
	overflow: hidden;
	position: relative;
}
#nav_strip ul {
	width: 5000px;
}
#nav_strip li {
	border-left: 1px solid #c5d0af;
	display: block;
	float: left;
}
#nav_strip li a {
	background: url(/images/nav_sprite_property.png) repeat-x;
	background-position: 0 0;
	width: 86px;
	height: 108px;
	color: #4c9814;
	font-size: 1.1em;
	line-height: 1.1em;
	display: block;
}
#nav_strip li a:hover, #nav_strip li a.active {
	background-position: 0 -108px;
	text-decoration: none;
	color: #fff;
}
#nav_strip li a span {
	display: block;
	padding: 6px 4px;
}
#nav_strip li div {
	padding-top: 4px;
}
#nav_strip img {
	margin-left: 4px;
	display: block;
}
#nav_strip h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	line-height: 26px;
	color: #ecaa2e;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

.pagination {
	font-size: 1.3em;
}
.pagination_top {
	margin-bottom: 10px;
}
.pagination .current {
	color: #f10000;
}


/*
 * Footer
 */
#footer {
	color: #696969;
}
#footer p {
	padding: 12px 0;
}


/*
 * Legends
 */
.legend div {
	float: left;
}
.legend span {
	display: block;
	line-height: 15px;
	font-size: 1.2em;
	padding: 0 12px 0 4px;
	float: left;
}
.legend_square {
	width: 15px;
	height: 15px;
}

.available {
	background-color: #6afb92;
}
.occupied {
	background-color: #ff0000;
	color: #fff;
}

.final {
	background-color: #ff0000;
}
.confirmed {
	background-color: #21e40c;
}
.tentative {
	background-color: #fbab00;
}
.canceled,
.disabled
{
	background-color: #bbb;
}


/*
 * Loader
 */
.loading-indicator {
	height: 80px;
	width: 80px;
	background: url('/images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.loading-indicator-overlay {
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*main*/
/*
 * Homepage
 */
#home_billboard {
	position: relative;
}
#home_billboard #texoma_map .container {
	background: url(/images/bg_texoma_map.png) no-repeat;
	width: 960px;
	height: 476px;
}

#home_billboard #welcome {
	position: absolute;
	left: 29px;
	top: 34px;
	width: 315px;
	height: 390px;
	z-index: 300;
	background: url(/images/bg_home_map_info.png) no-repeat;
	overflow: hidden;
}

#home_billboard #welcome .container div.cms {
	margin: 16px 0 0 20px;
	background-color: #fff;
}
#home_billboard #welcome h2 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}
#home_billboard #welcome p {
	width: 265px;
	line-height: 1.4em;
}
/*#home_billboard #welcome li {
	background: url(/images/bullet_anchor.png) no-repeat left center;
	line-height: 1.3em;
	padding-left: 20px;
	margin-bottom: 1em;
}*/

#map_pointers {
	position: absolute;
	left: 311px;
	top: 76px;
	width: 550px;
	height: 414px;
	z-index: 280;
	background: url(/images/bg_map_pointers.png) no-repeat;
}

#texoma_map a {
	background: url(/images/sprite_map_locations.png) no-repeat;
	height: 53px;
	display: block;
	position: absolute;
	z-index: 290;
	text-indent: -9999em;
}

#texoma_map a#beachview { background-position: 0 -53px; width: 82px; left: 762px; top: 70px; }
#texoma_map a#beachview:hover, #texoma_map a#beachview.active  { background-position: 0 0; }

#texoma_map a#fastrac { background-position: -82px -53px; width: 91px; left: 500px; top: 374px; }
#texoma_map a#fastrac:hover, #texoma_map a#fastrac.active  { background-position: -82px 0; }

#texoma_map a#lighthouse { background-position: -173px -53px; width: 82px; left: 715px; top: 215px; }
#texoma_map a#lighthouse:hover, #texoma_map a#lighthouse.active  { background-position: -173px 0; }

#texoma_map a#millcreek { background-position: -255px -53px; width: 82px; left: 349px; top: 415px; }
#texoma_map a#millcreek:hover, #texoma_map a#millcreek.active  { background-position: -255px 0; }

#texoma_map a#sundance { background-position: -337px -53px; width: 88px; left: 608px; top: 78px; }
#texoma_map a#sundance:hover, #texoma_map a#sundance.active  { background-position: -337px 0; }

#texoma_map a#tb1 { background-position: -425px -53px; width: 82px; left: 504px; top: 164px; }
#texoma_map a#tb1:hover, #texoma_map a#tb1.active  { background-position: -425px 0; }

#texoma_map a#tb2 { background-position: -507px -53px; width: 92px; left: 741px; top: 292px; }
#texoma_map a#tb2:hover, #texoma_map a#tb2.active  { background-position: -507px 0; }

#texoma_map a#texdest { background-position: -599px -53px; width: 92px; left: 612px; top: 310px; }
#texoma_map a#texdest:hover, #texoma_map a#texdest.active  { background-position: -599px 0; }
			
#happening {
	margin: 16px 0 20px 30px;
}
#happening .module {
	width: 275px;
	margin: 12px 35px 0 0;
	display: inline;
}
#happening h3 {
	font-size: 1.8em;
}

.home_featured h4 {
	font-size: 1.6em;
	margin-bottom: 8px;
}
.home_featured h5 {
	font-size: 1.2em;
	color: #696969;
	margin-bottom: 2px;
}
#featured_property img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}


/*
 * Properties
 */
#property_billboard {
	background: url(/images/bg_property_billboard.png) repeat-x;
}
#property_billboard .container {
	float: left;
}
#property_billboard div#info {
	margin-top: 25px;
	width: 334px;
	height: 310px;
	overflow: auto;
}
#property_billboard h1, #property_billboard p {
	color: #fff;
}
#property_billboard h1 {
	margin: 0 30px 0 30px;
}
#property_billboard p {
	margin: 15px 40px 10px 30px;
	padding-bottom: 0;
}

#slideshow_container {
	width: 623px;
	height: 362px;
	position: relative;
}
#slideshow_container .slide {
	position: relative;
	left: -999em;
	top: -999em;
}
#slideshow .slide:first-child {
	left: 0;
	top: 0;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 200;
	display: none;
}
* html #loading { /* IE6 */
	position: absolute;
	margin-top: 0;
}
#loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/images/loading.png);
}

#property_content #features .container {
	margin-left: 16px;
}
#property_content #features ul {
	float: left;
	width: 50%;
	margin-top: -8px;
}
#property_content #features a.feature_details {
	font-size: .9em;
	vertical-align: 3px;
	font-weight: bold;
}
#property_content #features a.feature_details:hover {
	text-decoration: none;
}

#property_content #photos ul {
	margin-left: -12px;
	clear: both;
}
#property_content #photos li {
	display: inline;
	float: left;
	margin: 0 0 12px 12px;
}
#property_content #photos li div {
	width: 109px;
	height: 82px;
	overflow: hidden;
}
#property_content #photos img {
	border: 1px solid #ccc;
}
#property_content #photos .headinfo {
	padding-top: 24px;
}

.property_listing {
	border: 1px solid #ccc;
	margin-bottom: 12px;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.property_listing li {
	float: left;
	width: 33%;
}
.property_listing h3 {
	position: relative;
	margin-bottom: 16px;
	font-size: 2.2em;
}
.property_listing h3 span.price {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: .8em;
}
.property_listing h3 span.price_info {
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	font-size: .5em;
}
.property_listing .details {
	width: 69%;
}
.property_listing .photo img {
	padding: 4px;
	border: 1px solid #ccc;
}
.property_listing .photo img {
	display: block;
}

/*
 * Feed
 */
#feed p {
	margin: 12px 0 0 0;
}
#feed img.icon {
	margin: 0 6px 0 0;
	width: 32px;
}
#feed .refresh,
.more
{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}


/*
 * Company Contact
 */
#company_contact p {
	padding-bottom: 0;
}
#company_contact #mini_map {
	border: 2px solid #4191cd;
	margin-right: 14px;
}
#company_contact #mini_map .container {
	width: 82px;
	height: 76px;
}
#company_contact #mini_map img {
	display: block;
}
#company_contact p#address {
	width: 130px;
}
#company_contact p#hours,
#company_contact p#website
{
	margin-top: 4px;
}
#company_contact .map_link {
	font-size: .9em;
}

#company_contact a#contact_button {
	background: url(/images/btn_contact_us.png) no-repeat;
	display: block;
	width: 107px;
	height: 39px;
}
#company_contact a#contact_button:hover {
	background-position: 0 -39px;
}

#company_contact a#book_button {
	background: url(/images/btn_book_now.png) no-repeat;
	display: block;
	width: 109px;
	height: 41px;
	margin-top: 8px;
}
#company_contact a#book_button:hover {
	background-position: 0 -41px;
}

/*
 * Generic Page
 */
#generic_billboard {
	background: url(/images/bg_generic_billboard.png) repeat-x;
	height: 75px;
}
#generic_billboard h1 {
	padding: 14px 0 0 28px;
	color: #fff;
}


/*
 * Maps
 */
#map {
	width: 600px;
	height: 450px;
	border: 1px solid #ccc;
}
.map_info h3 {
	font-size: 1.9em;
	padding-bottom: 6px;
}
.map_info p {
	font-size: 1.3em;
	width: 250px;
}
.map_info {
	overflow: auto;
}
.map_info hr {
	margin: 12px 0;
}


/*
 * Contact
 */
.sfContactForm {
	padding-bottom: 1.5em;
}
.sfContactForm_frm input,
.sfContactForm_frm textarea,
.sfContactForm_frm select
{
	margin-bottom: 12px;
}
.sfContactForm_frm textarea {
	width: 310px;
	height: 80px;
	padding: 2px;
}
.sfContact_form_label {
	font-size: 1.4em;
	padding-bottom: 2px;
	font-weight: bold;
}
#sfContactForm_msgok_div {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 16px;
	color: #f10000;
}
#sfContact_form_captcha {
	margin-top: 10px;
}
#sfContact_form_captcha_pic {
	margin-top: 10px;
}
#sfContact_form_submit {
}
.sfContactForm_frm .form_error {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
	color: #cc0a0c;
}
.sfContactForm_frm label {
	font-size: 1.2em;
	padding-left: 4px;
}
.sfContactForm hr {
	margin: 18px 0 18px 0 !important;
}


/*
 * Rental Contract
 */
.agreement ol, .agreement ul {
	margin-left: 25px;
	margin-bottom: 12px;
}
.agreement ol ol {
	font-size: 1em;
}
.agreement ol li {
	margin-top: 10px;
}
.agreement li, .agreement ul {
	padding: 1px 0;
}
.agreement ol.latin {
	list-style-type: lower-latin;
	margin-left: 40px;
}
.agreement ol#exhibits {
	margin-top: 10px;
	margin-left: 50px;
}
.agreement ol#exhibits li {
	margin-top: 0;
}
.agreement ul.disc {
	list-style-type: disc;
}
.agreement p {
	margin: 0 0 12px 0;
	padding: 0;
}
.agreement h3 {
	margin: 18px 0 8px 0;
	padding: 0;
	color: #333;
	font-size: 1.8em;
}
.agreement .data_table h3 {
	font-size: 2.3em;
	color: #777;
	margin-bottom: 4px;
}

.agreement table {
	width: 100%;
	border-collapse: collapse;
}
.agreement th, .agreement td {
	padding: 2px 4px;
	border: 1px solid #333;
}
.agreement th {
	text-align: left;
	background-color: #e6e6ff;
	font-size: 1.3em;
	white-space: nowrap;
}
.agreement td, #main .agreement table.static td.required {
	background-color: #ffcccc;
}
.agreement table.static td, #main .agreement td.disabled {
	background-color: #ffffcc;
}
.agreement tr.extra_info td {
	background-color: transparent;
	text-align: center;
}
.agreement .readsign {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.agreement .address {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.5em;
}
.agreement input[type=text], .agreement textarea, #main .agreement table.static td.required input[type=text] {
	border: none;
	background-color: #ffcccc;
	width: 100%;
}
.agreement table.static input[type=text], .agreement table.static textarea {
	background-color: #ffffcc;
}
.agreement textarea {
	padding: 2px 0;
}
.agreement .initials {
	width: 200px;
	page-break-after: always;
}
.agreement .submit {
	text-align: center;
	margin: 12px 0 4px 0;
}
.agreement .columns {
	padding-top: 8px;
}
.agreement .columns div {
	font-size: 1.3em;
	width: 50%;	
}

.agreement .top_space_small {
	margin-top: 14px;
}
.agreement .top_space {
	margin-top: 20px;
}
.agreement .bottom_space {
	margin-bottom: 20px;
}

.agreement .andwhere span {
	display: block;
	float: right;
	width: 85%;
}
.agreement .andwhere span.first {
	padding: 0 32px;
	width: auto;
	float: left;
}
.agreement td.spacer {
	background: none;
}
.agreement .sig {
	width: 38%;
}
.agreement li th, .agreement li td {
	font-size: 1em;
}

.break_after {
	page-break-after: always;
}
.break_before {
	page-break-before: always;
}


/*
 * Rental Terms
 */
#rental_terms {
	padding: 12px;
}
#rental_terms ol {
	margin-left: 25px;
	margin-bottom: 12px;
}
#rental_terms li {
	margin-bottom: 4px;
}


/*
 * Misc
 */
#disqus {
	margin-top: 20px;
}

#news_specials h3 {
	margin-bottom: 8px;
}
#livefyre {
	min-height: 200px !important;
}

.widget {
	position: relative;
	margin-bottom: 6px;
}
.widget table td {
	padding-right: 2px;
	padding-bottom: 6px;
}
.widget img.weather {
	border: 1px solid #58a9db;
	position: absolute;
	right: 0;
	top: -32px;
}


/*
 * Availability Calendar
 */
div.calendar {
	height: 205px;
}
table.calendar {
	margin: 8px;
}
table.calendar th {
	padding: 4px;
	background-color: #f1f1f1;
}
table.calendar td {
	text-align: center;
}
table.calendar div {
	width: 24px;
	height: 24px;
	margin: 1px;
	line-height: 24px;
}
#availability_calendar .legend {
	margin: 10px 0 0 150px;
	font-weight: bold;
}
#calendar_show .selected {
	text-decoration: underline;
}
#calendar_show {
	font-size: 1.3em;
}


