body {
	margin: auto;
	padding:0;
	color:#333;
	background-image: url(images/header1_bg.gif); 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header {
	text-align: left;
	margin: auto;
	padding: 0px;
	border:0;
	width: 780px;
}

#wrapper {
	margin: auto;
	border:0;
	width: 780px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #362c55;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 8px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-top: 1px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #6c6796;
	margin-top: 5px;
	margin-bottom: 0px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #6c6796;
	margin-top: 10px;
	margin-bottom: 0px;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #6c6796;
	margin-top: 5px;
	margin-bottom: 0px;
}
h6 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #6c6796;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
	margin: auto;
	border: 0 none;
	padding: 0 0 0 10px;
	width: 770px; /*For KHTML*/
	list-style: none;
	height: auto;
	margin-left: 10px;
}

/* OLD ROOT MENU
#navmenu {
padding: 0 0 0 10px;
margin: auto;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
text-align: center;
}
ul#navmenu {
margin: auto;
padding: 0 0 0 20px;
list-style: none;
}
*/

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: auto;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 150px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
	width: 150px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
	font: bold 11px Arial;
	color: white;
	background-color: #6c6796; 
}

/* Root Menu */
ul#navmenu-h a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	text-decoration: none;
	height: auto!important;
	height: 1%; /*For IE*/
	width: auto;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 8px 5px 8px;
	background-color: #6c6796; 
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-color: #B7B6D7; 
	color: #333333;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	color: white;
	border: 1px solid #666666;
	background-color: #6c6796; 
	line-height:1em;
	margin-top: 2px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #FFFFFF thin solid;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background-color: #B7B6D7; 
	color: white;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#index .index, #about .about, #success .success, #strategies .strategies, #products .products, #art .art, #events .events, #contactus .contactus, #newsletter .newsletter, #sitemap .sitemap
{
background-color: #B7B6D7; 
color: white;
border-color: #B7B6D7; 
}

#content-full {
	width: 740px;
	margin: auto;
	padding-top: 25px;
}
.content-full a {
	color: #362c55;
}
.content-full a:hover {
	font-weight: bold;
}
.content-full a:visited {
	color: #362c55;
}
#content-full2 {
	width: 740px;
	margin: auto;
	padding-top: 25px;
}
#content-full2 a{
	color: #6c6796;
	text-decoration: underline;
	font-weight: normal;
}
#content-full2 a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#content-full-home {
	width: 740px;
	margin: auto;
}
.content-full-home a {
	color: #362c55;
}
.content-full-home a:hover {
	font-weight: bold;
}
.content-full-home a:visited {
	color: #362c55;
}

#content-left {
	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 15px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#content-left a {
	color: #362c55;
	text-decoration: underline;
	font-weight: normal;
}
#content-left a:hover {
	color: #6c6796;
	text-decoration: underline;
}
#content-leftHOME {
	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 15px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
.homelink a {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
.homelink a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#content-left2 {
	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 15px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#content-left2 a {
	color: #362c55;
	text-decoration: underline;
	font-weight: normal;
}
#content-left2 a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#content-leftSAFETY {
	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 15px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#content-leftSAFETY a {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
#content-leftSAFETY a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#content-right {
	float: left;
	width: 160px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin: 5px;
	padding: 5px;
	text-align: right;
}

ul.home {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.home li { list-style-type: disc; color: #FF0000; padding-bottom: 8px;}

ul.home a {
	color: #362c55;
	text-decoration: none;
	font-weight: bold;
}
ul.home a:hover {
	color: #ff0000;
	text-decoration: underline;
}
ul.home2 {margin-top: 0px; margin-bottom: 8px; color: #362c55;}
ul.home2 li { list-style-type: disc; padding-bottom: 1px;}

ul.successstories {
	margin-top: -10px;
}
ul.successstories li {
	margin-top: 0px;
}

ul.giftcard {
	margin-top: 0px;
	font-size: 12px;
}
ul.giftcard li {
	margin-top: 0px;
}
ul.awards {
	margin-top: 0px;
}
ul.awards li {
	margin-top: 0px;
}
ul.awards a {
	color: #362c55;
}
ul.awards a:hover {
	color: #ff0000;
}
ul.awards a:visited {
	color: #362c55;
}

ul.digital {
	list-style-image: url(images/checkmark.jpg);
}
ul.digital li {
	padding-bottom: 10px;
}
ul.digital a{
	color: #362c55;
}
ul.digital a:hover {
	color: #ff0000;
}
ul.funds {list-style-position: inside;}

.smaller {
	font-size: 12px;
	text-align: center;
}
.smaller a {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
.smaller a:hover {
	color: #6c6796;
	text-decoration: underline;
}

.small {
	font-size: smaller;
}
.clear{clear:both;}


#footer {
	clear: both;
	padding-top: 8px;
	text-align: center;
	font-size: 11px;
	margin: 0px auto;
	border:0;
	width: 780px;
}
#footer a{
	color: #343434;
	padding: 4px;
}
#footer a:hover {
	color: #6c6796;
}


/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}
/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

