@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;
	line-height: 148px;
}

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


h1 {
	font-size: 22px;
	float: left;
}


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-image: url(/images/main-bg.gif);
}

#leftCol {
	width: 405px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #8A3727;
	background-image: url(/images/leftColBG.gif);
}

#leftColGraphicTop {
	background-color: #8A3727;
	background-image: url(/images/sedona_lcolumn_rounded_brown_flipped_X.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 405px;
	height: 12px;
}

#leftColGraphicSplit {
	background-color: #8A3727;
	background-image: url(/images/lcolumn-split.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 405px;
	height: 24px;
}

#leftColContent {
	padding: 0 16px 0 16px;
	background-image: url(/images/leftColBG.gif);
	font-size: 13px;
}

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

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

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

#leftColContent2 {
	padding: 0 16px 0 16px;
	background-image: url(/images/leftColBG.gif);
	font-size: 13px;
}

#leftColContent2 p {
	padding: 0 0 20px 0;
}

#paradise a:active {
	color: #0A4EBF;
}


#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;
}


/****************** BEGIN BUTTONS STYLES *************************/


#buttonsContainer a {
	display: block;
	width: 361px;
	height: 70px;
	text-decoration: none;
	color: #000;
	padding-top: 14px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	display: block;
	margin-left: 130px;
}

.subtext {
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: lighter;
	padding-left: 130px;

}

.buttons a:link, a:visited {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.buttons a:hover {
	background-position: -361px 0;
	color: #990000;
}


/****************** END OF BUTTONS STYLES ****************/



/****************** 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/bottom_800.png);
	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;
}

