body {
	background: #2b2211 url("/gfx/tile-body.gif") scroll repeat-x;
	font-family: tahoma, verdana, arial, sans-serif;
}

#container {
	width: 1026px;
	margin: 0 auto;
	text-align: center;
}

#shadow-top {
	background: transparent url("/gfx/shadow-top.png") no-repeat;
	width: 1026px;
	height: 34px;
}

#shadow-bottom {
	background: transparent url("/gfx/shadow-bottom.png") no-repeat;
	width: 1026px;
	height: 28px;
}

#shadow-main {
	background: transparent url("/gfx/shadow-tile.png") repeat-y;
	width: 1026px;
	min-height: 1044px;
	text-align: center;
	position: relative;
	padding-top: 172px;
}

#content-wrapper {
	width: 974px;
	margin: 0 auto;
	background: #2b2211 url("/gfx/content-tile.jpg") repeat;
	text-align: left;
}

#content {
	/* 
	BOX MODEL:
	left border: 72px
	left padding: 20px
	actual content area: 625px
	right padding: 20px
	right border: 55px
	TOTAL MUST BE 792px
	*/
	/* OLD BORDER
	border-top: solid 24px #ffe4b5;
	border-right: solid 55px #ffe4b5;
	border-bottom: solid 24px #ffe4b5;
	border-left: solid 72px #ffe4b5;
	*/
	/* NEW BORDER */
	border-top: solid 24px #fff2d1;
	border-right: solid 55px #fff2d1;
	border-bottom: solid 24px #fff2d1;
	border-left: solid 72px #fff2d1;
	padding: 17px 20px 17px 20px;
	width: 625px; 
	min-height: 975px;
	text-align: left;
	background-color: #fff2d1;
	color: #630;	
	position: relative;
}

/* content elements */
h1 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #930;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #933;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	color: #933;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #933;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	color: #933;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 12px;
}

p.margin-alt {
	margin-bottom: 5px;
}

p.margin-no {
	margin-bottom: 0;
}

p.linkwrapper {
	color: #cc6633;
}

ul {
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 12px;
}

table {
	font-size: 12px;
	margin: 0 0 12px 0;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	margin: 0 60px 12px 0;
}

label {
	font-size: 12px;
}

.imgcapright div,
.imgcapleft div {
	font-size: 9px;
	font-weight: bold;
	width: 230px;
}

.caption-multi-img {
	font-size: 9px;
	font-weight: bold;
}

	
	/* these handle different image widths */
	.imgcapright div.narrow80,
	.imgcapleft div.narrow80 {
		width: 80px;
	}
	
	.imgcapright div.narrow100,
	.imgcapleft div.narrow100 {
		width: 100px;
	}
	
	.imgcapright div.narrow140,
	.imgcapleft div.narrow140 {
		width: 140px;
	}
		
	.imgcapright div.narrow150,
	.imgcapleft div.narrow150 {
		width: 150px;
	}
	
	.imgcapright div.narrow160,
	.imgcapleft div.narrow160 {
		width: 160px;
	}
	
	.imgcapright div.narrow190,
	.imgcapleft div.narrow190 {
		width: 190px;
	}
	
	.imgcapright div.narrow200,
	.imgcapleft div.narrow200 {
		width: 200px;
	}
	
	.imgcapright div.narrow210,
	.imgcapleft div.narrow210 {
		width: 210px;
	}
	
	.imgcapright div.narrow225,
	.imgcapleft div.narrow225 {
		width: 225px;
	}
	
	.imgcapright div.wide240,
	.imgcapleft div.wide240 {
		width: 240px;
	}
	
	.imgcapright div.wide260,
	.imgcapleft div.wide260 {
		width: 260px;
	}
	
	.imgcapright div.wide300,
	.imgcapleft div.wide300 {
		width: 300px;
	}
	
	.imgcapright div.wide330,
	.imgcapleft div.wide330 {
		width: 330px;
	}

.imgcapright, img.right { 
	float: right;
	margin: 0 0 15px 15px;
}

.imgcapleft, img.left { 
	float: left; 
	margin: 0 15px 15px 0;
}

.imgcapleft img,
.imgcapright img, 
img.right, 
img.left {
	border: solid 1px #ccc;
}

.noborder img, img.noborder { border: 0; }

