@charset "utf-8";
body { background: #E8E7E5; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 26px; font-weight: normal; color: #9E9494; }
.oneColLiqCtrHdr #container { width: 100%;  /* this will create a container 80% of the browser width */ background: #FFFFFF; margin: 0 auto; text-align: left; /* this overrides the text-align: center on the body element. */ }
.oneColLiqCtrHdr #header { padding-top: 0; padding-right: 0px; padding-bottom: 0; padding-left: 0px; }
.oneColLiqCtrHdr #header h1 { margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }
.oneColLiqCtrHdr #mainContent { padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ background: #FFFFFF; }
.oneColLiqCtrHdr #footer { padding: 0; font-size: 11px; background: url(../images/JESFooter_bkgd.jpg) repeat-x; }
.oneColLiqCtrHdr #footer p { margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ }
/*Spry Horizontal fly-out menus show up with text underlined in IE6 despite a
text-decoration: none;
declaration.  To counter this I have set up a style class "links" that will need to be applied to all links within the site. */

p { line-height:1.8em }
a.links:link { color: #000000; text-decoration: underline; }
a.links:visited { color: #000000; text-decoration: underline; }
a.links:hover { text-decoration: underline; color: #990033; }
a.links:active { color: #990033; text-decoration: none; }
/*Below are links with 
text-decoration: none;
applied to insure that no underline is present on the spry flyout menus using IE 6  */
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { text-decoration: none; color: #990033; }
a:active { color: #990033; text-decoration: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.Heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; font-style: normal; }
.textSm { font-size: 95%; }
#fspacer { height: 1px; width: 390px; }
#footerText { width: 390px; padding-top: 5px; font-size: 9px; padding-bottom: 5px; }
#galQuotes { font-style: italic; padding-bottom: 10px; padding-top: 30px; }
/*Grey dividers on testimonial page  */
div.hr { height: 1px; margin: 20px 0px 20px 0px; line-height: 1px; width: 98%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C1BDB5; /* Border grey*/ }
#flashGalNav { margin-bottom: 15px; }
