@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	color: #69B038;
}
h2 {
	color: #69B038;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69B038;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h2.smaller {
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}
h2.wIcon {
	margin-left: 90px;
}
h2 a:link, h2 a:visited, h2 a:active, h2 a:focus {
	color:#69B038;
	text-decoration: none;
}
h2 a:hover {
	color:#2E4870;
}
.noFloat {
	float: none;
	display:block;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
p, #customP {
	font-size: 14px;
	line-height: 21px;
	margin-left: 0;
	margin-bottom: 12px;
}
p.wIcon {
	margin-left: 90px;
	margin-bottom: 30px;
}
body {
	background-color: #e5e8e4;
	background-image: url(cssImages/mainBG.gif);
	background-repeat: repeat-x;
}
#wrapper {
	background-image: url(cssImages/wrapperBG.gif);
	background-repeat: repeat-y;
	width: 833px;
	margin: 0 auto;
	position: relative;
}
#wrapper.c1narrow {
	background-image: url(cssImages/wrapperC1narrowBG.gif);
}
#columnOne {
	width: 330px;
	margin-left: 50px;
	float: left;
}
#columnTwo {
	width: 330px;
	float: right;
	margin-right: 50px;
}
#columnWide {
	width: 400px;
	margin-left: 50px;
	float: left;
}
#columnTwoWide {
	width: 400px;
	margin-right: 50px;
	float: right;
}
#columnFull {
	width: 730px;
	margin-left: 50px;
	float: left;
}
#columnFullg {
	width: 735px;
	margin-left: 48px;
	float: left;
}
#columnFullNoFloat {
	width: 730px;
	margin-left: 50px;
	clear: both;
}
#columnOneNarrow {
	width: 290px;
	float: left;
	margin-left: 50px;
}
#columnTwoNarrow {
	width: 290px;
	float: right;
	margin-right: 50px;
}
#columnThird1 {
	width: 230px;
	margin-left: 50px;
	float: left;
}
#columnThird2 {
	width: 230px;
	margin-left: 25px;
	float: left;
}
#columnThird3 {
	width: 230px;
	float: right;
	margin-right: 45px;
}
.paddingTop {
	padding-top: 15px;
}
#header {
	background-repeat: no-repeat;
	height: 359px;
	position:relative;
}
#homeLogin {
	position:absolute;
	bottom:0;
	right:45px;
	width:500px;
	text-align:right;
	font-size:13px;
	margin-bottom: 8px;
}
#topper {
	background-color: #191919;
	height: 54px;
	position: relative;
}
.cntrHead {
	margin: 0 auto;
	display:block;
}
#footer {
	clear: both;
	width: 791px;
	height: 144px;
	background-image:url(cssImages/footerBG.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
}
.copyright {
	text-align: center;
	color: #FFF;
	margin-top: 15px;
	font-size: 11px;
}
.subNav {
	color: #999;
	padding: 20px;
	font-size: 13px;
	text-align: center;
}
.miniNav {
	font-size: 12px;
	color: #999;
	text-align: right;
	padding-top: 17px;
	padding-right: 20px;
}
#header.home {
	background-image: url(cssImages/home-BG.jpg);
}
#header.celebration {
	background-image: url(cssImages/celebration-BG.jpg);
}
#header.appreciation {
	background-image: url(cssImages/appreciation-BG.jpg);
}
#header.recognition {
	background-image: url(cssImages/recognition-BG.jpg);
}
#header.intro {
	background-image: url(cssImages/intro-BG.jpg);
}
#header.personal {
	background-image: url(cssImages/personal-BG.jpg);
}
#header.tool {
	background-image: url(cssImages/tool-BG.jpg);
}
#header.products {
	background-image: url(cssImages/products-BG.jpg);
}
#header.launch {
	background-image: url(cssImages/launch-BG.jpg);
}
#header.browse {
	background-image: url(cssImages/browse-BG.jpg);
}
#header.boxHeader {
	background-image: url(cssImages/boxBG.gif);
}
p a:link, p a:visited, p a:active, p a:focus, li a:link, li a:visited, li a:active, li a:focus, #customP a:link, #customP a:visited, #customP a:active, #customP a:focus {
	color:#2267C4;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #2267C4;
}
p a:hover, li a:hover {
	color:#6C3;
}
.subNav a:link, .subNav a:visited, .subNav a:active, .subNav a:focus {
	color:#CCC;
	padding-bottom: 0;
	border-bottom: none;
}
.subNav a:hover {
	color:#6C3;
}
.imgRightSpace {
	padding-right: 10px;
	float: left;
}
ul.basicList {
	font-size: 14px;
	line-height: 21px;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.basicList li{
	list-style-image: url(cssImages/greetDot.gif);
}
ul.basicList h2 {
	margin-left: -20px;
}
ul.basicList li.box{
	list-style-image: url(cssImages/greetBox.gif);
}
ol.basicList {
	font-size: 14px;
	line-height: 23px;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;
}
ol.basicList li{
	padding-bottom: 8px;
}
#mainNav {
	font-size: 13px;
	white-space: nowrap;
	color:#666;
	position: absolute;
	right: 12px;
}
#mainNav li {
	display: inline;
}
#mainNav a:link, #mainNav a:visited, #mainNav a:active, #mainNav a:focus  {
	color:#CCC;
	text-decoration: none;
	padding: 20px 8px 20px 8px;
	background-image:none;
	float: left;
	border-bottom:none;
}
#mainNav a:hover, #mainNav a.selected:link, #mainNav a.selected:visited, #mainNav a.selected:active, #mainNav a.selected:focus {
	color: #75cc31;
	text-decoration: none;
	background-image:url(cssImages/navHilite.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:none;
}
#moreTouches {
	padding: 10px 0;
	clear:both;
}
.footnotes {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
}
.basicList h3 {
	margin-top: 10px;
	margin-left: -20px;
}
#columnFull.topRule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #69B038;
	padding-top: 15px;
}
.quoteAttrib, .thumbSpace1 p {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.smallerText {
	font-size: 12px;
	line-height: 15px;
}
.thumbSpace1 {
	margin: 0 15px 20px 15px;
	width: 203px;
	float: left;
}
#attnPromo {
	position: absolute;
	left: 42px;
	top: 338px;
}
.bodyHead {
	color: #69B038;
	font-weight: bold;
}
	