#content a { color: #000; font-weight: bold; }
#content a:link { text-decoration: none; }
#content a:visited { text-decoration: none; }
#content a:hover { text-decoration: underline; }
#content a:active { /* empty */ }

#content a.alt { color: #630; font-weight: normal; }

#header {
	width: 974px;
	height: 184px;
	position: absolute;
	top: -12px;
	left: 26px;
	background: transparent url("/gfx/banners/banner-drive.jpg") no-repeat;
	text-align: left;
}

	#header #logo-nenm {
		position: absolute;
		top: 10px;
		left: 28px;
	}
	
	#header #search {
		position: absolute;
		top: 28px;
		right: 215px;
		width: 180px;
		height: 20px;
		z-index: 2;
	}
	
		#header #search input#field-search {
			width: 142px;
			height: 12px;
			margin: 0;
			padding: 2px 2px 1px 2px;
			position: absolute;
			top: 0;
			left: 0;
			color: #333;
			font-size: 10px;
		}
		
		#header #search input#submit-search {
			width: 19px;
			height: 19px;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 1px;
			right: 5px;
		}
	
	#header #enews-signup-widget {
		background-color: #993300;
		width: 170px;
		height: 30px;
		border-top: solid 6px #b36741;
		border-right: solid 6px #983200;
		border-bottom: solid 6px #7f2700;
		border-left: solid 6px #983200;
		position: absolute;
		top: 9px;
		right: 11px;
		z-index: 2;
	}
	
		#header #enews-signup-widget label {
			color: #fff;
			font-size: 9px;
			font-weight: bold;
			letter-spacing: .5px;
			position: absolute;
			top: 0;
			right: 25px;
		}
		
		#header #enews-signup-widget input#field-signup {
			width: 140px;
			height: 12px;
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 0;
			left: 0;
			color: #666;
			font-size: 10px;
		}
	
		#header #enews-signup-widget input#submit-enews-signup {
			width: 19px;
			height: 19px;
			margin: 0;
			padding: 0;
			position: absolute;
			bottom: 0;
			right: 0px;
		}
		
	
	#header #cowboy-image {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	
		#header #cowboy-image #badge-vacation-2l {
			position: absolute;
			bottom: -10px;
			right: 10px;
		}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	width: 974px;
	margin: 0 auto;
}

	#footer #map {
		display: none;
	}

	#footer #logo-nmdt {
		position: absolute;
		top: 5px;
		left: 50px;
	}

	#footer ul#nav-footer {
		position: absolute;
		top: 20px;
		right: -20px;
	}

		#footer ul#nav-footer li {
			padding-left: 25px;
		}
	
			#footer ul#nav-footer li a { text-decoration: none; }
			#footer ul#nav-footer li a:link { color: #c93; }
			#footer ul#nav-footer li a:visited { color: #c93; }
			#footer ul#nav-footer li a:hover { color: #cc6; }
			#footer ul#nav-footer li a:active { /* empty */ }

/* dropdown nav: structural styles */
#nav, #nav ul { 
	padding: 0;
	margin: 0;
	line-height: 1;
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { 
	float: left;
	width: 11em; 
}

#nav li ul { 
	position: absolute;
	width: 11em;
	left: -999em; 
}

#nav li ul ul {
	margin: -1em 0 0 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}

/* dropdown nav: visual styles */
#nav-strip {
	height: 23px;
	width: 100%;
	background: transparent url("/gfx/bg-nav.png") repeat;
	position: absolute;
	top: 78px;
	z-index: 99;
	text-shadow: 0px 2px 5px #000;
}

