body {
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	color:#333;
	background:#fff url('../images/bg.jpg') repeat-x top left;
}

#page-wrapper {
	width:758px;
	margin:0 auto;
	text-align:left;
}

/**HEADER
--------------------------------------------------------------------------------------------------**/
#header {
	width:557px;
	float:right;
	margin-top:.833em;
	padding:0 1.25em 0 1em;
	background:url('../images/bg_header.png') no-repeat top left;
	overflow:visible;
}

.header-image {
	display:block;
	padding:1em 0;
}
	
/**SIDE COL
--------------------------------------------------------------------------------------------------**/
#sidebar {
	width:174px;
	float:left;
	margin-top:35px;
	background:url('../images/bg_side_top.png') no-repeat top left;
}
	
#logo {
	position: relative;
	float: left;
	display: inline;
	width: 130px;
	height: 113px;
	overflow: hidden;
	background:url('../images/econolodge_logo-new.gif') no-repeat;
	cursor:pointer;
	border:#FFFFFF solid;
	margin:10px 0 0 20px;
}

#logo h1{
margin:90px 0 0 15px;
}

#address {
	width:174px;
	float:left;
	clear:both;
	margin:0;
	padding:0 1em;
	background:url('../images/bg_side_bottom.png') no-repeat bottom left;
}

#extendedstays{
float:right;
width:230px;
line-height:12px;
padding:7px;
border:#FFCC00 dashed 2px;
font-size:11px;
}

#extendedstays h2{
margin: 0 0 7px 0;
}
	
/**NAVIGATION
--------------------------------------------------------------------------------------------------**/
#nav-wrapper {
	width:174px;
	background:url('../images/bg_side_nav.png') repeat-y top left;
	float:left;
	padding-bottom:1em;
}

#nav-wrapper ul {
	width:144px;
	padding:1em 0 0 0;
	margin:0 .833em;
	text-align:right;
}

#main-nav {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted #666666;
	width: 135px;
}

#main-nav li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px dotted #666666;
}

#main-nav li a { 
	color:#333;
	text-decoration: none; 
	padding:.25em;
}

#main-nav li a:hover, #main-nav li a:focus {
	color:#BD2812;
	background-color:#E0F5F7;
}

#home #nav-home a, #rooms #nav-rooms a, #amenities #nav-amen a, #city #nav-city a, #directions #nav-directions a, #emails #nav-emails a, #rates #nav-rates a {
	color:#BD2812;
	background-color:#E0F5F7;
}
	
/**CONTENT
--------------------------------------------------------------------------------------------------**/
#content {
	width:557px;
	float:right;
	background:url('../images/bg_content.png') repeat-y top left;
	margin:0;
	padding:0 1.25em 0 1em;
}
	
/**FOOTER
--------------------------------------------------------------------------------------------------**/
#footer {
	width:557px;
	float:right;
	background:url('../images/bg_footer.png') no-repeat bottom left;
	margin:0;
	padding:0 1.25em 0 1em;
	color:#8A8A8A;
}

#footer p {
	font-size:.833em;
	float:left;
	width:60%;
	*width:66%;
	padding:.833em 0 .5em 0;
}

#footer ul {
	font-size:.833em;
	width:30%;
	float:right;
	text-align:right;
	overflow:hidden;
	padding:.833em 0 .5em 0;
}

#footer li {
	list-style:none;
	display:inline;
	border-right:1px solid #8A8A8A;
	padding:0 .416em 0 .416em;
	margin:0 -.416em 0 .416em;
}

#footer li a {
	color:#8A8A8A;
	text-decoration:none;
}

#footer li a:hover, #footer li a:focus {
	color:#BD2812;
}
	
/**TYPOGRAPHY
--------------------------------------------------------------------------------------------------**/
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	color: #BD2812; 
}

h1 {
	font-size:1.5em; /*18px*/
	line-height:1em;
	margin:0 0 1em 0;
}

h2 {
	font-size:1.25em; /*15px*/
	line-height:1.125;
	margin:1.25em 0 0.643em 0;
}

h3 {
	font-size: 1em; 
	margin-bottom: .833em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
}

a {
	color:#BD2812;
	text-decoration:none;
}

a:focus, a:hover {
	color:#8a8a8a;
	text-decoration:underline;
}

ul, ol { 
	margin:0 1.5em 1.5em 1.5em;
	line-height:1.5em;
}
ul     { list-style-type: disc; }
ol     { list-style-type: decimal; }

strong {font-weight:bold;}
em {font-style: italic;}

.small { 
	font-size: .833em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}
.quiet { color: #666; }

.top { 
	margin-top:0;
	padding-top:0; 
}
.bottom { 
	margin-bottom:0; 
	padding-bottom:0; 
}

	
/**STYLE CLASSES
------------------------------------------------------------------------**/

.imageleft {
	display:block;
	float:left;
	padding:.333em .666em;
}

.imageright {
	display:block;
	float:right;
	margin:0  .666em;
}

.imagecenter {
	display:block;
	margin:auto;
	padding:.833em .833em 1em 0;
	clear:both;
}

.clear {clear:both;}

/**FORM STYLES
------------------------------------------------------------------------**/
form {
	font-size:.833em;
	margin:1.5em 0 1.5em 0;
	font-size:10px;
}
input, textarea, select {
	font-size:10px;
	background-color:#eff9fa;
	margin:0.25em 0em 0.31em 0em;
}

.formContent {
background-color:#eff9fa;
font-size:10px;
	
}