@import url(../../../../Design/Common/css/common.css);
@import url(../../../../Design/Common/css/fonts_core.css);
@import url(../../../../Design/Common/css/fonts_m.css);
@import url(../../../../Design/Themes/Basic/theme.css);
@import url(../../../../Design/Themes/Basic/mod/mod.css);
@import url(../../../../Design/Themes/Basic/mod/mod_alt.css);


body, html {
	background-color: #998C7C;
	color: #333;
	text-align: left;
	margin-top: 5px;
}

#custom-doc {
	width: 994px;
	margin: auto;
	text-align: left;
}


/*Header*/
#hd {
	background: #5B4723 url("http://www.bigpowderhornmountainresort.com/headers/lodginginformationheader.jpg" ) no-repeat;
	height: 185px;
	border-top: solid 5px #F4F4EE;
	border-left: solid 5px #F4F4EE;
	border-right: solid 5px #F4F4EE;
}
#headerTop {
	height: 185px;
}
#headerTop a {
	height: 130px;
	width: 270px;
	display: block;
}


#navMain {
	background-color: #5B4723;
	height: auto;
	width: 100%;
	float: left;
}
#bd {
	padding: 10px;
	background-color: #E2D6B5;
	border-left: solid 5px #F4F4EE;
	border-right: solid 5px #F4F4EE;
}

.customft {
	background: #5B4723 url(   "layouts/footer.jpg" ) no-repeat top left;
	height: 70px;
	border-left: solid 5px #F4F4EE;
	border-right: solid 5px #F4F4EE;
	border-bottom: solid 5px #F4F4EE;
}

/*Property List*/
#propertyList {
	width: 100%;
}
#propertyList li {
	border-bottom: 1px #eee solid;
	border-right: 1px #eee solid;
	border-left: 1px #eee solid;
}
#propertyList .header {
	background-color: #eee;
	border-bottom: 1px #eee solid;
	border-top: 1px #eee solid;
}


/* Links */
a, a:visited, a:link {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #933311;
}

#navMain ul {
	display: none;
}



/*custom nav*/

.custnav {
	position: relative;
	top: 142px;
}

#navcontainer ul {
	padding: 0em;
	margin-left: 0;
	margin-top: 0;
	color: #F3E7A9;
	float: left;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 0em 2em;
	background-color: transparent;
	color: #F3E7A9;
	text-decoration: none;
	float: left;
	border-right: 1px solid #BBB774;
}

#navcontainer ul li a.current {
	color: #AADDD6;
}

#navcontainer ul li a.homelink {
	float: right;
	color: #F3E7A9;
	padding-right: 2em;
	border-right: 0px solid #BBB774;
}


#navcontainer ul li a:hover {
	background-color: transparent;
	color: #AFA593;
}


#navhelp {
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: transparent;
	background: #5b4723;
	float: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 0px solid #000000;
	width: 100%;
	height: 18px;
}

#navhelp p.linktext {
	color: #66FF33;
	float: left;
	align: top;
	text-align: left;
	margin-left: 4;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.3em;
	padding-left: 1em;
}

#navhelp p.returnhometext {
	color: #66FF33;
	float: right;
	align: top;
	text-align: right;
	margin-left: 4;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.3em;
	padding-left: 1em;
	padding-right: 2em;
}