#nav {
	float: right;
	margin-top: 6px;
	margin-right: 10px;
	list-style: none;
}

	#nav li a {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}
	
	#nav li a:link { color: #cc6; }
	#nav li a:visited { color: #cc6; }
	#nav li a:hover { color: #c93; }
	#nav li a:active { /* empty */ }
	
	#nav li.first,
	#nav li.first a { width: 140px; }
	
	#nav li.second,
	#nav li.second a { width: 110px; }
	
	#nav li.third,
	#nav li.third a { width: 75px; }
	
	#nav li.fourth,
	#nav li.fourth a { width: 75px; }
	
	#nav li.fifth,
	#nav li.fifth a { width: 100px; }
	
		#nav li ul {
			margin-left: 0px;
			list-style-type: disc;
			color: #ccc;
			padding-top: 0;
			margin-top: 0;
			padding-left: 20px;
			background: transparent url("/gfx/bg-nav2.png") repeat;
		}
		
			#nav li ul li {
				/* padding-bottom: 10px; */ /* moving this down to #nav li ul li a */
			}
			
			#nav li ul li:hover {
				color: #cc6633;
			}
			
				#nav li ul li a {
					text-transform: none;
					font-weight: normal;
					padding: 5px 0;
				}
				
				#nav li ul li.first-child a {
					padding-top: 60px;
				}
				
				#nav li ul li.last-child a {
					padding-bottom: 10px;
				}
				
				#nav li ul li a:link { color: #ccc; }
				#nav li ul li a:visited { color: #ccc; }
				#nav li ul li a:hover { color: #fff; }
				#nav li ul li a:active { /* empty */ }
				
/* home page */
#home {
	background-image: url("/gfx/tile-body-home.gif");
}

#home #shadow-main {
	padding-top: 0;
	min-height: 0;
	height: 649px;
}

#home #content-wrapper {
	background-image: url("/gfx/bg-body-home-hq.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: -12px;
	left: 26px;
}

#home #content {
	border: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	min-height: 0;
	height: 660px;
}

#home #header {
	background: none;
}

	#home #header #cowboy-image {
		display: none;
	}
	
#home #footer {}

	#home #footer #map {
		background: transparent url("/gfx/map.png") no-repeat;
		width: 241px;
		height: 165px;
		position: absolute;
		bottom: -10px;
		right: -44px;
		display: block;
	}
	
#home #intro-copy {
	width: 215px;
	height: 315px;
	position: absolute;
	top: 125px;
	left: 250px;
}

#home #intro-copy p,
#home #intro-copy p.first {
	font-size: 12px;
	color: #f3f1e5;
	line-height: 16px;
}

	#home #intro-copy p.first:first-letter {
		font-size: 76px;
		line-height: 50px;
		color: #cc6;
		float: left;
		padding: 0 5px 2px 0;
		text-shadow: 0px 2px 5px #000;
	}
	
	#home #badge-vacation {
		position: absolute;
		bottom: -52px;
		right: -83px;
		display: none; /* removed 20110517 :::CAR */
	}

/* begin home features */
#home .home-feature {
	width: 157px;
	position: absolute;
	left: 40px;
	font-size: 11px;
	color: #ab9c7c;
	z-index: 900;
}

#home #upcoming-events {
	top: 120px;
}

#home #nenm-news {
	height: 100px;
	top: 390px;
}

	#home .home-feature h2 {
		font-size: 12px;
		font-weight: normal;
		color: #cc6;
		text-transform: uppercase;
		margin: 0 0 2px 0;
		padding: 0;
	}
	
	#home #upcoming-events .event,
	#home #nenm-news .item {
		margin-bottom: 10px;
	}
	
	#home .home-feature h3 {
		margin: 0;
		font-size: 11px;
		color: #ab9c7c; 
		font-weight: bold;
	}
	
	#home #nenm-news h3 {
		font-weight: normal;
		line-height: 1.25em;
	}
	
		#home #nenm-news h3 a {
			font-weight: bold;
		}
		
		#home #nenm-news span {
			color: #CC6633;
		}
	
		#home .home-feature a { text-decoration: underline; }
		#home .home-feature a:link { color: #ab9c7c; }
		#home .home-feature a:visited { color: #ab9c7c; }
		#home .home-feature a:hover { color: #fffcd0; }
		#home .home-feature a:active { /* empty */ }
		
	#home .home-feature #viewall {
		color: #c63;
		margin-top: 10px;
	}
