body {
	background:#F4F4FF;
}
#mainWrap{
	background-color:white;
	width:960px;
	margin:0px auto;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	border:1px solid #fafafa;
	-webkit-box-shadow: 1px 3px 15px 2px #3f3f3f;
	-moz-box-shadow: 1px 3px 15px 2px #3f3f3f;
	-o-box-shadow: 1px 3px 15px 2px #3f3f3f;
	-ms-box-shadow: 1px 3px 15px 2px #3f3f3f;
	box-shadow: 1px 3px 15px 2px #3f3f3f;
	min-height: 770px;
	/* max-height: 800px; */
}
/* header style */
#mainheader{
	margin:5px 0 0 0;
}
#logoContent #headerLeft{
	float:left;
}
#logoContent h1{
	float:left;
	text-indent:-9999px;
	background:url(../img/logo.png) no-repeat;
	background-size: contain;
	width:400px;
	height:100px;
	margin:0px 0 0 55px;
}
#headerRight{
	float:right;
	font-size:17px;
	color:#b8babb;
	/* was color:#b8babb;*/
	margin:20px 50px 0 0;
}
/* if not using below, then should change to	padding-top:80px; for navlinks */
#headerRightCanadianFlag{
	float:right;
	font-size:17px;
	color:#b8babb;
	margin:7px 50px 13px 0;
	width:350px;
	vertical-align:middle;
}
#headerRight li,p{
	display:inline;
	margin:0 5px 0 0;
}
#headerRight li a{
	text-decoration:none;
}
#headerRight li a:hover{
	opacity:0.7;
}
#callUs{
	padding:10px 0 0 0 !important;
}
#navContent{
	margin:10px 0 0 0;
}
#navLinks{
	padding-top:0px;
	text-align:right;
	font-weight:normal;
	margin-right:55px;
	float: right;
}
/*amir modified*/
#navLinks ul{
	float: right;
}
#navLinks li{
	
	display:inline;
	color:#6f6f6f;
	font-size:18px;
	padding-left:15px;
}
#navLinks li a{
	color:#004F9A;
	/* used to be: color:#b8babb; */
	text-decoration:none;
}
#navLinks li a:hover{
	color:#002F5A !important;
}
#navLinks .borderRight{
	border-right:1px solid #d9d9d9;
	padding-right:15px;
	padding-left:15px;
}
.active{
	color:#004F9A !important;
}
/* end of header */

