/*** Define Basic Eleemnts ***/
html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding:0px;
	color: #333333;
	background: #fff;
}
div#bodyContainer
{
	color: #333333;
	background: #fff;
	width: 100%;
	padding: 0;
	margin: 0;
}

body,
p,
td,
div,
span,
input,
textarea,
select,
option
{
	font-size: 12px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

form
{
	margin:0px;
	padding:0px;
}

.small
{
	font-size: 9px;
}
.big
{
	font-size: 15px;
}

/*** General Layout Items ***/
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: underline;
	color: #333333;
}
a:hover
{
	text-decoration: none;
}
.reverseDecoration a:link,
.reverseDecoration a:visited,
.reverseDecoration a:hover,
.reverseDecoration a:active {
	text-decoration: none;
}
.reverseDecoration a:hover {
	text-decoration: underline;
}

a img.linkicon {
	margin: 0 0 0 -10px;
	border: 0;
	position: relative;
	left: 15px;
}

p
{
	margin: 8px 0 8px 0;
}
ul,
od
{
	margin: 0;
	padding: 0 0 0 16px;
}
blockquote
{
	margin: 8px 16px;
}
div.header
{
	margin: 0;
	padding: 0 0 8px 0;
}
div.footer
{
	margin: 0;
	padding: 8px 0 0 0;
}
div.content
{
	margin: 0 0 8px 0;
	padding: 0;
}
.floatleft,
.alignLeft
{
	margin: 0 16px 16px 0;
	float: left;
}
.floatright,
.alignRight
{
	margin: 0 0 16px 16px;
	float: right;
}
.floatright,
.alignRight
{
	margin: 0 0 16px 16px;
	float: right;
}
.alignCenter
{
	display: block;
	margin: 0 auto 16px auto;
}
.caption
{
	font-size: 10px;
	line-height: 12px;
}
.clear
{
	clear: both;
}
.white {
	color: #fff;
}
.blue {
	color: #001F8F;
}
.gray {
	color: #333333;
}
.green {
	color: #66bc29;
}
h1
{
	font-size: 16px;
	font-weight: normal;
	color: #66bc29;
	background: transparent;
	padding: 0;
	margin: 32px 0 14px 0;
}
h2
{
	font-size: 14px;
	font-weight: normal;
	color: #001f8f;
	background: transparent;
	padding: 0;
	margin: 16px 0 8px 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
	font-size: 14px;
	color: #001f8f;
	background: transparent;
}
h3
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background: transparent;
	padding: 0;
	margin: 12px 0 8px 0;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
{
	font-size: 12px;
	color: #333333;
	background: transparent;
}
h4
{
	font-size: 12px;
	font-weight: normal;
	color: #001f8f;
	background: transparent;
	padding: 0;
	margin: 12px 0 8px 0;
}
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active
{
	font-size: 12px;
	color: #001f8f;
	background: transparent;
}

/*** Primary Viewport ***/
#mainContainer
{
	position: relative;
	width: 935px;
	overflow: hidden;
	margin: 5px auto 10px auto;
}

/*** Header Region within mainContainer ***/
#mainHeader
{
	position: relative;
	color: #333333;
	background: transparent url(../_images/page/contentTop.png) no-repeat left bottom;
	height: 115px;
	margin: 0 16px;
}
#headerLogo
{
	float: left;
	display: inline;
	margin: 16px 0 0 0;
}

/*** Content Region within mainContainer (between header and footer) ***/
#contentArea
{
	position: relative;
}
#copyright,
#homeCopyright
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#homeCopyright
{
	left: -16px;
}
* html #homeCopyright
{
	display: none;
}
#mainContent
{
	position: relative;
	color: #333333;
	background: transparent url(../_images/page/contentMid.png) repeat-y left top;
	margin: 0 16px;
	height: 1%;
}
* html #mainContent
{
	height: 1%; /* Hack for Dumb IE */
}

#pageName
{
	position: absolute;
	top: 74px;
	left: 32px;
	height: 25px;
}
.leftBar #pageName
{
	left: 293px;
}
#pageName h1
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 576px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 28px;
}
/*** Actual Content Region - lives inside mainContent ***/
#insetContent
{
	position: relative;
	float: none;
	display: block;
	width: 839px;
	margin: 0 32px 0 32px;
	padding: 78px 0 16px 0px;
	line-height: 18px;
	min-height: 436px;
}
* html #insetContent
{
	height: 436px;
}
.leftBar #insetContent
{
	float: right;
	display: inline;
	margin: 0 32px 0 0;
	width: 576px;
}
.sideBar #insetContent
{
	margin-right: 16px;
	width: 681px;
}
.cols3 #insetContent
{
	width: 418px;
}



