 /*
  * Cascading Style Sheet (CSS 2.1) for Wizard IT Services (http://www.wizard.ca/)
  * Author: Evgueni Naverniouk, evgueni@linuxmagic.com, http://www.linuxmagic.com/
  * COPYRIGHT INFORMATION - DO NOT REMOVE
  * Copyright (c) 2008 LinuxMagic Inc. All Rights Reserved.
  *
  * All style attributes in alpha-numeric order starting from 0
  */

/*
 * ========================================
 * Global Elements and Template Styles
 * ========================================
 */

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  src: url('/fonts/OpenSans-Regular.woff');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/fonts/OpenSans-Regular.woff) format('woff');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

html,
body {
	background: #d8d8d8 ;
	color: #000;
	font-family: "Open Sans", Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif, Georgia, Courier, "Times New Roman", serif; 
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;  /* Opera Fix */
	text-align: center; /* IE Fix */
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #444;
	cursor: pointer;
}

.red {color:#900;}
.wizGreyBack {
    background-color: #f4f7fc;
}

.blueStar {
      width: 31px;
      height: 36px;
      background-image: linear-gradient(65deg, #1659bc, #4ecdc4);
      background: transparent url(/images/star.png) no-repeat center ;
      margin: 0 auto;
      margin-top: -18px;
      z-index: 5000;
}

.blueLineStar {
    height: 0.1px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #1659bc, #4ecdc4);
    border-image-slice: 1;
}

.content {
    padding: 0px;
    margin-top: 0px;
}

.pageIntro {
    padding-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    height: 74px;
    width: 980px;
    background-image: linear-gradient(89deg, #1659bc, #4ecdc4);
    display: inline-block;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.pageIntro h2 {
  margin-top: 18px;
  margin-left: 22px;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.03;
  letter-spacing: -0.7px;
  color: #ffffff;
}

.HeaderBlue,
.HeaderBlueUnderline {
      font-size: 18px;
      font-weight: bold;
      display: inline-block;
      letter-spacing: -0.7px;
/*
      color: #054392;
      color: linear-gradient(85deg, #1659bc, #4ecdc4);
*/
      padding-left: 22px;

      background-image: linear-gradient(85deg, #1659bc, #4ecdc4);
      background-image: linear-gradient(85deg, #1659bc, #3EACC2);
       -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;

}

.HeaderBlueUnderline {
      /* border-bottom: 2px solid #054392; */
      margin-right: 10px;
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      border-style: solid;
      border-bottom-width: 2px;
      border-image-source: linear-gradient(to right, #1659bc, #4ecdc4);
      border-image-slice: 1;
}

.HeaderBlueUnderline::after {
      content: url('/images/arrow-blue.png');
      position: relative;
      top: -1px;
}

.HeaderBlue {
      line-height: 2.06;
      margin-bottom: 0px;
      margin-top: 10px;
}

.HeaderWhite {
      font-size: 18px;
      font-weight: bold;
      color: #ffffff;
      padding-left: 22px;
      border-bottom: 2px solid #ffffff;
      display: inline-block;
}

#Wrapper {
        background: #fff;
	height: 980;
	height: auto; /* Gecko Fix */
	margin: 0 auto;
	min-height: 100%; /* IE Fix */
	text-align: left; /* IE Fix */
        border: 1px grey;
	width: 980px;
        padding: 0 0 0 0;
        border: solid 1px #d8d8d8;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.leftHalfPaneWhite {
    width: 488px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.57;
    display: block;
    float:left;
    padding: 0px;
    margin: 0px;
}

.rightHalfPaneWhite {
    width: 488px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.57;
    display: block;
    float:right;
    padding: 0px;
    margin: 0px;
}

.leftHalfPaneWhite p,
.rightHalfPaneWhite p,
.leftHalfPaneWhite h3,
.rightHalfPaneWhite h3 {
    padding-left: 20px;
    padding-right: 20px;
}

.lefthalfpanewhite {
    width: 489px;
    min-height: 200px;
    display: block;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.righthalfpanegrey {
    width: 489px;
    height: 200px;
    color: #4a4a4a;
    background-image: linear-gradient(112deg, #f8f8f8, #f4f7fc);
    font-size: 14px;
    line-height: 1.57;
    display: block;
    float:right;
    margin-left: 1px;
}

.righthalfpanegrey p {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.righthalfpanegrey .whitebuttonback {
    margin-left: 20px;
}

.tweetSize {
    font-size: 21px;
    line-height: 1.3em;
    color: #4a4a4a; /* grayish-brown */
}

#TopNavigation {
        width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 0 0;
        border-bottom: 2px solid #BEBEBE;
        font-family: Arial;
        font-size: 1.0em;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.3px;
        text-align: center;
        color: #9b9b9b;
}

#TopNavLeft {
        width: 600px;
        float: left;
        padding-left: 20px;
}

#TopNavRight {
        width: 350px;
        float: right;
        text-align: right;
}

#TopNavigation ul {
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopNavRight ul {
        padding-left: 80px;
}
	
#TopNavigation ul li {
	float: left;
	padding: 0;
}
		
#TopNavigation ul li a {
	color: #9b9b9b;
	display: block;
	font-size: .8em;
	height: 25px;
	line-height: 25px;
	margin: 0;
	outline: none;
	padding: 0 4px 0 0px;
	text-align: left;
	text-decoration: none;
}
			
#TopNavigation ul li a:hover {
	background: transparent url(../img/topnavigation-arrow.gif) no-repeat left center;
	color: #000;
	cursor: pointer;
}
				
#TopNavigation ul li a span.arrow {
	background: transparent url(../img/topnavigation-arrow.gif) no-repeat left center;
	float: left;
	height: 5px;
	margin: 10px 4px 0 0;
	width: 3px;
}
				
#TopNavigation ul li a:hover span.arrow {
	background-position: right center;
}
				
#TopNavigation ul li#TopNavContact a {
	padding-right: 8px;
}