/* end home features */

	#home #sweeps-cta {
		position: absolute;
		top: 460px;
		left: 370px;
		display: block;
		border: solid 1px #383225;
		-webkit-box-shadow: 10px 10px 15px #1e190d;
        -moz-box-shadow: 10px 10px 15px #1e190d;
        box-shadow: 10px 10px 15px #1e190d;
	}
	
	#home #driving-tour {
		width: 320px;
		height: 178px;
		background: #663 url("/gfx/driving-tours/hp-feature/bg-tile.png") repeat;
		position: absolute;
		top: 460px;
		left: 40px;
		-moz-box-shadow: 0px 2px 5px #000;
		-webkit-box-shadow: 0px 2px 5px #000;
		text-align: center;
	}
		
		#home #driving-tour h2,
		#home #driving-tour h3 {
			font-size: 10px;
			color: #fff;
			text-transform: uppercase;
			text-shadow: 0px 2px 5px #000;
			margin: 0;
			padding: 0;
			text-align: center;
			line-height: 10px;
		}
		
		#home #driving-tour h2 {
			margin-top: 3px;
		}
		
		#home #driving-tour h3 {
			margin-top: 150px;
			position: relative;
			z-index: 99;
		}
		
		#home #driving-tour a { text-decoration: none; }
		#home #driving-tour a:link span { display: none; }
		#home #driving-tour a:visited span { display: none; }
		#home #driving-tour a:hover span { display: block; }
		#home #driving-tour a:active span { /* empty */ }
		
		#home #driving-tour #tourpic {
			position: absolute;
			bottom: 4px;
			left: 4px;
			z-index: 2;
		}
		
		#home #driving-tour #frameshape {
			position: absolute;
			bottom: 0px;
			left: 92px;
			z-index: 3;
			width: 142px;
			height: 18px;
			background: transparent url("/gfx/driving-tours/hp-feature/frame-shape.png") no-repeat;
		}
		
		#home #driving-tour #driving-tour-detail {
			width: 190px;
			height: 90px;
			padding-top: 10px;
			background-color: #f5deb3;
			color: #663333;
			border: solid 4px #996600;
			font-size: 11px;
			font-weight: normal;
			position: absolute;
			top: 25px;
			right: -161px;
			z-index: 100;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-box-shadow: 0px 5px 10px #000;
			-webkit-box-shadow: 0px 5px 10px #000;
		}
		
			#home #driving-tour #driving-tour-detail span {
				text-align: center;
				line-height: 16px;
				display: block;
				padding: 0 5px;
			}
			
				#home #driving-tour #driving-tour-detail span strong {
					text-transform: uppercase;
					font-weight: bold;
				}
			

/* towns and counties */
#towns-counties #county-map-canvas {
	width: 449px;
	height: 555px;
	/* 
	background-color: #fffaf0;
	border: solid 1px #faebd7;
	*/
	background: transparent;
	border: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 125px;
	right: 180px;
}

#towns-counties #county-map {
	/* background: transparent url("/gfx/county-map-off.png") no-repeat; */
	width: 449px;
	height: 540px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 900;
}

	#towns-counties #county-map { text-decoration: none; }
		#towns-counties #county-map a:link span { display: none; }
		#towns-counties #county-map a:visited span { display: none; }
		#towns-counties #county-map a:hover span { display: block; }
		#towns-counties #county-map a:active span { /* empty */ }

#towns-counties #country-map {
	background: transparent url("/gfx/map.png") no-repeat;
	width: 241px;
	height: 165px;
	position: absolute;
	top: 522px;
	right: -75px;
}

#towns-counties #communities {
	position: absolute;
	top: 80px;
	right: 20px;
}

	#towns-counties #communities h2 {
		font-size: 13px;
	}

	#towns-counties #colfax-list,
	#towns-counties #union-list,
	#towns-counties #mora-list,
	#towns-counties #harding-list,
	#towns-counties #san-miguel-list,
	#towns-counties #quay-list,
	#towns-counties #guadalupe-list { display: none; }

	#towns-counties .community-list { 
		margin: 0 0 0 15px;
	}
	
	#towns-counties .community-list li { 
		color: #960; margin-bottom: 5px; 
	}

	#towns-counties .community-list li:hover { 
		color: #c63; 
	}

		#towns-counties .community-list li a { 
			font-weight: normal; 
			text-decoration: none; 
		}

		#towns-counties .community-list li a:link { color: #630; }
		#towns-counties .community-list li a:visited { color: #630; }
		#towns-counties .community-list li a:hover { color: #c96; }
		#towns-counties .community-list li a:active { /* empty */ }
		
#towns-counties #county-roads {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 466px;
	height: 557px;
	background: transparent url("/gfx/towns-counties/county-map-overlay-roads.png") no-repeat 2px -10px;
	display: none;
	z-index: 800;
}

