* { margin: 0px; padding: 0px; }

body {
	font-family: 'Telex', sans-serif;
	font-size: 100%;
	color: #929191;
}

input, select, textarea {
	font-family: 'Telex', sans-serif;	
}

.container {
	margin: 0px auto;
	padding: 0px 10px;
	width: 980px;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

#header {
	height: 300px;
	border-bottom: 2.5px solid #e21229;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}

#logo {
	float: left;
	width: 200px;
	margin: 25px 0 0 10px;
}

#logo:hover {
	opacity: 0.8;
}

#social {
	float: right;
	width: 350px;
	text-align: right;
	margin: 20px;
}

#social a:hover {
	opacity: 0.8
}

#navigation {

}
#navigation ul {
	position: absolute;
	left: 5px;
	bottom: 0px;
}
#navigation ul li {
	float: left;
	padding-left: 25px;
	width: 140px;
	height: 40px;
	list-style-type: none;
	text-align: center;
}
#navigation ul li a {
	color: #0a5670;
	text-decoration: none;
	line-height: 40px;
	font-size: 0.9em; 
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#header .container {
	position: relative;
	height: 300px;
} 

#navigation .red {
	background-image: url('../images/navigation/red.png');
	background-repeat: no-repeat;
}

#navigation .yellow {
	background-image: url('../images/navigation/yellow.png');
	background-repeat: no-repeat;
}

#navigation .blue {
	background-image: url('../images/navigation/blue.png');
	background-repeat: no-repeat;
}

#navigation .green {
	background-image: url('../images/navigation/green.png');
	background-repeat: no-repeat;
}

#navigation .purple {
	background-image: url('../images/navigation/purple.png');
	background-repeat: no-repeat;
}

#navigation .orange {
	background-image: url('../images/navigation/orange.png');
	background-repeat: no-repeat;
}

#banner {
	height: 205px;
	padding-top: 20px;
	background-color: #a9c9da;
}

#search {
	float: left;
	margin-right: 20px;
	width: 240px;
	height: 185px;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #e9eef2;
}

#search .box {
	padding: 25px;
}

#search select {
	width: 190px;
	height: 26px;
	line-height: 26px;
	padding: 2px;
	border: 1px solid #45adcd;
	margin-bottom: 4px;
	color: #7b7b7b;
}

#search input[type=submit] {
	float: right;
	color: #fff;
	background-color: #37a7c9;
	border: none;
	padding: 4px 8px;
	cursor: pointer;
}

#search h3 {
	background-image: url('../images/search_header_bg.png');
	background-repeat: repeat-x;
	line-height: 26px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	padding-left: 20px;
}

#jcycle {
	float: left;
	height: 151px;
	width: 685px;
	border: 2px solid #47aecd;
	background-color: #fff;
	position: relative;
	padding: 15px;
	overflow: hidden;
}

#jcycle .slides .feature .text {
	float: left;
	width: 450px;
	height: 150px;
	overflow: hidden;
	margin-right: 8px;
}

#jcycle .slides .feature .text h3 {
	margin-bottom: 10px;
	color: #38A7C9;
	font-size: 1em;
}

#jcycle .slides .feature .text h4 {
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	
}

#jcycle .slides .feature .text p {
	color: #000;
}

#jcycle .slides .feature .image {
	float: left;
	width: 225px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #38A7C9;
}
#jcycle .slides .feature .image img {
	width: 225px;
}

.check_availability {
	margin: 10px 0px;
	color: red;
	font-size: 0.9em;
	font-weight: bold;
}

#content {
	padding: 10px 0px;
}

#content h3 {
	color: #38a7c9;
	margin: 10px 0px;
}

.pagination {
	float: right;
	width: 100%;
	text-align: right;
	color: #003366;
	font-size: 0.8em;
	margin: 10px 0px;
}

#main {
	clear: both;
	float: left;
	color: #000;
	margin: 10px 0px;
}

h1 {
	font-size: 1.3em;
	margin: 10px 0px;
	color: #38A7C9;
}

#main h1 {
	margin-top: 0px;
}

#footer {
	clear: both;
	height: 200px;
	margin-top: 25px;
	background-image: url('../images/footer_bg.png');
	background-repeat: repeat-x;
}

#footer {
	font-size: 0.9em;
	color: #38a7c9;
}

#footer .box {
	float: left;
	margin-top: 80px;
}

#footer .links a {
	font-weight: bold;
	margin: 0px 5px;
}

#footer .links a.first {
	margin-left: 0px;
}

#footer .copyright {
	color: #000;
}

#search select:focus {
	color: #37a7c9;
}

#jcycle .controls {
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 999;
}

