/* ------------------------------ Contact us page ----------------------------------- */

#popup {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
	height:435px !important;
	width:780px !important;
	padding-top:10px;
	padding-left:10px;
}
.viewdemo {
	cursor: pointer; cursor: hand;
}
button > span {
    font-size: 84%;	
}
.button {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}
.button.small {
    border-radius: 15px;
    float: right;
    margin: 22px 5px 0;
    padding: 6px 15px;
}
.button:hover {
    background-color: #1e1e1e;
}
.button > span {
    font-size: 84%;
}
.button.b-close, .button.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.startbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:white !important;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.startbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.startbtn:active {
	position:relative;
	top:1px;
}
.continuebtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff8c00) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #ff8c00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff8c00');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#383638;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.continuebtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8c00), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #ff8c00 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ffc477');
	background-color:#ff8c00;
}.continuebtn:active {
	position:relative;
	top:1px;
}

#contact {
	height:840px;
}

#contact  address {
	margin-top:40px;
	font-family:arial;
	color:#767575;
	font-style:normal;
	font-size:14px;
}

#contact #contactform {
	float:right;
	width: 568px;
	margin-top:40px;
}

#contact #googlemap {
	margin-top:40px;
}

#contact textarea {
	background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 200px;
    margin-left: 5px;
    padding-left: 10px;
    width: 547px;
	margin-top:20px;
	resize: none;
}

#contact #formactions {
	margin-top:15px;
	padding-top:15px;
}

#contact #formactions label {
	margin-left:5px;
	margin-top:-3px;
}

#contact #formactions span {
	font-family:arial;
	color:#6b6b6b;
	font-size:13px;
}

#contact .formsubmit {
	float: right;
    margin-right: 5px;
    margin-top: -16px;
}


#contact #userFname {
    background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 5px;
    padding-left: 10px;
    width: 260px;
}
#contact #userLname {
    background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 5px;
    padding-left: 10px;
    width: 260px;
}
/* ------------------------------ About us page ------------------------------------- */
#products {
	height:1250px;
}
#products .label1 {
	width:50px;
	display:inline-block;
	color:#505050;
}
#products #package2 .label2 {
	color:#e66402;
}
#products #package1 .label2 {
	color:#39a9ce;
}
#products .product{
	height:343px;
	width:730px;
	margin-top:20px;
	position:relative;
}
#products .product .slide2 {
	width:670px;
} 
#products #product1{
	background-color:#86cccc;
	height:343px;
}
#products #product2{
	background-color:#eb8102;
	height:343px;
}

#products #product3{
	background-color:#1e83c4;
		height:343px;
}
#products .producticon {
	position:absolute;
	bottom:1px;
}
#products .productname span {
	color: #FFFFFF;
    float: right;
    font-family: Scada;
    font-size: 52px;
    line-height: 52px;
    margin-right: 35px;
    margin-top: 112px;
    width: 300px;
	
}
#products  #productslist {
	width:738px;
	float:left;
}
#products  #sidebar{
    float: right;
    width: 240px;
}

#products  #support {
	margin-top:20px;
}
.sidedivider {
	background-color: #bfbfbf;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 98%;
}

#products #userFname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}

#products #userLname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}
#weeklytips .formsubmit {
	margin-left:2px;
	margin-top:15px;
}
#weeklytips label {
	margin-left:2px;
	margin-top:15px;
}
#weeklytips span{
   color: #6B6B6B;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin-left: 40px;
    margin-top: -25px;
}
#weeklytips h3 {
	font-family:arial;
	color:#6B6B6B;
	margin-top: 15px;
}
#products .contenthover {
	padding-left:25px;
	padding-top:20px;
}
#products .contenthover h3 {
	font-family:Scada;
	font-size:20px;
	color:#1e83c4;
}
#products .contenthover p {
    color: #767575;
    font-family: arial;
    font-size: 16px;
    margin-top: 25px;
	height:200px;
	width:650px;
}
#partners {
	height:1640px;
}

