/* 
	Home-Towne Suites
	
*/

/* > 	Set Default Values
-------------------------------------------------------------------------------------------------------- */
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,body,a
{
	height:100%;
	font: 11pt 'Calibri', 'Trebuchet MS', sans-serif;
	color:#565f62;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height:750px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong
{
	font-weight:bold;
}
h3
{
	font-size:18px;
	font-weight:bold;
}
p
{
	margin-bottom:15px;
}

.position-wrap
{
	width:950px;
	margin:0 auto;
	
}

.title { font-weight:bold; }

/* >	Content Containers
-------------------------------------------------------------------------------------------------------- */
#content-container{
	background-color:#FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	position:relative;	
	float:left;
	margin-top:50px;
}

/* >	Left Container		
-------------------------------------------------------------------------------------------------------- */
#content-left-container{
	height:100%;
	width:680px;
	float:left;
	position:relative;
}


/* >	Right Container		
-------------------------------------------------------------------------------------------------------- */
#content-right-container{
	width:250px;
	height:100%;
	min-height:690px;	
	background-color: #d9e4eb;
	float:left;
}

/* >	Right Container	- Logo
-------------------------------------------------------------------------------------------------------- */
#logo
{
	width:100%;
	text-align:center;	
	margin-top:35px;
}

/* >	Right Container	- Navigation
-------------------------------------------------------------------------------------------------------- */
#navigation
{
	width:100%;
	margin:0px auto;
	margin-top:20px;	
}

#navigation a
{
 	font-size:22px;
 	color:#565f62; 	
	text-decoration:none;
	margin-left:20px;
}


#navigation a:hover
{
	text-decoration:underline;
}

#navigation li.site-navigation-active,
.navigation-top:hover
{
	background-image:url('/public/images/navigation-active.png');
	background-position:left top;
	background-repeat:no-repeat;
}

#navigation-locations li
{
	margin-left:20px;
}

#navigation-locations li a
{
	font-size:14px;
	cursor:pointer;
}

.navigation-hotel-active
{
	font-weight:bold;
}

/* >	Right Container	- Contact
-------------------------------------------------------------------------------------------------------- */
#contact
{
	width:90%;
	margin:25px auto;
	border:1px solid #FFFFFF;
	padding:5px;	
}

/* >	Footer 
		
-------------------------------------------------------------------------------------------------------- */
#content-footer-container{
	float:left;
	width:100%;
	height:50px;
	border-top:1px solid #565f62;
	padding-top:10px;
	line-height:20px;
}

#content-footer-container #footer-left{
	width:50%;
	float:left;
}

#content-footer-container #footer-right{
	width:50%;
	float:left;
	text-align:right;
}


	
/* > 	Layout Background
		Background colors bars
-------------------------------------------------------------------------------------------------------- */
 #background-border-top{
	 background-color:#d9e4eb;
	 position:absolute;
	 left:0px;
	 top:50px;
	 height:265px;
	 width:100%;
	 z-index:-10;
 }
 
 #background-border-bottom{
	 /* original background-color:#565f62;*/
	 background-color:#7c7c7c;
	 background-image:url('/public/images/border-bottom-gradient.jpg');
	 background-repeat:repeat-x;
	 position:absolute;
	 height:277px;
	 width:100%;
	 left:0px;
	 top:326px;
	 z-index:-10;	
 }


/* >	Generic Form 
-------------------------------------------------------------------------------------------------------- */
form .row
{
	width:100%;
}

form .row label
{
	width:50px;
	display:inline-block;
}


form .row.controls
{
	text-align:center;
	width:100%;	
}


.single-column-container
{
	width:670px;
}


/* >	Reservations Form
-------------------------------------------------------------------------------------------------------- */
.reservation-form fieldset{
	margin-top:10px;
}

.reservation-form fieldset label
{
	width:100px;
	padding:5px;
}

.reservation-form fieldset #RoomsLabel
{
	width:50px;
}

.reservation-form fieldset .datetime
{
	width:125px;
}

.reservation-form fieldset .RoomRow input
{
	width:25px;
}

#ToggleResFormButton{ display:none; }

#CancellationForm .title { margin:0 0 5px 5px; }

#ReservationControls
{
	margin-top:20px;
	
}
#ReservationControls div
{
	width:100%;
	text-align:center;
}

