body {

	background: url('images/back.jpg') top left repeat-x #7e2c21;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	color: #373736;

}

/* General Definitions */

a, a:link, a:active, a:visited{

	color: #7e2e23;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	color: #7e2e23;
	margin: 0 0 .2em 0;

}

h1{	font-size: 2.2em; }

h2{ font-size: 1.8em; }

h3{ font-size: 1.6em; }

h4{ font-size: 1.2em;
    color: #000;}

p{ margin: 0 0 .2em 0; }

p.quote { 
    
    font-size: 1.0em;
	color: #7e2e23;
	font-style: italic;

}

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 943px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url('images/mainback.jpg') top left repeat-x #ecd48d;
	padding: 0 20px 20px 20px;

}

#header {

	height: 210px;
	padding: 4px 0 0 0;

}

#header h1{

	text-indent: -999em;
	background: url('images/logo.png') top left no-repeat;
	height: 155px;
	width: 615px;

}

#header h2{

	background: #fff9ca;
	font-size: .8em;
	color: #552213;
	padding: 5px 5px 3px 15px;
	font-style: italic;
	height: 15px;
	margin: 32px 0 0 0;
	
}

#header .topIMG{

	background: url('images/topimage.png') top left no-repeat;
	width: 703px;
	height: 187px;
	float: right;
	
}

#header .bookNow a{

	position: absolute;
	background: url('images/booknow.png') top left no-repeat;
	width: 239px;
	height: 54px;
	text-indent: -999em;
	margin: -54px 0 0 690px;

}

#header .phone{

	position: absolute;
	margin: -50px 0 0 15px;
	color: #85302f;
	font-size: 1.1em;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: .8em;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav{

	background: url('images/navback.gif') top left no-repeat;
	margin: 0 -20px 0 -21px;
	height: 56px;
	padding: 0 0 0 30px;

}

#topNav a {

	font-size: .9em;
	color: #000;
	text-decoration: none;
	padding: 1px 15px 1px 5px;
	border-right: 1px solid #000;
	margin: 20px 10px 0 5px;

}

#topNav .lastOne a{

	border-right: none;

}

#topNav a:hover {

	text-decoration: underline;

}

#content {

	clear: both;
	background: #fff9ca;
	padding: 10px;

}

#content #flash{

	background: url('images/flash.jpg') top left no-repeat;
	width: 898px;
	height: 290px;
	margin: 10px 0 0 10px;

}

#content .flashArea{

	width: 898px;
	height: 290px;
	margin: 10px 0 0 10px;

}

#content #inn{

	background: url('images/hd-inn.jpg') top left no-repeat;
	
}

#content #rooms{

	background: url('images/hd-rooms.jpg') top left no-repeat;
	
}

#content #rm-texas{

	background: url('images/hd-rm-texas.jpg') top left no-repeat;
	
}

#content #rm-limited{

	background: url('images/hd-rm-limited.jpg') top left no-repeat;
	
}

#content #rm-blue{

	background: url('images/hd-rm-blue.jpg') top left no-repeat;
	
}

#content #rm-conductor{

	background: url('images/hd-rm-conductor.jpg') top left no-repeat;
	
}

#content #rm-tower{

	background: url('images/hd-rm-tower.jpg') top left no-repeat;
	
}

#content #pets{

	background: url('images/hd-pets.jpg') top left no-repeat;
	
}

#content #specials{

	background: url('images/hd-specials.jpg') top left no-repeat;
	
}

#content #area{

	background: url('images/hd-area.jpg') top left no-repeat;
	
}

#content #directions{

	background: url('images/hd-directions.jpg') top left no-repeat;	
	
}

#content #reservations{

	background: url('images/hd-reservations.jpg') top left no-repeat;
	
}

#content #gc{

	background: url('images/hd-gc.jpg') top left no-repeat;
	
}

#content #photos{

	background: url('images/hd-photos.jpg') top left no-repeat;
	
}

#content #left{

	float: left;
	margin: 15px 5px 0 0 ;
	

}

#content .container {

	width:615px;
	float:right;
	font-size: .9em;
	padding: .5em;
	margin: 15px  0 0 0;
	line-height: 1.5em;

}

