/*
// $Id: wrapper.css,v 1.3 2006/11/27 14:51:18 scottl Exp $
// $Revision: 1.3 $
// $Author: scottl $
//
// $Log: wrapper.css,v $
// Revision 1.3  2006/11/27 14:51:18  scottl
// November sp and new functionality.
//
// Revision 1.2  2006/08/30 20:57:37  scottl
//  Updates to support change in project name.
//
// Revision 1.1.1.1  2006/06/05 16:26:23  scottl
// Initial checkin
//
// Revision 1.2  2006/05/09 17:52:15  scottl
// Changes to some styles to support personal shopper form.
//
// Revision 1.1  2006/04/27 01:51:13  scottl
// *** empty log message ***
//
//
*/
body {
	margin: 0px;
	font-family: Helvetica, sans-serif;
	color: #666666;
	}

form {
	margin: 0px;
	}	

input, select, option, textarea {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #666666;
	border: 1px solid black;
	}	

.txtForm {
	font-size: 11px;
	}	

A:link {
    color: #3e4b73;
    text-decoration: underline;
	}
A:visited {
    color: #6d7794;
    text-decoration: underline;
	}
A:hover {
    color: #79212b;
    text-decoration: none;
	}
A:active {
    color: #79212b;
    text-decoration: none;
	}

#txtSubnav {
	font-size: 12px;
	text-align: left;
	}
#txtSubnav p {
	margin-top: 3px;
	margin-bottom: 3px;
	}
#txtSubnav A:link {
    color: #3e4b73;
    text-decoration: none;
	}
#txtSubnav A:visited {
    color: #6d7794;
    text-decoration: none;
	}
#txtSubnav A:hover {
    color: #79212b;
    text-decoration: none;
	}
#txtSubnav A:active {
    color: #79212b;
    text-decoration: none;
	}
	
.txtMain p {
	font-size: 11px;
	margin-top: 0px;
	line-height: 16px;
	}
	
.txtMain ul, ol, td {
	font-size: 11px;
	}

.txtHead1 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.txtHead2 {
	font-size: 11px;
	color: #761c27;
}
	
#containerFooter {
	height: 48px;
	width: 750px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	}

#boxFooterNav {
	top: 1px;
	left: 1px;
	height: 23px;
	width: 414px;
	position: absolute;
	}
	
#boxFooterResorts {
	top: 6px;
	left: 600px;
	position: absolute;
	}

.txtFooter1 {
	color: #878787;
	font-size: 10px;
	line-height: 16px;
	}
.txtFooter1 A:link {
    color: #878787;
    text-decoration: none;
	}
.txtFooter1 A:visited {
    color: #878787;
    text-decoration: none;
	}
.txtFooter1 A:hover {
    color: #878787;
    text-decoration: underline;
	}
.txtFooter1 A:active {
    color: #878787;
    text-decoration: underline;
	}
	
.txtFooter2 {
	color: #878787;
	font-size: 9px;
	line-height: 16px;
	}
.txtFooter2 A:link {
    color: #79212b;
    text-decoration: none;
	}
.txtFooter2 A:visited {
    color: #79212b;
    text-decoration: none;
	}
.txtFooter2 A:hover {
    color: #79212b;
    text-decoration: underline;
	}
.txtFooter2 A:active {
    color: #79212b;
    text-decoration: underline;
	}
