@charset "utf-8";
body {
	font-family:Tahoma,Arial,sans-serif;
	font-size:14px;
	background: #ffffff;
	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;
}
#container {
	width: 995px;
	margin: 0px auto;
	text-align: left;
	background-image:url('../images/layout/drop-shadow-container-box-middle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
	position:relative;
	z-index:12;
}

#header-wrap {
	margin:0px;
	padding:0px;
}
#top-of-header {
	height:14px;
	background-image:url('../images/layout/drop-shadow-container-box-top.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}
#header {
	padding: 0 10px 0 20px;
	background-image:url(../images/Big-French-GSQ-Banner-w.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:none;
	height:313px;
}
#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 */
}
#mainContent {
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:none; 
}

#mainContent p, #mainContent ul, #mainContent li {
	text-align:justify;
}
#footer {
	padding: 0 29px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image:url('../images/layout/drop-shadow-container-box-middle.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}
#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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .policies {
	padding-left:7px;
	padding-right:7px;
	font-size:13px;
	margin:auto;
	width:auto;
}

#footer .policies a {
	color:#639A31;
	text-decoration:none;
}

#bottom-of-footer {
	height:28px;
	background-image:url('../images/layout/drop-shadow-container-box-bottom.jpg');
	background-repeat: no-repeat;
	background-position:top center;
}

.super-h1 {
	font-size:30px;
	color:#CC3300;
	font-weight:bold;
	line-height:1.6em;
	padding-top:12px;
	padding-bottom:12px;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	line-height:1.3em;
	vertical-align: bottom;
	color: #336600;
}

h2 {
	color: #DC1951;
	font-size:23px;
}

h3 {
	color: #336600;
	font-size: 19px;
}

h4 {
	color: #000000;
	font-weight:normal;
	font-size: 17px;
	padding:5px;
	margin:0;
	
}

h5 {
	color: #000000;
	font-size: 14px;
}

#mainContent p.font-size-up {
	font-size:120%;
}

.red {
	color:#ff0000;
}

.orange {
	color: #f28237;
}

.blue {
	color: #008080;
}

.black {
	color:#000000;
}

.green {
	color: #006600;	
}

.lgbodygreen {
	color: #639A31
}



ul {
	text-align:left;
}

.grey {
	color: #C0C0C0;
}

/*STYLE TO CLEAR ALL FLOATS*/

.clear {
	clear:both;
}

/*STYLES FOR IMAGE POSITIONING and no border*/

img {
	border:none;
}

.image-left {
	float:left;
	margin-right:8px;
	margin-bottom: 4px;
	border-bottom-width: 3px;
}

.image-right {
	float:right;
	margin-left:8px;
	margin-bottom: 4px;
}

.border {
	border:solid 1px #666666;
}

/*STYLES TO LAYOUT THE BOTTOM MENU AND GIVE IT'S LINKS A COLOR*/

#bottomMenu {
	background-color:#FFFFFF;
	width:600px;
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:center;
}

#bottomMenu ul {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 12px;
}

#bottomMenu li {
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	text-decoration: none;
}

#bottomMenu a {
	color:#7eaa4b;
	text-decoration:none;
}

#bottomMenu a:hover {
	color:#DC1951;
	text-decoration:none;
}

/* BULLETED LISTS */

ul.pink-check-bullet {
	list-style-type: none;
	padding: 0 20px 0 0;
	margin: 0 0 0 11%;
}

