/* --------------------------------------------
   reset
----------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
ul, ul li, ol, ol li {list-style: none; margin: 0; padding: 0;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
address {font-style:normal;}
a:active{ outline: none;}

/* --------------------------------------------
   
----------------------------------------------- */
body
{
	font: 11px/12px Arial, Helvetica;
	height:100%;
	/*Avenir, "Gill Sans MT", "Gill Sans", "Trebuchet MS",*/
	/*helvetica, arial, sans-serif;*/
	color: #4a4b4c; /*#888888;*/
	background: #fff;
}

a
{
	color: #4cbd25;
	text-decoration: none;
	outline:none;
}

a:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
}

/* --------------------------------------------
MAIN LAYOUT 
Page is 995x650px
Top nav 90px with total horiz gutter of 28px
(16 of which is from content pane)
Left column is 115px; main column 875px; 10px gutter
----------------------------------------------- */
div#header 
{
	height:87px;
	position:relative;
	/*border: 1px solid green;*/
	margin-bottom:8px;
	margin-left:8px;
}

img#logo{
	position:absolute;
	bottom:1px;
	left:0px;
}

img#think_green{
	position:absolute;
	right:0px;
	bottom:2px;
}


img#timecover{
	position:absolute;
	right:100px;
	bottom:2px;
}


div#navTop{
	position: absolute;
	bottom:0px;
	left:128px;
	height:14px;
}

div#fullScreenSplash {
	width:100%;
	height:100%;
	min-height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color: white;
	z-index:1000;
}

div#mainPane{
	width:1000px;
	min-height:650px;
	/*border:1px solid gray;*/
	margin:auto;
	position:relative;
}

div#navLeft{
	width:115px;
	min-height:390px;
	float:left;
	margin-top:16px;
	margin-left:5px;
	/*border: 1px solid green;*/
}


div#content {
	width:875px;
	
	/* min-height hack */
	/* 6px (top margin) plus 408 px (content)  */
	min-height:414px;
	height:auto !important;
  	height:414px;

/*	border:1px solid green;*/

	float:right;
	position:relative;

}

div#clear{
	clear:both;
}

div.clear{
	clear:both;
}

div#bottom_promo {
	position:relative;
	/*bottom:0px;
	width:866px;
	top:408px;*/
	width:1000px;
	height:120px;
	/*border:1px solid gray;*/
	/*left:-9px;*/
}
/* --------------------------------------------
PAGE-SPECIFIC LAYOUT 
Total width available is 875px
Total height excluding bottom bar: 408px (inc. 16px top margin, 4px bottom)
----------------------------------------------- */
div#contentMiddle {
	/*border:1px solid blue;*/
	width:875px;
	/* min-height hack */
	/* 408 px (content) plus 120px (bottom bar) */
	min-height:408px;
	height:auto !important;
  	height:408px;  	
/*	border-bottom:120px solid white;*/
	position:relative;
}


div.content_col {
	/*position:absolute;
	top:0px;*/
	position:relative;
	/*height: 350px;*/
   /* border:1px green dashed;*/
    margin-top:8px;
	/*margin-bottom:4px;*/
}

div.scroll_tall {
	/* for custom scroll code, force height to 388 */
	height: 398px;
}

div.scroll_short {
	/* for custom scroll code, force height to 388 */
	height: 390px;
}

div#content_1col {
	position:relative;
	width:875px;
	/* min-height hack */
	/* 16px (top margin) plus 408 px (content) plus 110px (bottom bar) */
	min-height:408px;
	height:auto !important;
  	height:408px;
}

/* home page */
div#content_1col_b {
	position:relative;
	width:865px;
	left:42px;
	top:36px;
/*	margin-top:8px;*/
	overflow-x:auto;
}

