html {
	height: 101%;
}

body {
	background: white;
	background-image:url('/img/body-bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: black;
	font-family: 'liberation_sansregular', Arial, sans-serif;
}

.homepage {
	line-height: 2.1em;
}

b, B {
	font-family: 'liberation_sansbold', Arial, sans-serif;
	font-weight: normal;
}

i, I {
    font-family: 'liberation_sansitalic';
}

/* Link Styles */
a {
  color: #213483;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #213483;
	text-decoration: underline !important;}
  a img {
    border: none; }

/* Panels */

.panel {
  border-style: solid;
  border-width: 3px;
  border-color: black;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}

.panel-red {
  border-style: solid;
  border-width: 3px;
  border-color: red;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
  	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
}

/* Footer */

.footer {
	color: white;
	font-family: 'liberation_sansregular', Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	padding-top: 1em;
	background-color: black;
}
A.footer:link {  
	color: #000000;
	font-family: 'liberation_sansregular', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}  
A.footer:active {  
	color: #000000;
	font-family: 'liberation_sansregular', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}  
A.footer:visited {  
	color: #000000;
	font-family: 'liberation_sansregular', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
    text-decoration: none;
}  
A.footer:hover {  
	color: #000000;
	font-family: 'liberation_sansregular', Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
    text-decoration: underline;
}

/* Navigation */

.top-bar-section,
.top-bar-section ul{
	background: black;
}

.top-bar-section > ul > li > a{
	font-size:1em;
}

.top-bar-section ul li > a.properties:link,  
.top-bar-section ul li > a.properties:visited, 
.top-bar-section ul li > a.properties:hover,
.top-bar-section ul li > a.properties:active {  
	color:#e46e25 !important;
}

.top-bar-section ul li > a.home:link,  
.top-bar-section ul li > a.home:visited,
.top-bar-section ul li > a.home:hover,  
.top-bar-section ul li > a.home:active{
	color:#c02026 !important;
}

.top-bar-section ul li > a.resources,
.top-bar-section ul li >  a.resources:link,  
.top-bar-section ul li > a.resources:visited,
.top-bar-section ul li > a.resources:hover, 
.top-bar-section ul li > a.resources:active {
	color:#4260df !important;
}

.top-bar-section ul li > a.maintenance,
.top-bar-section ul li >  a.maintenance:link,  
.top-bar-section ul li >  a.maintenance:visited,
.top-bar-section ul li >  a.maintenance:hover, 
.top-bar-section ul li > a.maintenance:active {
	color:#76933d !important;
}

.top-bar-section ul li >  a.contact,
.top-bar-section ul li >  a.contact:link,  
.top-bar-section ul li > a.contact:visited, 
.top-bar-section ul li >  a.contact:hover,
.top-bar-section ul li >  a.contact:active {
	color:#939598 !important;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: black;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'liberation_sansbold', Arial, sans-serif;
	font-weight: normal;
	color: black;
}

h1 {
	font-size: 1.9em;
}

.property h1{
	color: #e46e25;
}

h2 {
	font-size: 1.6875em;
}

h3 {
	font-size: 1.390em;
	color: red !important;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* Horizontal Rules */

hr {
	padding: 0;
	margin: 0;
}

.center-contents{
	text-align: center;
}

.property_list_item img{
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
	border: 1px #999 solid;
	margin-bottom:10px;
	
}

.property_list_item{
	margin-bottom: 10px !important;
	font-size:1.1em;
}

.property_list_item .title{
	font-weight: bold;
	font-size:1.2em;
	margin-bottom: 10px;
}

.property_list_image{
	margin-bottom: .9375em;
}

.status.open,.status.available{
	color:red;
}

.button{
	margin-bottom: 10px;
	background-color: #76933d;
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
	border:0;
	text-transform: uppercase;
	color:black;
	font-size:.8em;
	font-weight: normal;
	padding-top: 0.6em;
	padding-bottom: 0.55em;
	background-image:url('/img/button_bg_off.jpg');
	background-repeat: repeat-x;
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #555;
	background-image:url('/img/button_bg_on.jpg');
	background-repeat: repeat-x;
}

.button.property{
	min-width: 230px;
	
}

.google-maps iframe{
  width:100% !important;
  height:300px !important;
}

#map_canvas {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border:2px solid black;
}

.orbit-container{
	background-color: transparent;
}

 .orbit-timer{
	display:none !important;
}

.orbit-container img{
	padding:12px;
	-webkit-box-shadow: 3px 3px 3px #7C7C7C;
	box-shadow: 3px 3px 3px #7C7C7C;
	background-color: black;
}

@media only screen and (min-width: 940px) and (max-width: 1228px) {
	
	.title-area img{
		width:260px;
	}
	
	.top-bar-section li a:not(.button) {
		padding: 0 10px;
	}
} 

#recaptcha_area input[type="text"] {
  display: inline-block;
  height: auto;
}

/* Font Kits */

@font-face {
    font-family: 'liberation_sansbold';
    src: url('/fonts/LiberationSans-Bold-webfont.eot');
    src: url('/fonts/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LiberationSans-Bold-webfont.woff') format('woff'),
         url('/fonts/LiberationSans-Bold-webfont.ttf') format('truetype'),
         url('/fonts/LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansbold_italic';
    src: url('/fonts/LiberationSans-BoldItalic-webfont.eot');
    src: url('/fonts/LiberationSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LiberationSans-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/LiberationSans-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/LiberationSans-BoldItalic-webfont.svg#liberation_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansitalic';
    src: url('/fonts/LiberationSans-Italic-webfont.eot');
    src: url('/fonts/LiberationSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LiberationSans-Italic-webfont.woff') format('woff'),
         url('/fonts/LiberationSans-Italic-webfont.ttf') format('truetype'),
         url('/fonts/LiberationSans-Italic-webfont.svg#liberation_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('/fonts/LiberationSans-Regular-webfont.eot');
    src: url('/fonts/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/LiberationSans-Regular-webfont.woff') format('woff'),
         url('/fonts/LiberationSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.lt-ie9 .orbit-container{
	min-width:314px;
}
.lt-ie9 .orbit-container img{
	min-width:280px;
}

.lt-ie9 .top-bar{
	min-width: 920px;
}

.lt-ie9 .top-bar img{
	width:200px;
	min-width:200px;
	height:27px;
}

.lt-ie9 .property_list_item img{
	width:690px;
	min-width:690px;
	height:130px;
	min-height:130px;
}


.parking{
	border:5px solid black;
	background: #FFc000;
	padding: .25rem;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.parking span{
	display: block;
	color:white;
	margin-top:4px;
}

.parking img{
	float:right;
	width:100px;
}

[data-clearing] li {
  margin-bottom: 10px;
}