@charset "utf-8";
body {
	background: #dfc078 url('imgs/tubac_bg.jpg') repeat fixed;
	margin: 0px;
	padding: 0px;
	weidth: 100%;
	height: 100%;
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #66411b;
}
#main {
	width: 680px;
	padding: 0px;
	margin: 0 auto;
	border-left: 1px solid #66411b;
	border-right: 1px solid #66411b;
	background: url('imgs/tubac_header.jpg') no-repeat top center #dfc078;
}
#nav {
	background: #66411b;
	width: 680px;
	height: 30px;
}
#nav ul{
	width: 662px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-type:none;
}
#nav ul li{
	height: 28px;
	float: left;
	cursor: pointer;
}

#home{
	background: url('./imgs/home_off.gif') no-repeat left center;
	width: 67px;
}
#home:hover{background: url('./imgs/home_on.gif') no-repeat left center;}
#buiss{
	background: url('./imgs/businesses_off.gif') no-repeat left center;
	width: 112px;
}
#buiss:hover{background: url('./imgs/businesses_on.gif') no-repeat left center;}
#ss{
	background: url('./imgs/sightseeing_off.gif') no-repeat left center;
	width: 120px;
}
#ss:hover{background: url('./imgs/sightseeing_on.gif') no-repeat left center;}
#rec{
	background: url('./imgs/recreation_off.gif') no-repeat left center;
	width: 116px;
}
#rec:hover{background: url('./imgs/recreation_on.gif') no-repeat left center;}
#tv{
	background: url('./imgs/tubacvillage_off.gif') no-repeat left center;
	width: 136px;
}
#tv:hover{background: url('./imgs/tubacvillage_on.gif') no-repeat left center;}
#cu{
	background: url('./imgs/contactus_off.gif') no-repeat left center;
	width: 111px;
}
#cu:hover{background: url('./imgs/contactus_on.gif') no-repeat left center;}
#businesses {
	background: transparent;
	width: 675px;
	height: 115px;
	padding-top: 8px;
	font-size: 9pt;
	padding-left: 0px;
}
#businesses ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
	width: 670px;
}
#businesses ul li{
	color: #66411b;
	font-weight: bold;
	width: 150px;
	float: left;
	margin: 0px 8px;
}
#businesses ul li ul{
	margin: 0px;
	width: 150px;
	border-top: 2px solid #66411b;
	margin-top: 3px;
}
#businesses ul li ul li{
	color: #ab8a69;
	font-weight: normal;
	width: 150px;
	cursor: pointer;
	margin: 0px;
	line-height: 11pt;
}
#businesses ul li ul li:hover{
	color: #ffffff;
	text-decoration: none;
}
#content {
	background: #dfc078 url('./imgs/table_bg.jpg') repeat;
	padding: 10px;
	min-height: 250px;
}
#footer{
	font-size: 9px;
	width: 680px;
	margin: 0 auto;
	border-bottom: 1px solid #66411b;
	background: #dfc078 url('./imgs/table_bg.jpg') repeat;
}
#footer div{
	margin: 20px 10px;
}
#footer div a{font-weight: bold;}
#footer div.hr{
	width: 660px;
	margin: 0 auto;
	padding: 0px;
	background-color: #66411b;
	height: 2px;
	border: 0;
}
#header{
	background: transparent;
	width: 680px;
	height: 240px;
	margin: 0px;
	padding: 0px;
}
#blog{
	background: transparent url('./imgs/blog_off.png') no-repeat;
	width: 122px;
	height: 122px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 78px;
	left: 516px;
}
#blog:hover{
	background: transparent url('./imgs/blog_on.png') no-repeat;
}
.pics {
	border: 3px solid #66411b;
}
a {
	color: #754616;
	text-decoration: none
}
a:hover {
	color: #ffffff;
	text-decoration: none
}
.lnk {
	background: #66411b;
	color: #ab8a69;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.lnk:hover {
	background: #ab8a69;
	color: #ffffff;
	text-decoration: underline;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.clear{clear: both;}
.fleft{float: left;}
.fright{float: right;}