body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	font-weight: normal;
	font-size: 18pt;
	line-height: 120%;
}
h2 {
	font-weight: normal;
	font-size: 18pt;
}
h3 {
	font-weight: normal;
	font-size: 14pt;
}

#headerouter {
	height: 100px;
	background-color: #391C4B;
background: #8b0726;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiMDcyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTAwMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #8b0726 0%, #510013 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b0726), color-stop(100%,#510013));
background: -webkit-linear-gradient(top,  #8b0726 0%,#510013 100%);
background: -o-linear-gradient(top,  #8b0726 0%,#510013 100%);
background: -ms-linear-gradient(top,  #8b0726 0%,#510013 100%);
background: linear-gradient(to bottom,  #8b0726 0%,#510013 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0726', endColorstr='#510013',GradientType=0 );

	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #c7b45e;
	color: #FFF;
	position: relative;
}

#headerbg {
	height: 438px;
	width: 100%;
	background-image: url(../../../designimages/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}

#maincol {
	float: left;
	width: 630px;
	position: relative;
	color: #666;
}
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	margin-top: -200px;
	color: #999;
	font-size: 10pt;
	line-height: 130%;
}

#checkavail {
	background-color: #b19f4e;
	width: 280px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	color: #FFF;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	font-size: 12pt;
	line-height: 180%;
}
#footer {
	margin-top: 20px;
	color: #9f5769;
	background-color: #520014;
	font-size: 10pt;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c7b45e;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a {
	color: #9f5769;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a {
	color: #351A44;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #BF9902;
	text-decoration: none;
	font-weight: bold;
}
#maincol a {
	font-weight: bold;
	color: #3F1F51;
	text-decoration: none;
}
#maincol a:hover {
	font-weight: bold;
	color: #BF9902;
	text-decoration: none;
}
#checkavail:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 55px solid #FFF;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}
#availability input,select,option {
	font-size: 12pt;
	background-color: #c7b45e;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#availability label {
	color: #FFF;
	clear: left;
	width: 80px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#availability ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	margin: 0px;
}
#availability ul li {
	margin-bottom: 5px;
}
#availability #Send {
	color: #FFF;
	background-color: #510013;
	font-weight: bold;
}

#signin input,select,option {
	clear: both;
	font-size: 16pt;
	background-color: #ddd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#signin label {
	font-size: 14pt;
	clear: both;
}

#signin #Send {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
	background-color: #3f1f51;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#navlist {
	position: absolute;
	top: 40px;
	left: 190px;
	width: 730px;
	text-align: center;
	font-size: 10pt;
}


#navlist li {
	display: inline;
	list-style-type: none;
	position: relative;
	margin-top: 30px;
}
#navlist li a {
	color: #FFF;
	text-decoration: none;
	padding: 6px;
}
#navlist li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #c7b45e;
}

#logo {
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 1000;
	clear: none;
}

@media (max-width: 959px) {

#logo {
	visibility: hidden;
}

#navlist {
	position: relative;
	width:auto;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#headerouter {
	clear: both;
	width: auto;
	height:auto;
	padding-right: 5px;
	padding-left: 5px;
}


#headerbg {
	height: 150px;
	background-size: 130% auto;
}

#maincol {
	float: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
#sidebar {
	float: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}

#sidebar {
	float: none;
	width: auto;
	position: relative;
	margin-top: 0px;
	color: #999;
	font-size: 10pt;
	line-height: 130%;
}

#checkavail {
	background-color: #bf9900;
	width: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFF;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	font-size: 12pt;
	line-height: 180%;
}

#checkavail:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 0px solid #FFF;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
}


}
.purple {
	color: #3f1f51;
}

*:focus {outline: none;}

#dnfi {
display: none;
}