ul.pink-check-bullet li{
	background-image: url(../../images/check.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 2.6em;
	padding-top:7px;
	padding-bottom:7px;
	height:100%;
}

ul.pink-check-bullet li ul li {
	background-image:none;
	list-style-type:disc;
	padding-left: .8em;
}

/* END BULLETED LISTS */

/* MISC BOXES */

.boring-box {
	width:82%;
	margin:auto;
	border:1px solid #336600;
	padding:20px;
}

.boring-box-inner {
	width:92%;
	margin:10px auto;
	border:1px solid #336600;
	padding:12px;
	text-align:left;
}

.plain-box, .plain-box-wide {
	border: 1px solid #266371;
	background-color:#ffffcc;
	margin:auto;
	width:76%;
	padding:15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.plain-box span {
	color:#266371;
	font-size:135%;
}

.plain-box-wide {
	width:90%;
}

.double-border-box-outer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	padding:3px;
	margin: 0px auto 20px;
	width:80%;
	border: 1px solid #949393;
	background-color:#ddfab6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.double-border-box-inner {
	margin:auto;
	border: 1px solid #333333;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:10px;
}

.bpa-note {
	background-image:url(../images/greenjugfront.jpg);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	margin: 0px auto 20px;
	width:70%;
	text-align:justify;
	font-weight:bold;
	color: #4d4c4c;
}

.bonus-boxes {
	margin:auto;
	width: 80%;
	padding:10px;
	border: 3px solid #003300;
	background-color:#e9f2e7;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bonus-boxes {
	background-color:#ffffff;
}

.bonus-boxes strong {
	color:#3b3b3b;
	font-size:14px;
}

.bonus-boxes h3 {
	font-weight:bold;
	color:#036f03;
	text-align:center;
}

.dashed-box-wrap {
	text-align:center;
}

.dashedBox {
	padding:5px;
	margin: auto;
	width:68%;
	border: #2d5b24 4px dashed;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.innerBox {
	margin:auto;
	width:94%;
	background-color:#ffffcc;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.yes {
	color:#336600;
	font-size:18px;
	line-height:1.3em;
  	/*float:left;*/
	font-weight:bold;
}

/* END MISC BOXES */


#menu {
	margin:auto;
	width:938px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> multi level drop down styles <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

 div.multi_drop_menus * {
 margin:0; padding:0;     /* removes margin and padding off all list elements */
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.multi_drop_menus {
 behavior:url(csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family:Tahoma,Arial,sans-serif;
 text-align:left;
 font-size:14px; /* size of menu's type relative to parent element */
 font-weight:normal;
 margin:0px 0px 0px 0px;
 background-color:#014c25;    /* colors the div - div fills the parent element for a horizontal menu - set to background-color:transparent; if not needed */
 }
div.multi_drop_menus ul {
 	border-right:0px solid #ffffff;   /* creates dividing line to left of level 1's first menu item, revealing div color to left of menu */
	display:inline;						/* fixes margin-doubling bug in IE6 */
 	}
div.multi_drop_menus li {
 background-color:transparent;         /* background color of the level 1 menu items */
/* background-image:url(../images/site-graphics/main-site-menu-bg-slice.jpg);
 background-repeat:repeat-x;
 background-position:top left;*/
 border-right:1px solid #ffffff;   /* creates dividing lines to right of each horiz level 1 menu item *//* set to 0px to remove */
 }                						    /* border-right is automatically removed from vert menu below  */

div.multi_drop_menus li:hover {
 background-color:#8dc73d;      /* background color of hovered menu items */
 }
 div.multi_drop_menus a {
 color:#ffffff;                     		/* sets the color of all menu type */
 padding:.3em 28px;           		/*creates space top/bottom and left/right respectively around each menu item's text - set vert height in ems   */
 }
 div.multi_drop_menus a:hover {
 color:#ffffff;        				 /* type color of a hovered menu choice */
 }
div.multi_drop_menus ul li ul {
 width:10em;   						/* sets the width of menu levels 2 - 4 */
 }
div.multi_drop_menus li li { 
 background-color:#FE798C;        /* background color of the level 2 menu */
 border-bottom:1px solid #CCB; /* lines between menu choices - set to 0px if not wanted */
 font-size:13px; /* size of menu's type relative to parent element */
 }
div.multi_drop_menus ul li ul li ul  {
 border-top:1px solid #CCB;     /* set the border-top of levels 3 and 4 of a horizontal menu - set to 0px to remove - for a vertical menu, you will set this for levels 1 - 4 below */
 top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
 } 
div.multi_drop_menus li li li { 
 background-color:#FE798C;          /* background color of the level 3 menu */
 }
div.multi_drop_menus li li li li { 
 background-color:#DDA;         /* background color of the level 4 menu */
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.multi_drop_menus.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
/* ADDITIONAL PREFS FOR VERTICAL MENU - NO NEED TO TOUCH THESE IF LEVEL 1 IS HORIZONTAL */
div.multi_drop_menus.vertical ul {
 border-top:1px solid #CCB;     /* set the border-top of level 1 of the vertical menu - broken out separately so it can be different from top border of other levels */
 }
div.multi_drop_menus.vertical li {
 border-bottom:1px solid #CCB;  /* adds horizontal lines between menu choices - overrides main setting above for this feature */
 }
div.multi_drop_menus.vertical ul ul  {
 border-top:1px solid #CCB;       /* set the border-top of levels 2 - 4 of a vertical menu - set to 0 to remove */
 top:-1px;            /* set to negative value of border-top for perfect pop-out alignment - set to 0 if border is 0 - don't remove!*/
 }
 
/* end vertical menu preferences */
/* END MENU PREFERENCES */
 
/* YOU ARE STONGLY ADVISED NOT TO MODIFY THE CODE THAT FOLLOWS : ) */
/* the menu mechanics start here */
div.multi_drop_menus {
	float:left;
 	width:100%;
	}
div.multi_drop_menus ul {
 float:left; /* makes ul wrap li */
font-size:1em; /* prevents inheritence from maiin text style sheet */
}
div.multi_drop_menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
div.multi_drop_menus a {
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.multi_drop_menus ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.multi_drop_menus ul li ul li {
 width:200px;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.multi_drop_menus ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.multi_drop_menus ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.multi_drop_menus ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:-1px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.multi_drop_menus ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.multi_drop_menus ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.multi_drop_menus ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
/* the drop-downs end here */
 
/* extra styles for the vertical menu */
div.multi_drop_menus.vertical ul {
 border-left:0px; /* removes the border of the level 1 ul that can be used in the horizontal menu */
 margin-left:0;         /* removes left margin that is available on horizontal menu */
 }
.vertical ul { /* took off the id so the ul ul width setting in prefs was more specific */
 width:100%; 
}
div.multi_drop_menus.vertical li {
 position:relative; /* positioning context for the level 2 menu */
 width:100%;         /* set width of level 1 menu - MUST match left value in ul ul selector below */
 clear:left; /* makes the main menu stack - note: turning off floating (alternative way to create stacking) causes spacing problems in IE */
 border-right:0; /* removes right borders used by horiz level 1 */
}
div.multi_drop_menus.vertical ul ul  {
 position:absolute; /* make ul position relative to parent li for all menu levels */
 left:100%;         /* align level 2 with level 1 - MUST match li width in selector above */
 top:-1px; /* aligns the level 2 pop-out */
 }
/* levels 2 -4 width */
div.multi_drop_menus.vertical li li {
}
div.multi_drop_menus.vertical ul ul ul {
 left:100%;          /* align level 2 with level 3 and 3 with 4 - MUST match li width in selector above */
 }
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.multi_drop_menus {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.multi_drop_menus ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.multi_drop_menus a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
* html div.multi_drop_menus.vertical a {
/* now hasLayout in IE - works on the vert menu as container has width */
 zoom:100%;
 } 
 * html div.multi_drop_menus ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
  /* info on haslayout: 
  http://www.sitepoint.com/forums/showpost.php?p=2041209&postcount=24
  http://onhavinglayout.fwpf-webdesign.de/hack_management/
   */
 /* END OF LIST-BASED MENU */
