@charset "UTF-8";
/* CSS Document */
html{
	width: 100%;	
	height: 100%;	
}
body{
	margin: 0px;
	background: #FFFFFF;
	background-size: contain;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #666666;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
	-webkit-backface-visibility: initial !important;
	/* -webkit-transform: none */
	}
#mainDiv{
	margin:0px;
	width:1200px;
	padding-top: 80px; /*140px*/
	position: relative;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;	
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

#mainDiv.home{
	padding-top: 140px;
}

#fixedHeader
{
	display: block;
	background-color: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 140px;
	z-index: 999;
	/*
	border-bottom: 1px solid #c2001f;
	-webkit-box-shadow:#000000 0px 0px 10px;
	-moz-box-shadow:#000000 0px 0px 10px;
	box-shadow: 0px 0px 10px #000000;
	*/
	behavior: url(/PIE.php);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}


#fixedHeader.fixedHeaderWithTranistions
{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

#fixedHeader.fixedHeaderSmaller
{
	height: 140px;
	padding-bottom: 0px;
	top: -30px;
	/*border-bottom: 1px solid #ffc33e;*/
}

#fixedHeader.hiddenHeader
{
	display: none;	
}

#logo.logoSmaller{
	top: 32px;
	left: 30px;
	width: 174px;
	height: 70px;
}

#logo{
	background: transparent url() no-repeat top center;
	width: 209px;
	height: 80px;
	position: absolute;
	top: 18px;
	left: 20px;
	padding-left: 20px;
	z-index: 999999;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
#fixedHeader.fixedHeaderSmaller #navBg{
	height: 54px;
}
#fixedHeader.fixedHeaderSmaller #navlinks {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    margin-left: 375px;
    margin-top: 12px;
	list-style-type: none;
}
#fixedHeader.fixedHeaderSmaller #navlinks li:last {
	border-right: none;
}
#fixedHeader.fixedHeaderSmaller #navlinks a{
	display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #e31d1a;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
#fixedHeader.fixedHeaderSmaller #phoneDiv{
	margin-top: 23px;
}
*/

#navBg{
	background: transparent url(/images/design/nav_solid1.png) no-repeat top center;
	width:1200px;
	height: 140px;
	float: left;
	margin:0px auto 0px auto;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#navlinks{
	float: left;
	padding: 0;
	list-style: none;
   margin: 42px 0px 0px 325px;
	list-style-type: none;
}
#navlinks li {
	float: left; 
	display: inline;
}
#navlinks a{
	display: block;
    padding: 0px 16px 0px 16px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #00b2db;
    font-weight: 300;
    text-decoration: none;

}
#navlinks a:hover{
	color: #e6d8bb;
}
#facebookNav
{
	width: 30px;
	height: 30px;
	float:right;
	margin-top: 30px;
	margin-right: 4px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#facebookNav.facebookNavSmaller
{
	margin-top: 32px;
}


#lowerNav{
	padding: 0;
	list-style: none;
	float: left;
    margin: 3px 0px 0px 300px;
}