#partners .features h3 {
	font-family:Scada;
	font-size:36px;
	color:#043f64;
	text-align:center;
	padding-top:28px;
} 
#partners .features p {
	font-size:14px;
	color:#767575;
	margin-top:20px;
} 
#partners .feature {
	margin-top:30px;
	width:320px;
	height:143px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:white;
	font-family:Scada;
	font-size:30px;
	text-align:center;
	padding-top:22px;
	float:left;
} 
#partners .feature img{
	margin-top:10px;
}
#partners .box1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#86cccc;
} 
#partners .box2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#f08c20;
	margin-left:30px;
} 
#partners .box3 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#1e83c4;
	margin-left:30px;
} 
#partners .features {
	height:400px;
}
#partners .services {
	margin-top:-75px;
}
#partners .service {
	height:520px;
	width:500px;
	background-color:#ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	position:relative;
	margin-top:20px;
}
#partners .service h2 {
	 color: #1e83c4;
    font-family: Scada;
    font-size: 30px;
    margin-top: 180px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    z-index: 240;
}
#partners .service p {
	font-size:14px;
	color:#767575;
	margin-top:20px;
	z-index:240;
	position: relative;
	margin-left:34px;
	width:455px;
} 
#partners .service .servicebtn {
    background-color: #f87501;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    bottom: 40px;
    color: white;
    font-family: Scada;
    font-size: 22px;
    height: 34px;
    left: 59px;    
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 240;
}
#partners .service .serviceslogan {
	bottom: 83px;
    color: #f87501;
    font-family: Scada;
    font-size: 15px;
    left: 36px;
    position: absolute;
}
#partners .service .sbtn1{
   width: 389px;
}
#partners .service .sbtn2{
   width: 278px;
}
#partners .service .sbtn3{
   width: 278px;
}
#partners .service .sbtn4{
   width: 278px;
}
#partners .service img{
	position:absolute;
	bottom:30px;
	left:0px;
	z-index:50;
}


#partners .sright {
	margin-left:15px;
}
#about {
	height:1200px;
}
#about #whoweare {
	height:515px;
}

#about  #sidebar{
    float: right;
    width: 240px;
	margin-top:20px;
}
#about  #support {
	margin-top:20px;
}
#about #userFname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}

#about #userLname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}
#about .description {
	float: left;
    width: 700px;
	margin-top:20px;
}
#about .description h3 {
	font-family:Scada;
	font-size:20px;
	color:#767575;
} 
#about .description p {
	font-size:14px;
	color:#767575;
	margin-top:20px;
} 
#whychooseus {
	height:500px;
}
#about #whychooseus .box1 {
	background-color:#f6f6f3;
	height:230px;
	width:325px;
	float:left;
	position:relative;
}
#about #whychooseus .box2 {
	background-color:#f6f6f3;
	height:230px;
	width:325px;
	float:left;
	margin-left:15px;
	position:relative;
}
#about #whychooseus .box3 {
	background-color:#f6f6f3;
	height:230px;
	width:325px;
	float:left;
	margin-left:15px;
	position:relative;
}
#about #whychooseus .row,#about #whychooseus .row2 {
	padding-top:30px;
	clear:both;
}
#about #whychooseus .number {
	font-family: Scada;
    font-size: 30px;
    left: 15px;
    position: absolute;
    top: 10px;
}
#about .row .box1 .number{
	color:#518998;
}
#about .row .box2 .number{
	color:#e87002;
}
#about .row .box3 .number{
	color:#1e83c4;
}
#about .row2 .box1 .number{
	color:#db4939;
}
#about .row2 .box2 .number{
	color:#f4b400;
}
#about .row2 .box3 .number{
	color:#013c62;
}
#about .row p {
    color: #767575;
    font-family: arial;
    font-size: 14px;
    margin-left: 58px;
    margin-top: 15px;
    width: 255px;
}
#about .row2 p {
    color: #767575;
    font-family: arial;
    font-size: 14px;
    margin-left: 58px;
    margin-top: 15px;
    width: 255px;
}
#about .person {
	height:250px;
	text-align:center;
	margin-top:35px;
	float:left;
	margin-left:25px;
}

#about .personname {
	font-family:Scada;
	font-size:20px;
	color:#135889;
	font-size:23px;
	margin-top:15px;
}
#about .persontitle {
	font-family:Scada;
	color:#868788;
	font-size:18px;
	margin-top:2px;
}
#about #ourteam  {
	height:370px;
}
#home #partnership {
	height:680px;
	margin-top:25px;
}
#home #partnership article {
	width:475px;
	margin-top:55px;
}
#home #partnership article .btn1{
	margin-top:30px;
}
#home #partnership article h3{
	font-family:Scada;
	font-size:24px;
	color:#1e83c4;
	margin-top:20px;
}
#home #partnership article p{
	font-family:arial;
	color:#868788;
	font-size:16px;
	margin-top:12px;
	height:100px;
}
#home #partnership .partnerimage {
	margin-top:20px;
}
#home .article1 {
	float:left;
}
#home .article2 {
	float:right;
}

