@import "reset-min.css";
@import "base-min.css";
@import "fonts-min.css";
@import "grids-min.css";

body {
  font-size: 85%;
  font-family: "georgia";
}

.yui-t2, #bd, #yui-main {
  z-index: -5;
}

.yui-b, .yui-g {
  z-index: auto;
}

#header {
  margin-top: 15px;
  text-align: right;
}

.error_box {
  background-color: #FFFFCC;
  border: 1px solid #DC143C;
  color: #DC143C;
  margin: 0 auto;
  overflow: auto;
  padding: 5px;
  position: relative;
  text-align: left;
  width: 90%;
  z-index: 5;
}

div.yui-b div.box {
  color: #333333;
  border: 1px solid #cbfdba;
  margin-top: 15px;
}

div.yui-b div p.box-title {
  background: #1f6a05;
  border-bottom: 2px solid #cbfdba;
  color: #FFFFFF;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 1px;
  padding: 2px 10px;
}

a {
  color: #1f6a05;
}

a:hover {
  color: #ff0000;
}

a.selected {
  font-weight: bold;
}

div.yui-b div ul {
  margin: 0;
}

div.yui-b div ul li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
}

div.yui-b div ul li a {
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
}

div.yui-b div ul li a:hover {
  background: #cbfdba;
  color: #333333;
}

.title {
  border-left: 15px solid #1f6a05;
  padding-left: 10px;
}

.description {
  font-style: italic;
}

.property-list tbody tr td {
  border: none;
  padding: 0;
  width: 50%;
}

.property-list tbody tr td p img {
  border: 2px solid #cbfdba;
  float: right;
  margin: 0 10px;
  vertical-align: top;
}

.property-title {
  border-left: 10px solid #1f6a05;
  padding-left: 5px;
}

.section {
  display: block;
}

.bold {
  font-weight: bold;
}

.old-price {
  color: #ff0000;
  font-weight: normal;
  text-decoration: line-through;
}

.property-image {
  border: 2px solid #cbfdba;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

ol li {
  color: #1f6a05;
  list-style-type: none;
  margin: 0px;
  padding: 5px 0px;
}

.attributes {
	clear:both;
	display: block;
	padding-top: 5px;
}

div.yui-b div form{
	padding: 5px 10px;
}

input, select textarea {
	font-family: "georgia";
	font-size: 85%;
}
.words {
	color: #ff0000;
}
div.yui-b div form.add-property-form{
	margin: 0;
	padding: 0;
}
.add-property-form{
	margin: 0;
	padding: 0 0 10px 0;
}
.view-cart{
	padding: 10px;
	text-align: center;
}

.login{
	color: #333333;
	display: block;
	border: 1px solid #cbfdba;
	margin: 50px auto;
	width: 325px;
}
.login form p{
	padding: 0 10px;
}
label{
	display: block;
}
.error{
	color: #ff0000;
	font-size: 85%;
	font-weight: bold;
}
.login-title{
	background: #1f6a05;
	border-bottom: 2px solid #cbfdba;
	color: #ffffff;
	display: block;
	font-size: 93%;
	font-weight: bold;
	margin: 1px;
	padding: 2px 10px;
}
.no-items-found{
	color: #ff0000;
}
table.tss-table{
	width: 100%;
}
table.tss-table th{
	background: #1f6a05;
	border: none;
	border-bottom: 3px solid #cbfdba;
	color: #ffffff;
	text-align: left;
}
table.tss-table td{
	border: none;
	border-bottom: 1px solid #1f6a05;
}
.borderless-table{
	width: 100%;
}
.borderless-table td{
	border:none;
	padding-left: 0;
}
.bold-text{
	font-size: 93%;
	font-weight: bold;
}
div.yui-b div form.edit-form{
	margin:0;
	padding:0;
}
.edit-form{
	margin:0;
	padding:0 0 10px 0;
}

/*** Image gallery code ***/
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

#page-wrap { width: 660px; margin: 60px auto; }

.image-gallery { margin: 20px 0 25px 0; }

figure { 
  width: 120px; 
  float: left; 
  margin: 0 20px 0 0; 
  background: white;
  border: 10px solid white; 
  
  -webkit-box-shadow: 0 3px 10px #ccc; 
  -moz-box-shadow: 0 3px 10px #ccc;
  -o-box-shadow: 0 3px 10px #ccc;
  box-shadow: 0 3px 10px #ccc;
  
  -webkit-transform: rotate(5deg); 
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  
  position: relative;
}

figcaption { 
  text-align: center; 
  display: block; 
  font-size: 12px; 
  font-style: italic; 
}

figure img { 
  width: 100%; /* Scale down */
}

figure:hover {
    -webkit-transform: rotate(1deg); 
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    
    -webkit-box-shadow: 0 3px 10px #666; 
    -moz-box-shadow: 0 3px 10px #666;
    -o-box-shadow: 0 3px 10px #666;
    box-shadow: 0 3px 10px #666;
}

figure:focus {
    outline: none;
    
    -webkit-transform: rotate(-3deg) scale(2.5); 
    -moz-transform: rotate(-3deg) scale(2.5);
    -o-transform: rotate(-3deg) scale(2.5);
    transform: rotate(-3deg) scale(2.5);

    -webkit-box-shadow: 0 3px 10px #666; 
    -moz-box-shadow: 0 3px 10px #666;
    -o-box-shadow: 0 3px 10px #666;
    box-shadow: 0 3px 10px #666;   
    z-index: 9999;
}

.boxshadow{
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
/***************/

/*** Top navigation code ***/
#nav {
        float: right;
        font: bold 12px Arial, Helvetica, Sans-serif;
        border-top: 1px solid #2b2e30;
        overflow: hidden;
}
#nav:before,
#nav:after {
	content: "";
	display: table;
}

