/*   
 ----------------------------------------------------------------------------
  Copyright Welk Resorts 2008. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/

body h1	{ 
	font-size:24px; 
	color:#367d3c; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	line-height:25px;
}

h2	{ 
	font-size:1.1em; 
	color:#27649b; 
}

h3	{
	font-size:1.0em; 
	color:#000; 
}

a:link,a:visited	{ 
	color:#0d61bc; 
	text-decoration:none; 
	outline:none; 
}

a:hover,a:active	{ 
	color:#3b8139; 
	text-decoration:none; 
	outline:none; 
}

#header-link a:link, #header-link a:visited  {
	color:#367d3c;
	text-decoration:none;
}
	
#header-link a:hover, #header-link a:active  {
	color:#367d3c;
	text-decoration:underline;
}

p.green {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#5e8e10;
	text-align:right;
	padding-top:10px;
}
	
p.green span {
	color:#3b8139;
}

#column-left a:link, #column-left a:visited {
	color:#0d61bc;
	font-weight:bold;
	text-decoration:none;	
}	

#column-left a:hover, #column-left a:active {
	color:#3b8139;
}

#column-right-top p.h1sub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#818a59;
	font-weight:bold;	
}

#column-right p.breadcrumb {
	font-size:11px;
}

#footer p {
	color:#4b503a;
	margin:7px 50px 0 28px;
}

#footer a:link, #footer a:visited { 
	color:#fff; 
}

#footer a:hover, #footer a:active { 
	color:#fff; 
	text-decoration:underline; 
}


/* =================================== SYSTEM STYLES =================================== */

#bookingForm {
	font-size:11px;
	font-weight: bold;
	color: #fff;
}

#bookingForm select, #bookingForm input  {
	font-size:11px;
}

#bookingFormSubmit {
	width:130px;
	height:20px;
	display:block;
	cursor: pointer;
	
	top:205px;
	left:11px;
	position:absolute;
}

.textError {
	font-size:13px;
	color: #cc0000;
}

.textTiny {
	font-size:11px;
}

.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
	text-align: center;
}

.calendarWeekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	text-align: center;
}