#towns-counties #county-communities {
	position: absolute;
	top: 5px;
	right: 3px;
	width: 457px;
	height: 533px;
	background: transparent url("/gfx/towns-counties/county-map-overlay-communities.png") no-repeat 0 0;
	display: none;
	z-index: 700;
}

.towns-counties .subnav-back {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
}

/* driving tours */
#driving-tours #driving-tours-map {
	height: 475px;
}

	#driving-tours #driving-tours-map img#mapmain {
		position: absolute; 
		top: 60px;
		left: 120px;
	}
	
	#driving-tours #driving-tours-map img#mapright {
		position: absolute; 
		top: 399px;
		right: 86px;
	}
	
	#driving-tours #driving-tours-map #textbox {
		position: absolute; 
		top: 403px;
		right: 92px;
		width: 166px; 
		height: 110px; 
		background-color: transparent;
	}
	
	#driving-tours #driving-tours-map #textbox p { 
		display: none; 
		color: #663300; 
		text-align: center;
		padding: 5px;
	}
	
	#driving-tours #driving-tours-map #textbox p strong {
		display: block;
		text-transform: uppercase;
		margin: 4px 0 2px 0;
	}

#driving-tours .slot {
	clear: left;
	height: 70px;
	margin-top: 20px;
}

	#driving-tours .slot img {
		float: left;
		margin-right: 10px;
		border: solid 1px #ccc;
	}
	
	
	
/* enews signup */
#enews-signup .field {
	height: 20px;
	margin-bottom: 10px;
}

	#enews-signup .field div {
		width: 80px;
		float: left;
	}

/* calendar */
#calendar #content .event {
	margin-bottom: 10px;
	padding: 5px;
}

#calendar #content h2 {
	margin: 0;
}

#calendar #content p {
	margin: 0;
}

#calendar #content .location {
	font-size: 12px;
	font-style: italic;
}

/* sweeps */
#sweepstakes-entry .error, 
#sweepstakes-entry .info {
	font-size: 12px;
	color: #993300;
	margin-bottom: 20px;
}

#sweepstakes-entry .required {
	color: #993300;
	padding-left: 3px;
}

#sweepstakes-entry .field {
	margin-bottom: 5px;
}

#sweepstakes-entry .fieldquest {
	font-size: 12px;
	margin-bottom: 2px;
}

#sweepstakes-entry .vacationfield input,
#sweepstakes-entry .vacationfield div {
	float: left;
}

#sweepstakes-entry .vacationfield {
	height: 40px;
	margin-bottom: 10px;
}

#sweepstakes-entry #option1 {
	clear: left;
}
#sweepstakes-entry #option2 {
	margin-left: 10px;
}

#sweeps-video {
	margin: 20px 0 0 0;
}

/* related links */
#related-links ul li {
	padding-bottom: 10px;
}

/* search results */
#cse-search-results {
	padding: 10px;
	background-color: #fff;
}
	
/* fckeditor */
#home p, #home p.first {
	width: 215px;
	font-size: 12px;
	color: #f3f1e5;
	line-height: 20px;
}

#home p.first:first-letter {
	font-size: 76px;
	line-height: 50px;
	color: #cc6;
	float: left;
	padding: 0 5px 2px 0;
	text-shadow: 0px 2px 5px #000;
}

#home #intro-copy a { font-weight: normal; text-decoration: underline; }
#home #intro-copy a:link { color: #f3f1e5; }
#home #intro-copy a:visited { color: #f3f1e5; }
#home #intro-copy a:hover { color: #cccc66; }
#home #intro-copy a:active { /* empty */ }

h2.cms {
	font-size: 16px;
	color: #993333;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: normal;
}

h3.cms {
	font-size: 14px;
	color: #993333;
	margin: 0;
	font-weight: normal;
}

p.cms {
	font-size: 12px;
	margin: 0;
}

img.cms-left {
	float: left;
	padding: 10px;
}

img.cms-right {
	float: right;
	padding: 10px;
}

/* utility styles */
img, a img {
	border: 0;
}

ul.inline-list {
	list-style: none;
}

ul.inline-list li {
	display: inline;
}

.hide {
	display: none;
}

:focus {
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

.add-top-margin {
	margin-top: 20px;
}

.add-bottom-margin {
	margin-bottom: 20px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.pad200 {
	height: 200px;
}

.new {
	color: red; 
	font-size: 9px; 
	font-weight: bold;
}

.center {
	text-align: center;
}

				