/* content css */
#mainContent{
	padding:0 0 20px 0;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	color: #333;
}
#sliderContent{
	margin:15px auto;
	width:850px !important;
	height:246px;
}
#sliderContentOtherPages{
	margin:15px auto;
	width:850px !important;
	height:246px; /* was 160*/
}
#servicesContent{
	padding:15px 0 0 50px; /* AMIR CHANGED was 5px 0 0 15px; */
	width:960px;
	height: 175px; /*AMIR*/
}
.left{
	float:left;
}
.left h1{
	margin:0 0 0 32px;
	color:#5f5f5f;
}
.left div{
	margin:10px 0 0 0;
	width:265px;
}
.left p{
	/*line-height:28px;
	font-size:14px;*/
	line-height:22px;
	font-size:13px;	
	color:#8f8f8f;
	
}
#service1{
	width:282px !important;
	background:url(../img/service1.png) no-repeat;
	width:24px;
	height:24px;
}
#service2{
	width:282px !important;
	background:url(../img/service2.png) no-repeat;
	width:24px;
	height:24px;
}
#service3{
	width:282px !important;
	background:url(../img/service3.png) no-repeat;
	width:24px;
	height:24px;
}
#servicesContent a{
	color:#5f5f5f; 
	font-size:14px;
	float:right;
	margin:0 5px 0 0;
}
#servicesContent a span{
	margin:0 5px 0 0;
	display:inline;
}
#servicesContent a span:hover{
	padding:0 5px 0 0;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	position:relative;
}
#servicesContent a img{
	position:relative;
	padding-left:2px;
}
.clear{
	clear:both;
	margin:0;
	float:none;
	display:block;
}
.threeCol{
	width: 300px;
	display: inline;
    float: left;
    margin-left: 5px; /* was 10 */
    margin-right: 5px; /* was 10 */
	min-height:10px;
}
#recentWorks{
	margin:200px 0 0 0;
	max-height:124px !important;
	font-weight:normal;
}
#recentWorks h3{
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url('../img/divider1.png');
	background-repeat: repeat-x;
	background-position: left center;
}
#recentWorks span{
	padding-right:10px;
	background:#fff;
}
.fourCol{
	width:220px;
	height:124px;
	float:left;
	margin:0 0 0 20px;
}
.fourCol a{
	font-size: 16px;
	margin: 20px;
	text-transform: uppercase;
}
.fourCol h1{
	text-align:left;
	padding:20px;
	opacity:0;
	height:80px;
	color:#fff;
}
.fourCol #firstCol{
	background:url(../img/p33.jpg) no-repeat;
	width:220px;
	height:124px;
}
.fourCol #firstCol:hover{
	color:#fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	background:url(../img/p33h.jpg) no-repeat;
}
.fourCol #secondCol{
	background:url(../img/p46.jpg) no-repeat;
	width:220px;
	height:124px;
}
.fourCol #secondCol:hover{
	color:#fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	background:url(../img/p46h.jpg) no-repeat;
}
.fourCol #thirdCol{
	background:url(../img/p18.jpg) no-repeat;
	width:220px;
	height:124px;
}
.fourCol #thirdCol:hover{
	color:#fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	background:url(../img/p18h.jpg) no-repeat;
}
.fourCol #fourthCol{
	background:url(../img/p23.jpg) no-repeat;
	width:220px;
	height:124px;
}
.fourCol #fourthCol:hover{
	color:#fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	background:url(../img/p23h.jpg) no-repeat;
}
.fourCol h1:hover{
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	opacity:1;
}
#fromBlog{
	margin:50px 0 0 0;
}
#fromBlog h3{
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url('../img/divider1.png');
	background-repeat: repeat-x;
	background-position: left center;
}
#fromBlog span{
	padding-right:10px;
	background:#fff;
}
#blogContent{
	margin-top:15px;
}
#blog2 h4{
	background:url(../img/p124.jpg) no-repeat;
	width:300px;
	height:144px;
	text-indent:-9999px;
}
#blog2 h4:hover{
	background:url(../img/p124h.jpg) no-repeat;
}
#blog3 h4{
	background:url(../img/p95.jpg) no-repeat;
	width:300px;
	height:144px;
	text-indent:-9999px;
}
#blog3 h4:hover{
	background:url(../img/p95h.jpg) no-repeat;
}
#blogText{
	color: #666666;
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
	line-height:20px;
}
.text{
	padding:10px 0 0 0;
}

.text a{
	color:#5f5f5f; 
	font-size:14px;
	float:right;
	margin:0 20px 0 0;
}
.text a span{
	margin:0 5px 0 0;
}
.text a span:hover{
	padding:0 5px 0 0;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
}
.text a img{
	position:absolute;
}
#blogTitle h1{
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
#blog1Title{
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#blogTitle a{
	color:#999999;
}
#blogTitle .rating{
	margin-top:10px;
	font-size:12px;
	color:#333333;
	padding-bottom:25px;
	border-bottom:1px solid #d9d9d9;
}
#blogTitle .date{
	border-right:1px solid #d9d9d9;
}
.right{
	float:right;
}
#blogTitle .comments{
	padding-left:5px;
	border-right:1px solid #d9d9d9;
}
.date:hover{
	color:#78f800;
	outline: 0 none;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}
.comments:hover{
	color:#78f800;
	outline: 0 none;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}
.like span:hover{
	color:#78f800;
	outline: 0 none;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}