/* two-column layout, 277px and 578px */
/* press and regulations */
div#content_2col_a1 {
	width:317px;
	left:10px;
	overflow-x:visible;
	/* min-height hack */
	min-height:400px;
	height:auto !important;
  	height:400px;
	float:left;
	overflow-y:visible;
	/*height: 393px;*/
}

div#content_2col_a2 {
	width:538px;
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:18px;
}

/* two-column layout, 442 and 420px
   for gallery page
 */
div#content_2col_b1 {
	width:305px;
	left:0px;
	height:394px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
}

div#content_2col_b2 {
	width:553px;
	float:right;
	overflow:hidden;
	height: expression( this.scrollHeight > 397 ? "398px" : "auto" ); /* sets max-height for IE */
   	max-height: 398px; /* sets max-height value for all standards-compliant browsers */
}


/* two-column layout, 575 and 390px
   for specifications page
 */
div#content_2col_c1 {
	width:560px;
	left:10px;
	height:398px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
}

div#content_2col_c2 {
	width:290px;
	float:right;
	overflow:hidden;
	height: expression( this.scrollHeight > 397 ? "398px" : "auto" ); /* sets max-height for IE */
   	max-height: 398px; /* sets max-height value for all standards-compliant browsers */
}




/* two-column layout, 277px and 578px 
	signup page
*/
div#content_2col_d1 {
	width:247px;
	left:10px;
	overflow-y:visible;
	float:left;
	height: 393px;
}

div#content_2col_d2 {
	width:608px;
	padding-top:30px;
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
}

/* two-column layout
   for video page
 */
div#content_2col_e1 {
	width:345px;
	left:10px;
	height:388px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
}

div#content_2col_e2 {
	width:503px;
	float:right;
	overflow:hidden;
	height: expression( this.scrollHeight > 397 ? "398px" : "auto" ); /* sets max-height for IE */
   	max-height: 398px; /* sets max-height value for all standards-compliant browsers */
}



/* two-column layout, 277px and 578px */
/* nev overview */
div#content_2col_f1 {
	width:302px;
	left:10px;
	overflow-x:visible;
	/* min-height hack */
	min-height:400px;
	height:auto !important;
  	height:400px;
	float:left;
	overflow-y:visible;
	/*height: 393px;*/
}

div#content_2col_f2 {
	width:553px;
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:0px;
}


/* two-column layout, BLOWNOUT LEFT COL */
/* FAQ */
div#content_2col_g1 {
	width:300px;
	left:10px;
	overflow-x:visible;
	/* min-height hack */
	min-height:400px;
	height:auto !important;
  	height:400px;
	float:left;
	overflow-y:visible;
	/*height: 393px;*/
}

div#content_2col_g2 {
	width:530px;
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:24px;
}



/* two-column layout, 247px and 247px 
	green materials page
*/
div#content_2col_h1 {
	width:236px;
	left:10px;
	overflow-y:visible;
	float:left;
	height: 393px;
}

div#content_2col_h2 {
	width:608px;
	
	float:right;
	overflow-x:hidden;
	overflow-y:auto;
}


/* 3-col layout, 199/323/323 */
div#content_3col_a1 {
	width:199px;
	left:10px;
	height:393px;
	float:left;
	overflow-y:visible;
}

div#content_3col_a2and3 {
	width: 656px;
	/*border:1px red dashed;*/
	float:right;
	overflow-x:auto;
	overflow-y:hidden;
	height: expression( this.scrollHeight > 349 ? "350px" : "auto" ); /* sets max-height for IE */
   	max-height: 393px; /* sets max-height value for all standards-compliant browsers */
   	margin-top:16px;
	margin-bottom:10px;
}

div#content_3col_a2 {
	width:323px;
	float:left;
		margin-top:0px;
	margin-bottom:0px;
}

div#content_3col_a3 {
	width:323px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
}


/* 3-col layout, 284/323/323 */
div#content_3col_b1 {
	width:284px;
	left:10px;
	height:406px;
	float:left;
	overflow-y:visible;
}