#areamap #content .container{

	width: auto;
	float: none;

}

#content .container .welcome{

	margin: 0 0 20px 0;

}
/*** Blog ***/
 #left_blog {
	float:right;
	margin: 15px 0px 0px 5px ;
	width:300px;
}
#left_blog ul li {
	margin: 5px 0px;
}
h2.blog {
	font-size: 1.4em;
}
 .container_blog {
 	width:600px;
	margin: 15px 0px 0px 5px ;
	float:left;
}
/*** Photo Gallery ***/
.container table {
	margin:auto;
}
.container table tr td {
	text-align:center;
}
/*** Mailing List ***/
.container table.form tr td {
	text-align:left;
	height:25px;
}
/*** Gift Certificates ***/
.container form table {
	margin-left:auto;
	width: 70%;
}
.container form table tr td {
	text-align:left;
}
/** **/

#footer {


}

#bottomLeft{

	width: 243px;
	background: url('images/bottomleft.gif') bottom left no-repeat;
	float: left;
	padding: 30px 0 25px 0;
	margin: 0 0 0 16px;
}

#bottomLeft ul{

	list-style: none;
	padding-bottom: 5px;
	margin: 0;

}

#bottomLeft ul li{

	margin: 7px;
	text-align: center;
}

#bottomLeft ul li a{

	font-size: .9em;
	color: #fff;
	text-decoration: none;

}

#bottomLeft ul li a:hover{

	text-decoration: underline;

}

#bottomNav{

	float: right;
	
	
}

#bottomNav a{

	font-size: .7em;
	color: #7e2e23;
	padding: 10px 0 20px 20px;

}

#logos{

	list-style: none;
	margin: 0px 0 0 250px;

}

#logos li{

	float: left;
	margin: 0 20px 0 345px;

}

#contact{


	float: right;
	text-align: right;
	font-size: .7em;
	color: #030303;

}


#copyright{

	color: #000;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}

/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* Mailing List Form */
table.form tr td {
	padding-right:10px;
}
table.form tr td.tdleft {
	width:30%;
	text-align:right;
}
table.form tr td.tdright {
	width: 50%;
}

/* More */


.roomsList{

	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;

}

.roomsList li{

	float: left;

}

.roomsList li a{

	padding: 7px;
	background: #c2a561;
	display: block;
	margin: 0 3px 0 0;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	font-style: italic;

}

.roomsList li a p{

	margin: 3px 0 0 0 !important;
	padding: 0;
	
}

.roomsList li a span{

	font-size: .8em;
	color: #fff;

}

.roomsList li a:hover{

	background: #aaa;

}

.mapContainer{

	padding: 15px 10px 15px 5px;
	clear: both;
	font-size: .9em;
	line-height: 1.5em;
	
}


/* 	FeedBurner 	*/
.feedburnerFeedBlock {
	text-align:left;
}
.feedburnerFeedBlock .feedburnerFeedBlock {
	width:253px; 				/* set overall width */
	float:left; 				/* send it to the left, right, or none */
	padding: 5px 8px 5px 15px; 				/* space between text and edge */
	font-size:13px;
	border:solid 3px #f6f0c3; 	/* adjust color to match site */
	margin:30px 2px 20px 1px;
			/* space between edge and surrounding text */
	text-align:left;
	background:#fff9c8;
	
}
.feedburnerFeedBlock ul {
	margin:0px;
	padding:0;
	color:#7e2e23;
	
}
.feedburnerFeedBlock ul li {
	
	padding:0 0 20px 0;
	list-style-type: none;
}

.feedburnerFeedBlock a {
	color:#7e2e23;
}

.feedburnerFeedBlock .headline {
	font-size: 14px;
	font-weight:bold;
}
p.feedTitle {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin:3px 0px 8px 0;
	padding: 10px 0;
}
p.date {
	margin:2px 0 2px 5px;
	font-style: italic;
	font-size:11px;
}

#creditfooter {display:none; !important}


/*	end FeedBurner	*/

.caldate {
	font-style:italic;
	text-align:right;
	font-size:12px;
}