@charset "UTF-8";
/* CSS Document */

/*///WRAPPER//////////////////////////////////////////////////*/	

body{
	background-image:url(../images/Backgound.gif);
	background-repeat:repeat;
	margin-top:0px;
}
.wrapper{
	width:890px;
}

.leftShadow{
 	width:20px;
 	background-image:url(../images/left-shadow.gif);
 	background-repeat:repeat-y;

 }
 .rightShadow{
	width:20px;
	background-image:url(../images/right-shadow.gif);
	background-repeat:repeat-y;
	
/*///FOOTER//////////////////////////////////////////////////*/	
 }
 .footer{
 	width:890;
	height:140px;
}
 .footerImage{
 	width:850;
	height:120px;
	background-image:url(../images/Footer-Background.gif);
	background-repeat:no-repeat;
}
 .footershadow{
 	width:850;
	height:20px;
}
.leftFooterShadow{
 	width:20px;
 	height:140px;
	background-image:url(../images/left-shadow-footer.gif);
	background-repeat:no-repeat;
 }
 .rightFooterShadow{
 	width:20px;
 	height:140px;
	background-image:url(../images/right-shadow-footer.gif);
	background-repeat:no-repeat;
 }	
 .baseFooterShadow{
 	height:20px;
	background-image:url(../images/base-shadow-footer.gif);
	background-repeat: repeat-x;
 }
 .footerText{
 	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
}
 .footerCopy{
 	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	font-style:normal;
	font-weight:normal;
	line-height:14px;
	color: #999999;
	text-transform:uppercase;
}

.footerLink a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}
.footerLink a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}
.footerLink a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: underline;

}
.footerLink a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}
 
/*///HEADER//////////////////////////////////////////////////*/	
 
.header{
 	width:850px;
	height:160px;
	background-image:url(../images/header-Background.gif);
	background-repeat:no-repeat;
}
.headerHolder{
 	width:630px;
	height:20px;
}
.headerHolderTop{
 	width:630px;
	height:110px;
}
.navigation{
	width:630px;
	height:30px;
}

/*///CONTENT//////////////////////////////////////////////////*/
.columnSplit{
	width:405px;
}
.columnSplitAmmenities{
	width:405px;
	background-image:url(../images/ammenities.gif);
	background-repeat:no-repeat;
	height:580px;

}
.columnSplitBozeman{
	width:405px;
	background-image:url(../images/bozeman.gif);
	background-repeat:no-repeat;
	height:600px;
}	
.columnSplitComtact{
	width:260px;
	height:500px;
}	
.imageLine{
	border:#666666 thin dotted;
	margin-left:30px;
}
.AgentTable{
	margin-left:30px;
}

.DottedLine{
	margin-left:30px;
	
}	

/*///FONTS//////////////////////////////////////////////////*/
.GeneralHeaderText{
 	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	text-align: left;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
}
.GeneralHeaderText2{
 	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	padding-left:5px;
}
.copy12grey{
 	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align: left;
	font-style:normal;
	font-weight:normal;
	color: #333333;
	line-height:20px;
}
.copy12grey2{
 	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align: left;
	font-style:normal;
	font-weight:normal;
	color: #333333;
}
.copy12Brown{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	line-height:14px;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
}	
/*///DOWNLOAD TABLE//////////////////////////////////////////////////*/
.DownladsTableTitle{
	width:405px;
	background-color:#D5B790;
	padding-top:8px;
	padding-left:2px;
	padding-bottom:5px;
	border-bottom:#CCCCCC thin dotted;
}

.DownladsTable{
	width:405px;
	background-image:url(../images/downloads-Backgroud.gif);
	background-repeat:repeat-y;
}
.AmenTable{
	width:405px;
	background-image:url(../images/downloads-Backgroud.gif);
	background-repeat:repeat-y;
}
.DownladsRow1{
	height:20px;
	background-color: #F2F2F2;
	padding-right:10px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:5px;
	border-bottom:#CCCCCC thin dotted;

}
.DownladsRow2{
	height:20px;
	padding-right:10px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:5px;
	border-bottom:#CCCCCC thin dotted;

}
.DownladsRowEND{
	height:20px;
	padding-right:10px;
	padding-left:20px;
	padding-top:8px;
	padding-bottom:5px;
	border-bottom:#CCCCCC thin dotted;

}
.List{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align: left;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
}
.downloadLink a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}
.downloadLink a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}
.downloadLink a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: underline;

}
.downloadLink a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
	color:#5B1400;
	text-decoration: none;
}		
	