@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#4e4e4e;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#626262;
	font-size:.9em;
	line-height:1.4em
	
}
hr{
	border:0;
	border-bottom:1px solid #232323
}

div{
	margin:0;
	padding:0;
}

img{
	border:0;
}

p{
	margin:0;
	padding:8px 0px 0px;
}

ul{
	list-style:square;
}
small{
	font-size:.75em;
	padding-bottom:20px;
	display:block;
}

h1{
	margin:0;
	padding:8px 0px 15px;
	font-weight:normal;
	font-size:2em;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#158ec1;

	
}

h2{
	margin:0;
	padding:8px 0px 15px;
	font-weight:normal;
	font-size:1.8em;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#158ec1;
}


h3{
	margin:0;
	padding:8px 0px 15px;
	font-weight:normal;
	font-size:1.4em;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#158ec1;
}


h4{
	margin:0;
	padding:8px 0px;
	font-weight:normal;
	font-size:1.2em;
	line-height:normal;
	
}

h5{
	margin:0;
	padding:8px 0px;
	font-weight:normal;
	font-size:1em;
	line-height:normal;
}


.blue{
	color:#158ec1;
}

.lightBlue{
	color:#5d89a3;
}

.neonBlue{
	color:#00a8ff;
}

.black{
	color:#3b3b3b;
}

.green{
	color:#b5c600;

}

.large{
	font-size:150%;
}


a:link{
	text-decoration:underline;
	color:#158ec1;
}

a:visited{
	text-decoration:underline;
	color:#158ec1;
}

a:hover{
	text-decoration:none;
	color:#158ec1;
}

a:active{
	text-decoration:underline;
	color:#158ec1;
}


a.readMore{
	color:#fff;
	text-decoration:none;
	padding:5px 10px;
	background:#474747;
	display:inline-block;
	font-size:.75em;
	float:right;
	
}

a.readMore:hover{
	background:#222;
}

/*------------------------LAYOUT---------------------------*/

#back{
	background:#fff url(images/back_body.jpg) top repeat-x;
}


#body{
	background:url(images/back.jpg) top center no-repeat;
}

#container{
	width:990px;
	margin:auto;
}

#header{
	padding:10px 0px;
}

#logo{
	float:left;
	padding-top:15px;
}

#contentContainer{
	clear:both;
	width:99%;
	margin:auto;
}

#leftContainer{
	float:left;
	width:73%;
}

#rightContainer{
	float:right;
	width:23%;
	background:url(images/simple.gif) top center no-repeat;
	padding-top:100px;
}

#leftContainer .content, #rightContainer .content{
	padding:15px 0px;
}


#footerContainer{
	clear:both;
	background:#4e4e4e url(images/footer_back.jpg) top repeat-x;
}

#footer{
	width:1020px;
	margin:auto;
	padding:20px 0px;
	color:#bdbdbd;
	font-size:.75em;
}

.footerContent{
	float:left;
	width:25%;
}

.footerContent .content{
	padding:0px 15px;
}

.footerContent h1{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	background:url(images/separator_white.gif) left bottom repeat-x;
	color:#fff;
	
}

.footerContent a.footerContentLink{
	color:#fff;
	text-decoration:none;
	clear:both;
	display:inline-block;
	padding-right:15px;
	background:url(images/arrow_blue._footer.gif) center right no-repeat;
}

.footerContent a.footerContentLink:hover{
	padding-right:17px;
}


#footerMenuContainer{
	padding-top:20px;
	width:90%;
	margin:auto;
	clear:both;
	position:relative;
}


#copyright{
	color:#7c7b7b;
	padding:0 10px;
}

#iconLinks{
	position:absolute; 
	right:1px;
	top:40px;
}

/*-------------------MENU------------------*/

#nav{
	clear:both;
}

#menu{
	padding:0;
	margin:0;
}


#menu li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}


#menu a#home{
	display:inline-block;
	background:url(images/menu_home.jpg) no-repeat 50% 0%;
	height:59px;
	width:200px;
	
}

#menu a#home:hover{
	background:url(images/menu_home.jpg) no-repeat 50% 100%;
}



