body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin:0px;
}

#wrapper {
	width: 980px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px;
}

#logo {
	position:relative;
	background-image: url(images/springhill_suites_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 235px;
	margin: 25px 10px 10px 25px;
	overflow: hidden;
}
#logo a {
	padding: 91px 0px 0px 260px;
	display:block;
	text-decoration:none;
}

#content {
	margin: 0px 25px 4px 25px;
	font-size: 9pt;
}

a img { border:0px; }
a { color:#110976; /*text-decoration:none;*/ }

.squiggle { padding-bottom:6px; }

#copyright { width:322px; float:left; }
#bottomNav { margin-left:8px; }

.clear { clear:both; }
.reg { font-size:9px; }
.required { color:red; }
.f16 { font-size:16px; }
.f19 { font-size:19px; }
.left { text-align:left; }
.center { text-align:center; }

/*
Address Location, Share & CTA Buttons
*/
#location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	position: absolute;
	top: 75px;
	margin-left: 325px;
}
#share {
	position: absolute;
	top: 38px;
	margin-left: 730px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	width: 200px;
}
#share a {
	color: #16469e;
}
#share a:hover {
	color: #000000;
}
#cta_buttons {
	position: absolute;
	top: 64px;
	margin: 0px 0px 0px 558px;
	text-align:right;
	padding: 0px;
	width:372px;
}


/*
Top Nav Menu Styles
Required for Menu to Work
*/
#nav_menu {
	z-index:1000;
	margin: 0px 0px 4px 0px;
	width: 100%;
	background-color:#110976;
	text-align:center;
	position:relative;
}
html>body #nav_menu {
	height:22px;
}
#nav_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 42px;
}
#nav_menu ul li {
	float: left;
	margin: 0px;
	padding-bottom:0px;
	position: relative;
	}
#nav_menu ul li a {
	color: #FFFFFF;
	font-weight:bold;
	display: block;
	text-align: center;
	text-decoration: none;
	width: auto;
	font-size: 12px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px 5px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#nav_menu ul li a:hover {
	color: #7396a4;
}
#nav_menu ul li ul {
	display: none;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 22px;
	width: 140px;
}
#nav_menu ul li:hover {
	background-color:#e5edf0;
}
#nav_menu ul li:hover a {
	color:#7396a4;
}

#nav_menu ul ul,
#nav_menu ul li:hover ul ul,
#nav_menu ul ul li:hover ul ul
{ display: none; }

#nav_menu ul li:hover ul,
#nav_menu ul ul li:hover ul,
#nav_menu ul ul ul li:hover ul
{ display: block; }

#nav_menu ul ul ul {
	left:100px;
	top:0px;
}
#nav_menu ul #lastmenu a {
	border:none;
}
#nav_menu ul li:hover ul,
div#nav_menu ul li.over ul
{ display: block; }

#nav_menu ul li ul li {
	padding: 1px 3px 1px 17px;
	margin:0px;
	background-color: #FFFFFF;
	width: 120px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	opacity: .9;
}
html>body #nav_menu ul li ul li {
	width: 100px;
}
#nav_menu ul li ul li:hover {
	-moz-opacity:10;
	filter:alpha(opacity=100);
	opacity: 10;
	background-color: #FFFFFF;
}
#nav_menu ul li ul li a {
	display: block;
	color: #7396a4;
	padding: 3px;
	text-align: left;
	border:none;
	text-transform: capitalize;
	font-weight: normal;
	width:100%;
	font-size:10px;
}
#nav_menu ul li ul li a:hover {
	color: #000000;
}


/*
Footer
*/
#footer {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #ffffff;
	padding: 0px;
	background-image: url(images/blue-bar.gif);
	background-repeat: repeat-x;
	background-position: left 4px;
	}
#footer #stay_logo {
	float: right;
	margin:0px;
	padding:0px;
	border:none;
}
#footer .right {
	float: right;
	margin-top: 18px;
}
#footer .left {
	float: left;
	margin-top: 18px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
}


/*
Home Page body
*/
#homeLeft {
	float: left;
	width: 322px;
	background-color: #ffffff;
	height: 600px;
	overflow: hidden;
	margin:58px 0px 0px 0px; /** +3 to top **/
	padding: 0px;
	color: #6666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
