body		{
	padding: 0px;
	margin: 3px auto;
	border:3px solid #726d5a;
	width:852px;
	background: #e5e2d8 url(../images/pg_bg.jpg) repeat-x fixed;
	/*background: #3e4d5c url(../images/background_Blue3.gif) repeat-x;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 76%;
	}
/* Using ems for font sizes, in conjunction with body font size a percentage, is done for accessibility, allowing viewers to change their font sizes. */

/* h1 is for the page title */
h1	{
	font-size: 1.4em;
	color: #000;
	margin: 2px 12px 12px 30px;
	}
	
h2	{
	font-size: 1.2em;
	color: #000;
	margin: 12px 12px -8px 30px;
	}

/* h3 is for CITY titles */
h3	{
	font-size: 1.2em;
	color: #900;
	text-align: center;
	margin: 10px 12px -8px 12px;
	}
	
h4	{
	font-size: 1.2em;
	color: #666;
	margin: 12px 30px 0 30px;
	}
	

	
span.prevNext{
	font-size:0.8em;
	font-weight:bold;
	margin:0 30px;
	color:#cccccc;
	}
	
.profileJump{
	font-size: 11px;
	margin: 3px 0 20px 3px;
	padding: 5px 10px 5px 10px;
	color: #a20000;
	border-top: 1px solid #dbd7c6;
	border-bottom: 1px solid #dbd7c6;
	}
.profiletitle{
	position: relative;
	top: 10px;
	font-weight: bold;
	float: left;
	padding-right: 20px;
	}	
	
.profileJump a, .profileJump a:hover {
	text-decoration:none;
	color:#990000;
	}
	
#profile {
	float:right;
	padding:3px;
	border:1px solid #e5e5e5;
	margin:0 0 10px 10px;
	}
	
#mapArea {
	float:right;
	margin:0 0 10px 20px;
	padding:0px;
	width:300px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}

#content p		{
		font-size: 1.0em;
		margin: 12px 35px;
		color: #333333;
		}
		
p.photo-credit {
	margin:2px 0 0 0;
	padding:0;
	color:#999999;
	font-size:9px;
	}
	
p.homeValue {
	margin:30px;
	padding:0;
	}
	
p.directions {
	margin:1px;
	padding:2px 4px;
	font-size:11px;
	text-transform:uppercase;
	color:#ffffff;
	background:#cac0b1;
	}
	
p.directionsText {
	margin:5px 10px;
	padding:0;
	font-size:11px;
	color: #ffffff;
	}
		
li{
	list-style-type: none;
	}
/*li {

	margin:12px 25px;
	margin-left: 0px;
	text-indent: 0px;
	
	}

#1milideas li{
	list-style-type : none;
	padding: 1.25em;
	
	}
.none{
		list-style-type: none;
		}*/
.center	{text-align: center;}
	
a:link {color: #4a1a09; text-decoration: underline; font-size: 11px;}
a:visited {color: #4a1a09; text-decoration: underline; font-size: 11px;} 
a:hover {color: #000000; text-decoration: underline; font-size: 11px;}
a:active {
	color: #4a1a09;
	text-decoration: underline;
	 font-size: 11px;
} 

/* City Market links */
a.city:link {
		color: #900; 
		text-decoration: none;
		}
a.city:visited {
		color: #900; 
		text-decoration: none; 
		}
a.city:hover {
		color: #417; 
		text-decoration: underline; 
		}
a.city:active {
		color: #900; 
		text-decoration: none; 
		}

a.nav:link {
		margin: 0 0 9px 0;
		font-size: 1.1em;
		display: block;
		padding: 3px 12px 3px 20px;
		
		color: #4a1a09;
		text-decoration: none;
		
		}
a.nav:visited {
		margin: 0 0 9px 0;
		font-size: 1.1em;
		display: block;
		padding: 3px 12px 3px 20px;
		
		color: #4a1a09; 
		text-decoration: none;
		
		}
a.nav:hover {
		margin: 0 0 9px 0;
		font-size: 1.1em;
		display: block;
		padding: 3px 12px 3px 20px;
		
		color: #ffffff;
		text-decoration: none;
		
		}
a.nav:active {
		margin: 0 0 9px 0;
		font-size: 1.1em;
		display: block;
		padding: 3px 12px 3px 20px;
		color: #4a1a09; 
		text-decoration: none;
		
		}

.small	{
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	}

.accent		{
	color: #900;
	}
	
.testimonial	{
	text-align: right;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 24px;
	color: #900;
	}

img		{
		border: none;
		}

img.portrait	{
	margin-left: 12px;
	margin-top: 12px;
	}

/* POSITIONING */

#header	{
	margin: 0px;
	padding:0;
	width: 852px;	
	background: url(../images/bg_header.jpg) no-repeat; 
	height: 207px;
	height:209px;
	}
	
#header .links {
	float:right;
	width:135px;
	font-size:11px 	!important;
	margin-top:5px;
	color:#ffffff;
	}
	
#header .links a{
	color:#ffffff;
	font-size:11px 	!important;	
	}
	
#header .links a:hover{
	color:#cccccc;
	font-size:11px 	!important;	
	}
	
#content	{
	background: #ffffff;
	width: 649px;
	float:right;
	margin:0px;
	padding:0px;
	border-left: 1px solid #a19a84;
	}
	
#content table {
	margin:0 20px;
	}
	
div#contentHome {
	width:852px;
	background:#ffffff;
	}

div#bkgFix {
	background: #fff;
	/*background:url(../images/2008/bkgFix.gif) repeat-y;*/
	width:852px;
	margin:0;
	padding:0;
	border-bottom:1px solid #a19a84;
	}

