@charset "UTF-8";
/* Reset - thanks Eric Meyer. You da bomb.
***************************************************************************************************/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
textarea {
	margin: 0;
	padding: 0;
}
/* General Styles - default html element styles
***************************************************************************************************/
body {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f3f2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}
h1 {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h4 {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
h5 {
	font-weight: bold;
	font-size: 12px;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul {
	overflow: hidden;
	margin-bottom: 10px;
}
li {
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: outside disc;
}
a {
	color: #8ac640;
}
hr {
	height: 1px;
	border: none;
	border-top: solid 1px #d6d6d5;
	display: block;
}
input:focus, textarea:focus {
	background-color: #FFFFE0;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px auto 18px auto;
	width: 100%;
}
th {
	padding: 5px 7px 3px 7px;
	font-weight: bold;
	background-color: #8ac640;
	background-image: url(/images/thBg.gif);
	color: #fff;
	border-left: 1px solid #b1de88;
	white-space: nowrap;
}
td {
	padding: 3px 7px;
	background-color: #F1F3F2;
	border: 1px solid #ddd;
}
tr {
}
caption {
	color: #999;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
strong {
	font-weight: bold;
}
/* Helper Styles - forms, notifications/errors, consistent items with normally just one class 
***************************************************************************************************/
.byline {
	display: block;
}
.byline img {
	display: block;
	margin-bottom: 10px;
}
input.error {
	background-color: #FFDFDF;
}
.formError {
	background-color: #FFDFDF;
	border: solid 1px #F00;
	padding: 5px;
	font-size: 12px;
	background-image: url(/images/iconError.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 27px;
	display: none;
}
.form2Column {
	margin: 0 0 0 -20px;
	padding: 0;
	font-size: 12px;
}
fieldset {
	border: solid 1px #ddd;
	padding: 20px;
	background-color: #F1F3F2;
}
fieldset ul {
	margin-bottom: 0;
}
.form2Column li {
	border-top: solid 1px #ddd;
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
	width: 298px;
}
.form2Column label {
	display: block;
	font-weight: bold;
	height: 44px;
	margin-bottom: 5px;
}
.form2Column label.alt {
	height: auto;
}
.form2Column select {
	display: block;
}
.form2Column input {
}
.form2Column .textbox {
	height: 18px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column .required {
	background-image: url(/images/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form2Column li.error {
	background-image: url(/images/iconRequiredError.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form2Column input[type="text"] {
	height: 15px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column textarea {
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form2Column #ctl01_ImageButton1 {
	margin-top: 10px;
}
fieldset img[alt="Ajax Loader"] {
	display: none;
	position: relative;
	top: -10px;
	left: 10px;
}
#fsDeliverMethod li {
	width: 280px;
	float: left;
	list-style: none;
	margin-left: 0;
}
#fsDeliverMethod li:first-child {
	margin-right: 20px;
	padding-right: 20px;
	border-right: solid 1px #ccc;
}
#fsDeliverMethod img[alt="Icon"] {
	float: left;
	margin-right: 10px;
}
#fsDeliverMethod label {
	font-weight: bold;
}
/* Page Structure - header, footer and the generic layout blocks
***************************************************************************************************/
#divHeader {
	position: relative;
	z-index: 1;
	background-position: 0 0;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#divBody {
	background-color: #fff;
	background-image: url(/images/bodyBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#divLocalNav {
	position: absolute;
	top: 20px;
	left: -240px;
	width: 220px;
	z-index: 0;
}
#divMainContent {
	position: relative;
	width: 980px;
	float: left;
}
#divBodyCopy {
	margin-left: 280px;
	padding-top: 20px;
	position: relative;
	min-height: 600px;
}
#divFooter {
	font-size: 11px;
	color: #666;
	background-image:url(/images/footerBg.png);
	background-repeat:no-repeat;
	position: relative;
	padding-bottom: 10px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
/* Page Components - most of your styles will be in here 
***************************************************************************************************/
#divSkip {
	display: none;
}
#divHeader img#imgKaseyaLogo {
	display: block;
}
#divHeader #ulGlobalOptions {
	padding-left: 0;
	display: inline;
	position: absolute;
	top: 20px;
	right: 40px;
	overflow: visible;
}
#divHeader #ulGlobalOptions > li {
	font-size: 13px;
	height: 23px;
	margin-left: 20px;
}
#divHeader #ulGlobalOptions li {
	display: block;
	float: left;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #666;
}
#divHeader #ulGlobalOptions a {
	text-decoration: none;
}
#divHeader #ulGlobalOptions a:hover {
	text-decoration: underline;
}
#divHeader #ulGlobalOptions li img {
	margin-right: 10px;
}
#divHeader #ulGlobalOptions #liLanguage {
	background-image:url(/images/iconGlobe.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 23px;
}
#divHeader #ulGlobalOptions #liLanguage > ul {
	position: absolute;
	top: 22px;
	left: 4px;
	background-image: url(/images/flyoutBgFFF.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #ccc;
	width: 222px;
	padding: 5px 0 10px 3px;
	z-index: 3;
	display: none;
}
#divHeader #ulGlobalOptions #liLanguage ul li {
	display: block;
	margin: 3px 0 0 15px;
	font-size: 11px;
	list-style: none;
	float: none;
}
#divHeader #ulGlobalOptions #liContact {
	background-image:url(/images/iconEmail.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 23px;
}
#divHeader #ulGlobalOptions #liContact > ul {
	position: absolute;
	top: 22px;
	left: 114px;
	background-image: url(/images/flyoutBgFFF.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #ccc;
	width: 222px;
	padding: 5px 0 10px 3px;
	z-index: 3;
	display: none;
	overflow: visible;
}
#divHeader #ulGlobalOptions #liContact ul li {
	margin: 3px 0 0 15px;
	font-size: 11px;
	list-style: none;
	float: none;
	display: block;
}
#divHeader #ulGlobalOptions #liContact h4 {
	margin: 0;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact dt {
	width: 60px;
	float: left;
}
#divHeader #ulGlobalOptions #liContact dd {
	display: block;
}
#divHeader #ulGlobalOptions #liContact #liContactPhone {
	overflow: visible;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact #liContactEmail {
	padding-top: 10px;
	overflow: visible;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial {
	padding-top: 10px;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul {
	padding-left: 0;
	margin-bottom: 0;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul li {
	margin: 0 0 5px 0;
	float: left;
	width: 45%;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul li img {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
}
#divHeader #ulGlobalOptions #liPhone {
	font-weight: bold;
}
#divHeader #ulGlobalNav {
	padding-left: 0;
	width: 940px;
	height: 40px;
	background-color: #3e67b1;
	background-repeat: repeat-x;
	margin: 0 auto;
	overflow: visible;
}
#divHeader #ulGlobalNav > li {
	list-style: none;
	margin: 0;
	display: inline;
}
#divHeader #ulGlobalNav > li > a {
	height: 40px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#liGetStarted a {
	width: 130px;
	background-image: url(/images/globalNavTabsBg.png);
}
#liGetStarted a:hover {
	background-position: 0 80px;
}
#liGetStarted a.selected {
	background-position: 0 40px;
}
#liItDepartments a {
	width: 154px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -130px 0;
}
#liItDepartments a:hover {
	background-position: -130px 80px;
}
#liItDepartments a.selected {
	background-position: -130px 40px;
}
#liServiceProviders a {
	width: 164px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -284px 0;
}
#liServiceProviders a:hover {
	background-position: -284px 80px;
}
#liServiceProviders a.selected {
	background-position: -284px 40px;
}
#liProducts a {
	width: 101px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -448px 0;
}
#liProducts a:hover {
	background-position: -448px 80px;
}
#liProducts a.selected {
	background-position: -448px 40px;
}
#liProducts > ul > li > a > img {
	vertical-align: middle;
}
#liServices a {
	width: 96px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -549px 0;
}
#liServices a:hover {
	background-position: -549px 80px;
}
#liServices a.selected {
	background-position: -549px 40px;
}
#liCompany a {
	width: 106px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -645px 0;
}
#liCompany a:hover {
	background-position: -645px 80px;
}
#liCompany a.selected {
	background-position: -645px 40px;
}
#liSupport a {
	width: 94px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -751px 0;
}
#liSupport a:hover {
	background-position: -751px 80px;
}
#liSupport a.selected {
	background-position: -751px 40px;
}
#liEvents a {
	width: 95px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -845px 0;
}
#liEvents a:hover {
	background-position: -845px 80px;
}
#liEvents a.selected {
	background-position: -845px 40px;
}
#ulGlobalNav ul.flyout {
	background-image: url(/images/flyoutBg.png);
	background-position: bottom;
	font-size: 12px;
	padding: 2px 0 5px 0;
	position: absolute;
	top: 150px;
	width: 222px;
	z-index: 2;
	display: none;
}
#ulGlobalNav ul.flyout li {
	list-style: none;
	margin: 0;
}
#ulGlobalNav ul.flyout li a {
	background-image: none;
	display: block;
	margin: 0;
	padding: 5px 0 0 12px;
	width: 210px;
	height: 24px;
	color: #666;
	text-decoration: none;
}
#ulGlobalNav ul.flyout li a:hover {
	color: #333;
	background-image: url(/images/flyoutBgOver.png);
	background-position: top left;
}
#liGetStarted ul.flyout {
	left: 40px;
}
#liItDepartments ul.flyout {
	left: 168px;
}
#liServiceProviders ul.flyout {
	left: 322px;
}
#liProducts ul.flyout {
	left: 486px;
}
#liServices ul.flyout {
	left: 587px;
}
#liCompany ul.flyout {
	left: 683px;
}
#liSupport ul.flyout {
	left: 789px;
}
#liEvents ul.flyout {
	left: 763px;
}
#divHero {
	width: 740px;
	height: 210px;
	background-repeat: no-repeat;
}
#divHero h1 {
	display: none;
}
#divHero p {
	display: none;
}
#divLocalNav > ul {
	padding-left: 0;
}
#divLocalNav li {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 9px 0 8px 0;
	border-bottom: solid 1px #d6d6d5;
}
#divLocalNav li:first-child {
	padding-top: 0;
}
#divLocalNav li.last {
	padding-bottom: 0;
}
#divLocalNav li.branch {
	padding: 9px 0 9px 0;
	border: none;
}
#divLocalNav ul ul li {
	border: none;
}
#divLocalNav ul ul li.last {
	padding-bottom: 0;
	border: none;
}
#divLocalNav a {
	text-decoration: none;
}
#divLocalNav a:hover {
	text-decoration: underline;
}
#divLocalNav a.selected {
	color: #333;
}
#divLocalNav a.selected:hover {
	text-decoration: none;
}
#divFooter h4 {
	font-size: 12px;
	color: #666;
	margin-top: 0;
	margin-bottom: 9px;
}
#divFooter > ul {
	padding-top: 20px;
	padding-left: 0;
}
#divFooter li {
	list-style: none;
}
#divFooter ul li {
	display: block;
	float: left;
	margin-left: 25px;
}
#divFooter ul li a img {
	margin-top: 5px;
}
#divFooter ul li ul {
	padding-left: 0;
}
#divFooter ul li ul li {
	float: none;
	margin: 0;
}
#divFooter a {
	color: #666;
}
/* Overrides - you shouldn’t need to use this very much
***************************************************************************************************/
#trial1 {
	background-image: url(/images/trial1Bg.jpg);
	background-repeat: no-repeat;
	height: 216px;
	margin-bottom: 20px;
}
#trial1 #trialProvider, #trial1 #trialIT {
	float: left;
	height: 161px;
	padding: 55px 0px 0px 20px;
	width: 330px;
}
#trial1 #trialProvider p, #trial1 #trialIT p {
	color: #fff;
	margin: 0px 0px 60px 125px;
	width: 180px;
}
#trial1 #trialProvider .btn a {
	background-image: url(/images/btnTrialProvider.gif);
	display: block;
	height: 40px;
	text-decoration: none;
	width: 309px;
}
#trial1 #trialProvider .btn a:hover {
	background-image: url(/images/btnTrialProviderOver.gif);
}
#trial1 #trialProvider .btn a span, #trial1 #trialIT .btn a span {
	visibility: hidden;
}
#trial1 #trialIT .btn a {
	background-image: url(/images/btnTrialIT.gif);
	display: block;
	height: 40px;
	text-decoration: none;
	width: 309px;
}
#trial1 #trialIT .btn a:hover {
	background-image: url(/images/btnTrialITOver.gif);
}
#trial2 {
	background-image: url(/images/trial2Bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#trial2 h2 {
	color: #fff;
	float: left;
	font-size: 21px;
	height: 25px;
	line-height: 23px;
	padding: 20px 0px 0px 20px;
}
#trial2 > h2:first-child {
	width: 155px;
}
#trial2 > ul {
	clear: both;
}
#trial2 > ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 20px;
	width: 135px;
}
#trial2 > ul li h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#trial2 > ul li p {
	color: #dcdcdc;
	font-size: 95%;
	line-height: 120%;
}
#trial2 > ul li .btn a {
	background-image: url(/images/btnTrialSelect.gif);
	display: block;
	height: 29px;
	text-decoration: none;
	width: 135px;
}
#trial2 > ul li .btn a:hover {
	background-image: url(/images/btnTrialSelectOver.gif);
}
#trial2 > ul li .btn a span {
	visibility: hidden;
}
#trial3 {
	background-color: #000;
	background-image: url(/images/trial3Bg.gif);
	background-repeat: no-repeat;
	padding: 20px;
}
#trial3 > p {
	color: #fff;
}
