/******************************
 * basic.css                  *
 * Basic HTML Elements        *
 ******************************/


a,
a:visited {
	color: #9d9d9d;
	text-decoration: none;
}
a:hover {
	color: #C9A85E;
}
:focus {
	outline: none;
}
body {
	font: normal 14px "Open Sans", Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-color: #233E75;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

h1 {
	font: normal 37px/37px Oswald, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFFFFF;
}
h1 .subheader,
h2 {
	font: normal 24px/26px Oswald, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 20px 0 10px 0;
}
h3 {
	font: normal 18px/26px Oswald, Arial, Helvetica, sans-serif;
	color: #C9A85E;
	margin: 0 0 10px 0;
	clear: both;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
}
h5 {
	font-size: 100%;
	color: #334d55;
}
				
div, form {
	margin: 0;
	padding: 0;
}
p {
	margin: 5px 0 15px;
	padding: 0;
	display: block;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

div.inSearch {
	position: relative;
	display: inline-block;
}
div.inSearch label {
	position:absolute; 
	top: 4px;
	left: 7px;
	font: normal 13px "Open Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#popupContact {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 30px 0;
}
#popupContact .contactForm {
  position: relative;
  z-index: 10;
}
#popupContact .fieldset {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	text-align: left;
}
#popupContact h3 {
	position: relative;
}
#popupContact h3:after {
	position: absolute;
	left: -13px;
	top: 8px;
	display: inline-block;
	width: 7px;
	height: 14px;
	content: " ";
	background-color: #222222;
	transition: all .7s ease;
}
#popupContact .fieldset:hover h3:after {
	background-color: rgba(201,168,94,0.75);
}
#popupContact .fieldset.active h3:after {
	position: absolute;
	left: -10px;
	top: 8px;
	display: inline-block;
	width: 1px;
	height: 164px;
	height: 100px;
	content: " ";
	background-color: rgba(201,168,94,0.5);
}
#popupContact div.textbox {
	position: relative;
}
#popupContact label {
	font: normal 13px "Open Sans", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#popupContact div.textbox label {
	position:absolute; 
	top: 5px; 
	left: 10px;
	font: normal 13px "Open Sans", Arial, Helvetica, sans-serif;
}

#popupContact input[type=text],
#popupContact textarea {
	margin: 0 0 2px;
	padding: 5px 7px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #2c2b2c;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5) inset;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	width: 272px;
	font: normal 13px "Open Sans", Arial, Helvetica, sans-serif;
}
#popupContact input.number {
	width: 35px;
	display: inline-block;
	text-align: right;
}
#popupContact #contactforminfo {
	margin: 0 20px 0 0;
}
#popupContact #contactformbuilding {
	width: 300px;
}
#popupContact #contactformbuilding label {
	width: 230px;
	display: inline-block;
}
#popupContact input[type="radio"] ~ label {
	position: relative;
	top: 1px;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0 0 2px;
	line-height: 33px;
	text-indent: 35px;
	cursor: pointer;
}
#popupContact input[type="radio"] ~ label:hover {
	color: #D8B66A;
}
#popupContact input[type="radio"]:empty {
	margin-left: -9999px;
}
#popupContact input[type="radio"] ~ label:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 25px;
	height: 25px;
	content: " ";
	line-height: 25px;
	color: #C9A85E;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5) inset;
	border: 1px solid #2c2b2c;
	border-radius: 50%;
}
#popupContact input[type="radio"]:checked ~ label {
  color: #C9A85E;
}
#popupContact input[type="radio"]:checked ~ label:before {
	content: '\2714';
	text-indent: 7px;
}
/*
#contactformhearabout label {
	width: 240px;
	display: inline-block;
	cursor: pointer;
}*/
#contactformhearabout {
  width: 265px;
}
#contactformhearabout label:hover {
	color: #D8B66A;
}
#contactformhearabout input[type=text] {
	width: 230px;
	margin-left: 35px;
}
#contactformhearabout .show {
	display: none;
}
#contactformhearabout .show p {
	margin: 5px 0;
	clear: both;
	color: #777;
	text-indent: 35px;
	font-size: 13px;
	font-variant: small-caps;
}
#contactformmessage {
	padding-top: 20px;
	width: 870px;
}
#contactformmessage textarea {
	width: 870px;
	height: 70px !important;
	resize: none;
	overflow-y: auto;
}
#messageText {
	resize: none !important;
}
#contactformsend {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 870px;
}
#popupContact select {
	width: 279px;
}
#popupMap .bttn,
#popupContact button {
	display: block;
	margin: 10px 0 0;
	padding: 5px 50px;
	font: normal 14px "Open Sans", Arial, Helvetica, sans-serif;
	background: #fff;
	border: none;
	cursor: pointer;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(229,229,229,0.8) 0%, rgba(221,221,221,0.8) 42%, rgba(220,220,220,0.8) 43%, rgba(170,170,170,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,0.8)), color-stop(42%,rgba(221,221,221,0.8)), color-stop(43%,rgba(220,220,220,0.8)), color-stop(100%,rgba(170,170,170,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,0.8) 0%,rgba(221,221,221,0.8) 42%,rgba(220,220,220,0.8) 43%,rgba(170,170,170,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,0.8) 0%,rgba(221,221,221,0.8) 42%,rgba(220,220,220,0.8) 43%,rgba(170,170,170,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,0.8) 0%,rgba(221,221,221,0.8) 42%,rgba(220,220,220,0.8) 43%,rgba(170,170,170,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,0.8) 0%,rgba(221,221,221,0.8) 42%,rgba(220,220,220,0.8) 43%,rgba(170,170,170,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e5e5e5', endColorstr='#80aaaaaa',GradientType=0 ); /* IE6-8 */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.2) inset, -1px -1px 1px rgba(0,0,0,0.25) inset;
}
#popupContact input.bttn:hover,
#popupContact button:hover {
	background: #D8B66A;
}
span.ValidationErrors {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px 5px 5px 5px;
  color: #C43100;
  display: block;
  font-size: 10px;
  height: 25px;
  left: 275px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 200px;
  z-index: 39;
  background: rgb(68,68,68); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */

}
#contactformmessage .ValidationErrors {
  left: 668px;
  top: -32px;
}

.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}
.alignright {
	float: right;
	margin: 0px 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 10px 0;
}			
.floatleft {
	float: left;
}	
.floatright {
	float: right;
}	
.clear {
	clear: both;
}
.block {
	display: block;
}

.ui-loader {
	display: none;
}
/* Using the touch scrolling on capable devices. */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