#phone {
    display: block;
    padding-top: 12px;
    padding-right: 4px;
    float: left;
    clear: left;
    width: 12px;
    height: 12px;
    background-color: #9b9b9b;
    background: transparent url(/images/phone.png) no-repeat center;
}

/* #phone:active ~ * { direction: rtl } */

#mail_env {
    display: block;
    padding-top: 13px;
    padding-right: 12px;
    float: left;
    clear: left;
    width: 12px;
    height: 12px;
    background-color: #9b9b9b;
    background: transparent url(/images/envelope.png) no-repeat center;
}


#Header {
	height: 107px;
	width: 100%;
}

.Wizard {
  padding: 5px 0 0 20px;
  width: 303px;
  height: 88px;
  object-fit: contain;
  outline: none;
}

#Logo a {
	background: transparent url(../img/logo.png) no-repeat center center;
	display: block;
	height: 75px;
	outline: none;
	width: 277px;
}
		
#Logo a:hover {
	cursor: pointer;
	filter: alpha(opacity:90);
        -moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-opacity: 0.9;
}
			
#Logo h1 {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	width: 0; /*Webkit Fix */
}

#subLogo {
    height: 36px;
    width: 161px;
    float: right;
    margin: 20px;
}

#Navigation {
    height: 28px;
    margin: 0 auto;
    width: 490px;
    margin-left: 490px;
    margin-top: -25px;
}

#Navigation ul {
	height: 28px;
	list-style: none;
        margin: 8 0 0 0;
	padding: 0 0 0 0px;
}

#Navigation ul li {
	float: left;
	margin: -5 0 0 22px;
        color: #4a80cf;
        font-size: 14px;
        height: 19px;
}

#Navigation ul li a {
        color: #4a80cf;
        font-size: 14px;
        font-weight: bold;
}

#Navigation ul li a:hover{
        background-position: bottom left;
        color: #341a93;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 2px solid #341a93;
}

#Navigation ul li.on a{
        background-position: bottom left;
        color: #341a93;
        border-bottom: 2px solid #341a93;
        z-index: 1;
}

.pageMenu {
  height: 48px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  display: inline-block;
}

.pageMenu ul {
    list-style: none;
    margin-left: -30px;
    font-weight: bold;
}

.pageMenu ul li {
        float: left;
        margin: -5 0 0 22px;
        color: #4a80cf;
        font-size: 16px;
        height: 22px;
}