#home #testimonials {
    height: 600px;
    margin-top: 27px;
}
#home #corporate {
	margin-top:100px;
	background-color:#e8e6e6;
	height:240px;
	text-align:center;
}
#home #corporate h3 {
	font-family:Scada;
	font-size:30px;
	color:#7a7a7b;
}
#home #corporate .container {
	padding-top:30px;
}
#home #corporate img {
	margin-top:12px;
}
.btn1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #f87401) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #f87401 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#f87401');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:151px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
	
}
.btn1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f87401), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #f87401 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87401', endColorstr='#ffc477');
	background-color:#f87401;
}.btn1:active {
	position:relative;
	top:1px;
}
#home #corporate .btn1 {
	margin-top:20px;
}
#home #testimonials .testimonial-left {
	margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    position: relative;
    width: 880px;
	margin-top:80px;
}
#home #testimonials .testimonial-left img{
	position: absolute;
    right: 1px;
}
#home #testimonials .testimonial-left div {
	color:#868788;
	font-family:arial;
	font-size:16px;
	width:690px;
	margin-top:30px;
}
#home #testimonials .testimonial-left div span {
	font-family:Scada;
	font-size:22px;
	color:#35A3BA;
}

#home #testimonials .testimonial-right {
	margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    position: relative;
    width: 880px;
	margin-top:60px;
}
#home #testimonials .testimonial-right img{
	position: absolute;
    left: 1px;
}
#home #testimonials .testimonial-right div {
	color:#868788;
	font-family:arial;
	font-size:16px;
	width:690px;
	margin-top:30px;
	padding-left:160px;
}
#home #testimonials .testimonial-right div span {
	font-family:Scada;
	font-size:22px;
	color:#35A3BA;
}

#home #grammarchecker {
	height:500px;
	position:relative;
	background-color:#f0f0ef;
}
#home #grammarchecker .productdescription h3{
    color: #1E83C4;
    font-family: Scada;
    font-size: 44px;
    line-height: 62px;
    padding-top: 75px;
}
#home #grammarchecker .productdescription p{
    color: #494647;
    font-family: Scada;
    font-size: 24px;
    margin-left: 5px;
    margin-top: 0;
}


#home #grammarchecker .productdescription li{
	color: #494647;
    font-family: arial;
    font-size: 15px;
    margin-bottom: 10px;
}
#home #grammarchecker .productdescription{
	width:500px;
	height:450px;
	float:left;
}
#home #grammarchecker .features{
    list-style-image: url("http://a22876dada16115cd28e-b2e0f457a655410868064bfa39310763.r39.cf2.rackcdn.com/checked.png");
    margin: 1.2em 2em 0;
}
#home #grammarchecker .checktext{
	background-image: url("http://a22876dada16115cd28e-b2e0f457a655410868064bfa39310763.r39.cf2.rackcdn.com/screen.png");
    background-repeat: no-repeat;    
    height: 422px;
    top:90px;
    text-align: center;
    width: 478px;
	float:right;
	position:relative;
}
#home #grammarchecker .grammarfooter {
	height:60px;
	background-color:#1e83c4;
	clear:both;
}
#home #grammarchecker .slogan { 
	position: absolute;
    right: -128px;
    top: -40px;
	z-index:300; 
}
#home #grammarchecker .screens { 
	position: absolute;
    right: -370px;
    top: 18px;
	z-index:300;
}
#home #grammarchecker #lamp { 
	left: 90px;
    position: absolute;
    top: 100px;
	display:none;
}
#home #grammarchecker #grammarcontent{ 
	  color: #808080;
    font-family: arial;
    font-size: 18px;
    height: 210px;
    margin-left: -5px;
    margin-top: 19px;
    padding-left: 15px;
    padding-top: 15px;
    resize: none;
    width: 429px;
}