#others{
	margin-top:25px;
}
#otherServices{
	width:455px;
	margin-left:10px;
	margin-right:10px;
}
#testimonials{
	width:455px;
	margin-left:10px;
	margin-right:10px;
}
#others h3{
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url('../img/divider1.png');
	background-repeat: repeat-x;
	background-position: left center;
}
#others span{
	padding-right:10px;
	background:#fff;
}
#slide1{
	background:url(../img/back-1.jpg) no-repeat;
	width:850px;
	height:246px;
}
#slide2{
	background:url(../img/back-2.jpg) no-repeat;
	width:850px;
	height:246px;
}
#slide3{
	background:url(../img/back-3.jpg) no-repeat;
	width:850px;
	height:246px;
}
#otherPagesHeaderGraphic{
	background:url(../img/banner-pages.jpg) no-repeat;
	width:850px;
	height:160px;
}
.sliderButton {
	padding: 4px 10px;
	margin: 2px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	font-weight: normal;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* AMIR REMOVED: */
/*	text-color: white;
*/	
}
.blue { background-color: #0F9BF2; }
.red { background-color: red; } /* #F20C0C; */
.green { background-color: #12f022; }

.gradient {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.3));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor:pointer;
}
.gradient:hover {
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: .1s;
	-moz-transition-duration: .1s;
	-o-transition-duration: .1s;
	-ms-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-box-shadow: 1px 1px 1px 1px #3f3f3f;
	-moz-box-shadow: 1px 1px 1px 1px #3f3f3f;
	-o-box-shadow: 1px 1px 1px 1px #3f3f3f;
	-ms-box-shadow: 1px 1px 1px 1px #3f3f3f;
	box-shadow: 1px 1px 1px 1px #3f3f3f;
}
.gradient:active {
	background-image: -moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0,2)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0));
	background-image: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 0px 0px #3f3f3f;
	-moz-box-shadow: 0px 0px 0px 0px #3f3f3f;
	-o-box-shadow: 0px 0px 0px 0px #3f3f3f;
	-ms-box-shadow: 0px 0px 0px 0px #3f3f3f;
	box-shadow: 0px 0px 0px 0px #3f3f3f;
}
#firstSlider{
	background:url(../img/back-1.jpg);
	width:850px;
	height:246px;
}
#secondSlider{
	background:url(../img/back-2.jpg);
	width:850px;
	height:246px;
}
#thirdSlider{
	background:url(../img/back-3.jpg);
	width:850px;
	height:246px;
}
#otherPageSlider{
	background:url(../img/banner-pages.jpg);
	width:850px;
	height:160px;
}
#featured h1{
	margin:35px 0 0 40px;
	font-size:15px;
	font-family:"Century Gothic", sans-serif;
	width:260px;
}
#featured figure{
	margin:5px 0 0 40px;
	width:260px;
	line-height:17px;
	font-family:"Century Gothic", sans-serif;
	font-size:12px;
}
#featured input{
	margin:20px 0 0 100px;
}

#featuredOtherPages h1{
	margin:45px 0 0 35px;
	font-size:24px;
}
#featuredOtherPages figure{
	margin:20px 0 0 60px;
	width:440px;
	line-height:18px;
	font-size:18px;
}
#featuredOtherPages input{
	margin:20px 0 0 60px;
}
/* end of content */

/* start of footer */
#mainFooter{
	position:relative;
	/*margin-top:2500px; */ /* was 180 AMIR deleted it - then was 0 */
	background:#4086c8;
	height:180px;
	width:100%;
	vertical-align:center;
	border-width:0;
}
#otherLinks, #otherMessage{
	margin-top:20px;
}
#otherLinks div{
	margin-top:10px !important;
}
#otherMessage div{
	margin-top:5px !important;
}
#otherLinks{
	width:200px;
	font-size:12px;
	color:#fff;
	line-height:20px;
	margin-left:40px;
}
#otherLinks .left a, .left a:hover{
	font-size:12px;
	color:#fff;
	line-height:20px;
}
#otherLinks .right a, .right a:hover{
	font-size:12px;
	color:#fff;
	line-height:20px;
}
#otherLinks .left{
	width:90px;
}
#otherLinks .right{
	width:90px;
}
#otherMessage{
	margin-right:60px;
	width:600px;
	color:#fff;
	border-left:1px solid #e0e0e0;
	padding-left:40px;
}

