@charset "utf-8";
/* CSS Document */

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	background: #000;
	background-image: url(../images/vintage-wood.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment: fixed;
	/*margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*padding: 0;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-size: 16px;
}

#container {
	/*width: 998px; */ 
	margin: 0 auto; 
	text-align: left; 
}
/*#mainContent {
	padding: 0 0px; 
}
*/

h1 {
	width: 100%;
    background-image: url(../images/col_header.png);
	background-repeat: no-repeat;
    background-size: 100% 100%;
	height: 44px;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-weight:normal;
	padding: 9px 0 0 18px;
	margin: 25px 0 10px 0;
	clear: both;	
	font-weight:bold;
}

h2 {
	clear: both;
	font-size:16px;
	margin: 15px 0 8px 0;
}
p{
	margin: 0px 0 10px 0;
	font-size: 15px;
}

.menuIcon{
	display: inline-block; 	
	float: right;
	margin: 20px 8px 0 0;
}

#slideHolder{
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 0 10px 0;
        text-align: center;
}
.price{
	float:right;
	font-weight:bold;
}

#map {
        width: 298px;
        height: 200px;
      }
	  
	  form {
    margin:0
}
/*
form label {
    margin-bottom:.2em;
    font-size:1.3rem;
    line-height:1.3rem;
    font-size:13px;
    line-height:13px;
    color:#e6e6e1;
    text-shadow:0px -1px #202020
}
form label.error {
    margin-bottom:1em;
    font-size:1.2rem;
    line-height:1.2rem;
    font-size:12px;
    line-height:12px;
    color:#c0392b
}
form input[type="text"], form textarea {
    margin-bottom:1.25em;
    font-family:"Inconsolata", sans-serif;
    font-size:1.4rem;
    line-height:1.4rem;
    font-size:14px;
    line-height:14px;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    background:#e6e6e6;
    border:1px solid #191919;
    -moz-border-radius:0.2em;
    -webkit-border-radius:0.2em;
    border-radius:0.2em
}
form input[type="text"]:focus, form textarea:focus {
    border-color:#191919;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none
}
form input[type="text"][disabled], form textarea[disabled] {
    background:#fff
}
form input[type="text"].error, form textarea.error {
    background:#e6e6e6;
    border-color:#c0392b
}
fieldset {
    border:0px;
    margin:0;
    padding:0
}
*/
.required {
    color:#e9266d
}
#success, #error {
    display:none
}
#success div, #error div {
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success div p, #error div p {
    margin-top:6em
}
#success div p {
  color:#9bd32d;
}
#error div p {
  color:#c0392b;
}
#mapframe {
    width: 100%;
    height: 350px;
}