#home #whychooseus {
	background-image: url("http://a22876dada16115cd28e-b2e0f457a655410868064bfa39310763.r39.cf2.rackcdn.com/blue_bg.jpg");
    background-repeat: no-repeat;    
    height: 845px;
	margin-top:100px;
}
#home #whychooseus h2 {
	color:white;
}
#home #whychooseus .container {
	padding-top:25px;
}
#home #whychooseus table{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#home #whychooseus table td{
	background-color: #FFFFFF;
    color: #383838;
    font-family: Verdana;
    font-size: 17px;
    height: 25px;
    padding-top: 20px;
    text-align: center;
}
#home #whychooseus .tdfeature {
	background-color:#fef9ee;
}
#home #whychooseus .tdhead1 {
	background: #1188cb; /* Old browsers */
	background: -moz-linear-gradient(top, #1188cb 0%, #42c1eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1188cb), color-stop(100%,#42c1eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1188cb 0%,#42c1eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1188cb 0%,#42c1eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1188cb 0%,#42c1eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1188cb 0%,#42c1eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1188cb', endColorstr='#42c1eb',GradientType=0 ); /* IE6-9 */
	font-family:Scada;
	height: 50px;
    padding-top: 15px;
	color:white;
	font-size:30px;
	text-align:center;
}
#home #whychooseus .tdhead2 {
	font-family:Scada;
	background-color:#fef9ee;
	color:#1e83c4;
	height: 50px;
    padding-top: 15px;
	font-size:30px;
	text-align:center;
}
#home #whychooseus .tdhead3 {
	background: #666767; /* Old browsers */
	background: -moz-linear-gradient(top, #666767 0%, #828383 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666767), color-stop(100%,#828383)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666767 0%,#828383 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666767 0%,#828383 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666767 0%,#828383 100%); /* IE10+ */
	background: linear-gradient(to bottom, #666767 0%,#828383 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666767', endColorstr='#828383',GradientType=0 ); /* IE6-9 */
	height: 50px;
    padding-top: 15px;
	font-family:Scada;
	color:white;
	font-size:30px;
	text-align:center;
}
nav ul li a:hover {
	color:#f4b400;
}
#demo {
	height:760px;
}
#demo #flashdemo {
    border: 1px solid #808080;
    height: 533px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 3px;
    padding-top: 3px;
    width: 799px;
	clear:both;
}
#mainContent {
	min-width:980px;
	max-width:1024px;
	margin-left	:auto;
	margin-right:auto;
	padding-top:110px;
}
#mainContent h1 {
    
    height: 92px;
	padding-left: 30px;
    padding-top: 20px;
	color: #1E83C4;
    font-family: Scada;
    font-size: 41px;
    text-align: center;
}
#articleContent p {
    color: #383838;
    font-family: verdana;
    font-size: 14px;
    margin-left: 35px;
    margin-top: 20px;
    width: 80%;
}
#articleContent ul {
    color: #383838;
    font-family: verdana;
    font-size: 14px;
    margin-left: 35px !important;
    margin-top: 20px;
    width: 80%;
}
#articleContent ul li {
	margin-top:42px;
}
#articleContent ol li {
	margin-top:25px !important;
	margin-left:35px;
}
#articleContent ol, ul {
	list-style:inside outside none !important;
}

#articleHeader .divider {
	margin-top:0px !important;
}
#articleContent{
	  margin-top: 50px;
    position: relative;
    width: 850px;
}	
#innerButton {
	height: 150px;
    padding-top: 50px;
    text-align: center;
}
#pixels {
background-color:#043F64;
}
#articleContent h2 {
	color: #1E83C4;
    font-family: Scada;
    font-size: 25px;
    padding-top: 50px;
    text-align: left;
}
#blog {
	height:1600px;
}
#blog  #categories {
	width:738px;
	float:left;
}
#blog  #sidebar{
    float: right;
    width: 240px;
	margin-top:25px;
}
#blog #userFname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}