div.heading	{
	background-color: #417;
	margin: 0px;
	padding: 6px 12px 6px 12px;
	color: #edc;
	font-weight: bold;
	font-size: 1.1em;
	}

div#navigationHome	{
	padding:0;
	margin:0px 0px 20px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	height:300px;
	
	}
	
div#left {
	float:left;
	width: 202px;
	margin:0 0 0px 0;
	}

div#menu	{
	width: 100px;
	text-align: right;
	z-index: 10;
	font-size: .9em;
	}

#footer	{
	text-align: center;
	border-top: 1px solid #417;
	margin: 0px 0px 6px 0px;
	padding:0;
	clear: both;
	}
	
/*National Lux Links in Black Bar*/	
.top {
	width:852px;
	background-color:#000000;
	border-bottom:1px solid #333333;
	height:40px;
	margin:0px;
	padding:0px;
	}
	
p.toplinks{
	color: #bcca75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-align: center;
	}
	
.toplinks a{
	color: #bcca75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}
	
.toplinks a:visited{
	color: #bcca75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}
	
.toplinks a:hover{
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}
	
.toplinks a:active{
	color: #bcca75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}
.links #presscurrent a {
	color: #dbd2b9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px	!important;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}
#press_on{
	color: #bcca75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0;
	padding:14px 0 0 0px;
	text-decoration:none;
	}	
/*end Nat Lux links*/

.SE_GNO_table img{
	padding-top: 5px;
	border: 0px;
}
.SE_GNO_table img a{
	padding-top: 5px;
	border: 0px;
}
/*Misc Styles */
.SE_GNO_HM{
	font-weight: bold; 
	font-size: 13px; 
	 
	border-bottom: 1px dotted #000000; 
	margin-bottom: 10px;
	text-decoration: none	!important;	
}
.dates{text-align: left; color: #960; font-size: 15px; font-weight: bold;}
.end{
	height: 3px;
	border-bottom: 3px solid #eeeeee;
	}
.logo {
	margin:10px 10px 10px 0;
	}
	
.clear {
	clear:both;
	}

/* End Misc Styles */
	
/* Spry/Builders Styles */
li.product {
	font-size:10px;
	}

.product {
	cursor: pointer;
}
.hover {
	background-color: #FFFFCC;
}
.selected {
	background-color: #CCCCCC;
}
#description {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: white;
}
td#spry ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
td#spry li{
	margin:0px 0;
	padding:5px 3px;
	border:1px solid #e5e5e5;
	}
	
td#details{
	border:1px solid #e5e5e5;
	}
h2.spry{
	font-size:13px;
	color:#999999;
	margin:0 0 10px 0;
	padding:0;
	}
	
/* End Spry/Builders Styles */
/* Sponsor Styles */

table.sponsors {
	text-align:center;
	margin:0;
	padding:0;
	}
	
table.sponsors a {
	text-decoration:none;
	}
	
table.sponsors h2 {
	margin:6px;
	color:#CC6633;
	background-color:#eeead3;
	}
	
/* End Sponsor Styles */
/* Photo Gallery Styles */

/*img.thumbs {
	float:left;
	height:50px;
	width:50px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: solid #e5e5e5 1px;
	padding:2px;
	}*/
	
#main {
	border:1px solid #e5e5e5;
	padding:3px;
	}
	
/* End Photo Gallery Styles */


p.homeLogos {
	margin: 20px 0 0 0px;
	color:#6699CC;
	text-transform:uppercase;
	font-size:11px;
	}
	
.borderBottom {	
	border-bottom:3px solid #1d3b51;
	margin:0;
	padding:0;
	}
	
/*----JotForm.com styles----*/

.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

/*----End of JotForm.com styles----*/

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; margin-left:20px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #868f99; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #868f99;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-101px -1px 0 -51px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:9pt arial,sans-serif;
  margin-top:0px; background:#868f99; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */

.contentMarginLeft {
	margin:0 0 0 30px;
	}
	
/* Media Spry styles */
.cursor {
	cursor: pointer;
}

.media {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.footer {
	text-align:center; 
	background:#ffffff;
	margin: 20px 0;
	}
	
.imageLeft {
	float:left;
	margin:0 15px 10px 0;
	}
	
.imageRight {
	float:right;
	margin:0 0 10px 15px;
	}
	
.blueAccent {
	color:#3366CC;
	text-transform:uppercase;
	}
	
.tanAccent {
	color:#996633;
	}
.content a, .content a:hover{
	font-size: 11px;
	}
.footer a{
	font-size: 11px;	
		}
.footer a:hover{
	font-size: 11px;	
		}
.ordernow{
		
		padding-left: 2px; 
		padding-right: 2px; 
		font-size: 11px; 
		background: #000000; 
		color: #ffffff; 
		border: 1px solid #000000; 
		text-decoration:none;
}
	
#press_menu {
	float:right; margin-left:30px; clear: none; width:200px; margin-bottom:10px; border-left:1px solid #505d6d; border-bottom:1px solid #505d6d; border-top:1px solid #505d6d; padding:10px 0 10px 0;
	}
	
	#press_menu p{
		border-bottom:1px solid #cccccc; font-weight:bold; font-size:10px; padding-bottom:0; line-height:10px; margin: 10px 20px 0 25px;
	}
	
	#press_menu h1{
		margin-left:25px; font-size:13px; color:#990000;
		}
.grey_accent {
	color: #333;
}
#contentHome #bkgFix #content .tanAccent strong {
	text-align: left;
	font-size: 13px;
}
#lhtvideo{
	background: #efefef;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #950000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}