/* Colors 
zest green - #B2BC1B
wine red - #660000
*/

/* Force a scroll bar on all pages */
html, body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}

a:link, a:visited {color: #996600; text-decoration: none;}
a:hover, a:active, a:focus {color: #386A14; text-decoration: underline;}

a.green:link, a.green:visited {color: #386A14; text-decoration: underline; font-weight: bold;}
a.green:hover, a.green:active, a.green:focus {color: #996600; text-decoration: none;}


h1, h2, h3, h4 {margin: 0;}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 56.6em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #D7D7D7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	height: 162px;
	background: #FFF  url(../images/top_logo.jpg) no-repeat top left;
	border-bottom: 0px solid #B2BB1E;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header img.lquote { 
	margin-left: -30px;
} 
#header h1 {
	width: 28em;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 20px 0 440px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 40px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	height: 30px; 
	margin: 0;
	padding: 0 0 0 20px;
	background-color: #010101;
	border-bottom: 4px solid #B2BB1E;
}
#mainContent {
	margin: 0;
	padding: 0 20px;
	background: #E9E9E9;
}
#mainContent h1 {
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	padding: 25px 0 0 0;
}
#mainContent h2 {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 20px 0 10px 0;
}
#mainContent p {
	color: #333;
	font-size: .9em;
	line-height: 1.3em;
	padding-right: 30px;
}
#mainContent p.holiday, #mainContent p.holiday_red {
	color: #2C8500;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent p.holiday_red {
	color: #AF191D;
}
#mainContent ul {
	margin: 0;
	padding: 0;
}
#mainContent ul.policies {
	color: #333;
	margin: 20px 0 0 0;
}
#mainContent ul.sublist {
	list-style-type: none;
	padding: 0 0 0 .6em;
}
#mainContent ul.zest {
	list-style-type: disc;
	list-style-image: url(../images/zest_bullet.gif);
}
#mainContent li {
	font-size: .85em;
	margin: 0 0 0 1.5em;
	padding: 0 1.5em .5em 0;
}
#mainContent ul.subzest {
	margin: 0 0 0 1.5em;
	padding: 0 0 .25em 0;
}
#mainContent ul.subzest li {
	font-size: .8em;
	margin: 0 0 0 1em;
	padding: 0 0 .25em 0;
}

#leftcolumn, #leftcol_menu {
	width: 24em;
	float: left;
	margin: 0;
	padding: 0 20px;
}
#leftcol_menu {
	width: 30em;
	padding: 0;
	text-align: center;
}
#mainContent #leftcol_menu ul.zest {
	font-size: .82em;
	list-style-type: none;
	list-style-image: url(../images/zest_bulletX.gif);
}
#mainContent #leftcol_menu ul.zest li {
	margin: 0;
	padding: 0 0 .25em 0;
}
#mainContent #leftcol_menu ul.zest li.bullet {
	margin: 0;
	padding: .2em 0 .25em 0;
}
#mainContent #leftcol_menu ul.zest li.space {
	margin: 0;
	padding: 2em 0 .25em 0;
}
#mainContent #leftcol_menu p {
	padding: 0;
}
#leftcolumn p.testimonby {
	color: #000;
	font-size: 1.1em;
	padding-left: 20px;
}
p.testimonby a:link, p.testimonby a:visited {color: #000; text-decoration: none;}
p.testimonby a:hover, p.testimonby a:active, p.testimonby a:focus {color: #660000; text-decoration: none;}

#rtcolumn, #rtcol_menu {
	position: relative;
	width: 25.2em;
	float: left;
	margin: 70px 0 0 0;
	padding: 0;
}
#rtcol_menu {
	width: 22em;
	margin: 70px 0 0 0;
	padding: 0;
}
#gflash {
	width: 400px;
	height: 267px;
	margin-bottom: 60px;
	padding: 0;
	border: 1px solid #666;
}
#gflash p {
	padding: 10px;
}
#rtcolumn img, #rtcolumn img.nobdr, #rtcol_menu img {
	margin-bottom: 60px;
	border: 1px solid #999;
}
#rtcolumn img.menu1 {
	margin-bottom: 20px;
}
#rtcolumn img.nobdr, #rtcolumn img.nobdr_zest  {
	border: 0px solid #999;
}
#rtcolumn img.nobdr_zest {
	margin: 0px 0 80px 0;
}
#rtcolumn #bg_zest {
	width: 340px;
	position: absolute;
	top: 0;
	left: 2em;
}
#rtcolumn #testimon1, #testimon2, #testimon3, #testimon4, #testimon5 {
	width: 380px;
	position: absolute;
	top: 3.5em;
	left: 1.6em;
	visibility: hidden;
}
#rtcolumn #testimon3 {top: 1em;}
#rtcolumn #testimon5 {top: 0;}

#rtcolumn .testimonials p {
	color: #000;
	font-size: .95em;
	line-height: 18px;
}
#rtcolumn .testimonials p.credit {
	color: #660000;
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 5px 0 0 20px;
}
#rtcolumn span.credit {
	color: #660000;
	font-style: oblique;
}
#rtcolumn span.company {
	color: #333333;
}
#zestcorp p {margin: 10px 0;}
#zestcorp ul {color: #333;}

#footer { 
	border-top: 4px solid #B2BB1E;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #010101;
} 
#footer p {
	color: #CCC;
	font-size: .8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer p span.dot {
	color: #B2BC1B;
	font-size: 1.4em;
}
#footer a:link, #footer a:visited {color: #CCC; text-decoration: none;}
#footer a:hover, #footer a:active, #footer a:focus {color: #FFF; text-decoration: underline;}

.bigq, .bigql {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigq {
	line-height: .5em;
}
.bigql {
	margin-left: -10px;
	line-height: 1.2em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