#jcycle .controls a {
	float: left;
	width: 25px;
	height: 25px;
	background-image: url('../images/pager.png');
	background-repeat: no-repeat;
	opacity: 0.4;
	margin: 0px 2px;
}

#jcycle .controls a.activeSlide {
	opacity: 1;
}

p {
	font-size: 0.9em;
	margin-bottom: 10px;
}

h2 {
	color: #38A7C9;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Properties Table */
.properties_table {
	font-size: 0.9em;
	border-collapse: collapse;
	width: 100%;
}

.properties_table .property td {
	padding: 10px;
}

.properties_table .property .flag {
	padding: 0px;
	width: 10px;
	height: 150px;
	padding-right: 20px;
}

.properties_table td {
	text-align: center;
}

.properties_table .headings {
	background-color: #D3E4EC;
}

.properties_table th {
	color: #003366;
    font-size: 0.8em;
    font-weight: bold;
	height: 24px;
}
.properties_table .property .photo {
	width: 150px;
}

.properties_table .property .photo img {
	height: 125px;
	width: 175px;
	border: 1px solid #38A7C9;
}

.properties_table .property .photo img:hover {
	opacity: 0.8;
	cursor: pointer;
}

.properties_table .desc .name {
	color: #003366;
    display: block;
    font-weight: bold;
}

.properties_table .property {
	border: 1px solid #36A7C9;
}

.properties_table .desc .more_info {
	display: block;
	color: #3AA9CA;
    text-transform: uppercase;
}

.properties_table .spacer {
	height: 10px;
}

#locations_menu {
	float: left;
	width: 215px;
	margin: 10px 0px;
	margin-right: 10px;
}

#locations_menu ul {

}

#locations_menu ul li {
	list-style: none;
	font-size: 0.9em;
	color: #fff;
	background-color: #a8c9da;
	padding: 6px 8px;
	margin-bottom: 2px;
	width: 190px;
	position: relative;
	border-right: 2px solid #fff;
	cursor: pointer;
}

#locations_menu ul li:hover {
	background-color: #D3E4EC;
	color: #003366;
}

#locations_menu ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 208px;
	z-index: 999;
}

#locations_menu ul li ul li{
	font-size: 1em;
	background-color: #37A7C9;
	border: none;
}

#locations_menu ul li ul li:hover {
	background-color: #37A7C9;
	color: #fff;
	text-decoration: underline;
}

#locations_box {
	float: left;
	width: 750px;
}

.clear {
	clear: both;
}

#property {
	float: left;
	margin: 10px 0px;
	width: 750px;
	overflow: hidden;
}

#property .images {
	float: left;
	width: 405px;
	margin: 0px 20px 10px 0px;
}

#property .images .main {
	
}

#property .images .main img {
	width: 400px;
	border: 2px solid #a8c9da;
	cursor: pointer;
}

#property .images .thumbs {
	
}

#property .images .thumbs img {
	width: 72px;
	border: 2px solid #a8c9da;
	cursor: pointer;
}

#property .details {
}

#property h2 {
	font-size: 0.9em;
	color: #000;
}

#testimonials {
	float: left;
	margin: 0px 0px 20px 0px;
}

#testimonials .testimonial {
	clear: both;
	float: left;
}

.testimonialsDataTable .testimonial {
	padding: 10px 0px;
}

.testimonialsDataTable .even {
	background-color: #DEECF4 !important;
}

h4 {
	color: #000;
	margin-bottom: 10px;
}

.visit {
	background-color: #fced22;
	color: #3aa9ca;
	font-size: 0.9em;
	padding: 2px 4px;
	font-weight: bold;
}

.addthis {
	float: right;
	margin: 20px 10px 10px 10px;
}

.right_align {
	float: left;
	width: 750px;
}

#locations .property .desc p {
	font-size: 1em;
}

.availability {
	color: #EE352A;
    font-weight: bold;
}

.return a {
	color: #38A7C9;
	text-decoration: underline;
}

/* CMS Styling Overrides - see function fixText() */
#property .details .description {
	font-size: 0.8em;
	height: 250px;
	color: #000;
	overflow: auto;
}

#property ul, #resort_box ul {
	margin: 5px 0px;
}
#property ul li, #resort_box ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
}

span {
	color: #000;
}

#resort_box .description {
	height: 250px;
	color: #000;
	font-size: 0.9em;
}

#property .details .description p {
	font-size: 1em;
}

#resort_box {
	font-size: 0.9em;
	margin-bottom: 20px;
	float: left;
}
#resort_box p {
	font-size: 1em;
}

#resort_box h2{
	color: #000;
	font-size: 1em;
}

#resort_box .info {
	float: left;
	width: 320px;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
}

