/* css_default.css
	Styles for the home page
	
	Copyright Brian Horisk Ltd 4/4/2006

Text sizes are set using em for accessibility reasons
		
	Colour Scheme
*/

/* Text format
Set up a standard text format here and change it accordingly where required.
	Dark Green: #053A15
	Dark Beige: #BAB38F
	Light Beige: #D1CBAB
	

 */
 
/* Body of the doc - margin and padding set to 0 to override different browser defaults */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: rgb(238,233,219);
	background:  url('images/background_shadow_ff_960.gif');
	background-position: top center;
	background-repeat: repeat-y;
	
	
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

#header {
	margin: 0px 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

#header img { margin: 0px;
		padding: 0px;
		}
		
#avail_checker {
	background: #FFFFFF; /* #A7B8CC; */
	width: 320px;
	margin: 3px;
	padding: 0px;
	padding-bottom: 2px;
    position: absolute;
	z-index: 2;
	left: 610px;
	top: 0px;
	border: 1px solid #AD782E;
	
}

#avail_checker td {
	font-size: 75%;
}

#avail_checker h1 {
	color: white;
	font-size: 80%;
	background-color: #AD782E;
	padding: 4px 4px 4px 10px;
	margin: 0px;
}

#avail_checker p {

	font-size: 70%;
	padding: 4px 4px 0px 10px;
	margin: 0px;
	line-height: 150%;
}


#avail_checker a {
	color: #5A799F;
	font-weight: bold;
	text-decoration: none;
}

#avail_checker a a:visited {
	color: #5A799F;
}

#avail_checker a:hover {
	color: #5A799F;
	font-weight: bold;
	text-decoration: underline;
}

#toplinks { 
position: absolute;
		top: 0px;
		
		width: 750px;
		z-index: 3;
		text-align: right;
		padding: 4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: white;
}

#toplinks a {
	color: white;
	text-decoration: none;
	}

#toplinks a:visited {
	color: white;
	text-decoration: none;
}
#toplinks a:active {
	text-decoration: underline;
}
#toplinks a:hover {
	text-decoration: underline;
}

#main_nav { /* position: absolute;
			top: 159px; */
			width: 960px;
			/* height: 30px; */
			background-color: white;
			color: #0F3A6F;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
			text-align: center;
}




.side_col {
	width: 176px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	
}

.side_col table { font-size: 80%; }

#left_col {

	
	left: 0px;
	margin-left: 0px;
	margin-top: -135px;
	float: left;
	
}



#banner_img {
	margin: 0 0 0 175px;
	
	
	
}

#content {
	position: absolute;
	/* top: 341px; */
	margin-left: 201px;
	padding-top: 15px;
	width: 750px;
	font-size: 75%;
	line-height: 1.4;
	color: #666666;
	background: url('images/SmtxSnowlogobg.jpg');
	background-repeat: no-repeat; 


}

#content table  { font-size: 100%; }

#content table table { font-size: 100%; }

#content table table table { font-size: 100%; }

#content img {
	border: 3px solid #A7B8CC;
	margin: 10px;

}

#content h1 {
	font-size: 140%;
}

#content h2 {
	font-size: 120%;
}

#content h3 {
	font-size: 110%;
}


.caption {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}



#content li {
	margin-top: 10px;
}

.avail_table {
	font-size: 90%;
	margin-top: 10px;
	
}

.avail_table th {
	color: white;
	background-color: #5A799F;
	font-size: 90%;
	
}

.avail_table th h1 {
	margin: 0px;
	padding: 0px;
}

.avail_table tr {
	background-color: #D7DEE8;
	padding: 2px;
	font-size: 90%;
}

.avail_table_alt_row td {
	background-color: #CEDCEF;
}

.avail_table_lowlite td {
	background-color: #999999;
	padding: 2px;
}


.offer {
	color: red;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}


#content a:link {
	color: #0F3A6F;
	text-decoration: underline;
}

#content a:visited {
	color: #0F3A6F;
	text-decoration: underline;
}

#content a:active {
	color: #0F3A6F ;
	text-decoration: underline;
}
#content a:hover {
	color: #0F3A6F;
	text-decoration: underline;
}

#content .readon-home:link, #content .readon-news:link {
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: none;
}

#content .readon-home:visited, #content .readon-news:visited {
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: none;
}

#content .readon-home:active, #content .readon-news:active{
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: underline;
}

#content .readon-home:hover, #content .readon-news:hover{
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: underline;
}





#avail_pod, #short_break_pod {
	background: #A7B8CC;
	width: 175px;
	
	margin: 20px 0 0 0;
	padding: 0px;
}


#avail_pod {
	/* background: url('images/avail_pod.jpg'); */
	padding: 0px 0px 10px 0px;
}


#short_break_pod {
	background: url('images/short_break_pod.jpg');
	color: white;
	height: 139px;
}

#avail_pod h1, #short_break_pod h1 {



	color: white;
	font-size: 80%;
	background-color: #5A799F;
	padding: 8px 4px 8px 10px;
	margin: 20px 0px 0px 0px;
}

#avail_pod p {

	font-size: 75%;
	padding: 14px 10px 0px 10px;
	margin: 0px;
	line-height: 150%;
}