#nav:after {
	clear: both;
}

#nav {
	zoom:1;
}
#nav ul {
        margin:0;
        padding:0;
        list-style:none;
}
#nav ul li {
        float:left;
}
#nav ul li a {
        float: left;
        color:#000;
        padding: 10px 24px;
        text-decoration:none;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(0,0,0,0.2);
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
#nav li ul {

        left: -999em;
        margin: 35px 0 0;
        position: absolute;
        width: 160px;
        z-index: 9999;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;
        border: 1px solid rgba(0, 0, 0, 0.5);
}
#nav li ul a {
        background: none;
        border: 0 none;
        margin-right: 0;
        width: 120px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
}
#nav ul li a:hover,
#nav ul li:hover > a {
        color: #252525;
        background: #cbfdba;
        /*background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(77,79,79)), color-stop(0.55, rgb(67,70,71)), color-stop(0.78, rgb(69,70,71)) );
        background: -moz-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );
        background: -o-linear-gradient( center bottom, rgb(77,79,79) 9%, rgb(67,70,71) 55%, rgb(69,70,71) 78% );*/

}
#nav li ul a:hover,
#nav ul li li:hover > a  {
    color: #2c2c2c;
        background: #5C9ACD;
        background: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, rgb(61,111,177)), color-stop(0.51, rgb(80,136,199)), color-stop(1, rgb(92,154,205)) );
        background: -moz-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        background: -o-linear-gradient( center bottom, rgb(61,111,177) 17%, rgb(80,136,199) 51%, rgb(92,154,205) 100% );
        border-bottom: 1px solid rgba(0,0,0,0.6);
        border-top: 1px solid #7BAED9;
        text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
#nav li:hover ul {
        left: auto;
}
#nav li li ul {
        margin: -1px 0 0 160px;
        -webkit-border-radius: 0 10px 10px 10px;
        -moz-border-radius: 0 10px 10px 10px;
        border-radius: 0 10px 10px 10px;
        visibility:hidden;
}
#nav li li:hover ul {
        visibility:visible;
}
#nav ul ul li:last-child > a {
        -moz-border-radius:0 0 10px 10px;
        -webkit-border-radius:0 0 10px 10px;
        border-radius:0 0 10px 10px;
}
#nav ul ul ul li:first-child > a {
        -moz-border-radius:0 10px 0 0;
        -webkit-border-radius:0 10px 0 0;
        border-radius:0 10px 0 0;
}
/********************/

