/*** e6d7bd *** Light Tan BG ***/
/*** dbc6a5 *** Brown BG ***/
/*** 580109 *** Dark Burgundy - Titles ***/
/*** 7f0208 *** Red Navigation ***/
/*** 450306 *** Dark Red *** Go Back Borders ***/
/*** a69170 *** Container Borders ***/
body {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	top: 0px;
	background: #580109;
	background-image: url(picts/main-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
}
.threeColumn #container {
	width: 990px;
	background: #dbc6a5;
	margin: 0 auto;
	border: 1px solid #000;
	border-top: 0;
	text-align: left;
	z-index: 1;
}
.threeColumn #header {
/** Flash Header Background **/
	background-image: url(picts/slideshow-bg.jpg);
	float: left;
	height: 536px;
	width: 990px;
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
	left: 0px;
	height: 550px;
}
.threeColumn #header h1 {
	margin: 0;
	padding: 10px 0;
}
.threeColumn #header #slideshow-bg {
/*** Background ***/
	position: relative;
	top: -20px;
}
.threeColumn #header #slideshow {
/*** FLASH ***/
	position: relative;
	margin: 0;
	top: 215px;
	left: 53px;
}
/** contact forms styles **/
.threeColumn .contactTitle {
	position: relative;
	top: -160px;
	left: 60px;
	margin-bottom: 0px;
	z-index: 100;
}
.threeColumn  #form {
	position: relative;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	top: 1px;
	left: 1px;
	width: 500px;
	padding: 30px 20px 80px 20px;
	background: #fff;
	border: 1px solid #a69170;
	background-color: #e6d7bd;
	margin-bottom: 20px;
}
.threeColumn  #form-contact {
	position: relative;
	font-family:  Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1em;
	top: -240px;
	left: 0px;
	width: 500px;
	padding: 90px 25px 80px 30px;
	background: #fff;
	border: 1px solid #a69170;
	background-color: #e6d7bd;
	margin-bottom: 190px;
}
.threeColumn .ip {
	position: relative;
	font-size: .7em;
	font-style: italic;
	top: 25px;
	left: 100px;
}
/** site map styles **/
.threeColumn #site-map {
	position: relative;
	left: -5px;
}
.threeColumn .site-map-title {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #604628;
	position: relative;
	top: 10px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
/** google map  styles **/
.threeColumn #mapTitle {
/*** Google Map to Nevada Treasure RV Resort & Spa ***/
	position: relative;
	top: 10px;
	left: 48px;
	z-index: 100;
}
.threeColumn #google-map {
	position: relative;
	top: -195px;
	left: 0px;
	width: 425px;
	height: 360px;
	padding: 80px 82px 75px 48px;
	border: 1px solid #a69170;
	background-color: #e6d7bd;
	margin-top: 150px;
}
.threeColumn .map-caption {
	position: relative;
	top: 0px;
	left: 40px;
	font-size: .7em;
	font-style: italic;
}
.threeColumn #corner {
/***  Located at the corner of Hwy 160 and N. Leslie Street...  ***/
	position: relative;
	left: 55px;
	top: -236px;
}
.threeColumn #address {
/***  Address at bottom of index ***/
	position: relative;
	top: -360px;
	left: 117px
}
/** named anchor  styles **/
.threeColumn #contact {
/*** Contact Form ***/
	position: relative;
	top: -150px;
}
/** top  nav container  styles **/
.threeColumn #top-navcontainer ul {
	position: relative;
	top: 270px;
	left: 1px;
	float: left;
	padding-left: 0;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 0px;
	background: #7f0208;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-bottom: #450306 1px solid;
	border-top: #450306 1px solid;
	width: 990px;
	z-index: 100;
}
.threeColumn #top-navcontainer ul li {
	display: block;
	float:left;
	position: relative;
}
.threeColumn #top-navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #7f0208;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #450306;
}
/* XF: ADDED CODE: START */
.threeColumn #top-navcontainer ul li.hover a,
.threeColumn #top-navcontainer ul li:hover a,
.threeColumn #top-navcontainer ul li a:hover {
	background-color: #dbc6a5;
	color: #fff;
	text-decoration: none;
}
/* Inner levels of main navigation bar */
.threeColumn #top-navcontainer li ul {
	display:none;
	position:absolute !important;
	top:21px !important;
	left:0 !important;
	margin:0;
	padding:0;
	background:none !important;
	border: 1px solid #450306;
	border-top:none !important;
	width:200px !important;
	height:auto !important;
	float:none !important;
	font-size:12px;
	clear:both;
}
.threeColumn #top-navcontainer li ul li {
	float:none;
	display:block;
	clear:both;
	padding:0;
	margin:0;
}
.threeColumn #top-navcontainer li ul li a {
	float:none !important;
	display:block;
	background-color: #7f0208 !important;
	color: white;
	padding:0.2em 1em;
	border:none;
	white-space:nowrap;
}
.threeColumn #top-navcontainer li ul li.hover > a,
.threeColumn #top-navcontainer li ul li:hover > a,
.threeColumn #top-navcontainer li ul li a:hover {
	background-color: #dbc6a5 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.threeColumn #top-navcontainer ul li:hover ul,
