/* sets color for the wrapper */
#wrapper {
	background-color: #ffffff !important;
}

/* set main content area and placement */
#mainContent {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	clear: both;
	height: auto;
	color: #000000;
	font: 9pt Verdana;
  overflow: auto;
}

/* sets placement and area for contact information */
#infoBlock {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px;
	height: 170px;
}

.contactData {
	height: 130px;
	margin-bottom: 10px;
}

.contactData a {
	color: #94262C;
}

.contactData h2 {
	margin: 0px !important;
	padding: 0px !important;
	font: 12px verdana;
	font-weight: bold;
}

#infoBlock .regionWrapper {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 10px;
}

/* sets styling for contact form itself */
#formBlock {
	clear: both;
	margin-top: 10px;
	width: 460px;
	margin: 0 auto 0 auto;
	text-align: right;
}

#formBlock label {
	display: block;
	font: 10pt Verdana;
	float: left;
	width: 150px;
}

#formBlock form div {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

#formBlock input {
	width: 300px;
	float: right !important;
	border: 1px solid #aaa;
}

#formBlock ul.errors {
	width: 300px;
	float: right !important;
	text-align: left;
}

#formBlock ul.errors li {
	color: #dd0000 !important;
	font: 8pt Verdana;
}

select#country,select#office,select#guestsAdults,select#guestsKids {
	float: left;
	margin-left: 8px;
	margin-bottom: 3px;
	border: 1px solid #aaa;
	width: 300px;
}

textarea#comments {
	width: 300px;
	max-width: 300px;
	height: 100px;
	border: 1px solid #aaa;
}

#formTitle {
	font: 14pt Verdana;
	font-style: italic;
	color: #888888;
	margin-bottom: 10px;
	text-align: left;
}

#infoBlock .menuBlock ul {
	position: absolute;
	z-index: +555;
	margin-top: 20px;
	margin-left: -20px;
	background-color: #ffffff;
}

#infoBlock .btnWrp {
	margin-left: 30px;
}

#infoBlock  .menuBlock ul li {
	padding: 3px 3px 3px 5px;
	border-bottom: 3px solid #94262c;
	border-left: 3px solid #94262c;
	border-right: 3px solid #94262c;
	list-style-type: none;
}

#infoBlock  .menuBlock ul:first-child {
	border-top: 3px solid #94262c;
}

#infoBlock  .menuBlock ul li a {
	color: #000000;
	text-decoration: none;
}

#infoBlock div.btnWrp {
	Float: left;
	text-decoration: none;
	color: #fff;
}

#infoBlock span.btnL {
	float: left;
	width: 14px;
	height: 20px;
	background-image: url("/images/redtab/tabLeft.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

#infoBlock span.btnM {
	float: left;
	height: 20px;
	background-image: url("/images/redtab/tabCenter.png");
	color: #ffffff;
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 3px;
}

#infoBlock span.btnR {
	float: left;
	width: 15px;
	height: 20px;
	background-image: url("/images/redtab/tabRight.png");
	background-repeat: no-repeat;
	text-decoration: none;
}

#infoBlock .btnWrp a {
	color: #ffffff !important;
	font: 11px Verdana !important;
	text-decoration: none;
}


#frmElmSubmit label {
	display: none;
}

input#name {
  visible: false;
  visibility: hidden;
  display: none;
  width: 0px;
}

#formBlock .description, #formBlock .description p { text-align: left; }
