@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family:Verdana, Geneva, sans-serif;
	color:#4D4D4D;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, li
{
  font-size: 16px;    /* old */
  font-size: 1.6vm;   /* IE9 */
  
}

/* -------------- collapsing container fix ---------- */
p.clear {
clear: both;
height: 0; /* only necessary for IE */
margin: 0;
padding: 0;
}

/* -------------- end reset -------------- */

#TopTitle {
	width:100%;
	height:140px;
	background:#FFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
#TitleHeader {
	width: 960px;
	margin:0px auto 0px auto;
	padding-top:25px
}
.Title1	{
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-size:1.1em;
	color:#F00;
	padding: 20px 0px 0px 80px;
}
.Title2	{
	font-family: 'Arvo', serif;
	color:#F00;
	font-size: 250%;
	margin: 10px 0px 5px 80px;

}
.GSPark {
	float: right;
	margin-top:20px;
}
.Title3 {
	color:#666;
	margin: 0px 0px 0px 80px;

}
.OrangeSubhead {
	font-family: 'Arvo', serif;
	color:#F47E20;
	text-align: center;
	font-size:1.8em;
	margin: 20px 0px 30px 0px;
}
#Main1 {
	width:960px;
	margin:0px auto 0px auto;
	padding-left:30px;
}
#Main1 img {
	border:2px #8ec90e solid;
	border-radius : 5px;
  	-moz-border-radius : 5px;
  	-webkit-border-radius : 5px;
    box-shadow : 2px 2px 1px rgba(0, 0, 0, 0.2);
  	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#000000') ;
}
#Main2 {
	width:100%;
	height:210px;
	margin-top:-180px;
	background-color:#7aa61c;
}
#Main3 {
	width:960px;
	margin:0px auto 0px auto;
	padding-left:10px;
	line-height: 1.5em;
}
.imageArrow {
	padding-left:45px;
}
.Welcome {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#00ADEE;
	margin:40px 0px 20px 0px;
	width:100%;
	font-size:1.5em;
}
#WelcomeLeft {
	width:460px;
	float:left;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00adee;	
}
#WelcomeRight {
	width:460px;
	float:left;
	padding-top:10px;
	margin-left:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00adee;	
}


/* ------ Amenities ------ */
.Amenities {
	clear: left;
	padding:40px 0px 20px 0px;
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-size:1.5em;
	color:#F47E20;
}
#Main4Container {
	width:100%;
	background-color:#F47E20	
}
#Main4 {
	width:960px;
	margin:0px auto 0px auto;
	padding-left:10px;
	line-height: 1.5em;
}
#OrangeArrowBG{
	width:970px;
	height:16px;
	margin-left:-10px;
	background-image: url(../images/orangeArrow.png);
	margin-bottom:30px;
}
#AmenitiesLeft {
	width:460px;
	float:left;
	font-weight: bold;
	color: #FFF;
	margin-bottom:40px;
}
#AmenitiesLeft p {
	color: #FFF;
}
#AmenitiesRight {
	width:460px;
	float:left;
	font-weight: bold;
	color: #FFF;
	margin-left:20px;
	margin-bottom:40px;
}
#AmenitiesRight p {
	color: #FFF;
}
.otherAmenities{
margin-left:20px;	
}

/* ------ Come Staqy with Us ------ */
#Main5 {
	width:960px;
	margin:0px auto 0px auto;
	padding-left:10px;
	line-height: 1.5em;	
}
.ComeStay {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#7AA61C;
	margin:40px 0px 20px 0px;
	width:100%;
	font-size:1.5em;
}
#ComeStayLeft {
	width:460px;
	float:left;
	padding-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7AA61C;
}

/* ------ Contact Us ------- */
.ContactUs {
	clear: left;
	padding:40px 0px 20px 0px;
	font-family: 'Arvo', serif;
	font-weight: bold;
	font-size:1.5em;
	color:#00ADEE;
}
#Main6Container {
	width:100%;
	background-color:#00ADEE
}
#Main6 {
	width:960px;
	margin:0px auto 0px auto;
	padding-left:10px;
	line-height: 1.5em;
}
#Main6 p{
color:#fff;	
}
#BlueArrowBG{
	width:970px;
	height:16px;
	margin-left:-10px;
	background-image: url(../images/blueBar-Reversed.png);
	margin-bottom:30px;
}
.ContactUsHeader {
	font-size:1.1em;
	font-weight: bold;
	width: 300px;
}
#ContactUsColumn1 {
	width:300px;
	float:left;
	font-weight: bold;
	color: #FFF;
	margin-top:10px;
	margin-bottom:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top:5px;
}
#ContactUsColumn2 {
	width:300px;
	float:left;
	font-weight: bold;
	color: #FFF;
	margin:10px 0px 40px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top:5px;
}
#ContactUsColumn3 {
	width:300px;
	float:left;
	font-weight: bold;
	color: #FFF;
	margin:10px 0px 40px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top:5px;
}

#footer p {
	font-size: .7em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 90px;
}
