/*
Company:	Wyndham Resort
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: url(../images/page-bkg.gif) repeat-x 0 0 #075584;
}
body {
	font-family: Verdana, Arial, sans-serif;
	color: #5b5b5b;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8px 4px 8px;
}

/* Body */
div#bd {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 198px;
	height: 78px;
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Contact */
div#hd div.contact {
	width: 475px;
	text-align: right;
	border-right: 1px solid #bebec0;
	padding: 0 15px 0 0;
	margin-top: 12px;
	float: left;
	display: inline;
}
div#hd div.contact p.phone {
	font-size: 123.1%;
	color: #007FC6;
	font-weight: bold;
	margin: 0 0 2px 0;
}
div#hd div.contact p.addy {
	font-size: 93%;
	color: #7E7F86;
	margin: 0;
}
div#hd p.util-nav {
	width: 275px;
	margin: 12px 0 0 0;
	line-height: 34px;
	font-size: 93%;
	color: #007EC4;
	float: right;
	display: inline;
}
div#hd p.util-nav a:link, div#hd p.util-nav a:visited {
	color: #007ec4;
	text-decoration: none;
}
div#hd p.util-nav a:hover {
	text-decoration: underline;
}


/* Feature */
div.feature {
	width: 980px;
	background: url(../images/feature-bkg.png) no-repeat 0 0;
	height: 406px;
	padding: 15px 8px 0 8px;
	margin-bottom: 1px;
}
div.feature-right {
	width: 295px;
	padding: 0 13px 0 0;
	float: right;
	display: inline;
}
div.feature div.flash-box {
	width: 653px;
	height: 388px;
	background: url(../images/bknd-flash.jpg) no-repeat 0 0;
	margin: 0 0 0 9px;
	padding:4px 0 0 4px;
	float: left;
	display: inline;
}


/* models */
div.models {
	width: 297px;
	height: 302px;
	background: url(../images/models-bkg.gif) no-repeat 0 0;
	margin-bottom: 9px;
	padding:85px 0 0 0;
	color:#5b5b5b;
}

div.models div.row {
	clear: both;
	padding: 0 15px 14px 18px;
}



/* Content */
div.content {
	background-color: #fff;
	margin: 0 8px;
	overflow: hidden;
}

/* Main */
div.main {
	width: 620px;
	padding: 20px 0 0 20px;
	float: left;
	display: inline;
	font-size: 100%;
	line-height: 145%;
}


/* Side */
div.side {
	width: 298px;
	padding: 30px 10px 0 0;
	float: right;
	display: inline;
}

div.content-div {
	clear: both;
	padding: 20px 0 0 0;
}

/* Content Left */
div.content-left {
	width: 657px;
	margin-left: 16px;
	margin-top: 30px;
	border-top: 1px solid #adadad;
	padding-bottom: 15px;
	float: left;
	display: inline;
}
div.content-left p.ftnav {
	font-size: 85%;
	color: #007dc7;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
div.content-left p.ftnav a:link, div.content-left p.ftnav a:visited {
	color: #007dc7;
	text-decoration: none;
}
div.content-left p.ftnav a:hover {
	text-decoration: underline;
}
div.content-left p.copyright {
	font-size: 85%;
	color: #a1a1a1;
	font-family: Helvetica, verdana, sans-serif;
	line-height: 140%;
	margin: 0;
}

/* Content Right */
div.content-right {
	width: 285px;
	border-left: 1px solid #adadad;
	padding: 5px 0 5px 20px;
	float: left;
	display: inline;
}
div.content-right label {
	font-size: 93%;
	color: #adadad;
	font-family: frutiger, arial, sans-serif;
	font-weight: bold;
	padding: 0 0 3px 0;
	display: block;
}
div.content-right input.txt {
	border: 1px solid #adadad;
	padding: 3px;
	font-size: 85%;
	vertical-align: middle;
}
div.content-right input.btn {
	vertical-align: middle;
}
/* @end */

/* @group Nav */
div#nav {
	background: url(../images/nav.png) no-repeat 0 0;
	width: 996px;
	height: 36px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
}
div#nav ul li {
	background: url(../images/nav-div.gif) no-repeat 0 6px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 26px;
	padding: 7px 15px 3px 15px;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #007dc7;
	text-decoration: none;
}
div#nav ul li a:hover {
	text-decoration: underline;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #ebf6fc;
	width: 200px;
}
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 */
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 15px;
	margin: 0;
	font-size: 85%;
	display: block;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:link, div#nav ul li ul a:visited {
	color: #007dc7;
	text-decoration: none;
}
div#nav ul li ul a:hover {
	background-color: #007dc7;
	text-decoration: none;
	color: #fff;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 128%;
	color: #5b5b5b;
	font-weight: bold;
	margin: 4px 0 10px 0;
}
div.main h2, div.main strong {
	font-size: 116%;
	color: #5b5b5b;
	font-weight: bold;
	margin: 0 0 10px 0;
}
/* @end */

/* @group Common Text Styles */
div.main, div.side {
	color: #5b5b5b;
	font-family: Helvetica, verdana, sans-serif;
}
div.main p, div.side p  {
	font-size: 100%;
	line-height: 145%;
}
#photogallery p {
	float:left;
	margin:0 12px 12px 0;
}

#photogallery a:link, #photogallery a:visited, #photogallery a:active {
	text-decoration:none;
	font-weight:bold;
}
#photogallery a:hover {
	color:#f46b01;
}
/* @end */

/* @group Default Lists */
div.main li, div.main ul {
	font-size: 100%;
}

/* @end */

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

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #5b5b5b;
	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;}


/***********************************
Calendar Styles
***********************************/
#main table { border-collapse:collapse; width:100%;}

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	margin-top:6px;
	float:right;
}


.inputFormButton { font-size:11px; color: #ffffff; background-color:#075584; border: 1px #075584 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#075584; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px}
.todayColorIn { color: #ffffff; background-color: #075584; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* 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 }
 /* End classes which define the calendar styles */
 

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