.pageMenu ul li a {
    font-weight: bold;
}

.pageMenu ul li a:hover{
    color: #341a93;
}

.pageMenu ul li.on a {
    color: #341a93;
}

/*
#Navigation ul li a {
	background: transparent url(../img/navigation-button-off.png) no-repeat top left;
	color: #505050;
	display: block;
	height: 28px;
	line-height: 28px;
	outline: none;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 161px;
	z-index: 0;
}
*/

.divSplitter {
      width: 980px;
      height: 3px;
      border: solid 1px #d8d8d8;
}

.divSplitterBlue {
  width: 977px;
  height: 0.1px;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #1659bc, #4ecdc4);
  border-image-slice: 1;
}

.BlueBar {
  width: 980px;
  height: 10px;
  background-image: linear-gradient(to left, #144fa7, #1659bc 51%, #144fa7);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.whitebutton {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a80cf;
  overflow: hidden;
}

.whitebuttonback {
  height: 18px;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #4a80cf;
  display: inline-block;
  padding: 8 20 8 20;
  margin-bottom: 0px;
}

.whitebuttonback a {
  color: inherit;
}

.whitebuttonback:hover {
  background-image: linear-gradient(81deg, #1659bc, #4ecdc4);
}

.whitebuttonback:hover a {
  color: #ffffff;
}

.buttonShadow {
    box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.24);
}

.smallArrow {
    background: transparent url(/images/arrow-white-small.png) no-repeat top left;
    height: 5px;
    width: 6px;
}

.mediumArrow {
    background: transparent url(/images/arrow-white.png) no-repeat top left;
    height: 9px;
    width: 11px;
}

.blueArrow {
    background: transparent url(/images/arrow-blue.png) no-repeat right;
    height: 9px;
    width: 10px;
}

.paraRight,
.paraLeft {
  font-size: 14px;
  line-height: 1.57;
  color: #4a4a4a;
  padding: 0px 20px 0px 20px;
  margin-top: -10px;
  display:block;
  vertical-align: top;
  min-height: 240px;
}

.paraRight h3,
.paraLeft h3 {
    width: 400px;
    font-weight: bold;
    line-height: normal;
    padding-top: 20px;
    padding-left: 0px;
}

.paraRight p,
.paraLeft p {
    width: 536px;
}

.txtHolder,
.picHolder {
    display: block;
}

.paraLeft .picHolder {
    margin-top: 30px;
    margin-left: 20px;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.1);
    float: right;
}

.paraLeft .txtHolder {
    float: left;
}
.paraRight .picHolder {
    margin-top: 30px;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.1);
    float: left;
}
.paraRight .txtHolder {
    margin-left: 20px;
    float: right;
}

.listBoxThird {
    background-color: #ffffff;
    width: 297px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.listBoxThird ul {
    list-style: none;
}

.listBoxThird ul li {
    margin-left: -20px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    padding-bottom: 5px;
}

.listBoxThird ul li:hover {
    color: #4ecdc4;
}

#oldContent {
	background: #F8F8F8 url(../img/content-bg.gif) repeat-x top left;
	border: 1px solid #BEBEBE;
	border-top: 0;
        font-size: 14px;
        line-height: 22px;
        color: #4A4A4A;
	margin: 0 auto;
	overflow: visible;
	padding: 40px 30px;
	width: 738px;
}

#Content {
    font-size: 14px;
    line-height: 22px;
}

#Content h2 {
	border-bottom: 1px dotted #A1A1A1;
	color: #1055BD;
	font-size: 14px;
}
	
#Content h2 span {
	color: #444;
}

#Content h3 {
	color: #1055BD;
	font-size: 13px;
}
		
#Welcome h2,
#OurServices h2	{
	border-bottom: 1px dotted #A5A5A5;
	font-size: 0;
	height: 14px;
	margin: 8px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}
	