/*** Footer code ***/
footer{
	position:relative;
	min-height:140px;
	background-color:#1f6a05;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#2b2b2b));
	background-image:-webkit-linear-gradient(top, #1f6a05, #2b2b2b);
	background-image:-moz-linear-gradient(top, #1f6a05, #2b2b2b);
	background-image:-ms-linear-gradient(top, #1f6a05, #2b2b2b);
	background-image:-o-linear-gradient(top, #1f6a05, #2b2b2b);
	font-size:16px;
	color:white;
	position:relative;
	overflow:hidden
}
footer>span{
	position:absolute;
	top:0;
	width:100%;
	height:4px
}
footer>.f3{
	left:0;
	background:#9dc425
}
footer .inside{
	width:65%;
	margin:0 auto;
	padding:25px 0
}
#footer-boxes{margin-top:35px}
.footer-box{
	margin:0 2.7% 0 0;
	float:left;
	width:22.97%;
	height:175px;
	padding:10px;
	background:#e6e2df;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	color:#b2aaa4;
	background-repeat:no-repeat;
	border:8px solid transparent;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	box-shadow:0 0 8px rgba(0,0,0,0.3);
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative
}
.footer-box.last{float:right}
.footer-link-group{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	z-index:1
}
.footer-link-group a{
	display:block;
	overflow:hidden;
	color:white;
	background-image:-webkit-linear-gradient(left,transparent,transparent 30%,rgba(255,255,255,0.4));
	background-image:-moz-linear-gradient(left,transparent,transparent 30%,rgba(255,255,255,0.4));
	background-image:-ms-linear-gradient(left,transparent,transparent 30%,rgba(255,255,255,0.4));
	background-image:-o-linear-gradient(left,transparent,transparent 30%,rgba(255,255,255,0.4));
	-webkit-background-size:200% 100%;
	-moz-background-size:200% 100%;
	background-size:200% 100%;
	-moz-transition:all 0.26s ease-out;
	-o-transition:all 0.26s ease-out;
	-webkit-transition:all 0.26s ease-out;
	-ms-transition:all 0.26s ease-out
}
.footer-link-group-1{width:32%}
.footer-link-group-2,.footer-link-group-3,.footer-link-group-4{
	width:20%;
	float:right;
	border-right:1px solid rgba(255,255,255,0.2)
}
.cssgradients .footer-link-group a:hover{
	background-position:100% 100%;
	padding-left:5px
}
.no-cssgradients .footer-link-group a:hover{text-decoration:underline}
.footer-contact{margin-top:5px}
.footer-contact #meee{
	left:50%;
	top:88%;
	position:absolute;
	-moz-transition:all 0.26s ease-out;
	-o-transition:all 0.26s ease-out;
	-webkit-transition:all 0.26s ease-out;
	-ms-transition:all 0.26s ease-out
}
.footer-contact:hover #meee{left:50%;top:-35%;position:absolute;z-index:1000;padding: -50px;
    margin: 0 -50px -50px -50px;
}
.footer-link-group .footer-contact a{color:#9dc425}
.footer-link-group h5{
	font:bold 14px/1.4 "myriad-pro-1","myriad-pro-2","Lucida Grande",Sans-Serif;
	color:#f3a01e;
	letter-spacing:2px;
	margin:0 0 3px 0;
	text-transform:uppercase
}
footer section .footer-link-group:nth-of-type(1){padding-right:20px}
footer section .footer-link-group:nth-of-type(1) small{
	display:block;
	margin-top:5px;
	line-height:1.4;
	color:#eee
}
footer section .footer-link-group:nth-of-type(2){padding-left:18px}
footer section .footer-link-group:nth-of-type(3){padding-left:18px}
footer section .footer-link-group:nth-of-type(4){padding-left:26px}
video{width:100% !important;height:auto !important}

* {
    cursor: crosshair !important;
}
ul, ol {
margin: 0;
padding: 0;
}
ul li{
	list-style: none outside none;
	text-align: left;
}
ul, menu, dir {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
/**********************/

/*** CSS show hide more search options ***/
@media all and (min-width:1px) { .hide, .show  { display: inline; } }
.trans { -o-transition: all 1.5s;-moz-transition: all 1.5s;-webkit-transition: all 1.5s; }
#toggle {
    height:30px;
    position:relative;
    z-index:2;
}
#toggle a { position: absolute;}
#moresearch {
    overflow:hidden;
    max-height:0;
    opacity:0;
}
#slidebox:target #moresearch {
    max-height:160px;
    opacity:1;
}
#slidebox:target .hide { opacity:0;pointer-events: none;}
@media print { .hide, .show { display: none; } }
/**********************/

/*** Contact Form ***/
#page-wrap {
	width: 500px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 100px;
	height: auto !important;
	height: 400px;
	font-size:1em;
}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
/***********************/

#title{
font-size: 50px;
font-weight: bold;
text-shadow: 0.025em 0.025em 0.025em #ccc;
letter-spacing: 1px;
display: block;
text-align: left;
color: #000;
line-height: 80%;
float:right;
margin-bottom:2%;
}
#title:after{content:"";clear:both;}
.clear{clear:both;}
.spacer{
	height:300px;
	width:1px;
}
