/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* JP Styles */



/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h3.green {
	/*14px via YUI Fonts CSS foundation*/
	color: green;  
}
h3.error {
	/*14px via YUI Fonts CSS foundation*/
	color: red;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:19.25em;*width:11.9em;}

/* JP hacks */

#main-border {
	margin-top: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #663300;
	background-color: #ffffff;
}

#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* LISTS */

#amenities-menu ul
{
	padding: 2;
	margin-left: 2;
} 

#amenities-menu li
{
	background-image:url('../images/bullet.jpg');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:13px;
	padding-top:1px;
} 

#nav-menu ul
{
	padding: 10;
	margin-left: 90;
} 

#nav-menu li
{
	background-image:url('../images/left_nav_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:23px;
	padding-top:5px;
} 


/* LINKS */
.left-nav {
	font-family: Lucida, sans-serif;
	font-size: 12pt;
	color: #cc9966;
	text-decoration: none;
	
}

.left-nav:hover {
	font-family: Lucida, sans-serif;
	font-size: 12pt;
	color: #663300;
	text-decoration: underline;
}

.red-link {
	font-family: Lucida, sans-serif;
	font-size: 10pt;
	color: #663300;
	text-decoration: underline;
	
}

.red-link:hover {
	font-family: Lucida, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}

.textLink {
	font-family: Lucida, sans-serif;
	font-size: 11pt;
	color: #663300;
	text-decoration: underline;
}

.textLink:hover {
	font-family: Lucida, sans-serif;
	font-size: 11pt;
	color: #333333;
	text-decoration: underline;
}

/* DIV CONTAINERS */
#welcome-outer {
	position:relative;
	margin-top: 15px;
	width: 760px;
	height: 200px;
	/*border: 1px solid #cccccc;*/
}

#welcome-text {
	position:relative;
	left: 215px;
	top: -202px;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 265px;
	height: 190px;
}

#welcome-gallery {
	position:relative;
	left: 215px;
	top: -400px;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 265px;
	height: 190px;
}


#welcome-treat {
	position:relative;
	left: 515px;
	top: -588px;
	vertical-align: top;
	width: 250px;
	height: 200px;
}

#welcome-attractions {
	position:relative;
	left: 515px;
	top: -788px;
	vertical-align: top;
	width: 250px;
	height: 200px;
}

#welcome-right-side {
	position:relative;
	float: right;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 270px;
	height: 190px;
}


#second-outer {
	position:relative;
	margin-top: 5px;
	width: 760px;
	height: 200px;
	/*border: 1px solid #cccccc;*/
}

#footer {
	position:relative;
	margin-top: 45px;
	width: 770px;
	height: 60px;
	background-color: #cc9966;
	/*border: 1px solid #cccccc;*/
}

#second-left-side {
	position:relative;
	float: left;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 200px;
	height: 190px;
}

#welcome-divider {
	position:relative;
	left: 500px;
	top: -394px;
	vertical-align: top;
	width: 10px;
	height: 200px;
}

#welcome-divider2 {
	position:relative;
	left: 205px;
	top: -196px;
	vertical-align: top;
	width: 10px;
	height: 200px;
}

#welcome-divider3 {
	position:relative;
	left: 500px;
	top: -588px;
	vertical-align: top;
	width: 10px;
	height: 200px;
}

#cannery {
	position:relative;
	left: 130px;
	top: -70px;
	vertical-align: top;
	margin-left: 3px;
}

.slideshow { 
	position:relative;
	left: -150px;
	top: 30px;
	height: 562px; 
	width: 232px; 
	margin: auto 
}

.slideshow img { 
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
}

.normal {
	font-size: 11pt;
}

.roomName {
	font-size: 12pt;
	color: #663300;
	font-style: italic;
}

.red {
	font-size: 11pt;
	color: #cc6633;
}

table.inquiry {
	border: 1px solid #663300;
}

hr.suites_line {
	width: 100%;
	color: #cccccc;
	background-color: #cccccc;
	height: 3px;

}