.topEdge
{
	margin: -32px 0 31px 0;
	height: 1px;
}
/**** Side bar ****/
#sideBar
{
	float: right;
	margin: 78px 0 48px 0;
	padding: 18px 0 0 0;
	width: 174px;
	color: #333333;
	background: transparent url(../_images/sideBar/sideBarTop.png) no-repeat center top;
}
#secondaryItems
{
	border-top: 2px solid #C0E9BB;
	margin: 32px 0 0 0;
	padding: 16px 0 0 0;
}
li.sideBar
{
	margin: 0;
	padding: 16px 0;
	color: #333333;
	background: transparent;
	position: relative;
}
ul.sideBar
{
	margin: 0;
	padding: 0 0 18px 0;
	list-style: none;
	background: transparent;
	color: #333333;
}
#sideBar li.sideBar
{
	padding: 16px;
	background: transparent url(../_images/sideBar/sideBarMid.png) repeat-y center top;
	color: #333333;
}
#sideBar ul.sideBar
{
	background: transparent url(../_images/sideBar/sideBarBot.png) no-repeat center bottom;
	color: #333333;
}
#sideBar h1,
#sideBar label.sideBar
{
	display: block;
	color: #001f8f;
	background: transparent;
	margin: 16px 0 9px 0;
	width: 100%;
	font-weight: bold;
}
#sideBar h1,
#sideBar h2,
#sideBar h3,
#sideBar h4
{
	font-size: 11px;
}

#sideBar div.rightBarBox
{
	width: 142px;
	overflow: hidden;
}


/**** Top most navigation - lives in header ****/
#tier1Nav
{
	position: relative;
	float: right;
	display: inline;
	width: auto;
	height: 25px;
	margin: 3px 220px 0 0;
}
#tier1Nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#tier1Nav ul li,
#tier1Nav ul ul
{
	display: none;
}
#tier1Nav ul li.home,
#tier1Nav ul li.contact,
#tier1Nav ul li.about,
#tier1Nav ul li.media,
#tier1Nav ul li.careers
{
	display: inline;
}
#tier1Nav ul li
{
	margin: 0 0 0 20px;
	float: left;
}
#tier1Nav ul li a:link,
#tier1Nav ul li a:visited,
#tier1Nav ul li a:hover,
#tier1Nav ul li a:active
{
	font-size: 11px;
	background: transparent;
	color: #333333;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
}
#tier1Nav ul li a:hover
{
	text-decoration: underline;
}
#tier1Nav ul li a.curMenu:link,
#tier1Nav ul li a.curMenu:visited,
#tier1Nav ul li a.curMenu:hover,
#tier1Nav ul li a.curMenu:active
{
}
/**** Solutions Navigation *****/
ul#solutionsNav
{
	margin: 0;
	padding: 0 0 0 1px;
	list-style: none;
	list-style-image: none;
	position: absolute;
	bottom: 16px;
	left: 350px;
	height: 40px;
	background: #fff url(../_images/solutionsNav/separator.gif) no-repeat left top;
}
ul#solutionsNav li
{
	float: left;
	display: inline;
	width: 123px;
	height: 40px;
	padding: 0 1px 0 0;
	background: #fff url(../_images/solutionsNav/separator.gif) no-repeat right top;
}
ul#solutionsNav li a
{
	display: block;
	width: 123px;
	height: 40px;
	overflow: hidden;
	text-indent: -250px;
}
ul#solutionsNav li#payment a
{
	background: #fff url(../_images/solutionsNav/payment.png) no-repeat left top;
}
ul#solutionsNav li#marketing a
{
	background: #fff url(../_images/solutionsNav/marketing.png) no-repeat left top;
}
ul#solutionsNav li#technology a
{
	background: #fff url(../_images/solutionsNav/technology.png) no-repeat left top;
}
ul#solutionsNav li#orderchecks a
{
	background: #fff url(../_images/solutionsNav/orderchecks.png) no-repeat left top;
	width: 142px;
}
ul#solutionsNav li#orderchecks
{
	background-image: none;
}
ul#solutionsNav li.curMenu,
ul#solutionsNav li a:hover
{
	background-position: left bottom !important;
}


