/* CSS Document */
html {
	margin:0px;
	padding:0px;
	height:100%;
	border:none;
}

body {
	margin:0px;
	padding:0px;
	height:100%;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	color:#362316;
	background-color:#FEFEF5;
	
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#FEFEF5;
	margin:3px;
	}
	
h2 {
	margin:0px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#362316;
	}
	
h3 {
	margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#fff;
	}
	
h4 {
	margin:0px 0px 2px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:100;
	font-size:10px;
	line-height:10px;
	color:#000000;
	}
p, td {
	font:12px/18px arial, helvetica, sans-serif;
	margin:0px 0px 10px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#362316;
	font-size:12px;
	line-height:18px;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	outline:none;
	}
a:link {color:#362316;}
a:visited {color:#362316;}

a.navlink:link {color:#996633; font-weight:lighter; }
a.navlink:visited {color:#996633; font-weight:lighter; }
a.navlink:hover { color:#ffffff; font-weight:lighter; }

.button, a.button	{
	color:#6C462B;
	font-size:11px;
	text-decoration:none;
	background-color:white;
	border:1px solid white;
	padding:0 5px 1px 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index:1000;
}

.button:hover	{
	color:white;
	background-color:#6C462B;
	border:1px solid #6C462B;
}
.no_border	{ 
	border:none; 
}
#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	position:absolute;
	top:300px;
	left:50%;
	width:800px;
	height:800px;
	margin-left:-400px;
	padding:0px;
	z-index:5;
	overflow:auto;
	}
	
#Content2 {
	position:absolute;
	top:180px;
	left:50%;
	width:800px;
	margin-left:-400px;
	padding:0px;
	z-index:5;
	overflow:auto;
	}

#login {
	position:absolute;
	top:10px;
	left:50%;
	width:200px;
	height:600px;
	margin-left:200px;
	padding:0px;
	z-index:2;
	overflow:hidden;
	}

	
#wrapper {
	width:940px;
	margin:0 auto;
}
/* header */
#top_nav { text-align:right; }
#top_nav a, #top_nav a:link, #top_nav a:active, #top_nav a:visited { 
	text-transform:uppercase;
	text-decoration:none;
	color:#6E845F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding:2px 3px;
}
#logo { float:left; margin-left:-10px; }
#nav { float:right; margin-top:94px; }
#nav a, #nav a:link, #nav a:active, #nav a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
	color:#006338;
	text-decoration:none;
	1padding-bottom:2px;
	padding:0;
	margin:0 9px;
	letter-spacing:0.01em;
}
#nav a:hover { color:#9E743C; }
#nav a.here, #nav a.here:link, #nav a.here:active, #nav a.here:visited { color:#9E743C; border-bottom:1px solid #9E743C; }
#subnav { float:right; margin-top:10px; }
#subnav a, #subnav a:link { color:#F6DCCA; padding:4px 6px; text-decoration:none; font-size:14px; font-weight:bold; }
#subnav a.here, #subnav a.here:link, #subnav a:hover { color:#FCF6E8; background-color:#C16A2F; border:1px solid #eecaab; padding:3px 5px; }

/* footer */
#footer { margin-top:20px; }
#footer_links_left { padding-bottom:5px; border-bottom:6px solid #DD8447; margin-bottom:5px; }
#footer_links_left a, #footer_links_left a:link { color:#DD8447; font-size:12px; font-weight:bold; text-decoration:none; text-transform:uppercase; padding-right:10px; }
#footer_links_right { float:right; color:#DD8447; margin-top:-7px;}
#footer_links_right a, #footer_links_right a:link, #footer_links_right a:active, #footer_links_right a:visited { 
	text-transform:uppercase; text-decoration:none; color:#DD8447; 
	font-family:Arial, Helvetica, sans-serif;  font-size:11px; 
	padding:0px 3px;
}
#footer_legal p { font-size:10px; line-height:11px; color:#EFD1BB; padding:0 5px; }