#otherMessage h1{
	font-size:20px;
}
#otherMessage h1.lowBottom{
	margin-bottom:10px;
}
#otherMessage span{
	margin-top:5px !important;
	font-size:12px;
	font-style:italic;
	padding-right:5px;
	padding-left:5px;
}
#otherMessage #fullDate{
	border-right:1px solid #fff;
}
#otherMessage p{
	font-size:14px;
}
#otherMessage a{
	font-size:14px;
	color:#fff;
	font-weight:700;
}
.ICCRClogo{
	height:55px;
	width:174px;
}
.collegelogo {
	height:60px;
	width:60px;
	padding-left:20px;
	padding-right:20px;
}

#subFooter{
	border-top:3px solid #446da0;
	
	background:#386da6;
	height:40px;
	font-size:10px;
	color:#4bbfff;
	width:100%;
	
	margin-top:20px;
	
}
#subFooter h5{
	margin-left:40px;
	padding-top:15px;
}

/* end of footer */

/*
#quizForm
{
  width: 592px;
  height: 33px;
  padding-left: 20px;
  margin-left: 20px;
  text-align: center;
  position: center;
}
#formHeader
{
  width: 591px;
  height: 33px;
  background-color: transparent;
  background-image: url("../img/formHeader-bg.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 33px;
  padding-bottom: 0px;
  padding-left: 33px;
  color: white;
  font-size: 16px;
  line-height: 33px;
  position: relative;
  white-space: normal;
}
*/

form.assessment {
	width: 657px;
	background: transparent url(../img/form-assessment-bg.png) repeat-y top left;
	margin: 5px 0 10px 150px;
	
	border: 1px solid #e1e2e2;
}


form.assessment fieldset legend {
	width: 591px;
	height: 33px;
	background: transparent url(../img/formHeader-bg.png) no-repeat top left;
	margin: 0;
	padding: 0 33px 0 33px;
	color: white;
	font-size: 16px;
	line-height: 33px;
	position: relative;
	white-space: normal; 
}

form.assessment fieldset legend a img {
	position: absolute;
	top: 5px;
	right: 10px;
}

form.assessment fieldset fieldset {
	margin: 0 1px 0 1px;
	width: 589px;
	padding: 25px 33px 30px 33px;
}

form.assessment fieldset fieldset legend {
	margin: 0 -33px 0 -33px;
	width: 589px;
	padding: 7px 33px 7px 33px;
	background-image: none;
	background-color: #f5f6f7;
	line-height: normal;
	/*background: transparent url(../images/form-assessment-sub-header-bg.png) repeat-x top left;*/
	color: #002653;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	
	white-space: normal; 
	word-wrap:break-word;
	display:inline;
    display:inline-block;
    display:block;
}
form.assessment fieldset fieldset legend span {
    display:block; margin:0px; padding:0px;
    width: 100%;
}

/* blech...  hack to position labels correctly in opera 10, same as we did for ie in the ie stylesheets*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	form.assessment fieldset fieldset {
		padding-top: 0;
	}
	
	form.assessment fieldset fieldset legend {
		margin-bottom: 25px;
	}
}

form.assessment fieldset fieldset ul {
	margin: 0;
	padding: 0;
}

form.assessment fieldset fieldset ul li {
	list-style: none;
	padding-bottom: 10px;
	width: 100%;
}

form.assessment fieldset fieldset ul li div.more_info {
	padding: 20px;
	width: 545px;
	background-color: white;
	border: 1px solid #e1e2e2;
}

form.assessment fieldset fieldset ul li a.help img, 
form.assessment fieldset fieldset td a.help img {
	vertical-align: top;
}

form.assessment fieldset fieldset ul li label {
	display: inline-block;
	padding: 10px 10px 0 0;
	margin-bottom: 10px;
	vertical-align: top;

}
/* AMIR : LOOK INTO THIS */
form.assessment fieldset fieldset ul li label.col_all_amir_contact_info {
	display: inline-block;
	/*padding: 10px 10px 0 0;
	margin-bottom: 10px;
	*/
	vertical-align: top;
	/* AMIR ADDED: */
	width:220px;
	float:left;
	/*to stick to old. col_all, consider chaging:*/
	padding: 0 10px 0 0;
	margin-bottom: 0;
	
}

