/* ------- HTML ELEMENTS -------- */body {	text-align: center;	margin: 0;	background: #124981 url("images/mountain.jpg") bottom left repeat-x fixed;	font-size: 100%;	font-family: Arial, Helvetica, sans-serif;}img {	border: none;}p {	font-size: .7em;	line-height: 1.6em;	margin: .8em 0 0 0;}p:first-child {	margin-top: 0;}a:link,a:visited {	color: #506c84;	text-decoration: underline;}a:hover,a:active {	color: #6488a6;}h1 {	font-size: 1.2em;	font-weight: bold;	color: #506c84;	padding: 0;	margin: 20px 0 10px 0;	letter-spacing: -1px;}h1.first {	margin-top: 10px;}h2 {	font-size: 1em;	font-weight: bold;	color: #506c84;	padding: 0;	margin: 10px 0 0 0;	vertical-align: bottom;}h3 {	font-size: 1em;	font-weight: bold;	color: #506c84;}/* ------- LAYOUT -------	*/#container {	text-align: left;	width: 549px;	margin: 0 auto 1em auto; 	padding-bottom: 10px;		background-color: #ffffff;        border: 1px #ffffff solid; }				/* ------- TABLE DATA - PRICES-------*/tr {font-size: .7em;	line-height: 1.6em;}/* ------- NAVIGATION STUFF ------- */#navContainer  {	width: 549px;	height: 96px;	padding: 0;	background: url(images/ski_top.jpg) no-repeat top left;	position: relative;}#navBarContainer {	position: absolute;	top: 96px;	left: 0;	height: 28px;}#nav {	width: 549px; 	height: 28px;	background: url(images/navbar.gif) no-repeat;	margin: 0;	padding: 0;	position: relative;border-top: 1px #ffffff solid; }#nav li {	margin: 0; 	padding: 0; 	list-style: none;	position: absolute; 	top: 0;}#nav li, #nav a {	height: 28px;	display: block;}/* ----- sets the current state of the menubar based on the class applied to the body tag ----- */body.print #nav li#one a {background: transparent url(images/navbar.gif) 0 -30px no-repeat;}body.web #nav li#two a {background: transparent url(images/navbar.gif) -110px -30px no-repeat;}body.services #nav li#three a {background: transparent url(images/navbar.gif) -220px -30px no-repeat;}body.hosting #nav li#four a {background: transparent url(images/navbar.gif) -330px -30px no-repeat;}body.information #nav li#five a {background: transparent url(images/navbar.gif) -440px -30px no-repeat;}/* ----- defines the hit area of the buttons for each link ----- */#one {left: 0; width: 109px;}#two {left: 110px; width: 109px;}#three {left: 220px; width: 109px;}#four {left: 330px; width: 109px;}#five {left: 440px; width: 109px;}/* ----- changes the hover state of the menu bar ----- */#one a:hover {background: transparent url(images/navbar.gif) 0 -30px no-repeat;}#two a:hover {background: transparent url(images/navbar.gif) -110px -30px no-repeat;}#three a:hover {background: transparent url(images/navbar.gif) -220px -30px no-repeat;}#four a:hover {background: transparent url(images/navbar.gif) -330px -30px no-repeat;}#five a:hover {background: transparent url(images/navbar.gif) -440px -30px no-repeat;}#nav span {	display: none;}/* ------- CONTENT STUFF -------- */#contentContainer {	padding-top: 10px;	background-color: #FFFFFF;	border-left: 1px solid #DADADA;	border-right: 1px solid #DADADA;	border-bottom: 1px #dadada solid;	color: #666666;	margin-top: 20px;	margin-right: 20px;	margin-left: 20px;	margin-bottom: 0px;}#servicesContent,#contactContent,#saleContent,#rentContent,#homeContent {	text-align: left;	color: #666666;	margin-top: 20px;	margin-right: 20px;	margin-left: 20px;	margin-bottom: 20px;}	/* class to help IE5 to style the text not inherited by it's parent object */.subContentText {	line-height: 1.6em;	font-family: helvetica, arial, sans-serif;	font-size: 1em;	color: #534741;}	/* --------COLUMN STUFF ------- */#OneCol {	float: left;	width: 489px;	margin-right: 10px;margin-top: 10px; }/* ------- XTRA STUFF -------- */.fixedwidth {	width: 483px;}.floatright {	float: right;}.floatleft {	float: left;}.hide {	display: none;}.clear {	clear: both;}.clearright {	clear: left;}ul.list {	margin: 10px 0 20px 14px;	padding: 0;	list-style: disc url("images/bullet_visited.gif");}ul.list li {	font-size: .8em;	line-height: 1.6em;}#footer {	clear: both;	text-align: center;	margin: 10px 10px 0 0;	font-family: helvetica, arial, sans-serif;	font-size: .6em;	color: #cbcbcb;}#footer img {	margin: 0;	border: none;	line-height: 0;}#footer a,#footer a:Link,#footer a:Visited,#footer a:Active {	color: #cbcbcb;	padding: 0 .5em 0 .5em;	text-decoration: none;}#footer a:Hover {	color: #506c84;}#footer .normal {	font-size: 11px;	font-weight: bold;	padding: 3px;	margin: 0 .4em 0 .4em;	background-color: #F9F9F9;	border: 1px solid #DADADA;}/* -------- FORM ELEMENTS -------- */#highlightbox {	background-color: #EDEBDA;	border: 1px solid #DADADA;	padding: 10px;}.textfield {	width: 165px;}button {	width: 50px;}.contactForm {	margin-top: 1em;	padding: 1em 3em;	width: 15em;	border: 1px solid #DADADA;	font-size: .8em;}.contactForm input.textfield,.contactForm TEXTAREA,.contactForm SELECT {	width: 200px;	background-color: #F9F9F9;	border: 1px solid #A6A09D;	display: block;}.contactForm input.textfield:focus,.contactForm TEXTAREA:focus,.contactForm SELECT:focus {	width: 200px;	display: block;	background-color: #fff;	border: 1px solid #000;}	