div#content_3col_b2and3 {
	width: 531px;
	/*border:1px red dashed;*/
	float:right;
/*	overflow-x:auto;
	overflow-y:hidden;*/
/*	height: expression( this.scrollHeight > 349 ? "350px" : "auto" );  sets max-height for IE */
 /*   	max-height: 393px; sets max-height value for all standards-compliant browsers */
   	margin-top:16px;
	margin-bottom:10px;
	padding-right:40px;
}

div#content_3col_b2 {
	width:256px;
	float:left;		
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
}

div#content_3col_b3 {
	width:256px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
}


/* 3-col layout, 199/323/323
  no bottom promo.  for registration section
 */
div#content_3col_c1 {
	width:199px;
	left:10px;
	height:530px;
	float:left;
	overflow-y:visible;
}

div#content_3col_c2and3 {
	width: 656px;
	/*border:1px red dashed;*/
	float:right;
	overflow-x:auto;
	overflow-y:hidden;
	height: expression( this.scrollHeight > 529 ? "530px" : "auto" ); /* sets max-height for IE */
   	max-height: 530px; /* sets max-height value for all standards-compliant browsers */
   	margin-top:16px;
	margin-bottom:10px;
}

div#content_3col_c2and3_header {

}

div#content_3col_c2 {
	width:323px;
	float:left;	
	margin-top:10px;
	margin-bottom:0px;
}

div#content_3col_c3 {
	width:323px;
	float:right;
	margin-top:10px;
	margin-bottom:0px;
}

/* 3-col layout, 10(m)/245/300/300/20(m)
   used for vision
 */
div#content_3col_d1 {
	width:245px;
	left:10px;
	height:393px;
	float:left;
	overflow-y:visible;
}

div#content_3col_d2and3 {
	width: 620px;
	/*border:1px red dashed;*/
	float:right;
	overflow-x:auto;
	overflow-y:hidden;
	/*min-height:408px;
	height:auto !important;
  	height:408px;*/
   	margin-top:6px;
	margin-bottom:10px;
}

div#content_3col_d2 {
	width:280px;
	float:left;
	padding-top:20px;
	padding-right:0px;
		margin-top:0px;
	margin-bottom:0px;
}

div#content_3col_d3 {
	width:280px;
	float:right;
	padding-top:20px;
	padding-right:40px;
		margin-top:0px;
	margin-bottom:0px;
}





div#callout{
	clear:both;
	position:relative;
	/*border:1px dashed red;*/
}


/* --------------------------------------------
NAVIGATION   
----------------------------------------------- */

div.nav a, div.nav li.active li a {
	color:#666666;

}

div.nav a:hover
{
	color:#4cbd25;
	text-decoration:none;
}


div.nav li.active a, div.nav li.active li.active a
{
	color: #4cbd25;	
}




div#navTop ul li
{
	font-size:10pt;
	display:-moz-inline-box;
	display:inline-block;
	_display: inline;
	float: left;
	margin-right:26px;
	height:14px;
}

div#navTop ul li a
{
	height:14px;
	display:block;
	overflow:hidden;
	text-indent: -2000px;
}

div#navLeft ul {
	display:none;
	border-top:#4cbd25 1px dotted;
}

div#navLeft ul li {
	font-size:14px;
	line-height:21px;
	border-bottom:#4cbd25 1px dotted;
}

div#navLeft a {
	margin-left:6px;
}

div#navLeft ul li ul {
	display: none;
	margin-left:10px;
	border-top:none;
}

div#navLeft ul li ul li {
	border-bottom:none;
	font-size:13px;
}

div#navLeft ul li ul li a {
	margin-left:3px;
}

div#navLeft ul li.active ul {
	display: block;
}


div#navLeft ul.active {
	display: block;
}

div#navTop ul li a:hover, div#navTop ul li.active a
{
	background-position: 0 -17px;
}