/**** Secondary Breadcrumb Navigation - lives directly inside mainContent ****/
#tier2Nav
{
}
#tier2Nav ul
{
	margin: 0 0 0 32px;
	padding: 0;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	height: 35px;
}
#tier2Nav ul ul
{
	display: none;
}
#tier2Nav ul.curMenu
{
	display: block;
}
#tier2Nav ul li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 13px 0 0;
	height: 35px;
	color: #66bc29;
	background: transparent url(../_images/breadcrumbNav/separator.gif) no-repeat right center;
}
#tier2Nav ul li a
{
	display: block;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
}
* html #tier2Nav ul li
{
	width: 1%; /* Because IE <= 6 is dumb */
}
#tier2Nav ul li a:link,
#tier2Nav ul li a:visited,
#tier2Nav ul li a:hover,
#tier2Nav ul li a:active
{
	font-size: 11px;
	color: #66bc29;
	background: #fff;
	text-decoration: underline;
}
#tier2Nav ul li a:hover
{
	color: #001f8f;
	background: #fff;
	text-decoration: none;
}
#tier2Nav ul li.curMenu,
#tier2Nav ul li.curMenu a
{
	color: #66bc29;
	background: #fff none;
	text-decoration: none !important;
}

/**** Secondary tier of Navigation - lives inside mainContent floats left ****/
#tier3Nav
{
	position: relative;
	margin: 78px 0 0 32px;
	width: 231px;
	float: left;
	display: inline;
}
#tier3Nav ul
{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#tier3Nav ul ul
{
/* Enable following line to not display all submenus
	display: none; */
	margin: 0 0 0 8px;
}
#tier3Nav ul.curMenu
{
	display: block;
}
#tier3Nav ul li
{
	margin: 0 0 16px 0;
}
#tier3Nav ul li li
{
	margin: 4px 0 4px 0;
}
#tier3Nav ul li a:link,
#tier3Nav ul li a:visited,
#tier3Nav ul li a:hover,
#tier3Nav ul li a:active
{
	font-size: 11px;
	color: #001f8f;
	background: transparent;
	text-decoration: none;
}
#tier3Nav ul li a:hover
{
	color: #66bc29;
	background: transparent;
	text-decoration: underline;
}
#tier3Nav ul li a.curMenu:link,
#tier3Nav ul li a.curMenu:visited,
#tier3Nav ul li a.curMenu:hover,
#tier3Nav ul li a.curMenu:active
{
	text-decoration: underline;
}




/**** Search Area ****/
div#searchArea
{
	position: absolute;
	top: 0px;
	left: 704px;
	background: #fff;
	color: #66bc29;
	width: 205px;
	height: 29px;
	overflow: hidden;
}
div#searchArea form
{
	margin: 0;
	padding: 0;
	height: 29px;
}
div#searchArea input#searchFor
{
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	padding: 8px 0 0 5px;
	width: 175px;
	border: 0;
	height: 23px;
	font-size: 12px;
	color: #66bc29;
	background: transparent url(../_images/searchBoxEmpty.gif) no-repeat !important;
}
div#searchArea input#searchFor.empty
{
	color: #66bc29;
	background: transparent url(../_images/searchBox.gif) no-repeat !important;
}
div#searchArea input#searchButton
{
	position: absolute;
	right: 0;
	display: block;
	width: 30px;
	height: 29px;
	margin: 0;
}


/**** List items (news, events, faqs, etc.) ****/
div.list
{
}
div.list h2 /* Used for major separators, like News/Event Month */
{
	color: #66bc29;
	background: transparent;
}
div.list div.item /* First item will also have class 'first' */
{
}
div.detail div.item div.photo,
div.list div.item div.photo /* Will contain optional link and img */
{
	display: inline;
	float: right;
	margin: 0 0 8px 16px;
}
#insetContent div.photoBrowser
{
	border: 1px solid #333333;
	display: inline !important;
	float: right !important;
	margin: 0 0 0.5em 1em !important;
}
div.sideBar div.photoBrowser
{
	display: block;
	float: none;
	margin: 16px auto;
}
div.detail div.item h3.title,
div.list div.item h3.title, /* Title of item, optional link as well */
div.list div.item h3.title a:link,
div.list div.item h3.title a:visited,
div.list div.item h3.title a:hover,
div.list div.item h3.title a:active
{
	color: #001f8f !important;
	background: transparent;
	font-weight: bold;
}
div.detail div.item h3.title
{
	font-size: 16px;
	font-weight: normal;
	color: #66bc29 !important;
	background: transparent;
	padding: 0;
	margin: 32px 0 14px 0;
}


div.detail div.item div.date,
div.list div.item div.date /* Date of item if applicable */
{
	font-style: normal;
	color: #333333;
	background: transparent;
	margin: 4px 0;
}
div.detail div.item div.short,
div.list div.item div.short /* Description of item if applicable */
{
}
div.detail a.returnButton
{
	position: absolute;
	right: 0;
	top: -30px;
}
div.sideBar div.detail a.returnButton
{
	top: -30px;
	right: -170px;
}
div.detail a.returnButton:link,
div.detail a.returnButton:visited,
div.detail a.returnButton:hover,
div.detail a.returnButton:active
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
div.detail a.returnButton:hover
{
	text-decoration: underline;
}

/*** Container footer, seoAreas, teir4Nav ***/
#containerFooter 
{
	position: relative;
	display: block;
	color: #333333;
	background: transparent url(../_images/page/contentBot.png) no-repeat left top;
	padding: 26px 0 0 0;
	margin: 0 16px;
	width: 903px;
}
#seoArea
{
	float: left;
	display: inline;
	width: 335px;
	margin: 0 16px;
	font-size: 13px;
	line-height: 16px;
}
#seo2Area
{
	float: right;
	display: inline;
	width: 500px;
	margin: 0 16px;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 32px;
}



/**** Bottom navigation - lives below footer ****/
#tier4Nav
{
	display: block;
	height: 17px;
	line-height: 17px;
	margin: 1em 0;
	text-align: center;
	width: 100%;
}
#seo2Area #tier4Nav
{
	position: absolute;
	bottom: 7px;
	right: 16px;
	width: 100%;
}
#seo2Area #tier4Nav
{
	width: 500px;
}
#tier4Nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#home #tier4Nav ul li.home,
#tier4Nav ul li.solutions,
#tier4Nav ul li.about,
#tier4Nav ul li.media,
#tier4Nav ul li.careers,
#tier4Nav ul ul
{
	display: none;
}
#tier4Nav ul li
{
	margin: 0 0 0 12px;
	display: inline;
	padding: 0 13px 0 0;
	background: transparent url(../_images/footerNav/separator.gif) no-repeat right center;
	color: #333333;
}
#tier4Nav ul li a:link,
#tier4Nav ul li a:visited,
#tier4Nav ul li a:hover,
#tier4Nav ul li a:active
{
	font-size: 11px;
	background: transparent;
	color: #333333;
	text-decoration: none;
}
#tier4Nav ul li a:hover
{
	text-decoration: underline;
}
#tier4Nav ul li a.curMenu:link,
#tier4Nav ul li a.curMenu:visited,
#tier4Nav ul li a.curMenu:hover,
#tier4Nav ul li a.curMenu:active
{
}
#tier4Nav ul li.sitemap
{
	background-image: none;
	padding-right: 0;
}




/*** Footer Region below mainContainer ***/
#mainFooter
{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #66BC29 url(../_images/page/mainFooterAreaBk.jpg) repeat-x top left;
	color: #717073;
}

#mainFooter a:link,
#mainFooter a:visited,
#mainFooter a:hover,
#mainFooter a:active
{
	text-decoration: none;
}
#mainFooter a:hover
{
	text-decoration: underline;
}



#mainFooterInset
{
	position: relative;
	margin: 0 auto;
	padding: 37px 0 20px 0;
	width: 903px;
	text-align: left;
	color: #fff;
	background: transparent;
}
#mainFooterInset .footerBottom
{
	margin: 16px 16px 0 16px;
}
#mainFooterInset ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#mainFooterInset ul li
{
	margin: 10px 0;
}
#mainFooterInset a
{
	margin: 0;
}
#mainFooterInset a:link,
#mainFooterInset a:visited,
#mainFooterInset a:hover,
#mainFooterInset a:active
{
	color: #fff;
	background: transparent;
	text-decoration: none;
}
#mainFooterInset a:hover
{
	text-decoration: underline;
}
#mainFooterInset div.footerCol
{
	float: left;
	display: inline;
	width: 225px;
	margin: 0 0 0 50px;
	padding: 30px 0 0 5px;
	font-size: 13px;
}
#mainFooterInset div.footerCol1
{
	background: transparent url(../_images/footerCol/footerCol1.jpg) no-repeat top left;
	color: #fff;
}
#mainFooterInset div.footerCol2
{
	background: transparent url(../_images/footerCol/footerCol2.jpg) no-repeat top left;
	color: #fff;
}
#mainFooterInset div.footerCol3
{
	background: transparent url(../_images/footerCol/footerCol3.jpg) no-repeat top left;
	color: #fff;
}




/*** Home Specific CSS ***/
#home #pageName,
#home #tier2Nav,
#home #tier3Nav,
#home #copyright
{
	display: none;
}
#home #mainHeader,
#home #mainContent
{
	background-image: none;
}
#home #mainHeader
{
	height: 99px;
}
#home ul#solutionsNav
{
	bottom: 0px;
}
#home #mainContent
{
	margin: 0;
}
#home #insetContent
{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#home #rightCol
{
	display: inline;
	float: right;
	width: 504px;
	margin: 0 32px 0 0;
	overflow: hidden;
}
#homeTop
{
	position: relative;
	color: #333333;
	background: transparent url(../_images/home/greenTop.png) no-repeat left top;
	padding: 16px 0 0 0;
	margin: 0 16px;
}
#homeMid
{
	position: relative;
	color: #333333;
	background: transparent url(../_images/home/greenMid.png) repeat-y left top;
	margin: 0;
	padding: 0;
}
#homeContent
{
	position: relative;
	color: #333333;
	background: transparent url(../_images/home/greenTop.png) no-repeat 0 -16px;
	margin: 0;
	min-height: 565px;
	padding: 0 16px 0 0px;
	overflow: hidden;
}
* html #homeContent {
	height: 565px;
}
#home #containerFooter
{
	background-image: url(../_images/home/greenBot.png);
}
#home .footer,
#home .header
{
	margin: 0 16px 16px 16px;
}

#home #newsList {
	color: #808080;
	background: transparent url(../_images/home/homeNewsLeft.png) no-repeat scroll left top;
	bottom: -16px;
	margin: 0;
	min-height: 120px;
	padding: 0 0 0 98px;
	position: absolute;
	right: 0;
	width: 536px;
}
* html #home #newsList {
	background-image: none;
}
#home #newsList h1 {
	background: #FFFFFF url(../_images/home/homeNewsHeader.png) no-repeat scroll left top;
	border: 0 none;
	color: #808080;
	display: block;
	font-size: 10px;
	height: 11px;
	margin: -11px 0 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 66px;
	width: 66px;
}
#newsList div.moduleArea {
	background: transparent url(../_images/home/homeNewsMid.png) repeat-x scroll left top;
	color: #808080;
	margin: 0;
	padding: 16px 0;
	width: 536px;
	min-height: 80px;
}
* html #newsList div.moduleArea {
	background-image: none;
}
#newsList div.moduleArea .item {
	margin: 0 0 0.5em 0;
	padding: 0 16px 0 0;
	line-height: 1.25em;
}
#newsList div.moduleArea h3 {
	margin: 0 0 0.1em 0;
	padding: 0;
}