.threeColumn #top-navcontainer ul li.hover ul {
	display:block;
}
.threeColumn #top-navcontainer li ul li ul {
	border: 1px solid #450306 !important;
	display:none !important;
}
.threeColumn #top-navcontainer li ul li:hover ul {
	left:200px !important;
	top:0 !important;
	display:block !important;
}
.threeColumn #top-navcontainer li ul ul a {
	color: white;
	background-color: #7f0208 !important;
}
.threeColumn #top-navcontainer li ul ul li.hover a,
.threeColumn #top-navcontainer li ul ul li:hover a,
.threeColumn #top-navcontainer li ul ul li a:hover {
	background-color: #dbc6a5 !important;
	color: #fff !important;
	text-decoration: none !important;
}
/* XF: ADDED CODE: END */

/** FLOATS  **/

.threeColumn .floatleft-ammen {
	float: left;
	margin: 0 10px 5px 10px;
	background-color: #e6d7bd;
	padding: 10px 10px 3px 10px;
	border: 1px solid #a69170;
}
.threeColumn .floatright {
	float: right;
	margin: 0 10px 5px 10px;
	background-color: #dbc6a5;
	padding: 10px 10px 3px 10px;
	border: 1px solid #580107;
}
.threeColumn .floatright2 {
	float: right;
	margin: 0 10px 15px 10px;
	background-color: #dbc6a5;
	padding: 10px 10px 3px 10px;
}
.threeColumn .columnBoxLeft {
	width: 156px;
	float: left;
	position: relative;
	top: -13px;
	left: -17px;
	margin: 0 10px 15px 10px;
	background-color: #dbc6a5;
	padding: 6px 7px 5px 7px;
	border: 1px solid #a69170;
}
.threeColumn .columnBoxRight {
	width: 156px;
	float: left;
	top: -15px;
	position: relative;
	left: -20px;
	margin: 0 10px 15px 10px;
	background-color: #dbc6a5;
	padding: 6px 7px 5px 7px;
	border: 1px solid #a69170;
}
p {
	margin-top: 0;
}
.threeColumn .caption {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #580107;
	text-align: center;
	padding: 5px 0 0 0;
}
/** lower  nav container  styles **/
.threeColumn #lower-navcontainer ul {
	position: relative;
	bottom: -1px;
	left: 1px;
	float: left;
	padding-left: 0;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 0px;
	background: #7f0208;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-bottom: #450306 1px solid;
	border-top: #450306 1px solid;
	width: 990px;
	z-index: 1;
}
.threeColumn #lower-navcontainer ul li {
	display: inline;
}
.threeColumn #lower-navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #7f0208;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #450306;
}
.threeColumn #lower-navcontainer ul li a:hover {
	background-color: #dbc6a5;
	color: #fff;
	text-decoration: none;
}
/*** BODY TEXT  /  HEADING TAGS  NEVADA TREASURE STYLES ***/
.threeColumn p {
	color: #604628;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0em;
	text-align: left;
}
h1 {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #580107;
	letter-spacing: -.01em;
}
h2 {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #580107;
}
h3 {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #580107;
}
h4 {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	color: #580107;
}
/*** TEXT LINKS ***/
.threeColumn a:link {
	color: #7f0208;
	text-decoration: none;
}
.threeColumn a:visited {
	color: #c8121b;
	text-decoration: none;
}
.threeColumn a:active {
	color: #c8121b;
	text-decoration: none;
}
.threeColumn a:hover {
	color: #c8121b;
	text-decoration: underline;
}
/*** SIDEBAR 1 ***/
.threeColumn #sidebar1 p {
	color: #604628;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: left;
}
.threeColumn  #sidebar1 {
	float: left;
	width: 150px;
	font-size: .9em;
	background: #dbc6a5;
	padding: 15px 15px 15px 20px;
}
/*** SIDEBAR 2 ***/
.threeColumn #sidebar2 {
	position: relative;
	left: -1px;
	top: 1px;
	float: right;
	width: 160px;
	font-size: .9em;
	background: #dbc6a5;
	padding: 15px 15px 15px 10px;
	margin-left: 20px;
}
.threeColumn #sidebar2 p {
	color: #604628;
	top: 1px;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0em;
	text-align: left;
}
/*** MAIN CONTENT ***/
.threeColumn #mainContent {
	background-color: #dbc6a5;