#menu a#about{
	display:inline-block;
	background:url(images/menu_about.jpg) no-repeat 50% 0%;
	height:59px;
	width:196px;
	
}

#menu a#about:hover{
	background:url(images/menu_about.jpg) no-repeat 50% 100%;
}



#menu a#work{
	display:inline-block;
	background:url(images/menu_work.jpg) no-repeat 50% 0%;
	height:59px;
	width:196px;
	
}

#menu a#work:hover{
	background:url(images/menu_work.jpg) no-repeat 50% 100%;
}






#menu a#solutions{
	display:inline-block;
	background:url(images/menu_solutions.jpg) no-repeat 50% 0%;
	height:59px;
	width:196px;
	
}

#menu a#solutions:hover{
	background:url(images/menu_solutions.jpg) no-repeat 50% 100%;
}




#menu a#contact{
	display:inline-block;
	background:url(images/menu_contact.jpg) no-repeat 50% 0%;
	height:59px;
	width:200px;
	
}


#menu a#contact:hover{
	background:url(images/menu_contact.jpg) no-repeat 50% 100%;
}




/*SIDE MENU*/
.sideMenu{
	padding:0;
	padding-bottom:25px;
	margin:0;
}

.sideMenu li{
	padding:0;
	margin:0;
	list-style:none;
	background:url(images/separator.gif) left bottom repeat-x;
}

.sideMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#0693ff;
	padding:6px 0px;
	width:98%;
	background:url(images/arrow_blue.gif) center right no-repeat;
} 

.sideMenu li a:hover{
	background:url(images/arrow_green.gif) center right no-repeat;
	color:#b5c600;
}


/*FOOTER*/

#footerMenu{
	list-style:none;
	padding:15px 0 0 0;
	margin:0;
}

#footerMenu li{
	padding:0;
	margin:0;
	float:left;
}

#footerMenu li a{
	display:inline-block;
	text-decoration:none;
	color:#c0c0c0;
	padding:0 10px;
	font-size:1.1em;
	background:url(images/footer_separator.gif) center right no-repeat
}


#footerMenu li a:hover{
	color:#fff;
}



/*-------------------TESTIMONIALS------------------*/

.testimonials{
	font-size:.75em;
}

.testimonials a{
	color:#1990c4;
	text-decoration:none;
	
}

.testimonials a:hover{
	text-decoration:underline;
}

/*-------------------ICONS------------------*/

a.portal{
	background:url(images/project_portal.jpg) no-repeat 50% 0%;
	height:103px;
	width:79px;
	display:block;
}

a.portal:hover{
	background:url(images/project_portal.jpg) no-repeat 50% 100%;
}

a.authorize{
	background:url(images/authorize_net.jpg) no-repeat 50% 0%;
	height:103px;
	width:79px;
	display:block;
}

a.authorize:hover{
	background:url(images/authorize_net.jpg) no-repeat 50% 100%;
}

a.servicesport{
	background:url(images/services_portal.jpg) no-repeat 50% 0%;
	height:103px;
	width:79px;
	display:block;
}

a.servicesport:hover{
	background:url(images/services_portal.jpg) no-repeat 50% 100%;
}

/*--------------------CASE STUDY--------------*/




#sideMenu  {
	float:left;
	width:198px;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:8px;
}

#sideMenu ul {
	background:url(images/sidemenurt.jpg) no-repeat scroll right center transparent;
	height:637px;
	list-style:disc;
	margin:0;
	padding:27px 0 0 20px;
}

#sideMenu li {
	color:#333333;
	font-size:7.5pt;
	font-weight:normal;
}

#mainContent {
	float:right;
	margin-bottom:1.3em;
	width:750px;
}

.caseHeader{
	position:relative;
	left:-33px;
}

/*-------------------CLASSES------------------*/

.label{
	background:url(images/separator.gif) left bottom repeat-x;
}

.clear{
	clear:both;
}

.content{
	padding:15px;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.paddingTop15{
padding-top:15px !important;


}

.paddingTop55{
padding-top:55px !important;

}
.contactSubmit {
background:url( images/send.gif)  center top no-repeat;
background-color:#FFFFFF;
border:0;
width:110px;
height:37px;

}