form.assessment fieldset fieldset ul li label.col, 
form.assessment fieldset fieldset ul li label.col_all, 
form.assessment fieldset fieldset ul li label.col_all_none_display, 
form.assessment fieldset fieldset ul li label.inline {
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

form.assessment fieldset fieldset ul li label.error {
	background: transparent url(../images/error-message-bg.png) no-repeat top left;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	color: red;
	display: block;
	float: right;
	font-weight: bold;
}

form.assessment fieldset fieldset ul li div.error {
	color: red;
	display: block;
	float: right;
	font-weight: bold;
}

form.assessment fieldset.buttons {
	width: 589px;
	margin: 0;
	padding: 6px 33px 0 33px;
	height: 33px;
	background: transparent url(../img/formFooter-bg.png) no-repeat top left;
}

form.assessment fieldset.buttons a {
	vertical-align: top;
}

form.assessment fieldset fieldset table.in_assessment {
	width: 100%;
}

form.assessment fieldset fieldset table.in_assessment td{
	padding-bottom: 10px;
}

form.assessment fieldset fieldset div.hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.width_50_percent {width: 50%;}
.width_25_percent {width: 25%;}
.label_cell {padding-right: 20px;}


/* ANYTHING RELATECD TO BUTTONS */
/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button
{
  position: relative;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: pointer;
  overflow-x: visible;
  overflow-y: visible;
  font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
  font-size: 8pt;
}

button.amir-go-button
{
  background-color: transparent;
  text-align: center;
  color:white;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* background-position: right -114px; */
  /*background-clip: border-box;*/
  /*background-origin: padding-box;*/
  background-size: auto auto;  
  background-image: url("../img/button-red.png");
  height:27px;
  padding:0 0px 0 25px;
  margin-bottom:30px;
  
  border-image-width: 0 0 0 0;
}

/* Line 291 */
button.p-button
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
  background-color: transparent;
  background-image: url("../img/header-button-blue-sprite.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right -114px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

/* Line 306 */
button.p-button:hover, button.buttonHover
{
  background-position: right -152px;
}

/* Line 327 */
button.float-right
{
  float: right;
}

/* Line 306 */
button.p-button:hover, button.buttonHover
{
  background-position: right -152px;
}


/* AMIR - added following for comparison table */
/* replaced #FAF5E5 (lighter colour) with: D2E4F4 */
/* replaced #F6ECCF (darker colour) with: 96BCE0*/

/* then decided to switch dark to light nad light to E8F0F7 */
/* so, need to replace E8F0F7 with E8F0F7 and then D2E4F4 with D2E4F4. */

div.comparison_chart_wrapper_AMIR {
	margin:0 58px 0 58px;
}
div.comparison_chart {
	background-color:#E8F0F7;
	border:1px solid #e8dcc0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear:both;
	padding:2px;
	margin:0 auto 50px;
	text-align:center
}
div.comparison_chart table {
	background-color:#E8F0F7;
	border-collapse:separate;
	border-spacing:0;
	color:#6c5944;
	margin-bottom:0;
	width:100%;
}
div.comparison_chart table th, div.comparison_chart table td {
	border:0;
	border-left:2px solid white;
	border-right:1px solid #e8dcc0;
	font-weight:normal;
	text-align:center
}
div.comparison_chart table th {
	background-color:#E8F0F7;
	color:#6c5944 !important;
	font-size:1.3em;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	line-height:1.1em;
	padding:15px;
	text-transform:uppercase
}
div.comparison_chart table th span {
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	padding-left:30px;
	text-transform:capitalize;
	vertical-align:middle
}
div.comparison_chart table th span img {
	height:1.8em;
	vertical-align:top
}
div.comparison_chart table td {
	padding:13px 15px
}
div.comparison_chart table td h3, div.comparison_chart table td h4 {
	border:0;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.03em;
	margin:0;
	padding:0;
	text-transform:capitalize
}
div.comparison_chart table td h3 {
	color:#9a886f;
	font-size:24px
}
div.comparison_chart table td h4 {
	color:#6c5944;
	font-size:18px
}
div.comparison_chart table td.group_header {
	background-color:#FDFCF6;
	border-top:1px solid #e8dcc0;
	border-bottom:1px solid #e8dcc0
}
div.comparison_chart table tr:nth-child(even) {
background-color:#D2E4F4
}
div.comparison_chart table th:first-child, div.comparison_chart table td:first-child {
	border-left:none !important;
	text-align:left
}
div.comparison_chart table th:last-child, div.comparison_chart table td:last-child {
	border-right:none !important
}
div.comparison_chart .uses_product_names th {
	font-family:helvetica;
	font-size:1em;
	text-transform:none
}
div.comparison_chart .uses_product_names th:first-child {
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-size:1.4em;
	text-transform:uppercase
}

div .comparison_chart_wrapper_AMIR {
	margin-top:30px;
}


/* AMIR - FEATURE GRID FROM COFFEECUP */
#feature-grid {
	clear:both;
	padding-top:20px;
}
#feature-grid .feature {
	float:left;
	width:410px;
}
#feature-grid .odd {
	margin-right:15px;
}
#feature-grid img {
	float:left;
	margin-left:10px;/*AMIR*/
	width:32px;
	height:32px;
}
#feature-grid p {
  margin-left:60px; /*AMIR changed value*/
  line-height: 1.5em;
  margin-bottom: 2em;
  display:block;
}