/* home page */
.home_feature { position:relative; width:705px; height:448px; overflow:hidden; }
.home_feature a { text-decoration:none; }
.home_feature_description { position:absolute; z-index:1000; bottom:0; background:url(/images/green90.png); width:675px; padding:0 15px 0 15px; }
.home_feature_description h1 { font-size:19px; line-height:normal;margin-top:15px; }
.home_feature_description p { font-size:14px; line-height:normal; color:#fff; margin-bottom:15px; margin-left:2px; }
.home_feature_description .button	{ position:absolute; right:15px; bottom:15px; }
.home_quote { background:url(/images/home_quote_bg.gif) 0 0 no-repeat; width:942px; height:57px; margin:6px 0 15px;position:relative; }
.home_box_orange {
	width:280px;
	height:235px;
	padding:10px;
	background-color:#dd8447;
	margin:0 18px 10px 2px;
	float:left;
}
.home_box_brown { 
	width:280px;
	height:235px;
	padding:10px;
	background-color:#C1985D;
	margin:0 18px 10px 2px;
	float:left;
}
.home_box_green { 
	width:280px;
	height:235px;
	padding:10px;
	background-color:#84AD6A;
	margin:0 0 10px 0;
	float:left;
}

/* content */
.rightCol { width:225px; float:right; }
.rightCol a { text-decoration:none; color:#ffffff; }
.rightCol a .side_link	{ color:white;text-decoration:none;border-bottom:1px dotted white; }
.rightCol a .side_link:hover	{ border-bottom:1px solid white; }

.leftCol { width:710px; float:left; margin-left:1px; }
.spacer { clear:both; height:8px; line-height:8px; }
.clear { clear:both; line-height:0; }
.small { font-size:90%; }
#heading { width:644px; height:36px; background:url(/images/h1_back.gif) 0 0 no-repeat; padding:30px; margin-bottom:10px; }
.content {
	background-color:#FAEDD1;
	padding:15px 10px 10px 93px;
	margin:10px 0 25px 240px;
	width:360px;
}
.content_image {
	border:2px solid #dd8447;
	margin-left: -328px;
	float:left;
}

/* modules */
.module_title_green, .module_title_brown {  
	padding:10px; 
	margin: 0 5px 6px;
	color:#fff;
	font-size:11px;
	width:203px; height:136px;
}
div.module_title_green h3, .module_title_brown h3 { margin-left:5px; margin-bottom:13px; }
div.module_title_green p, .module_title_brown p { margin:3px 0; line-height:14px; font-size:11px; }
.module_title_green { background:url(/images/module_title_green.gif) 0 0 no-repeat; }
.module_title_brown { background:url(/images/module_title_brown.gif) 0 0 no-repeat; }
.module_title_brown h3 { margin-bottom:15px; }
.orange_h3	{ 
	background:url(/images/orange_h3.png) 0 0 no-repeat; 
	display:block;
	width:208px;
	height:28px;
	padding:10px 0 0 12px;
	margin:0 0 0 10px;
}
.module_title_brown p { font-size:14px; line-height:22px; margin-left:10px; }
.module_orange { 
	background:url(/images/module_orange.gif) 0 0 no-repeat;
	width:218px; 
	height:138px; 
	text-align:center; 
	vertical-align:middle;
	padding:8px 0 0 3px;
	margin: 0 5px 6px;
}
.module_orange_top { 
	background:url(/images/module_brown_top.gif) 0 0 no-repeat;
	width:203px; 
	height:16px; 
	padding:10px; 
	margin: 0 5px;
}
.module_orange_flat {
	width:201px;
	padding:10px;
	background-color:#dd8447;
	margin:0 6px 10px;
}
.module_brown_flat { 
	width:201px;
	padding:10px;
	background-color:#C1985D;
	margin:0 6px 10px;
}
.module_green_flat { 
	width:201px;
	padding:10px;
	background-color:#84AD6A;
	margin:0 6px 10px;
}
.module-sub-title	{
	font-size:11px;
	text-transform:uppercase;
	opacity:.6;
	margin-bottom:0;
	color:#ffffff;
	text-decoration:none;
}
.module-title	{
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
}
.module_image_wrapper	{
	position:relative;
	right:5px;
	margin-bottom:10px;
	width:288px;
	height:160px;
}
.home_box_orange a, .home_box_brown a,  .home_box_green a	{
	text-decoration:none;
}

/* scaling adjustments for right sidebar modules ============= */
.rightCol .home_box_orange, .rightCol .home_box_brown, .rightCol .home_box_green	{
	width: 200px;
	height: 169px;
	margin-left:10px;
}
.rightCol .module-title	{
	font-size:14px;	
}
.rightCol .module-sub-title	{
	font-size:9px;	
}
.rightCol .module_image_wrapper	{
	height:105px;	
}
/* ============================================================ */

.frame	{
	position:absolute;
	top:0;
	left:0;
}
.review_quote h2	{
	font-size:22px;
	line-height:1.8em;
	margin-top:8px;
	padding-right:12px;
	overflow:hidden;
	text-align:center;
	display:block;
	position:relative;
	width:700px;
	border-right:1px solid #DFA377;
	background:url(/images/home_quote_bg.gif) center left no-repeat;
}
.review_quote h2 span	{
	font-size:12px;	
}
a.reviews_link	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	position:absolute;
	top:20px;
	right:60px;
	font-weight:bold;
	color:#8E4819;
}
.menu td	{
	border-bottom:1px dotted #362316;	
}
.review_quote_page	{
	text-align:center;	
	margin:25px 0;
}
.review_quote_page h2	{
	font-size:22px;
}

/*----Map----*/
.mapTitle{
	display:inline-block; 
	background-color:#a66336; 
	padding:10px 10px 5px 10px;
	margin-right:15px;
	float:left;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mapInfo{
	color:#ffffff;
}
.magnifying_glass	{
	position:absolute;
	right:10px;
	bottom:15px;
}
.1qtip-wrapper{
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px px 3px #000000;
}

.instacart_logo img { vertical-align:bottom; margin:0px 3px -3px 0px; }
.instacart_logo_container { display:inline-block; position:absolute; top:0px; right:193px; }
#top_nav { position:relative; }