/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
A
{
	color: #FFFFFF;
}
A:hover
{
	color: #700000;
}
HTML, BODY
{
	height: 100%;
	background: #700000;
	color: #FFFFFF;
	font-family: Arial;
/*WRONG FONT!!!*/
	font-size: 9pt;
}
#wrapper-all
{
	margin: 0 auto;
	width: 760px;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 760px;
	margin: 0 auto -65px;
/*the bottom margin is the negative value of the footer's height*/
	padding: 0 41px;
	background: url(../images/drop-shadow.png) repeat-y center top;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	height: 115px;
	background: url('../images/header-fishing.png') no-repeat right;
}
#logo IMG
{
	margin: 0 10px;
	width: auto;
}
/*oooooooooooooooooooo Navigation*/
#nav-horizontal
{
	height: 30px;
	margin: -30px 0 0;
	border-bottom: 6px solid #948C7C;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
}
#nav-horizontal UL
{
	float: right;
}
#nav-horizontal LI
{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	background-color: #700000;
	text-align: center;
	text-transform: uppercase;
	font-size: 8.5pt;
	margin-right: 4px;
	height: 30px;
}
#nav-horizontal A
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	width: 100px;
	height: 14px;
}
#nav-horizontal A:hover, #nav-horizontal A.active
{
	background-color: #948C7C;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	float: left;
	padding: 25px 15px;
	width: 730px;
}
#column-a1, #column-a2
{
	height: 270px;
	margin-bottom: 20px;
}
#column-a1
{
	float: left;
}
#column-a1 IMG
{
	margin-top: 7px;
	border: 7px solid #FFFFFF;
}
#column-a2
{
	float: right;
}
#column-a1, #column-a3
{
	width: 335px;
}
#column-a2, #column-a4
{
	width: 365px;
}
#column-a3
{
	float: left;
}
#column-a3 A
{
	color: #FFFF00;
}
#column-a4
{
	float: right;
	margin: 0 0 0 10px;
}
#column-a4 .owner-comment
{
	float: left;
	width: 115px;
	margin-top: -2px;
	margin-left: 215px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0px;
}
#owners
{
	background-image: url(../images/hotel-hospitality-bozeman-montana.png) !important;
	height: 230px;
	width: 337px;
	background-repeat: no-repeat;
}
#column-b1
{
	float: left;
	width: 355px;
}
#column-b1 IMG
{
	border: 7px solid #FFFFFF;
	margin-bottom: 15px;
}
#column-b2
{
	float: right;
	width: 355px;
}
#column-c1
{
	float: left;
	width: 240px;
}
#column-c1 IMG
{
	width: 225px;
	border: 7px solid #FFFFFF;
	margin-bottom: 15px;
}
#column-c2
{
	width: 470px;
	float: right;
}
#column-d1
{
	float: left;
	width: 425px;
}
#column-d1 IFRAME
{
	width: 425px;
	height: 350px;
}
#column-d2
{
	width: 285px;
	float: right;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 65px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 700px;
	margin: 0 auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
	margin-top: 15px;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	text-decoration: none;
	font-size: 10pt;
	font-family: Tahoma;
	color: #948C7C;
}
#footer-links A
{
	text-decoration: none;
	color: #948C7C;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
#column-a2 H1
{
	font-size: 18pt;
	margin-bottom: 0.5em;
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	border: none;
	padding: 0;
	text-transform: none;
}
H1, #column-a3 H2, #column-a4 H2
{
	color: #700000;
	border-bottom: 1px solid #700000;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}
H2
{
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#specials
{
	color: #FFFF00;
}
H3
{
	font-size: 11pt;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
P
{
	line-height: 1.5em;
	margin-bottom: 1em;
}
#wrapper-content UL, #wrapper-content OL
{
	margin-left: 40px;
	margin-bottom: 30px;
}
#wrapper-content LI
{
	margin: 5px 0;
}
DL
{
	margin-bottom: 1em;
}
DT
{
	font-weight: bold;
	margin-top: 0.75em;
}
DD
{
	margin-left: 0;
}