#lowerNavLinks li {
	float: left; 
	float: left; 
	display: inline;
}
#lowerNav a{
	display: block;
	padding:0px 14px 0px 14px; 
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	text-decoration:none;
}
#lowerNav a:hover{
	text-decoration: underline;
}
.phone{
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    float: left;
    margin: -22px 0px 0px 650px;
}
.phoneTwo{
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    float: right;
    margin: -55px 0px 0px 0px;
    padding-right: 60px;
}
#columnContainer{
	background:url(/images/design/watercolor-top.png) no-repeat top left;
	width: 1200px;
	min-height: 400px;
	float: left;
}
#columnContainer h1{
	font-family: StephanieMarieJFPro;
	font-weight: normal;
	font-size: 50px;
	color: #00b2db;
	line-height: 40px;
}
#columnContainer p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
	margin:-5px 0px 0px 0px;
	line-height: 28px;
}
.leftDiv{
    width: 330px;
    left: 0;
    position: absolute;
	padding-left:50px;
	margin-top: 60px;
	text-align: center;
}
.centerDiv{
    width: 330px;
	margin-left: 33%;
    position: absolute;
	padding-left:40px;
	margin-top: 60px;
	text-align: center;
}
.rightDiv{
    width: 330px;
    right: 0;
    position: absolute;
	padding-right:50px;
	margin-top: 60px;
	text-align: center;
}
.spacer{
	background:url(/images/design/spacer.png) no-repeat top left;
	width: 1px;
	height:315px;
	float:left;
	margin: 75px 0px 0px 415px;
}
.spacerRight{
	background:url(/images/design/spacer.png) no-repeat top left;
	width: 1px;
	height:315px;
	float:left;
	margin: 75px 0px 0px 380px;
}
#referralDiv{
	background:url(/images/design/help_bg.png) no-repeat top left;
	width: 1200px;
	height:122px;
	float:left;
	margin-top: 40px;
	border-top: 1px solid #dddddd;
}
#referralContainer{
	width: 1060px;
	height: 80px;
	float: left;
	margin: 15px 0px 0px 70px;
}
#referralContainer h1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #00b2db;
	margin: -35px 0px 0px 250px;
}
#careCenters{
	background: #ebf9fd url(/images/design/care-bg.png) no-repeat top left;
	width: 1200px;
	min-height: 535px;
	float: left;
    position: relative;
}

#careCenters table
{
	margin: 20px auto;
}

#careCenters table td
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 15px;
}

#careCenters img{
	/*padding: 20px;*/
}
.careHeader{
	width: 900px;
	height: 80px;
	float: left;
	margin: 15px 0px 0px 55px;
}
.careHeader h1{
	font-family: StephanieMarieJFPro;
	font-weight: normal;
	font-size: 40px;
	color: #00b2db;
	float:right;
}
 .careHeader h2{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #00b2db;
	float: left;
	margin: 40px 0px 0px 200px;
 }
.careLeft{
	width: 550px;
	height: 300px;
	float: left;
	margin: 50px 0px 0px 20px;
}
.careLeft h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #555555;
	margin-top: -5px;
    float: left;
}
.careLeft p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}
.careRight{
	width: 540px;
	height: 300px;
	float: left;
	margin: 50px 0px 0px 30px;
}
.careRight h1{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #555555;
	margin-top: -5px;
    float: left;
}
.careRight p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
}
#tanDiv{
	background: transparent url(/images/design/tan-bg.png) no-repeat top left;
	background-size: cover;
	border-top: 1px solid #dddddd;
	width: 1200px;
	min-height: 570px;
	margin-top: -30px;
	float:left;
}

.newsDiv{
	width: 370px;
	min-height: 220px;
	float: left;
	margin: 50px 25px 0px 40px;
}
.newsDiv h3{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #00b2db;
}
.newsDiv strong{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	border-bottom: 2px solid #00b2db;
    width: 100%;
    padding-bottom: 5px;
}
 .newsDiv p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555555;
 }
 .newsDiv a:link{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #00b2db;
 }

#bannerDiv{
	width: 750px;
    min-height: 500px;
    float: left;
    margin: 45px 0px 0px 0px;
	position: relative;
}
#bannerDiv img{
	border: 6px solid #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 10px #888888;
}
#footer{
	background: #555555;
	width: 1200px;
	min-height: 310px;
	float:left;
	clear: both;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
}
#footer h1{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	border-bottom: 2px solid #00b2db;
	padding-bottom: 5px;
	width: 200px;
}
#footer p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.footerContainer{
	width: 1200px;
	min-height: 300px;
	position: relative;
}
.footerContact{
    width: 245px;
    float:left;
	padding: 20px 20px 20px 40px;
	line-height: 25px;
	border-right: 1px solid #606060;
	position: relative;
}
.promiseDiv{
    width: 245px;
   padding: 20px 20px;
	line-height: 25px;
	border-right: 1px solid #606060;
	float: left;
	position: relative;
}
.employDiv{
    width: 245px;
	padding: 20px 30px;
	line-height: 25px;
	border-right: 1px solid #606060;
	float: left;
	position: relative;
}
.facebookDiv{
	width: 245px;
	padding: 20px 20px;
	line-height: 25px;
	float: left;
	position: relative;
}
#copyright{
	background: #7d7d7d;
	width: 1200px;
	min-height: 80px;
	float:left;
	text-align: center;
	padding-bottom: 25px;
}
#copyright p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	font-weight: 300;
	margin-top:15px;
}
#copyright a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #b8dded;
	line-height: 0.5px;
}
#copyright a:hover{
	color:#fff;
}