#short_break_pod p {

	font-size: 75%;
	padding: 4px 10px 0px 60px;
	margin: 0px;
	line-height: 150%;
	text-align: right;
}

#avail_pod a, #short_break_pod a {
	font-weight: bold;
	text-decoration: none;
}

#short_break_pod a, a:hover, a:visited {
	color: white;
}

#avail_pod a:hover, #short_break_pod a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.advert_pod {
	text-align:center;
	margin: 20px auto;

}



.clear {
	clear: both;
}

.noborder img {
	border-style:none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

/* Used in left and right cols
- Main h1 defined elsewhere */


.side_col h2 {
	font-size: 63%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px 0px;
	padding: 8px 4px 0px 4px;
}

.side_col p {
	
	padding: 4px;
	font-size: 63%;
}



.side_col ol {
	font-size: 63%;
	padding-left: 0px;
	margin-left: 25px;
}

.side_col img {
	

}

.side_col a:link {
	color: #333333;
	text-decoration: underline;
}

.side_col a:visited {
	color: #333333;
	text-decoration: underline;
}

.side_col a:active {
	color: #333333;
	text-decoration: underline;
}
.side_col a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
	width: 735px;
	margin-bottom: 10px;
	color: #0F3A6F;
	text-align: center;
	font-size: 90%;
	
}

#footer a {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:link {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:visited {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:active {
	color: #0F3A6F;
	text-decoration: underline;
}
#footer a:hover {
	color: #0F3A6F;
	text-decoration: underline;
	
}


/* Left Naviagtion */
#mainlevelleftnav {
	width: 175px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	color: #0F3A6F;
	font-size: 80%;
	
	
}

#mainlevelleftnav li {
	border-bottom-style: dotted;
	border-bottom-color: #B4AE92;
	border-bottom-width: 1px;
}



#mainlevelleftnav a {
	/* cursor: pointer; */
	display: block;
	padding: 11px 0px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
	background-color: #AD782E; 
	
	
	/* background-color: #AD782E; */
	
}

#mainlevelleftnav a:visited {
	text-decoration: none;
	color: #FFFFFF;

}

#mainlevelleftnav  a:active {
	text-decoration: none;
	background-color: #9B8F7F;
	} 
#mainlevelleftnav  a:hover {
	text-decoration: none;
	background-color: #9B8F7F;
	} 
	
#active_menuleftnav {
	background-color: #E1DAB6;
}

#mainlevelleftnav ul {
	padding: 0 0 0 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
}

#mainlevelleftnav ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}

#mainlevelleftnav ul li a {
	/* cursor: pointer; */
	display: block;
	padding: 1px 0px 2px 5px;
	color: #0F3A6F;
	text-decoration: none;
	font-weight: normal;
	
}

#mainlevelleftnav ul li a:visited {
	text-decoration: none;
	color: #0F3A6F;

}

#mainlevelleftnav ul li  a:active {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
#mainlevelleftnav ul li  a:hover {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
	
#mainlevelleftnav ul li #active_menuleftnav {
	background-color: #E9E5CF;
	text-decoration: none;
	font-weight: bold;
}

.navsmall { font-size: 90% }


/* NEw Top Nav */
#topnav {

	text-align: left;
	padding: 4px 10px 10px 2px ;
	margin: 101px 0px 0px 0px;
	height: 12px;
	
	text-align: left;
	white-space: nowrap;
	background-color: white;

	
	text-decoration: none;
	color: #0F3A6F;
	
}

#topnav li {
	display: block;
	float: left;
	text-align: center;
	list-style-type: disc;
	border-right: 1px solid;
	padding: 0px;
	margin: 0px;
	background-color: white;
}



#topnav a {
	/* cursor: pointer; */
	display: block;
	padding: 0px 14px 0px 14px;
	color: #0F3A6F;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:visited {
	text-decoration: none;
	color: #0F3A6F;

}

#topnav a:active {
	text-decoration: none;
	color: #BAB38F;
	} 
#topnav a:hover {
	text-decoration: none;
	color: #BAB38F;
	} 
	
/* Active Element */
#topnav_active a:visited  {
	color: #BAB38F;
}


.button {
   padding : 2px;
   text-decoration : none;

	background:#5A799F;
   color : #FFFFFF;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;

}
.buttonDown {
	 padding : 2px;
   text-decoration : none;
	background:#6790C2;
   border-bottom : 1px solid #eaedf4;
   border-right : 1px solid #eaedf4;
   border-top : 1px solid #224059;
   border-left : 1px solid #224059;
  cursor: hand;

}

.errorList {
	color:red;
	font-weight: bold;

}

.form_field_hilite {
	background-color: yellow;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #9E9B7D;
    background-color:#E1DFC3; color:#000;
    text-align: left;
	padding: 5px;
	text-decoration: none;}
	
.clickprice a {
	padding-left: 2px;
	padding-right: 2px;

}

.clickprice a:hover {
	background-color: #AD782E;
	color: white;

}


.hilite_row td, .hilite_row td a:hover {
                background-color: #AD782E;
                color: white;
            }