#resort_box .description {
}

#resort_box .image {
	float: left;
	width: 410px;
}

#resort_box .image img {
	border: 2px solid #A8C9DA;
	width: 400px;
}

#resort_box .image .thumbs img {
	width: 72px;
	border: 1px solid #A8C9DA;
}

.image a img:hover {
	opacity: 0.8;
}
   
.testimonial_image {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #36A7C9;
	width: 125px;
}

.description p {
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 10px !important;
}

/* DATATABLE STYLES */
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	margin: 10px 0px;
	font-size: 0.9em;
}

.properties_table thead {
	border-bottom: none;
}

.dataTables_wrapper {
	clear: none;
	float: left;
	width: 100%;
}

table.dataTable tr.odd {
    background-color: #e9eef2;
}

table.dataTable tr.odd td.sorting_1 {
    background-color: #deecf4;
}

table.dataTable tr.even td.sorting_1 {
    background-color: #f1f5f7;
}

.paging_full_numbers a.paginate_button {
	background: none;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
	border: none;
}

.paging_full_numbers a.paginate_active {
	background-color: #37a7c9;
	color: #fff !important;
}

.paging_full_numbers a.paginate_button:hover {
	background: none;
	text-decoration: underline !important;
}
/* /END DATATABLE STYLES */

/* Custom Scrollbars */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #38a7c9;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger:hover  .mCSB_dragger_bar {
	background: #38a7c9;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
/* /END Custom Scrollbars */

.readmore {
}

.read-more {
	color: #38A7C9;
	font-weight: bold;
}

.read-less {
	color: #38A7C9;
	font-weight: bold;
	font-size: 0.9em;
}

.credits, .credits a {
	color: #000;
}

input[type="submit"]:hover {
	opacity: 0.8;
}

#links {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#links h3 {
	color: #000;
	font-size: 0.9em;
}

#links .link {
	padding-bottom: 10px;
	border-bottom: 1px solid #D3E4EC;
	margin: 10px 0px 0px 0px;
}

.left_align {
	float: left;
	width: 200px;
}

#contact {
	float: left;
}

#contact .content {
	float: left;
	width: 485px;
	color: #000;
}

#contact .form {
	float: left;
	padding: 10px;
	border: 1px solid #37a7c9;
	margin: 0px 20px 20px 0px;
	width: 446px;
}

.center {
	text-align: center;
}

#contact input, #contact textarea, #contact input[type="submit"] {
	font-size: 0.9em;
	padding: 2px;
	width: 180px;
	border: 1px solid #929191;
}
#contact label {
	display: block;
	color: red;
	font-size: 0.9em;
}

input:focus, textarea:focus {
	border: 1px solid #37A7C9;
}

#contact th {
	color: #38A7C9;
	font-size: 0.9em;
	text-align: left;
	width: 85px;
}

#contact input[type="submit"] {
	float: right;
	color: #fff;
	background-color: #37a7c9;
	border: none;
	padding: 2px;
	cursor: pointer;
	margin: 5px 0px;
}

#terms, #management {
	height: 400px;
}

#terms h2 {
	font-size: 0.9em;
}

#terms ul li {
	font-size: 0.9em;
}

#management {
	color: #000;
}

#testimonials {
	font-size: 0.9em;
	color: #000;
}
#testimonials .testimonial {
	width: 100%;
}

#testimonials h3 {
	font-size: 1em;
}

#testimonials h4 {
	margin: 10px 0px;
}

#testimonials .testimonial .image {
	float: left;
	margin: 0px 20px 10px 0px;
}

#testimonials .testimonial .image img {
	border: 1px solid #38A7C9;
}

#testimonials .testimonial .text {

}

.view-property {
	margin-bottom: 10px;
}

.form_errors {
	color: red;
	font-size: 0.9em;
	padding-bottom: 10px;
}

#contact-form p {
	margin: 0px;
}

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

#featured {
	height: 165px;
}

.featured thead, .featured tfoot {
	display: none;
}

#featured .dataTables_info, #featured .dataTables_paginate, #featured .dataTables_filter, #featured .dataTables_length {
	display: none;
}

.testimonialsDataTable thead {
	display: none;
}

.offer {
	color: red;
}

h2.home {
	margin: 10px 0px;
}

.locations_content {
	margin-bottom: 10px;
}

.locations_content h1 {
	font-size: 1.2em;
	margin: 10px 0px;
}

.locations_content div {
	font-size: 0.9em;
	color: #000;
}

.locations_content p {
	margin: 5px 0px;
}

.locations_content ul {

}

.locations_content li {
	margin-left: 20px;
}

span.read-more + span.details {
	color: inherit;
}