/* Alert Box */
#homeAlertBox{
	position: fixed; 
	top:110px; 
	z-index: 999999; 
	left:0; 
	width: 100%; 
	background: #ffc33e; 
	color: #353535;
	text-align: center;
	padding: 10px;
	font-weight: 700;
}

#homeAlertBox img{
	padding-right: 10px;
	width: 20px;
	height: 20px;	
	position: relative;
	top: 4px;
}
#contentBG h2 a:link
{
  	color: #000;
  	font-size: 24px;
	line-height: 1.4;
  	text-decoration: none;
}

#contentBG h2 a:hover
{
	color: #e31d1a;
}


#contentBG a:link.largeContentButton, #contentBGLayered a:link.largeContentButton, #contentFull a:link.largeContentButton, #contentBG a:hover.largeContentButton, #contentBGLayered a:hover.largeContentButton, #contentFull a:hover.largeContentButton
{
  	color: #FFFFFF;
  	font-size:18px;
  	text-decoration: none;
}



a.largeContentButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #24afec), color-stop(1, #00a1e6));
	background:-moz-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-webkit-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-o-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-ms-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:linear-gradient(to bottom, #24afec 5%, #00a1e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24afec', endColorstr='00a1e6',GradientType=0);
	background-color:#0082ba;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:10px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	box-shadow: 1px 0px 8px #888888;
	position: relative;
	behavior: url(/PIE.php);
}

a.largeContentButton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0292d0), color-stop(1, #0082ba));
	background:-moz-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-webkit-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-o-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-ms-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:linear-gradient(to bottom, #0292d0 5%, #0082ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0292d0', endColorstr='#0082ba',GradientType=0);
	background-color:#0292d0;
	position: relative;
	behavior: url(/PIE.php);
}

#content a:link.largeContentButton,#content a:visited.largeContentButton,#content a:hover.largeContentButton,#content a:active.largeContentButton
{
	color: #FFFFFF;	
}

input[type=submit].largeContentButton{
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #24afec), color-stop(1, #00a1e6));
	background:-moz-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-webkit-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-o-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:-ms-linear-gradient(top, #24afec 5%, #00a1e6 100%);
	background:linear-gradient(to bottom, #24afec 5%, #00a1e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24afec', endColorstr='00a1e6',GradientType=0);
	background-color:#0082ba;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border-radius:14px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:10px 35px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	box-shadow: 1px 0px 8px #888888;
	position: relative;
	behavior: url(/PIE.php);
}

input[type=submit].largeContentButton:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0292d0), color-stop(1, #0082ba));
	background:-moz-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-webkit-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-o-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:-ms-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background:linear-gradient(to bottom, #0292d0 5%, #0082ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0292d0', endColorstr='#0082ba',GradientType=0);
	position: relative;
	behavior: url(/PIE.php);
}

/* Added for SiteStyle update */
#contentBGLayered {
	padding:0px 0px 0px 0px;
}

#contentLayered {
	
}

.maxWidthWrapper
{
	max-width: 1000px;	
	margin: 0px auto 0px auto;
}

.layeredDivContent {
	margin-bottom: 0px;
	clear:both;
	padding: 50px;
}

.layeredEven {
	background: #FFFFFF;
	border-top: 1px solid #ffbebe;
	border-bottom: 1px solid #ffbebe;
}

.layeredOdd { 
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#fdfdfd));
	background: -webkit-linear-gradient(#FFFFFF, #fdfdfd);
	background: -moz-linear-gradient(#FFFFFF, #fdfdfd);
	background: -ms-linear-gradient(#FFFFFF, #fdfdfd);
	background: -o-linear-gradient(#FFFFFF, #fdfdfd);
	background: linear-gradient(#FFFFFF, #fdfdfd);
	-pie-background: linear-gradient(#FFFFFF, #fdfdfd);
	position: relative;
	/* PIE */
	behavior: url(/PIE.php);
}

#pageBannerPopoverContainer {
	
}

div#pageBannerPopoverContainer #adminBox { 
	background-color:transparent; 
}

div#pageBannerPopoverContainer h1 { 
	left: 0px; 
	width:auto; 
}

contentBGFullContentLayered { 
	width: 100%;
	padding: 20px 0px 20px 0px;
	float:left;
}

#updateLinkButton {
	font-size:12px;
	margin-top:5px;
	display:none;	
}

/* Fix for checkboxes - not sure why but they are set with -9999px left attribute above which makes them un-usable on the admin screens since they can't be seen
   This is to correct it only on those screens - pbischof@techsgi.com */
#adminFormOption input[type=checkbox] { left:0px; }

#subnav h1
{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	color: #00b2db;
}

/* START BANNER STYLES */
#sliderContainer{
	width: 1200px;
	height:456px;
	margin: -60px 0px 0px 0px;
	float:left;
	z-index: -1;
    top: 0;
    position: relative;
	overflow: hidden;
}
#sliderContainerSubpage{
	width: 1200px;
	height:344px;
	margin: 0px 0px 0px 0px;
	float:left;
	z-index: -1;
    top: 0;
    position: relative;
	overflow: hidden;
}
#sliderContainer p, #sliderContainerSubpage p{
	font-weight: 300;
	font-size: 20px;
	color: #555555;
	margin:-50px 0px 0px 0px;
	line-height: 28px;
}
#sliderContainer h1, #sliderContainerSubpage h1{
	font-weight: normal;
	font-size: 80px;
	color: #00b2db;
	margin-top: 0px;
    margin-bottom: 40px;
}
.sliderImageHolder img /* HOME PAGE BANNER STYLE */
{
	width: 1200px;
	height: 456px;
}
.sliderImageHolderSubpage img /* SUB PAGE BANNER STYLE */
{
	width: 1200px;
	height: 344px;
}
.sliderCover { /* HOME PAGE BANNER STYLE */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	background: url(/images/design/banner-cover.png) no-repeat top left;
	background-size:100% 100%;
	height: 456px;
	overflow: hidden;
}