#Content p {
        color: #3D3D3D;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
	
	#Content a {
		color: #1055BD;
		text-decoration: none;
	}
	
		#Content a:hover {
			color: #000;
		}
		
		#Content #TitleWelcome {background: transparent url(../img/title-welcome.gif) no-repeat top left;}
		#Content #TitleServices {background: transparent url(../img/title-services.gif) no-repeat top left;}
		
		#Content #Servicing {
			background: transparent url(../img/banner-servicing.gif) no-repeat top left;
			border: 2px solid #C9C9C9;
			border-radius: 4px;
			float: right;
			height: 141px;
			-khtml-border-radius: 4px;
			margin: 0 0 15px 15px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			width: 340px;
		}
		
		#Content p.readmore {
			font-size: 11px;
			margin: 0;
			text-align: right;
		}
		
			#Content p.readmore a {
				color: #1557B9;
				text-decoration: none;
			}
			
				#Content p.readmore a:hover {
					border-bottom: 1px dotted #1557B9;
					color: #000;
				}
				
		#Content #Welcome {
			width: 360px;
		}
				
		#Content #OurServices {
			clear: right;
			float: right;
			margin: -20px 0 0 0;
			padding: 4px 0 0 0;
			width: 340px;
		}
		
			#Content #OurServices h2 {
				margin: 0 0 4px 0;
			}
		
			#Content .ServiceBox {
				background: #FFF url(../img/servicebox-bg.gif) repeat-x top left;
				border: 1px solid #CBCBCB;
				cursor: pointer;
				height: 100px;
				margin-top: 0;
				padding: 0 10px 0 0;
			}
			
				#Content .ServiceBox img {
					float: left;
				}
			
				#Content .ServiceBox h3,
				#Content #CustomerSupport h3,
				#Content #ClientTestimonials	 h3 {
					color: #4B4B4B;
					font-size: 12px;
					margin: 0;
				}
				
					#Content .ServiceBox h3 a {
						color: #4B4B4B;
					}
					
						#Content .ServiceBox h3 a:hover {
							color: #1055BD;
						}
				
				#Content .ServiceBox h3,
				#Content #ClientTestimonials h3 {
					margin-top: 10px;
				}
				
				#Content .ServiceBox p,
				#Content #CustomerSupport p,
				#Content #ClientTestimonials p {
					color: #595959;
					font-size: 11px;
					line-height: 130%;
					margin: 0;
				}
				
		#Content #CustomerSupport {
			background: transparent url(../img/customersupport-bg.gif) no-repeat top left;
			border: 1px solid #A8A8A8;
			cursor: pointer;
			height: 120px;
			margin: 20px 0 0 0;
			width: 380px;
		}
		
			#Content #CustomerSupport h3,
			#Content #CustomerSupport p {
				margin: 10px 10px 0 120px;
			}

		#Content #ClientTestimonials {
			background: #FFF url(../img/servicebox-bg.gif) repeat-x top left;
			border: 1px solid #A8A8A8;
			zheight: 120px;
			margin: 20px 0 0 0;
			padding: 0 10px 0 0;
			width: 370px;
		}
		
			#Content #ClientLogos {
				float: left;
				height: 100px;
				margin: 0 10px 0 0;
				width: 140px;
			}
			
				#Content #ClientLogos span {
					background: transparent no-repeat left center;
					display: block;
					height: 100px;
					margin: 0 2px;
					width: 16px;
				}
				
					#Content #ClientLogos span:hover {
						background-position: right center;
						cursor: pointer;
					}
			
				#Content #ClientLogos #LeftArrow {background-image: url(../img/clientlogo-left.gif); float: left;}
				#Content #ClientLogos #RightArrow {background-image: url(../img/clientlogo-right.gif); float: right;}
			
				#Content #ClientLogos #ClientLogo {
					float: left;
					height: 100px;
					margin: 30px 0 0 0px;
					overflow: hidden;
					width: 100px;
				}
				
					#Content #ClientLogos #ClientLogo #Slideshow {
						width: 1000px;
					}
				
					#Content #ClientLogos #ClientLogo img {
						float: left;
						margin: 0 14px;
					}
				
			#Content #ClientTestimonials p {
				margin: 10px 0 0 0;
			}
			
				#Content #ClientTestimonials p.Author {
					color: #1055BD;
					font-style: italic;
					margin: 0;
					text-align: right;
				}
				
				#Content #ClientTestimonials p.Company {
					color: #999;
					font-size: 10px;
					margin: 0;
					text-align: right;
				}

#Push {
	height: 7em;
}

