@import url(http://fonts.googleapis.com/css?family=Parisienne);

html
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	overflow-y: scroll;
}

body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #f6f6f6;
	color: #333;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

header
{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 65px;
	z-index: 20;
	color: #A40004;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	z-index: 30;
}

#occupiedsuites
{
	margin-top: 65px;
}

#availablesuites
{
	background: white;
}

.navbutton
{
	color: #A40004;
	float: right;
	background: rgba(255,255,255,0);
	padding: 24px 22px 23px 22px;
	z-index: 10;
}

.navbutton:hover
{
	color: #f6f6f6;
	background: #A40004;
	cursor: pointer;
}

.headerbits
{
	display: inline-block;
}

#menu
{
	margin-top: -67px;
	width: 80%;
}

.navmenu
{
	float: right;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-family: 'Parisienne', cursive;
	font-size: 34px;
}

h3.suites
{
	padding: 25px 10% 0px 10%;
	margin: 0;
	font-size: 20px;
}

p.suites
{
	padding: 0px 12% 20px 12%;
	margin: 6px 0 10px 0;
}

img.suites
{
	width: 50%;
	padding: 25px;
	float: right;
}

footer
{
	margin: 0;
	padding: 0;
	width: 100%;
	color: #A40004;
	z-index: 5;
	overflow: hidden;	
	border-bottom: solid 5px white;
	height: 300px;
}

#container
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	z-index: 10;
	overflow: hidden;
}

.wrap
{
	padding: 0px 10% 0px 10%;
}

.header1
{
	cursor: pointer;
	padding: 12px 20px 10px 20px;
}

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8
{
	position: absolute;
	width: 100%;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
}

.slide1
{
	left: 0%;
}

.slide2
{
	left: 100%;
}

.slide3
{
	left: 200%;
}

.slide4
{
	left: 300%;
}

.slide5
{
	left: 400%;
}

.slide6
{
	left: 500%;
}

.slide7
{
	left: 600%;
}

.slide8
{
	left: 700%;
}

.phoneicon
{
	background-image: url('/_images/phone.png');
	width: 40px;
	height: 40px;
	background-size: contain;
	float: right;
	margin: 20px 20px 20px 0px;
	cursor: pointer;
}

.emailicon
{
	background-image: url('/_images/email.png');
	width: 40px;
	height: 40px;
	background-size: contain;
	float: right;
	margin: 20px 30px 20px 0px;
	cursor: pointer;
}

.s1-4_f17-19
{
	width: 35%;
	height: 14%;
	position: absolute;
	top: 5%;
	left: 3%;
}

.f14-15
{
	width: 7%;
	height: 16%;
	position: absolute;
	top: 30%;
	left: 23%;
}

.f16
{
	width: 7%;
	height: 11%;
	position: absolute;
	top: 19%;
	left: 23%;
}

.f21
{
	width: 6%;
	height: 13%;
	position: absolute;
	top: 30%;
	left: 32%;
}

.f23
{
	width: 7%;
	height: 11%;
	position: absolute;
	top: 19%;
	left: 61%;
}

.f24
{
	width: 7%;
	height: 11%;
	position: absolute;
	top: 30%;
	left: 61%;
}

.f28
{
	width: 6%;
	height: 11%;
	position: absolute;
	top: 19%;
	left: 70%;
}

.s1-4_f17-19, .f14-15, .f16, .f21, .f23, .f24, .f28
{
	background: rgba(169, 205, 92, 0.5);
	cursor: pointer;
}

.s1-4_f17-19:hover, .f14-15:hover, .f16:hover, .f21:hover, .f24:hover, .f28:hover
{
	background: rgba(211,108,111,0.5);
}

.s1-4_f17-19:hover, .f14-15:hover, .f16:hover, .f21:hover, .f23:hover, .f24:hover, .f28:hover
{
	background: rgba(211,108,111,0.5);
}

.back
{
	background: rgba(211,108,111,0.5);
	display: inline-block;
	padding: 19px 50px 41px 10px;
	border-radius: 100px;
	margin: 25px;
	height: 0px;
	width: 0px;
	cursor: pointer;
}

.back:hover
{
	background: rgba(211,108,111,0.75);
}

/* image fader */

.slideshow, .slideshow1, .slideshow2, .slideshow3, .slideshow4, .slideshow5, .slideshow6 { 
    position: relative; 
    width: 100%;
	max-width: 600px;
	float: right;
}

.slideshow > div, .slideshow1  > div, .slideshow2  > div, .slideshow3  > div, .slideshow4  > div, .slideshow5  > div, .slideshow6  > div { 
    position: absolute;
	padding: 20px;
}

.slideshowimage {
	width: 100%;
}

/*end of image fader */

.formbox
{
	width: 84%;
	max-width: 650px;
	margin-left: 20px;
	border-radius: 5px;
}

.formheader
{
	font-size: 24px;
	margin: 25px;
}

#contact, .wholeheader
{
	padding: 0px 10% 0px 10%;
}