.sliderCoverSubpage { /* SUB PAGE BANNER STYLE */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	background: url(/images/design/banner-cover.png) no-repeat top left;
	background-size:100% 100%;
	height: 344px;
	overflow: hidden;
}

.sliderTextHolder /* HOME PAGE BANNER STYLE */
{
	position: absolute;
    left: 25px;
    top: 130px;
    z-index: 9;
    width: 45%;
    width: 675px;
}
.sliderTextHolderSubpage /* SUB PAGE BANNER STYLE */
{
	position: absolute;
    left: 25px;
    top: 100px;
    z-index: 9;
    width: 45%;
    width: 1200px;
}
/* END BANNER STYLES */

#nav h1
{
	text-transform: uppercase;
}

#nav #subnavItem
{
	border-bottom: 1px solid #CCCCCC;
}

#content h2
{
	text-transform: uppercase;
}

.azureLogout {
	font-family: Lato,serif;
	float:right;
}

/* START MULTIPLE PAYMENT OPTIONS */
.multiple-payment-option {
	width: 19%;
	float: left;
	text-align: center;
	padding: 0px 3% 15px;
}
.multiple-payment-radio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#contentBG .multiple-payment-option a.largeContentButton:hover {
	line-height: 1.1;
}
.multiple-payment-option a.largeContentButton {
	width: 100%;
    padding: 10px 0px;
}
.multiple-payment-option a.largeContentButton.active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0292d0), color-stop(1, #0082ba));
	background: -moz-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background: -webkit-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background: -o-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background: -ms-linear-gradient(top, #0292d0 5%, #0082ba 100%);
	background: linear-gradient(to bottom, #0292d0 5%, #0082ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0292d0', endColorstr='#0082ba',GradientType=0);
	background-color: #0292d0;
	box-shadow: 0px 0px 10px #1aabeb;
}
/* END MULTIPLE PAYMENT OPTIONS */