//  Styles for Smiggins Hotel 2007

*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #555555;
	background-color: #DDEEEE;
	font-family: "lucida sans unicode", "lucida grande", Helvetica;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	/* stop mozilla sliding off the edge */
}



/* ------------------------------------------------------------- */
h1
{
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif;
	color: #003366;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 10px;
}

h2
{
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif;
	color: #0066CC;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif ;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

h4
{
	color: #779900;
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif ;
	font-size: 12px;
	line-height: 1.45;
	text-align: left;
}

h5
{
	color: #ff6600;
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif ;
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
}

h6
{
	font-family: "lucida sans unicode", "lucida grande", helvetica, sans-serif;
	color: #ff6600;
	font-size: 15px;
	font-weight: normal;
	line-height: 12px;
	margin-bottom:0px;
}

h7
{	font-size: 13px;
	color:003366;
	line-height:14px;
	font-weight: normal;
	margin-bottom:0px;
}

#standout
{
	font-size: 16px;
	font-weight: bold;
}

#standout_small
{
	font-size: 11px;
	font-weight: bold;
}


/* ------------------------------------------------------------- */
#wrapper
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #ffffed;
}

/* ------------------------------------------------------------- */
#header
{
	margin-right: auto;
	margin-left: auto;
	background-color: #002455;
	position: relative;
	text-align: left;
	background-image: url(images/common/top_bgimg.gif);
	background-repeat: repeat-x;
	height: 355px;
	background-position: top;
}

#header_text
{
	margin-right: auto;
	margin-left: auto;
	background-color: #002455;
	position: relative;
	width: 800px;
	text-align: left;
	padding-left: 10px;
	height: 94px;
	top: 45px;
	background-image: url(images/common/whiteline.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------- */
#content
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 20px;
	text-align: center;
	background-image: url(images/common/cntnt-shd_bgimg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content a:link
{
	color: #779900;
	text-decoration: none;
}

#content a:visited
{
	color: #779900;
	text-decoration: none;
}

#content a:hover
{
	color: #225588;
	text-decoration: underline;
}

#content_text_wrapper
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	text-align: left;
	padding-bottom: 10px;
}

#content_text_home, #content_text_fac, #content_text_rates
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	background-color: #FFFFEE;
	border-top: #999999 solid 1px;
}

#content_text_rates_c
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	text-align: left;
	padding-bottom: 10px;
	background-color: #FFFFEE;
	border-top: #999999 solid 1px;
}

#content_text_kids
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 580px;
	float: left;
	text-align: left;
	background-color: #FFFFEE;
	border-top: #999999 solid 1px;
}

#content_text_kids h2
{
padding-top: 6px;
padding-bottom: 0;
}

#content_text_kids ul
{
padding-bottom: 2px;
padding-top: 0;
}

#content_text_kids #special
{
	border-bottom: 1px solid #DDEEEE;
}

#content_text_home p
{
	width: 530px;
	padding-right: 10px;
}

#content_text_fac p { width: 700px; }
#content_text_rates { width: 800px; }

#content_text, #content_text_fac ul
{
	list-style-type: disc;
	padding-left: 18px;
}

/* ------------------------------------------------------------- */
/* table styles for all pages */

#fac td, #pac td
{
	vertical-align: top;
}

#fac #special_td, #pac #special_td 
{ 
	border-right: 0;
	background-color: #ffffff;

}

/* ------------------------------------------------------------- */
/* class for white text */

.white {
	color: white;
}

/* ------------------------------------------------------------- */
/* class for table text */

.tablewhite {
	color: white;
	margin-left:5px;
}

.tabledark {
	color: #333333;
	margin-left:5px;
}


/* ------------------------------------------------------------- */
/* Rates table */

#rates table, #pac table
{
	border-collapse: collapse;
	border: solid 1px #99CCDD;
	font-size: 11px;
}

#rates #small
{
	font-size: 10px;
	width: 540px;
}

#rates #light_td
{
	background-color: #DDEEEE;
	width: 200px;
}

#rates #bold_td
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#rates #top_table, #rates #top_table_lift, #rates #top_table_hire
{
	border-collapse: collapse;
	border: solid 1px #99CCDD;
}

#rates #junior td, #rates #top_table td, #rates td, #rates #lift td
{
	width: 43px;
	text-align: center;
}

#white_td{
	background-color: white;
}

#rates #wide_td, #rates #top_table #wide_td, #rates #wide_td, #rates #top_table_hire #wide_td, #rates #hire #wide_td
{
	width: 100px;
	text-align: left;
}

#rates #lift #wide_td
{
	width: 200px;
	text-align: left;
}

#rates #top_table_hire td, #rates #hire td
{
	width: 18px;
	text-align: center;
}