#homeLeft #pagecopy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #110976;
	margin: 10px;
}
#homeHeadline {
	background-image: url(images/home_headline.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 70px;
	overflow: hidden;
	margin-top: 33px;
}
#homeHeadline a{
	padding-top: 120px; /* hides the copy of the link */
	display:block;
}
#homeLeft #pagecopy {
	text-align: left;
	font-size: 10px;
	margin: 20px 30px 20px 30px;
}
#homeLeft #pagecopy ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type:disc;
}
#homeLeft #pagecopy li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
}
#pagecopy p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	margin-top: 7px;
	margin-bottom: 8px;
}
#pagecopy .morelink {
	text-align: right;
	padding: 3px;
}
#pagecopy .morelink a {
	text-transform: uppercase;
	color: #110976;
	text-decoration: none;
	font-weight: bold;
}

#homeRight {
	float:right;
	width:600px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#homeRight .bottom {
	width: 298px;
	background-color: #f0e6ca;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 4px;
	height: 252px;
	text-align:center;
	overflow:hidden;
}
#homeRight #monthlySpecial {
	float: left;
	}
#homeRight #photoGallery {
	float: right;
}
.section {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom: 10px;
	background-color: #c92d3c;
} /* the section header coloring & border */
#monthlySpecial h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 8px 0px 0px 0px;
}
#monthlySpecial .disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	text-transform: uppercase;
}
#monthlySpecial .copy {
	margin-top: 20px;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#monthlySpecial .copy p {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:left;
}
#monthlySpecial .copy img {
	float:left;
	padding-right:8px;
}
#photoGallery .copy .column {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 17px;
}
#photoGallery p {
	margin: 10px 0px 20px 0px;
}


/*
Signup form for both HOME & SUB
*/
#home_signup {
	width: 318px;
	background-color: #d0daec;
	height: 50px;
	margin-left: 25px;
	overflow: hidden;
	position: absolute;
	top: 141px;
	z-index:0;
}
#sub_signup {
	width: 321px;
	background-color: #d0daec;
	height: 50px;
	margin-left: 634px;
	overflow: hidden;
	position: absolute;
	top: 141px;
	z-index:0;
}
#home_signup #signup_form, #sub_signup #signup_form {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home_signup .textbox, #sub_signup .textbox {
	background-image: url(images/form-shadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 160px;
	margin: 0px;
	padding:5px 3px 0px 5px;
	border: 1px solid #d0daec;
	height:16px;
	color:#999999;
	text-align:center;
}


/*
Sub Page(s) Body
*/
#subLeft {
	background-color: #ffffff;
	float: left;
	width: 509px;
	min-height:219px;
	height:auto!important;
	height: 219px;
	text-align: left;
	margin: 10px 20px 10px 20px;
	padding: 35px 30px 28px 30px;
	/*padding-top: 35px;
	padding-bottom: 28px;
	background-color: #dddddd;*/
}
#subLeft p {
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-right: 20px;
	margin-left: 20px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#subLeft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #110976;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 16px;
	background-image: url(images/_sub_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#subLeft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #c92d3c;
	margin: 10px;
}
#subLeft .twoColH2 {
	margin: 10px 10px 0px 10px;
}
#subLeft ul {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:16px;
	padding:0px;
}
#subLeft li{
	list-style-type:disc;
	margin:0px;
	padding:0px;
}

.twoCol {
	margin-left: 100px;
}
.twoCol .column {
	float: left;
	width: 200px;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
}
.twoCol .column ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding:0px;
}
.twoCol .column li{
	list-style-type:disc;
	margin:0px;
	padding:0px;
}

#subRight {
	margin: 58px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 321px;
}
#subRight .bottom{
	background-color: #f0e6ca;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0px;
	text-align:center;
	padding-bottom: 5px;
	min-height:250px;
	height:auto !important;
	height:250px;
}
#subRight #photoGallery {
	padding-bottom: 10px;
}
#subRight #photoGallery .copy {
	padding: 10px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
	#footer .right {margin-top: 19px;}
	#footer .left {margin-top: 19px;}
	#homeLeft #pagecopy h2{font-weight: normal;}
	#homeLeft #pagecopy li {font-size: 11px;line-height:14px;}
}