/** dbc6a5 **/
	position: relative;
	top: 5px;
	width: 556px;
	left: 7px;
	margin: -25px 190px 5px 190px;
	padding: 20px 15px 20px 20px;
	border-right: 1px solid #a69170;
	border-left: 1px solid #a69170;
	height: 100%;
}
.threeColumn #mainContentSales {
	position: relative;
	top: 5px;
	width: 850px;
	left: 20px;
	margin: -25px 10px 5px 50px;
}
.threeColumn .indexTopImage {
/*** INDEX TOP IMAGE ***/
	left: -15px;
	top: 10px;
	margin: 0 0 10px 0;
	background-color: #e6d7bd;
	padding: 20px 30px 13px 28px;
	border: 1px solid #a69170;
}
.threeColumn .youtubevideo {
	background-color: #e6d7bd;
	padding: 20px 30px 13px 28px;
	border: 1px solid #a69170;
	margin-bottom: 20px;
}
.threeColumn .columnList {
	position: relative;
	left: -10px;
}
/*** index  list  styles ***/
.threeColumn #mainContent .list {
	position: relative;
	border: 1px solid #a69170;
	padding: 75px 10px 70px 60px;
	margin: 10px 10px 10px -10px;
	font-size: 1.1em;
	left: 10px;
	top: -33px;
	font-weight: normal;
	background-color: #e6d7bd;
	color: #000;
}
.threeColumn #listContainer #listTitle {
/*** Our 5-Star Rated Amenities Include ***/
	position: relative;
	top: 40px;
	left: 54px;
	z-index: 100;
}
.threeColumn #ammenities-link-index {
/*** Link on Index Page - Click Here to Read More! ***/
	position: relative;
	top: -100px;
	left: 50px;
}
/*** rallies page  styles ***/
.threeColumn #mainContent .list-rallies {
	position: relative;
	border: 1px solid #a69170;
	padding: 75px 10px 210px 60px;
	margin: 10px 10px -140px -10px;
	font-size: 1.1em;
	left: 10px;
	top: -33px;
	font-weight: normal;
	background-color: #e6d7bd;
	color: #000;
}
.threeColumn #mainContent .rally-list-paragraph {
	position: relative;
	top: -80px;
	left: 25px;
	width: 480px;
}
.threeColumn .category-container-rallies {
	margin-bottom: 10px;
	padding: 1px 10px 10px 10px;
	background-color: #dbc6a5;
/*** dbc6a5 ***/
	height: 100%;
}
.threeColumn .floatleft-rallies {
/*** picture borders ***/
	float: left;
	position: relative;
	top: 10px;
	left: -9px;
	margin: 0 10px 15px 10px;
	background-color: #e6d7bd;
/*** e6d7bd ***/
	padding: 10px 10px 13px 10px;
	border: 1px solid #a69170;
}
/*** e6d7bd *** Light Tan BG ***/
/*** dbc6a5 *** Brown BG ***/
/*** 580109 *** Dark Burgundy - Titles ***/
/*** 7f0208 *** Red Navigation ***/
/*** 450306 *** Dark Red *** Go Back Borders ***/
/***a69170 *** Container Borders ***/
/**convention page styles**/
.threeColumn .category-container-conv {
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px 10px 0px 10px;
	background-color: #dbc6a5;
/*** dbc6a5 ***/
}
.threeColumn .floatleft-conv {
/*** picture borders ***/
	float: left;
	position: relative;
	top: 10px;
	left: -9px;
	margin: 0 10px 25px 10px;
	background-color: #e6d7bd;
/*** e6d7bd ***/
	padding: 10px 10px 13px 10px;
	border: 1px solid #a69170;
}
.threeColumn #mainContent .list-conv {
	position: relative;
	border: 1px solid #a69170;
	padding: 75px 10px 300px 60px;
	margin: 10px 10px -190px -10px;
	font-size: 1.1em;
	left: 10px;
	top: -33px;
	font-weight: normal;
	background-color: #e6d7bd;
	color: #000;
}
.threeColumn #mainContent .conv-list-paragraph {
	position: relative;
	top: -120px;
	left: 25px;
	width: 480px;
}
.clearboth {
	clear: both;
}
/** DOGS **/
.threeColumn #mainContent .dogs {
	float: left;
	width: 250px;
	margin: 0 12px 15px 0;
	padding: 7px;
	background-color: #e6d7bd;
	border: 1px solid #a69170;
}
.threeColumn #mainContent .dogs-caption {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #580107;
	text-align: center;
	padding: 2px 0 0 0;
}
.threeColumn #mainContent .statement {
	float: left;
	background-color: #e6d7bd;
	border-top: 1px solid #a69170;
	border-bottom: 1px solid #a69170;
	width: 515px;
	padding: 16px 10px 10px 10px;
	margin: 5px 5px 10px 5px;
}
.threeColumn #mainContent .pets {
/*** PET AREA PICS ***/
	position: relative;
	width: 500px;
	height: 342px;
	margin: 10px 0px 10px 10px;
	padding: 15px;
	background-color: #e6d7bd;
	border: 1px solid #a69170;
}
.threeColumn #mainContent .pets2 {
/*** PET AREA PICS-2 ***/
	float: left;
	position: relative;
	left: -5px;
	top: 0px;
	width: 500px;
	height: 342px;
	margin: 10px 12px 10px 10px;
	padding: 15px;
	background-color: #e6d7bd;
	border: 1px solid #a69170;
}
/** NUGGET PAGE STYLES **/
.threeColumn #mainContent .nugget-link {
	position: relative;
	top: -215px;
}
.threeColumn  #mainContent .coupons {
	position: relative;
	left: 241px;
	top: -40px;
}
.threeColumn .download-text {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	top: 54px;
	font-style: italic;
	font-weight: 900;
	padding: 15px 10px 15px 10px;
	border-top: 1px dotted #450306;
	border-bottom: 1px dotted #450306;
	margin: 0px;
	background-color: #e6d7bd;
	text-align: center;
	width: 275px;
	z-index: 1000;
}