#home ul.homebanner
{	
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#home ul.homebanner li
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}
#home ul.homebanner li.current
{
	display: block;
}

#homeContent div.rightContent {
	width: 500px;
	float: right;
	display: inline;
	position: relative;
	margin: 0 16px 0 0;
	color: #808080;
	background: transparent;
}
#homeContent div.leftContent {
	width: 320px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 0 0 16px;
	color: #fff;
	background: transparent;
}
#homeContent div.leftContent a {
	color: #fff;
	background: transparent;
}
#homeContent div.leftContent a:hover {
	color: #001F8F;
}



.dialog input.button,
#mainContent input.button {
	border: 0;
	padding: 0;
	width: 100px;
	height: 25px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	background: transparent url( ../_images/button.gif) no-repeat left top;
	color: #001F8F;
}
.dialog input.button:hover,
#mainContent input.button:hover {
	background-position: right top;
	color: #777;
}

a.buttonAdd,
a.buttonRemove {
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	text-indent: -100em;
	color: inherit;
	background: transparent url(../_images/iconsAddRemove-12x12.png) no-repeat left bottom;
}
a.buttonAdd:hover {
	background-position: right bottom;
}
a.buttonRemove {
	background-position: left top;
}
a.buttonRemove:hover {
	background-position: right top;
}


div.dialog360 {
	width: 360px;
	color: inherit;
	padding-top: 25px;
	background: transparent url(dialogs/dialog360Top.png) no-repeat center top;
}
div.dialog360 > div {
	width: 360px;
	color: inherit;
	padding-bottom: 25px;
	background: transparent url(dialogs/dialog360Bot.png) no-repeat center bottom;
}
div.dialog360 > div > div {
	padding: 0 25px;
	width: 310px;
	color: inherit;
	background: transparent url(dialogs/dialog360Mid.png) repeat-y center top;
}
div.dialog360 p,
div.dialog360 h1,
div.dialog360 h2,
div.dialog360 h3 {
	margin: 0;
	padding: 0 0 0.5em 0
}
