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

* { 
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	background-image: url(/images/bgtexture.gif);
	/* /images/bgtextureX.jpg */
	background-repeat: repeat;
}


#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 148px;
	width: 800px;
	background-image: url(/images/sedona_az_header.jpg);
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


h1 {
	font-size: 20px;
}

#logo {
	margin-bottom: 10px;
	width: auto;
}

#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 16px;
}

h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

h4 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#main {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftCol {
	width: 405px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#mediaspace {
	width: 405px;
}


#leftColContent {
	padding: 0 16px 0 16px;
	font-size: 13px;
}

#leftColContent p {
	margin-bottom: 20px;
}

#leftColContent a:link, #leftColContent a:visited {
	color: #cfeeff;
}

#leftColContent a:hover {
	color: #93c2fa
}


#rightCol {
	width: 361px;
	padding: 15px 15px 20px 19px;
	float: left;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#rightCol h2 {
	color: #000;
	font-size: larger;
	text-align: center;
	margin-bottom: 20px;
}

#rightCol p {
	margin-bottom: 15px;
}


#navbar {
	float: left;
	width: 390px;
	padding: 0 0 0 5px;
	background-color: #FFF;
}

#address {
	width: auto;
	text-align: center;
	font-size: 16px;
}

#address a:link {
	color: #0A3B95;
}

#address a:visited {
	color: #760507;
}

#pics {
	width: auto;
}

#pics img {
	display: block;
	float: left;
	margin-left: 9px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#pics img {
	 border:1px solid #021a40;
}

#singlePic {
	margin-top: 15px;
}
	

#description {
	clear: left;
	background-color: #8A3727;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 798px;
	margin-left: 1px;
	margin-right: 1px;
}

#description p {
	padding: 20px 20px .25em 20px;
}

#description ul {
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: inside;
}


#description a:link {
	color: #ABE2F7;
}



/****************** DROP DOWN NAV STYLES ****************/
ul { list-style: none; padding: 0; margin: 0;}


#nav a { text-decoration: none; }
.navButton li a { 
	display: block; 
	float: left; 
	width: 105px; 
	font-weight: normal; 
	color: #FFF; 
	font-family: verdana; 
	font-size: 11px; 
	padding: 4px 10px; 
	border-style: solid; 
	border-width: 0 0 0 5px; 
	border-color: transparent;
}

.navButton li a:hover { 
	padding: 4px 10px; 
	border: 5px solid #FFFFFF; 
	border-width: 0 0 0 5px ; 
}

.navButton {
	float: left;
	position: relative;
	cursor: default;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	color: #FFF;
}


.navButton ul {
	display: none;
	position: absolute;
	bottom: 0px;
	right: -199px;
	background-color: #37D77E;
	background: url(/images/sedona-menu-bg.gif) no-repeat ;
	padding: 4px 0px 26px 0px;
}

.navButton li { 
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0; 
}

.navButton:hover ul {
	 display: block; 
	 width: 395px; 
	 bottom: 100%;
}

.nav2 ul {
	position: absolute;
	right: -103px;
	font-weight: normal;
	background: url(/images/sedona-menu-bg2.gif) no-repeat ;
	width: 395px;
	padding: 4px 0em 26px 0em;
	bottom: 40px;
}

/************************* END DROP DOWN NAV STYLES **************************/



#cleardiv {
	clear: both;
}

#footer {
	text-align: center;
	color: #FFF;
	margin-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

#footer a:link, a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #FFF;
}

#footerNav {
	display: block;
	width: 800px;
	margin: 0 auto 20px auto;
	padding-top: 25px;
	color: #FFF;
	text-align: center;
	background-image: url(/images/bgnd_left_bottom_satp_wide2.gif);
	background-repeat: no-repeat;
	font-size: 10px;
}

#footerNav a {
	text-decoration: none;
}

.navtext {
	margin: 0 5px;
}


#search {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#footer p {
	margin-bottom: 20px;
}

#footer img {
	margin-top: -20px;
	border: 0px;
}