#reservation-form  {
	position: relative;
	top: 50px;
	left: 50px;
	background-color: #fff;
	width: 600px;
	padding: 20px 20px 20px 20px;
	margin: -50px 20px 100px -95px;
	border: 1px solid #a69170;
}

.threeColumn .category-container-nugget {
	margin-top: -25px;
	padding: 10px 2px 0px 10px;
	background-color: #dbc6a5;
/*** dbc6a5 *** Light Tan ***/
}
.threeColumn .nugget-title {
	position: relative;
	top: 55px;
	left: 12px;
	padding-top: 5px;
	padding-bottom: 12px;
}
.threeColumn .nugget-title2 {
	position: relative;
	top: 55px;
	left: 12px;
	padding-top: 35px;
	padding-bottom: 12px;
	border-top: 1px solid #a69170;
	width: 95%;
	z-index: 1000;
}
.threeColumn .nugget-title3 {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	position: relative;
	top: -315px;
	left: 4px;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 95%;
	z-index: 1000;
}
.threeColumn .nugget-caption {
	position: relative;
	top: 40px;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #580107;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px 0 0 0;
	margin-top: -55px;
}
.threeColumn .sales-caption {
	position: relative;
	top: 140px;
	right: -300px;
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #580107;
	text-align: center;
	margin-bottom: 15px;
	padding: 15px 0 0 0;
	margin-top: -55px;
}
.threeColumn .nugget-text {
	position: relative;
	width: 520px;
	top: -30px;
	left: -10px;
}
.threeColumn .nugget-text2 {
	position: relative;
	width: 300px;
	top: -280px;
	left: -6px;
}
.threeColumn .image-nugget {
	position: relative;
	top: 10px;
	left: -10px;
}
.threeColumn #mainContent .list-nugget {
	position: relative;
	border: 1px solid #a69170;
	padding: 75px 10px 210px 60px;
	margin: 10px 10px -190px -10px;
	font-size: 1.1em;
	left: 10px;
	top: -33px;
	font-weight: normal;
	background-color: #e6d7bd;
	color: #000;
}
.threeColumn #indexAd {
	position: relative;
	left: -3px;
	top: -10px;
	margin-bottom: 0px;
	margin-top: -10px;
}
/*** LOCAL PAGE STYLES***/
.threeColumn .category-container-local {
	margin-top: -25px;
	padding: 10px 10px 0px 10px;
	background-color: #dbc6a5;
/*** dbc6a5 ***/
}
.threeColumn .local-title {
	position: relative;
	top: 10px;
	left: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.threeColumn .local-caption {
	font-family: Myriad Web, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #580107;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px 0 0 0;
}
.threeColumn .floatleft-local {
/*** picture borders ***/
	float: left;
	position: relative;
	top: 10px;
	left: -9px;
	margin: 0 10px 25px 10px;
	background-color: #e6d7bd;
/*** e6d7bd ***/
	padding: 10px 10px 13px 10px;
	border: 1px solid #a69170;
}
.threeColumn #mainContent .list-local {
	position: relative;
	border: 1px solid #a69170;
	padding: 75px 10px 210px 60px;
	margin: 10px 10px -190px -10px;
	font-size: 1.1em;
	left: 10px;
	top: -33px;
	font-weight: normal;
	background-color: #e6d7bd;
	color: #000;
}
.threeColumn #mainContent .local-list-paragraph {
	position: relative;
	margin-top: 50px;
	top: -50px;
	left: 25px;
	width: 480px;
}
.threeColumn .bookNowContainer {
	text-align: center;
	width: 550px;
	margin: 0 auto;
}
.threeColumn .bookNow {
	height: 40px;
	position: relative;
	top: -10px;
	left: -11px;
	background-color: #e6d7bd;
	border-top: 1px solid #a69170;
	border-bottom: 1px solid #a69170;
	padding: 10px;
	margin: 0 auto;
	width: 500px;
	z-index: 1000;
}
/*** Lot Sales Page ***/
.threeColumn .list-lotSales {
	position: relative;
	top: 20px;
	left: -25px;
	padding: 30px 95px 30px 50px;
	border: 1px dotted #a69170;
	background-color: #e6d7bd;
	margin-left: 10px;
	font-size: 1.5em;
	width: 720px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: -300px;
}
.threeColumn .sales-title {
	position: relative;
	top: 55px;
	left: 12px;
	padding-top: 5px;
	padding-bottom: 12px;
}
.threeColumn .sales-text {
	position: relative;
	width: 520px;
	top: -30px;
	left: -10px;
}
.threeColumn .awards {
	position: relative;
	width: 560px;
	top: -70px;
	left: 0px;
	padding: 20px 40px 20px 240px;
	border: 1px dotted #a69170;
	background-color: #e6d7bd;
}
.threeColumn .lotSalesContainer {
	padding-bottom: 140px;
}
.threeColumn .image-lotSales {
	position: relative;
	top: -80px;
	left: 20px;
}
.threeColumn .sales-heading {
	width: 860px;
	margin: -30px 0px -40px 0px;
	font-size: 1.3em;
	font-weight: normal;
}
.threeColumn .sales p {
	width: 860px;
	margin-top: -50px;
	font-size: 1.2em;
	font-weight: normal;
}
.threeColumn .waterGif {
	position: relative;
	top: -70px;
	left: 148px;
}
.threeColumn .salesContact {
	color: #ffff33;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	top: -380px;
	left: 148px;
	width: 420px;
	margin-bottom: -370px;
}
.threeColumn .salesMedals {
	position: relative;
	display: inline;
	top: 80px;
	left: 400px;
	margin-bottom: 15px;
}
.threeColumn .medals {
	padding: 30px;
	margin: 10px;
}
.threeColumn .resort-awards {
	position: relative;
	top: -20px;
	left: 17px;
	padding: 20px 0 150px 0;
}
.threeColumn .salesMedalsText {
	width: 80%;
	color: #871e1f;
	/* font-size: 1.2em; */
	font-style: normal;
	font-weight: 600;
	position: relative;
	top: -30px;
	left: 80px;
	padding: 20px;
}
.threeColumn .index-salesMedalsText {
	width: 78%;
	color: #871e1f;
	/* font-size: 1.2em; */
	font-style: normal;
	font-weight: 600;
	position: relative;
	top: -600px;
	left: 10px;
	padding: 20px 20px 0px 20px;
}
.threeColumn .sales-download {
	position: relative;
	font-weight: bold;
	text-decoration: underline;
	top: 5px;
	left: 0px;
}
.threeColumn .sales-lower-text {
	position: relative;
	top: 30px;
	left: 100px;
}
/*** LIST CONTAINER STYLES ***/
.threeColumn #mainContent .listContainer {
	border: 1px solid #a69170;
}
.threeColumn .category-container {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 10px 10px;
	background-color: #e6d7bd;
}
.threeColumn .category-container-conference {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 55px 10px;
	background-color: #e6d7bd;
}
.threeColumn .category-container-putting {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 75px 10px;
	background-color: #e6d7bd;
}
.threeColumn .category-container-convention {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 22px 10px;
	background-color: #e6d7bd;
}
.threeColumn .category-container-bowling {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 55px 10px;
	background-color: #e6d7bd;
}
.threeColumn .category-container-laundry {
	border: 1px solid #a69170;
	margin: 5px;
	padding: 20px 10px 75px 10px;
	background-color: #e6d7bd;
}
.threeColumn #footer {
	margin: 0px 0 0 0;
	position: relative;
	left: 0px;
	float: left;
	width: 990px;
	padding: 0px 0px 0px 0px;
	background-color: #9c774b;
	border-top: 1px solid #000;
	font-size: .8em;
	margin-bottom: 0px;
}
.threeColumn #footer p {
	margin: 0px;
	padding: 5px 0 0 20px;
	width: 500px;
	left: 10px;
}
.threeColumn #bkmedia {
	position: relative;
	padding: 0px 0px 25px 10px;
	top: -22px;
	left: 450px;
	width: 10px;
	margin-bottom: -25px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#map-container {
	position: relative;
	top: 10px;
	left: 50px;
	padding: 50px;
	}