#rates #season_td, #pac #season_td, #rates #junior #season_td
{
	background-color: #036;
	color: white;
	font-weight: bold;
	font-size: 12px;
	width: 500px;
	text-align: left;
	border-right: 0;
}

#xseason_td
{
	background-color: #99CCDD;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border-right: 0;
}

#rates ul
{
	margin-top: -6px;
	margin-bottom: -4px;
}


#kidsrates table
{
	border-collapse: collapse;
	border: solid 1px #99CCDD;
	font-size: 11px;
	width:520px;
}

#kidsrates #light_td
{
	background-color: #DDEEEE;
	width: 260px;
	color:#555555;
	height:22px;
	padding-left:5px;
}

#kidsrates #white_td
{
	background-color: #FFFFFF;
	width: 260px;
	color:#555555;
	height:22px;
	padding-left:5px;
}

#kidsrates #bold_td
{
	font-size: 11px;
	font-weight: bold;
	width: 260px;
	height:22px;
	padding-left:5px;
}

#kidsrates #xseason_td
{
	background-color: #99CCDD;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
}
.tdsmaller
{
	font-size:11px;
	line-height:12px;
	font-style:normal;
}

.tablecond
{
	font-size:11px;
	line-height:14px;
	font-style:normal;
}

/* ------------------------------------------------------------- */
/* Right column 'callout' styles for home page */
#callout
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	text-align: left;
	border-top: #999999 solid 1px;
	width: 239px;
	float: left;
}

#callout ul
{
	padding-left: 130px;
	margin-top: -65px;
	display: list-item;
	list-style-type: none;
}

*:lang(en) #callout ul { padding-left: 175px !important; }
#callout ul:empty { padding-left: 175px !important; }


/* ------------------------------------------------------------- */
/* Right column 'callout' styles for all other pages */

#callout_rates
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	text-align: left;
	border-top: #999999 solid 1px;
	width: 185px;
	float: left;
	padding-left: 18px;
	padding-top: 20px;
	font-size: 11px;
}

*:lang(en) #callout_rates { width: 185px !important; }
#callout_rates:empty { width: 185px !important; }

#callout_rates_kids
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	text-align: left;
	border-top: #999999 solid 1px;
	width: 185px;
	float: left;
	padding-left: 18px;
	padding-top: 20px;
	font-size: 11px;
}

*:lang(en) #callout_rates_kids { width: 185px !important; }
#callout_rates_kids:empty { width: 185px !important; }

/* ------------------------------------------------------------- */
/* Callout rounded corners styles */


#callout_rates_text{
	position: relative;
	text-align: left;
	font-size: 11px;
	width: 185px;
	float: left;
	margin-bottom: 6px;
}

#callout_rates_text ul
{
	display: list-item;
	list-style-type: none;
	padding-left: -30px;
	margin-top: -8px;
}

#callout_rates_text h1, #callout_rates_text h2, #callout_rates_text h3, #callout_rates_text h6,  #callout_rates_text p, #callout_rates_text ul {
	margin:0 10px;
	padding: 6px;
	}


/* -----------------------------------------------------------------*/
/*  Inclusions box */

.xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ddee99; border-left:1px solid #DDEEEE; border-right:1px solid #DDEEEE;}