#SiteInfo {
  height: 165px;
  background-color: #232323;
  color: #ffffff;
}

#SiteInfo #company {
  width: 264px;
  float: left;
  font-size: 12px;
  letter-spacing: -0.1px;
  margin-left: 70px;
  margin-top: 18px;
  line-height: 1.5em;
}

#SiteInfo a {
  color: #ffffff;
}

#SiteInfo .LinkList {
    display: block-inline;
    height: 102px;
    width: 130px;
    float: left;
    padding-top: 15px;
    margin-right: 10px;
}

#SiteInfo .LinkList ul li {
    background: transparent url(/images/arrow-white-small.png) no-repeat center left;
    padding-left: 10px;
}

#SiteInfo #links {
  width: 640px;
  float: right;
}

#SiteInfo h4 {
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

#SiteInfo #links ul {
        height: 28px;
        list-style: none;
        margin: 8 0 0 0;
        padding: 0 0 0 0px;
        margin: 0px;
}

#SiteInfo #links ul li {
        color: #ffffff;
        font-size: 12px;
        letter-spacing: -0.1px;
        line-height: 1.5em;
        
}
/*
#SiteInfo #links ul li:before {
    content: '> '
}
*/

#Footer {
  width: 980px;
  height: 39px;
  background-color: #4a4a4a;
  border-top: 1px solid black;
}

#CopyRight {
  width: 400px;
  height: 17px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #ffffff;
  margin: auto;
}

.SiteMap {
	list-style: square;
 }
 
.SiteMap li {
	margin: 3px 0;
}
 
.SiteMap li a {
	font-weight: bold;
}
			
.SiteMap li ul {
	list-style: disc;
	margin: 6px 0 6px 40px;
	padding: 0;
}
			
.SiteMap li ul li a {
	color: #222 !important;
	font-size: 11px;
	font-weight: normal;
}
				
.SiteMap li ul li a:hover {
	color: #1055BD !important;
}
					
#Employment #EmploymentPositions {
	background: #F7F7F7;
	border: 1px solid #999;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	width: 200px;
}

	#Employment #EmploymentPositions h3 {
		background: #FFF;
		border-bottom: 1px solid #AAA;
		border-left: 8px solid #1055BD;
		color: #333;
		font-size: 12px;
		margin: 0;
		padding: 4px 0;
		text-indent: 12px;
	}
	
	#Employment #EmploymentPositions a {
		background: #EEE;
		border-bottom: 1px solid #CCC;
		border-left: 8px solid #CCC;
		color: #333;
		display: block;
		font-size: 11px;
		height: 22px;
		line-height: 22px;
		margin: 1px 0;
		text-indent: 12px;
        overflow: hidden;
	}
	
		#Employment #EmploymentPositions a:hover {
			background: #EEE;
			border-left: 8px solid #444;
			color: #1055BD;
		}
			
#Employment .JobListing {
	border: 1px dashed #999;
	margin: 0 auto 30px auto;
	padding: 10px 20px;
	width: 80%;
}

	#Employment .JobListing h3 {
		border-bottom: 1px dotted #999;
	}

#Employment .Resume {
	border-top: 4px solid #DDD;
	color: #000;
	padding: 4px;
	text-align: right;
}

	#Employment .Resume span {
		background: transparent url(../img/icon-news.gif) no-repeat center center;
		padding: 0 8px;
	}

	#Employment .Resume a {
		font-weight: bold;
	}

#ServicesIcon {
	background: transparent url(../img/services-icons.png) no-repeat top left;
	height: 168px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 100;
}
	
.ServiceItem {
	border: 1px dashed #999;
	display: none;
	margin: 0 auto;
	padding: 10px 20px;
	width: 80%;
}

	.ServiceItem ul {
		font-weight: bold;
		list-style: none;
	}
	
		.ServiceItem ul li ul {
			list-style: square;
			margin-bottom: 10px;
		}
		
			.ServiceItem ul li ul li {
				color: #444;
				font-weight: normal;
			}

#ClientsIcon {
	background: transparent url(../img/clients-icons.png) no-repeat top left;
	height: 177px;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 100;
}

#ClientShowcase {
	margin: 0 auto;
	width: 98%;
}
