/*
Company:	Park Tahoe
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #999;
}
body {
	
}
/* @end */

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #ffffff; 
	float:right;
	padding:6px;
	clear:after;
}



/* @group Layout */
/* Head */
div#hd {
	width: 882px;
	padding: 0 8px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-shadow.gif) repeat-y 0 0;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg-shadow.gif) repeat-y 0 0;
	overflow: hidden;
}
div#bd-btm {
	background: url(../images/shadow-btm.gif) no-repeat 0 100%;
	padding: 0 8px 8px 8px;
	overflow: hidden;
}

/* Style added in Oct. 2009 to increase the size of the specials/packages titles */
div#bd div.main-blue div.blue-content div.text b {
	font-size:110%;
}

div#bd div.main-blue div.blue-content div.text {
	padding-bottom:40px;
}


/* Content */
div#content {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
}
body.home div#content {
	padding: 20px 0 0 0;
}
body.inside div#ft {
	padding: 30px 0 0 0;
}

/* Footer */
div#ft {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 20px;

}
div#ft p {
	font-size: 85%;
	text-transform: uppercase;
	line-height: 150%;
	color: #000000;
	text-align:left;
}
div#ft p a:link, div#ft p a:visited {
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}

div#ft div.ft-left {
	width: 530px;
	float: left;
	display: inline;
}
div#ft p.managed {
	width: 270px;
	text-align: right;
	margin: 7px 0 0 0;
	padding: 15px 0 0 0;
	float: right;
	display: inline;
}
div#ft p.managed img {
	vertical-align: middle;
	margin: -15px 0 0 0;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 882px;
	height: 117px;
	background: url(../images/peery-hotel.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main Blue */
div.main-blue {
	background: url(../images/bg-blue-pattern.gif) repeat 0 0;
	overflow: hidden;
}
body.inside div.main-blue {
	padding: 1px 0;
}

div.blue-content {
	padding: 40px 40px 70px 40px;
	color: #fff;
	overflow: hidden;
}
div.blue-content p {
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 93%;
}

div.blue-content a:link, div.blue-content a:visited, div.blue-content a:active {
	color:#fff;
}
div.blue-content a:hover {
	color:#fff;
	text-decoration:none;
}

div.blue-content h1 {
	color: #fff;
	font-variant: small-caps;
	margin: 0 0 10px 0;
	font-size: 131%;
}

div.blue-content h2 {
	color: #fff;
	font-variant: small-caps;
	margin: 0 0 10px 0;
	font-size: 125%;
}

/* Callouts */
div.callouts {
	padding-bottom: 10px;
}
div.callouts div.callout1 {
	width: 190px;
	margin: 20px 15px 0 30px;
	float: left;
	display: inline;
	text-align:center;
}
div.callouts div.callout2 {
	width: 190px;
	margin: 46px 15px 0 15px;
	text-align: center;
	float: left;
	display: inline;
}
div.callouts h2 {
	margin: 0 0 0 0;
	font-family: Palatino, Times, serif;
	font-size: 131%;
	color: #fbfbfb;
	font-weight: normal;
	font-variant: small-caps;
}
div.callouts div.callout2 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 77%;
	color: #9e9e9e;
}
div.callouts div.callout2 input.txt {
	text-align: center;
	width: 160px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 77%;
	padding: 3px 0;
	margin: 0 0 7px 0;
}
div.callouts div.callout3 {
	width: 190px;
	margin: 33px 5px 0 5px;
	text-align: center;
	float: left;
	display: inline;
}
div.callouts div.callout4 {
	width: 190px;
	margin: 70px 0 0 0;
	text-align: center;
	float: left;
	display: inline;
}

/* Content Box */
div.content-pad {
	padding: 0 40px;
}
div.content-pad h1 {
	font-size: 131%;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #000000;
	font-family: Palatino, Times, serif;
	font-variant: small-caps;
}
div.content-pad p {
	font-size: 93%;
	color: #000000;
	line-height: 150%;
}

div#content div.hr {
	border-bottom: 1px solid #4a4a4a;
	height: 1px;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
}
/* @end */

/* @group Nav */
div#nav {
	background-color: #fff;
	width: 882px;
	height: 67px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	background: url(../images/nav-bullet.gif) no-repeat 100% 50%;
	padding: 0 22px 0 0;
	float: left;
	display: inline;
}
div#nav ul li.last {
	padding: 0;
	background: none;
}
div#nav ul li a {
	display: block;
	font-family: Palatino, Times, serif;
	line-height: 67px;
	padding: 0 33px;
	text-transform: uppercase;
	font-size: 116%;
}
div#nav ul li.last a {
	padding-right: 10px;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #000000;
	text-decoration: none;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #e8ebef;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	padding: 0;
	float: none;
	width: 185px;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 4px 0 20px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	width: 150px;
	background: url(../images/nav-drop-bullet.gif) no-repeat 2px 50%;
	border-bottom: 1px solid #16355f;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {

}

/* Sub Nav */
ul.subnav {
	margin: 0 20px;
	padding: 20px 0 20px 0;
	text-align: center;
	border-top: 1px solid #4a4a4a;
}
ul.subnav li {
	list-style: none;
	display: inline;
}
ul.subnav li a {
	padding: 0 8px;
	font-family: Palatino, Times, serif;
	font-size: 116%;
}
ul.subnav li a:link, ul.subnav li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.subnav li a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Times, serif;
	color: #000000;
}
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Lists */
div#content li {
	font-size: 93%;
}
div#content li li {
	font-size: 100%;
}

div.blue-content li {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}
div.blue-content li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color: #ffffff; background-color:#022c6a; border: 1px #022c6a solid; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px; padding-left: 5px; }
 /* End classes which define the calendar styles */

/* @end */