.xb1 {margin:0 5px; background:#ddee99;}
.xb2 {margin:0 3px; border-width:0 0px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent 
	{display:block; background:#ddee99; border:0 solid #DDEEEE; border-width:0 1px; border-top: 1px solid #DDEEEE;}


/* -----------------------------------------------------------------*/
/*  Specials box */

.xbottom_special {display:block; background:transparent; font-size:1px;}
.xb1_special, .xb2_special, .xb3_special, .xb4_special {display:block; overflow:hidden;}
.xb1_special, .xb2_special, .xb3_special {height:1px;}
.xb2_special, .xb3_special, .xb4_special {background:#ff6633; border-left:1px solid #ff6633; border-right:1px solid #ff6633;}

.xb1_special {margin:0 5px; background:#ff6633;}
.xb2_special {margin:0 3px; border-width:0 0px;}
.xb3_special {margin:0 2px;}
.xb4_special {height:2px; margin:0 1px;}

.xboxcontent_special 
	{
		display:block; 
		background:#fff; 
		border:0 solid #ff6633; 
		border-width:0 1px; 
		border-top: 1px solid #ff6633;
		}

.xboxcontent_special h3
	{	margin: 0;
		padding: 0;
		color: #ff6633;
	}
.xboxcontent_special h2
	{	margin: 0;
		padding: 0;
	}

/* -----------------------------------------------------------------*/

#callout_images
{
	position: relative;
	text-align: left;
	font-size: 11px;
	width: 170px;
	float: left;
}

*:lang(en) #callout_rates ul { padding-left: 4px !important; }
#callout_rates ul:empty { padding-left: 4px !important; }

#callout_rates h1
{	font-size: 12px;	}

#callout_rates h2
{	font-size: 11px;	}

#callout_rates h3
{	font-size: 10px;	}

#callout_rates h6
{	font-size: 12px;
	color:ff6633;
	line-height:14px;
}

#callout_rates h7
{	font-size: 13px;
	color:003366;
	line-height:14px;
}

#callout_images_kids
{
	position: relative;
	text-align: left;
	font-size: 11px;
	width: 170px;
	float: left;
	margin-left:-6px;
}

/* ------------------------------------------------------------- */
/* footer styles */
#footer
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #DDEEEE;
	border-bottom: #99CCDD solid 1px;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
	line-height: 1.3;
}

#footer_text
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 780px;
	text-align: left;
	background-color: #DDEEEE;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}

#footer_text a:link
{
	color: #225588;
	text-decoration: none;
}

#footer_text a:visited
{
	color: #225588;
	text-decoration: none;
}

#footer_text a:hover
{
	color: #225588;
	text-decoration: underline;
}

#footer_text strong
{
	font-size: 10px;
	font-weight: bold;
}

div#footer_nav
{
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: #DDEEEE;
	width: 780px;
	padding-bottom: 2px;
}

#footer_nav ul li a:link, #footer_nav ul li a:visited
{
	color: #003366;
	background-color: #DDEEEE;
	text-decoration: none;
	display: inline;
	padding: 0;
}

#footer_nav ul li a:hover, #footer_nav ul li a.current
{
	color: #003366;
	background-color: #DDEEEE;
	text-decoration: underline;
}

#footer_nav ul li
{
	margin: 0px;
	padding-right: 6px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
}

#footer_nav ul
{
	margin: 0px;
	padding: 0px;
}

#footer-right{
	position: relative;
	float: right;
	margin-top: -53px;
	z-index: 10;
}

#footer-right img{
	border: none;
}



/* ------------------------------------------------------------- */
/* sub_nav styles */
#sub_nav
{
	position: relative;
	background-color: #225588;
	float: right;
	margin-top: -15px;
	margin-bottom: -1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 3px;
	color:  #ff6633;
	font-family: "lucida sans unicode", "lucida grande", Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#sub_nav ul li a:link, #sub_nav ul li a:visited
{
	color:  #ff9900;
	text-decoration: none;
	border: none;
	display: inline;
}

#sub_nav ul li a:hover
{
	color: #FF9900;;
	font-weight: normal;
	text-decoration: underline;
}

#sub_nav ul li
{
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	display: inline;
}

#sub_nav ul
{
	margin: 0px;
	padding: 0px;
}

#sub_nav #special { color: white; }

/* ------------------------------------------------------------- */
/* top style */
#content .top
{
	background-color: #225588;
	color: white;
	border: .5px solid #999999;
	text-align: center;
	width: 45px;
	font-size: 9px;
	font-weight: bold;
	float: right;
}

#content .top a:link, #content .top a:visited, #content .top a:hover
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* ---------------------------------------------------------------------*/
/* Form styles */
form.contact fieldset
{
	border: 0;
	font-size: 10px;
	font-weight: normal;
}

form.contact
{
	padding: 0;
	margin: 0;
	line-height: 125%;
}

form.contact label { color: #0066CC; }

form.contact label.fixedwidth
{
	display: block;
	width: 150px;
	float: left;
	padding-right: 15px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

form.contact .field
{
	width: 240px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

form.contact .radio
{
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

form.contact .field_small
{
	width: 60px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

form.contact .field_tiny
{
	width: 40px;
	font-size: 10px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}

form.contact .buttonarea input
{
	color: #555;
	padding: 5px;
	margin: 10px;
	margin-top: 20px;
	border: 1px solid #0066CC;
	width: 100px;
	background: white;
	text-align: center;
}

form.contact .buttonarea_long input
{
	color: #555;
	padding: 5px;
	margin: 10px;
	margin-top: 20px;
	border: 1px solid #0066CC;
	width: 240px;
	background: white;
	text-align: center;
}
.season_head {
	color: #F60;
	line-height: 18px;
	margin-left: 2px;
	font-weight: bold;
}
#wrapper #content #content_text_wrapper #content_text_rates #rates #junior #light_td td strong {
	color: #333333;
}
#content #content_text_wrapper #content_text_rates #content_text_rates #rates .contact strong {
	color: #333333;
}
#wrapper #content #content_text_wrapper #content_text_rates #pac tr td ul {
	color: #000000;
}
