/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#88534f url("../images/bg-body.jpg") top left;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#FFF; font-weight:bold; }
h2	{ font-size:1.1em; color:#FFF; font-weight:bold; }
h3	{ font-size:1.0em; color:#FFF; font-weight:bold; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#b2bb88; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#86514d; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
img.room-thumb { border:#88534f solid 2px; }

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") top repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
	body#reservations #wrap {
		background-color:#4e5643;
		background-image:none;
		width:802px;
		margin:0 auto;
		text-align:left;
		}

/* ------------------------ flash framework ------------------------ */
#header-flash { height:249px; background-color:#4e5643; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:211px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:27px; } /* set form margin here */
	
#specials { background:url("../images/bg-specials.jpg") top repeat-y; position:relative; }
	#specials p { margin:0px 33px 5px 35px; } 

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:591px;
	float:left;
	}
	
	#column-right table { width:581px; margin:0px 5px 10px 5px; }
		#column-right table tr th {
			font-size:1.4em;
			line-height:1.4em;
			color:#ffffff;
			font-weight:bold;
			}
		#column-right table tr th, #column-right table tr td { padding:0 5px; }

	#column-right p, #column-right h1, #column-right h2, #column-right h3 {
		margin:0px 20px 10px 27px;
		}

	#column-right form { margin-left:0px; }

	#list { background:url("../images/bg-list.jpg") top repeat-y; margin-bottom:10px; }
	/* single column list */
	#column-right ul {
		padding-left:121px;
		color:#34392d;
		font-weight:bold;
		}
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:20px;
			line-height:35px;
			}
			
div.rooms hr { width:531px; background-color:#603c15; }
	div.room-image { width:160px; float:left; }
		div.room-image img { border:#603c15 1px solid; }
	div.room-description { width:175px; float:left; }
		div.room-description p { padding:0px 5px 10px 10px; }
	div.room-amenities { width:185px; float:left; }
	div.reserve {
		background-color:#b2bb88;
		border:#b2bb88 1px solid;
		text-align:center;
		width:100px;
		height:20px;
		font-size:1.2em;
		font-weight:bold;
		margin-bottom:2px;
		}
		div.reserve:hover { background-color:#4e5643; color:#b2bb88; }
		div.reserve a:link, div.reserve a:visited { color:#4e5643; text-decoration:none; outline:none; }
		div.reserve a:hover, div.reserve a:active { color:#b2bb88; text-decoration:none; outline:none; }
	#column-right ul.room {
		color:#34392d;
		font-weight:bold;
		padding-left:0;
		}
		#column-right ul.room li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:20px;
			line-height:35px;
			color:#b2bb88;
			}
			

/* ------------------------ subhead framework ------------------------ */
#subhead { height:33px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead/subhead-index.jpg"); }
	body#directions #subhead { background:url("../images/subhead/subhead-directions.jpg"); }
	body#contact #subhead { background:url("../images/subhead/subhead-contact.jpg"); }
	body#gallery #subhead { background:url("../images/subhead/subhead-gallery.jpg"); }
	body#meetings #subhead { background:url("../images/subhead/subhead-meetings.jpg"); }
	body#rates #subhead { background:url("../images/subhead/subhead-rates.jpg"); }
	body#rooms #subhead { background:url("../images/subhead/subhead-rooms.jpg"); }
	body#sandiego #subhead { background:url("../images/subhead/subhead-sandiego.jpg"); }
	body#reservations #subhead { background:url("../images/subhead/subhead-reservations.jpg"); }
    body#amenities #subhead { background:url("../images/subhead/subhead-amenities.jpg"); }
    body#specials #subhead { background:url("../images/subhead/subhead-specials.jpg"); }
    body#groups #subhead { background:url("../images/subhead/subhead-groups.jpg"); }
    body#travelagents #subhead { background:url("../images/subhead/subhead-travelagents.jpg"); }
    body#activities #subhead { background:url("../images/subhead/subhead-activities.jpg"); }
body#airport #subhead { background:url("../images/subhead/subhead-airport.jpg"); }
body#attractions #subhead { background:url("../images/subhead/subhead-attractions.jpg"); }
body#convention-center #subhead { background:url("../images/subhead/subhead-convention-center.jpg"); }
body#cruise-lines #subhead { background:url("../images/subhead/subhead-cruise-lines.jpg"); }
body#dining #subhead { background:url("../images/subhead/subhead-dining.jpg"); }
body#gas-lamp #subhead { background:url("../images/subhead/subhead-gas-lamp.jpg"); }
body#golf #subhead { background:url("../images/subhead/subhead-golf.jpg"); }
body#legoland #subhead { background:url("../images/subhead/subhead-legoland.jpg"); }
body#military #subhead { background:url("../images/subhead/subhead-military.jpg"); }
body#mexico #subhead { background:url("../images/subhead/subhead-mexico.jpg"); }
body#san-diego-zoo #subhead { background:url("../images/subhead/subhead-san-diego-zoo.jpg"); }
body#seaport-village #subhead { background:url("../images/subhead/subhead-seaport-village.jpg"); }
body#sea-world #subhead { background:url("../images/subhead/subhead-sea-world.jpg"); }
body#shopping #subhead { background:url("../images/subhead/subhead-shopping.jpg"); }

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-book {
		height:63px;
		display:block;
		}
		
#btn-specials {
		height:42px;
		display:block;
		}

#btn-tours {
		height:32px;
		display:block;
		}
		
.btn-reserve {
		height:21px;
		display:block;
		}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:30px;
	clear:both; /* important - do not remove */
	}
	
	body#reservations #bottom-wrap {
		background-color:#4e5643;
		background-image:none;
		width:100%; /* fix for Safar */
		height:11px;
		clear:both; /* important - do not remove */
		}

/* ------------------------footer framework ------------------------ */
#footer {
	background:#4e5643 url("../images/bg-footer.jpg") bottom left no-repeat;
	width:802px;
	margin:0 auto;
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#b2bb88; }
#footer a:hover, #footer a:active { color:#86514d; text-decoration:underline; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { background-color:#4e5643; margin:0 auto; padding:0; height:43px; }