/* AMIR - registration steps graphic */
#registrationSteps {
	margin:20px 50px 20px 50px;
}

/* AMIR */
#preformContent {
	margin:20px 55px 20px 55px;
	width: 850px;
}

/* AMIR */
/*
#whyUsReasons {
	margin:20px 55px 20px 55px;
	width: 850px;
}
*/

/* AMIR */
#contentAndDiagram {
	margin: 25px 55px 0px 55px;
	width:850px;
	position:relative;
}
#contentAndDiagram img {
	display:inline-block;
	width:500px;
	margin-top:0px;
	float:right;
    vertical-align:top;
}
#contentAndDiagram span {
	display:inline-block;
    width: 300px;
	vertical-align:top;
	line-height: 1.5em;
	margin-bottom: 0em;
}
#contentAndDiagram h1, h2 {
	line-height: 1.5em;
	margin-bottom: 0.5em;
  	display:block;
}


#finalComments {
	position:relative;
	margin: 10px 55px 10px 55px;
}


/* AMIR - REASON GRID FROM COFFEECUP */
#reason-grid {
	clear:both;
	padding-top:20px;
	margin-right:15px;
}
#reason-grid .reason {
	float:left;
	width:550px;
}
#reason-grid img {
	float:left;
	margin-left:10px;/*AMIR*/
	width:24px;
	height:24px;
}
#reason-grid p {
  margin-left:60px; /*AMIR changed value*/
  line-height: 1.5em;
  margin-bottom: 2em;
  display:block;
}