.floatleft {
	float:left;
	margin-right: 6px;
}
.floatleft2 {
	float:left;
	margin-right:45px;
}
.floatright{float:right;
padding-left: 15px;}

.links {
	float: right;
	padding: 10px;
	margin: 0px 15px 12px 12px;
	background-color: #b7b6d7;
	border: #362c55 thin solid;
	font-size: 12px;
	width: 250px;
}
.links a {
	color: #362c55;
}
.links a:hover {
	font-weight: bold;
}
.links a:visited {
	color: #362c55;
}

ul.sitemap {
	list-style-type: none;
	margin-left: 190px;
	padding-left: 0;
	font-weight: bold;
}
ul.sitemap li {
	padding-left: 1.1em;
	margin-top: 2px;
}
ul.sitemap li a {
	margin-left: -1.1em;
	padding-left: 1em;
	background-color: transparent;
	background-image: url(images/icon_webdev.gif);
	background-repeat: no-repeat;
	background-position: -2px center;
}
ul.sitemap li ul {
	background-color: transparent;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: -1.4em 0 0 -1.6em;
	padding: 1.4em 0 0 0.6em;
}
ul.sitemap li a.parent {
	background-color: transparent;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
}
ul.sitemap li ul li {
 margin-left: 1cm;
 padding-left: 10px;
}

.green {font-weight: bold; color:#006600;}
.green2 {font-weight: bold; color: #006600; font-size: 16px; margin-bottom: 0px; font-style: italic;}
.red {color: #FF0000;}

.othersites1 {color: #FF0000; font-weight: normal; font-size: 14px; }

.othersites a {
	color: #362c55;
	text-decoration: underline;
	font-weight: normal;
	font-size: 95%;
}
.othersites a:hover {
	color: #ff0000;
}
.othersites2 {
	background-color: #b7b6d7;
	border: #362c55 thin solid;
	color: #FF0000;
	padding: 10px;
	text-align: center;
}
.othersites2 a {
	color: #362c55;
}
.othersites2 a:hover {
	font-weight: bold;
}
.othersites2 a:visited {
	color: #362c55;
}

/* used on new digital incentives page */
#contentwrapper2{ width: 100%; padding-top: 1px; padding-bottom: 20px;}
#contentwrapper2 a {color: #6c6796; }
#contentwrapper2 a:hover {color: #FF0000; }

#contentcolumn{
margin: 0 160px 0 340px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 280px; /*Width of left column in pixel*/
}

#rightcolumn{
float: right;
width: 150px; /*Width of right column*/
}
/* end of code used on digital incentives page */

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* used on new home page june 2010 */
#contentwrapper{
width: 100%;
padding-top: 25px;
}
#contentcolumn2{
margin-left: 360px; /*Set left margin to LeftColumnWidth*/
text-align:justify;
}

#leftcolumn2{
float: left;
width: 325px; /*Width of left column*/
text-align:justify;
}

.h7 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #6c6796;
	margin-top: 5px;
	margin-bottom: 0px;
}
/* end */

/* strategies page june 2010 */
#strat
{ 	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-left: 15px;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
#strat p {margin-bottom: -2px;}
#strat ul {margin-top: 0px;}
#strat li {
  display: inline;
  padding: 0 15px 0 0;
  text-align: center;
  margin-top: 0px;
}
#strat a {color: #FF0000;}
#strat a:hover {color:#6666FF;}
.strat a {color: #FF0000;}
.strat a:hover {color:#6666FF;}
#content-strat {
	width: 740px;
	margin: auto;
	padding-top: 5px;
}
#content-strat a {color: #6666FF;}
#content-strat a:hover {color: #ff0000;}

/* wow page july 2010 */
#contentwrapper3{ width: 100%; }
#contentwrapper3 p {margin-bottom: 0px;}
#contentwrapper3 a {color: #6c6796; text-decoration: none; }
#contentwrapper3 a:hover {color: #FF0000; }
#content-wow {
	width: 740px;
	margin: auto;
	padding-top: 25px;
}
#wow a {color: #362c55; text-decoration: underline; }
#wow a:hover {color: #FF0000; }
#wow_red {width: 100%;}
#wow_red p {margin-top: 0px; margin-bottom: 15px;}
#wow_red a {color: #FF0000; text-decoration: none; font-style: italic;}
#wow_red a:hover {color: #6c6796;}
.presentation {font-style: italic; font-weight: bold; text-align: right; padding-right: 15px; margin-top:0px; margin-bottom: 0px;font-size: 16px;}
.presentation a { color: #362c55; text-decoration: none; }
.presentation a:hover {	color: #ff0000; text-decoration: underline;}
.presentation2 {text-align: right; padding-right: 15px; margin-top:0px; margin-bottom: 0px;font-size: 11px;}