div#navTop ul li#about_us a {
	width: 60px;
	background-image: url(../img/nav/about_us.gif) ;
}

div#navTop ul li#contact a {
	width: 71px;
	background-image: url(../img/nav/contact_us.gif);
}

div#navTop ul li#merchandise a {
	width: 82px;
	background-image: url(../img/nav/merchandise.gif);
}

div#navTop ul li#regulations a {
	width: 79px;
	background-image: url(../img/nav/nev_regulations.gif);
}

div#navTop ul li#reservations a {
	width: 76px;
	background-image: url(../img/nav/waiting_list.gif);
}

div#navTop ul li#peapod a {
	width: 49px;
	background-image: url(../img/nav/peapod.gif);
}

div#navTop ul li#press a {
	width: 36px;
	background-image: url(../img/nav/press.gif);
}

div#navTop ul li#faq a {
	width: 35px;
	background-image: url(../img/nav/faqs.gif);
}


/*------------------------------------------------
GENERAL STYLES
------------------------------------------------*/
p.leadgraf{
	font-family: Arial, Helvetica;
/*	font-size:12pt;*/
	font-size:15px;
	line-height:16pt;
	margin-top:10px;
}

p.body{
	font-family: Arial, Helvetica;
	font-size:13px;
	line-height:16px;
	margin-bottom:10px;
}




h1 
{
	color:#4cbd24;
	font-size:28pt; 
	line-height:32pt;
}

h2
{
	color:#4cbd24;
	font-size:18pt; 
	line-height:22pt;
}

h3
{
	color:#4cbd24;
	font-size:10pt; 
	line-height:14pt;
}

ul.bulleted {
	margin-left: 4px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px;

}

ul.bulleted li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 2px;
}

ul.condensed li{
	font-size:11px;
	line-height:12px;
}

ul.body li{
	font-family: Arial, Helvetica;
	font-size:13px;
	line-height:16px;
}


table.inputForm {
	width:100%;

		font-size:12px;
	line-height:14px;
	
}

table.inputForm td {
	padding:2px;
}

table.inputForm td.inputLabel {
	width:30%;
	text-align:left;
	color: #4cbd25;
	font-weight:bold;
}

.peapodGreen {
	color: #4cbd25;
}

div.headline_graphic {
	margin-top:7px;
	margin-bottom:20px;
}

div.callout {
	clear:both;
	text-align:center;
}
img.callout {
	margin:auto;
}

.center {
	clear:both;
	text-align:center;
	margin:auto;
}

p.footnote {
	font-size:9px;
	line-height: 10px;
	color:#888888;
}

div.footnoteRight {
	position:absolute;
	bottom:4px;
	right:8px;
}

div.error-message {
	color:red;
}

/*----------------------------
HOME PAGE
-----------------------------*/

div#contentMiddle.index {
	background: url('/img/home/home_bgrnd.jpg') bottom right no-repeat;
	width:1000px;
	left:-125px;
	/* ie6 hack */
	_left: 0px;
}

div#contentMiddle.green_mission {
	background: url('/img/peapod/green_mission_bgrnd.jpg') bottom left no-repeat;
	width:1000px;
	left:-125px;
	/* ie6 hack */
	_left: 0px; 
}

/* ie6 hack */
div.green_mission {
	_background: url('/img/peapod/green_mission_bgrnd.jpg') bottom left no-repeat;
	_width:1000px;
	_left:-125px;
}


div.faq#contentMiddle {
	background: url('/img/peapod/faq_bgrnd.jpg') bottom left no-repeat;
	width:1000px;
	left:-125px;
	/* ie6 hack */
	_left:-125px;
}

/* ie6 hack */
div.faq {
	_background: url('/img/peapod/faq_bgrnd.jpg') bottom left no-repeat;

	_width:1000px;
}

p#home_leadgraf {
	position:relative;
	margin-bottom:18px;
	width:370px;
	font-size:16px;
	color:white;
}