/* AMIR */
#contentAndDidYouKnow {
	margin: 25px 55px 0px 55px;
	width:851px;
	position:relative;
}
#contentOfContentAndDidYouKnow {
	/* position:relative; */
	float:left;
	width:550px;
}
#contentOfContentAndDidYouKnow img {
	display:inline-block;
	width:24px;
	margin-top:0px;
    vertical-align:top;

}
#contentOfContentAndDidYouKnow span {
	display:inline-block;
    width: 550px;
	vertical-align:top;
	line-height: 1.5em;
	margin-bottom: 0em;
	padding-bottom:0px;
}
#contentOfContentAndDidYouKnow h1, h2 {
	line-height: 1.5em;
	margin-bottom: 0.5em;
  	display:block;
}
/*
#didYouKnowOfContentAndDidYouKnow img {
	width:300px;
	padding-bottom:20px;
	float:right;
}
*/
#didYouKnowOfContentAndDidYouKnow {
	/*position:relative;*/
	float:right;
	width:300px;
	height:450px;
	background: url('../img/did-you-know2.png') no-repeat;
	background-size:300px 450px;
	/*
	background-attachment: fixed;
	background-image: url('../img/did-you-know2.png');
	background-repeat: no-repeat; 
	background-position: left center;
	*/
}
#didYouKnowOfContentAndDidYouKnow  h1{
	position:absolute;
	width:300px;
	margin-top:50px;
	margin-left:55px;
	/*margin-bottom:200px;*/
	font-size:18pt;
}
#didYouKnowOfContentAndDidYouKnow  span{
	position:absolute;
	width:200px;
	/*padding:0 40px 0 40px;*/
	
	margin-top:110px;
	margin-left:45px;
	margin-right:45px;
	font-size:9pt;
}



/* ONLY DOING FOR VIC2RY CONSULTING, REMOVE FROM HERE LATER ON */
div.tips_chart_wrapper_AMIR {
	margin:0 58px 0 58px;
}
div.tips_chart {
	background-color:#E8F0F7;
	border:1px solid #e8dcc0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	clear:both;
	padding:2px;
	margin:0 auto 50px;
	text-align:center
}
div.tips_chart table {
	background-color:#E8F0F7;
	border-collapse:separate;
	border-spacing:0;
	color:#6c5944;
	margin-bottom:0;
	width:100%;
}
div.tips_chart table th, div.tips_chart table td {
	border:0;
	border-left:2px solid white;
	border-right:1px solid #e8dcc0;
	font-weight:normal;
	text-align:center
}
div.tips_chart table th {
	background-color:#E8F0F7;
	color:#6c5944 !important;
	font-size:1.3em;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	line-height:1.1em;
	padding:15px;
	text-transform:uppercase
}
div.tips_chart table th span {
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	padding-left:30px;
	text-transform:capitalize;
	vertical-align:middle
}
div.tips_chart table th span img {
	height:1.8em;
	vertical-align:top
}
div.tips_chart table td {
	padding:13px 15px;
	text-align:left;
}
div.tips_chart table td h3, div.tips_chart table td h4 {
	border:0;
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	letter-spacing:0.03em;
	margin:0;
	padding:0;
	text-transform:capitalize
}
div.tips_chart table td h3 {
	color:#9a886f;
	font-size:24px
}
div.tips_chart table td h4 {
	color:#6c5944;
	font-size:18px
}
div.tips_chart table td.group_header {
	background-color:#FDFCF6;
	border-top:1px solid #e8dcc0;
	border-bottom:1px solid #e8dcc0
}
div.tips_chart table tr:nth-child(even) {
background-color:#D2E4F4
}
div.tips_chart table th:first-child, div.tips_chart table td:first-child {
	border-left:none !important;
	text-align:left
}
div.tips_chart table th:last-child, div.tips_chart table td:last-child {
	border-right:none !important
}
div.tips_chart .uses_product_names th {
	font-family:helvetica;
	font-size:1em;
	text-transform:none
}
div.tips_chart .uses_product_names th:first-child {
	font-family:"AlpinGothic", "Arial Narrow", Arial, sans-serif;
	font-size:1.4em;
	text-transform:uppercase
}

div .tips_chart_wrapper_AMIR {
	margin-top:30px;
}