#blog #userLname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}
#blog .category {

	height: 345px;
	width: 350px;
	margin-top:20px;
	position:relative;
	float:left;
	 margin-left: 18px;
    margin-top: 25px;
}
#blog .categoryname span {
	color: #FFFFFF;
    display: block;
    font-family: Scada;
    font-size: 35px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    top: 52px;
    width: 350px;
}
#blog #blog1{
	background-color:#fa8562;
	height:343px;
}
#blog #blog2{
	background-color:#3f9dd1;
	height:343px;
}
#blog #blog3{
	background-color:#24b0c9;
	height:343px;
}
#blog #blog4{
	background-color:#f0b14e;
	height:343px;
}
#blog #blog5{
	background-color:#6dbec4;
	height:343px;
}
#blog #blog6{
	background-color:#e36a5c;
	height:343px;
}
#blog #blog7{
	background-color:#e8c04f;
	height:343px;
}
#blog .blogimage { 
	position:absolute;
	bottom:0px;
	width:280px;
}
#blog .contenthover {
	padding-left:25px;
	padding-top:20px;
}
#blog .contenthover h3 {
	font-family:Scada;
	font-size:20px;
	color:#1e83c4;
}
#blog .contenthover p {
    color: #767575;
    font-family: arial;
    font-size: 16px;
    margin-top: 25px;
	height:200px;
	width:310px;
}


#articleContent  #sidebar{
	position: absolute;
    right: -170px;
    top: 1px;
    width: 240px;
}

#articleContent  #support {
	margin-top:20px;
}

#articleContent #userFname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}

#articleContent #userLname {
   background-color: #F4F4F4;
    border: 3px solid #C1C2C2;
    height: 30px;
    margin-left: 2px;
    padding-left: 10px;
    width: 224px;
	margin-top:15px;
}
.ditto_item {
	width:710px;
	position:relative;
}
.ditto_documentInfo {
	margin-top:10px;
}
.ditto_introText {
	margin-top:10px;
}
.ditto_pageTitle a {
	color:#1E83C4;
	font-size:24px;
}
#articleContent a{
	color:#1E83C4;
}
#multiple {
	height:1000px;
}
#multiple #form {
	height:515px;
}
#multiple #form h3 {
	color: #043f64;
    font-family: Scada;
    font-size: 23px;
    position: relative;
	text-align:center;
	margin-top:42px;
}
#multiple .banner p{
	color: #868788;
    font-family: arial;
    font-size: 16px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    width: 330px;
}
#multiple .banner {
	background-color:#ebebeb;
	height:640px;
	width:370px;
	float:left;
	margin-top:50px;
}
#multiple #calltoaction p{
	color:#f87501;
}
#multiple #calltoaction {
	text-align:left;
	padding-top:0px;
}
#multiple .mutiplebtn1 {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f87501), color-stop(1, #f87501) );
	background:-moz-linear-gradient( center top, #f87501 5%, #f87501 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87501', endColorstr='#f87501');
	background-color:#f87501;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:38px;
	width:250px;
	text-decoration:none;
	text-align:left;
	margin-top:8px;
	position:relative;
	padding-left:25px;
	margin-left:20px;
	
}
#multiple .mutiplebtn1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f87501), color-stop(1, #f87501) );
	background:-moz-linear-gradient( center top, #f87501 5%, #f87501 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87501', endColorstr='#f87501');
	background-color:#f87501;
}
#multiple .mutiplebtn1:active {
	position:relative;
	top:1px;
}
#multiple .banner img{ 
	margin-top:60px;
}
#multiple .form {
	float:right;
	width:500px;
	margin-top:50px;
}
#multiple .form input {
	border: 2px solid #c1c2c2;
    height: 35px;
    margin-top: 12px;
    width: 490px;
	padding-left:12px;
	color:#858585;
}
#multiple .form select {
	border: 2px solid #c1c2c2;
    height: 35px;
    margin-top: 12px;
    width: 507px;
	padding-left:12px;
	color:#858585;
}
#multiple .form textarea {
	border: 2px solid #c1c2c2;
    height: 185px;
    margin-top: 12px;
    width: 490px;
	padding-left:12px;
	color:#858585;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}
#multiple .wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#multiple .submit {	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f87501), color-stop(1, #f87501) );
	background:-moz-linear-gradient( center top, #f87501 5%, #f87501 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87501', endColorstr='#f87501');
	background-color:#f87501;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:38px;
	width:250px;
	text-decoration:none;
	text-align:left;
	margin-top:8px;
	position:relative;
	padding-left:25px;
	margin-left:20px;
	
}
#multiple .submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f87501), color-stop(1, #f87501) );
	background:-moz-linear-gradient( center top, #f87501 5%, #f87501 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f87501', endColorstr='#f87501');
	background-color:#f87501;
}
#multiple .submit:active {
	position:relative;
	top:1px;
}
#multipleThanks {
	height:750px;
}
#multipleThanks .banner {
	display:none;
}