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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,  
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,  
tfoot, thead, tr, th, td {  
	 border:0pt none;  
	 font-family:inherit;  
	 font-size:100%;  
	 margin:0pt;  
	 padding:0pt;  
	 vertical-align:baseline;  
	 } 

body{
	width:100%;
	height:auto;
	background-color:#fff;
	font-family:"Trebuchet MS", Tahoma;
	font-size:13px;
	color:#565656;
	line-height:1.5em;
	}
	
#main_wrapper{
	width:100%;
	height:auto;
}

.content_wrapper{
	height:auto;
	width:900px;
	margin:0 auto 0 auto;
}

.content_wrapper p{
	text-align:justify;
	margin-bottom:15px;
}

.content_wrapper h1{/*****  (big _ black) *******/
	font-size:30px;
	color:#000;
	margin-bottom:15px;
}

.content_wrapper h2{/***** (blue big) *******/
	font-size:20px;
	color:#415e96;
	font-weight:normal;
	padding-bottom:5px;
}

.content_wrapper h3{/*****  (blue medium)  *******/
	font-size:16px;
	color:#415e96;
	margin-bottom:10px;
}

.content_wrapper h4{/*****  (dark_gray)  *******/
	color:#6e6e6e;
	font-size:15px;
	margin-bottom:5px;
	margin-top:10px;
}


.content_wrapper h5{/*****  (light_gray)  *******/
	color:#565656;
	font-style:italic;
}

.content_wrapper h6{/*****  (blue small)  *******/
	color:#3f65b1;
	font-style:italic;
}

.content_wrapper ul{
	margin:5px 0 20px 0;
}


.content_wrapper ul li{
	list-style:outside disc;
	margin-left:30px;
}

.content_wrapper blockquote{
	text-align:center;
	font-weight:bold;
}



/**** Header ****/
#header_wrapper{
	height:138px;
	width:100%;
	background-image:url(../../images/header_bg.jpg);
	background-repeat:repeat-x;
}

.logo{
	width:290px;
	height:105px;
	float:left;
	margin-top:25px;
}

#nav_wrapper{
	width:590px;
	height:30px;
	float:right;
	margin-top:108px;
	padding-left:20px;
}

.nav_link{
	width:110px;
	height:30px;
	float:left;
	margin:0 2px;
}

.nav_link a{
	width:110px;
	height:29px;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:30px;
	font-weight:bold;
	font-size:12px;
	color:#243b6e;
	padding-top:1px;
	background-image:url(../../images/nav_bg.png);
	background-repeat:no-repeat;
}

.nav_link a:hover{
	color:#fff;
	background-image:url(../../images/nav_hover.png);
	background-repeat:no-repeat;
}


/*
#nav_wrapper{
	width:590px;
	height:30px;
	text-align:right;
	float:right;
	margin-top:108px;
	padding-left:20px;
}

#nav_wrapper ul{
	width:auto;
	height:30px;
	float:right;
	padding-right:10px;
	margin:0;
}

#nav_wrapper ul li{
	list-style-type:none;
	float:left;
	margin:0 2px;
	background-image:url(../../images/nav_left_corner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}



#nav_wrapper ul li a{
	width:auto;
	height:30px;
	float:left;
	padding-right:10px;
	font-size:12px;
	margin-left:10px;
	text-decoration:none;
	background-image:url(../../images/nav_right_corner.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#nav_wrapper ul li a span{
	height:30px;
	padding:0 5px;
	line-height:30px;
	color:#243b6e;
	font-weight:bold;
}

#nav_wrapper ul li:hover{
	background-image:url(../../images/nav_hover_left_corner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#nav_wrapper ul li a:hover{
	background-image:url(../../images/nav_hover_right_corner.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#nav_wrapper ul li a span:hover{
	display:block;
	color:#fff;
}
*/
    
/**** Banner ****/
#banner_wrapper{
	height:580px;
	width:100%;
	background-image:url(../../images/banner_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
}

.banner{
	width:900px;
	height:274px;
}

#services_body_wrapper{
	width:900px;
	height:300px;
	margin:0 auto 0 auto;
}

.services_wrapper{
	height:300px;
	width:220px;
	float:left;
	margin-top:2px;
}

.services_heading{
	width:220px;
	height:54px;
	margin:0 4px;
	background-image:url(../../images/banner_heading_bg.jpg);
	background-repeat:no-repeat;
}

.services_body{
	width:220px;
	height:170px;
	background-image:url(../../images/service_body_bg.jpg);
	background-repeat:no-repeat;
	margin:0 4px;
}

.services_body p{
	width:180px;
	margin:0 auto 0 auto;
	font-size:13px;
	text-align:justify;
	font-weight:bold;
	padding-top:15px;
	line-height:1.4em;
	color:#808080;
}

.services_footer{
	width:220px;
	height:70px;
	background-image:url(../../images/service_bottom_bg.jpg);
	background-repeat:no-repeat;
	margin:0 4px;
}

.services_footer a{
	margin:10px 15px 0 0;
	float:right;
}
    
/**** Body ****/
#body_wrapper{
	width:975px;
	height:auto;
	margin:0 auto 0 auto;
}

.body_left{
	width:560px;
	height:auto;
	margin-right:10px;
	padding-left:10px;
	float:left;
}

.our_clients{
	margin-top:15px;
	height:90px;
	width:590px;
	background-image:url(../../images/clients_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

.our_clients_logo_bg{
	width:125px;
	height:60px;
	float:left;
	background-image:url(../../images/our_clients_logo_bg.png);
	background-repeat:no-repeat;
	margin-top:1px;
	margin-left:14px;
}

.client_logo_wrapper{
	width:95px;
	height:35px;
	margin:12px 15px;
	float:left;
}


.body_right{
	width:290px;
	height:auto;
	float:right;
	margin-right:10px;
}

.block_right_heading{
	font-size:18px;
	color:#2d2d2d;
	font-weight:normal;
	margin-bottom:10px;
}

#contact_form_wrapper{
	width:290px;
	margin-bottom:30px;
	float:left;
	height:auto;
}

.contact_form_feild_heading{
	color:#000;
	float:left;
	width:100%;
}

.contact_form_feilds input, .contact_form_feilds textarea{
	width:290px;
	margin-bottom:5px;
}

#mission_statement_wrapper{
	width:290px;
	margin-bottom:10px;
	float:left;
	height:auto;
}

.mission_statement_heading{
	height:55px;
	background-image:url(../../images/mission_heading.jpg);
	background-repeat:no-repeat;
}

.article_highlights_heading{
	height:35px;
	background-image:url(../../images/highlights_heading.jpg);
	background-repeat:no-repeat;
}

.mission_statement_body{
	height:auto;
	background-image:url(../../images/mission_body_bg.jpg);
	background-repeat:repeat-y;
}

.mission_statement_body p{
	width:270px;
	margin:0 auto 0 auto;
	font-size:13px;
	text-align:justify;
	padding-top:10px;
	line-height:1.4em;
	color:#1f2033;
}

.mission_statement_bottom{
	height:15px;
	background-image:url(../../images/mission_bottom_corners.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#additional_links_wrapper{
	width:290px;
	margin:10px 0;
	float:left;
	height:auto;
}

.additional_links_heading{
	height:37px;
	background-image:url(../../images/a_links_heading.jpg);
	background-repeat:no-repeat;
}

.additional_links_body{
	height:auto;
	background-image:url(../../images/a_links_body_bg.jpg);
	background-repeat:repeat-y;
}

#additional_links_wrapper a{
	font-size:12px;
	padding-left:20px;
	margin-left:20px;
	color:#000;
	text-decoration:underline;
	background-image:url(../../images/link_icon.jpg);
	background-repeat:no-repeat;
}

.additional_links_bottom{
	height:15px;
	background-image:url(../../images/a_links_bottom_corners.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#more_about_us_wrapper{
	height:auto;
	margin-bottom:10px;
	float:left;
}

#more_about_us_wrapper a{
	width:290px;
	font-size:12px;
	padding-bottom:5px;
	color:#000;
	text-decoration:none;
	float:left;
}

#contact_us_wrapper{
	height:auto;
}

#contact_us_wrapper a{
	width:290px;
	font-size:12px;
	padding-bottom:5px;
	color:#000;
	text-decoration:none;
	float:left;
}

#social_n_icon a{
	margin-right:5px;
}

#testimonial_wrapper{
	width:290px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.testimonial{
	height:150px;
	background-image:url(../../images/testimonial_bg.jpg);
	background-repeat:no-repeat;
}

.testimonial p{
	width:270px;
	margin:0 auto 0 auto;
	font-size:13px;
	text-align:justify;
	font-weight:bold;
	padding-top:40px;
	line-height:1.4em;
	color:#808080;
}

.person_name{
	 font-style:italic; 
	 font-weight:bold;
}

.body_bottom{
	height:35px;
	width:100%;
	background-color:#1f386b;
	margin:0 auto 0 auto;
	background-image:url(../../images/body_bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
    
/**** Footer ****/
#footer_wrapper{
	height:auto;
	width:100%;
	background-color:#1f386b;
	float:left;
}

.footer_content_wrapper{
	height:auto;
	width:900px;
	margin:0 auto 0 auto;
}

.footer_left{
	width:240px;
	margin-top:15px;
	padding-bottom:15px;
	margin-right:30px;
	float:left;
	border-top:#000 1px solid;
}

.footer_left_heading{
	font-size:14px;
	color:#fff;
	margin:5px 0 5px 0;
}


.footer_center{
	border-top:#000 1px solid;
	width:425px;
	margin-top:15px;
	padding-bottom:15px;
	margin-right:10px;
	float:left;
}

.footer_center ul{
	margin:5px 18px 0 17px;
	color:#fff;
	list-style:none;
	float:left;
}


.footer_ul_heading{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

.footer_center a{
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

.footer_right{
	width:170px;
	height:70px;
	margin-top:15px;
	padding-bottom:15px;
	margin-right:10px;
	float:right;
	background-image:url(../../images/copyright.jpg);
	background-repeat:no-repeat;
}

.technologies{
	width:975px;
	height:70px;
	margin:0 auto 0 auto;
	background-image:url(../../images/technologies.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

/*****  Common  *****/

.margin_t_b{
	margin-bottom:20px;
	margin-top:20px;
}


.more{
	text-align:right;
}

.more a{
	text-decoration:none;
	color:#6396bc;
	font-size:12px;
	font-weight:bold;
}

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


/**********************************************/
/****************  Inner_page  ****************/
/**********************************************/


#inner_banner_wrapper{
	height:260px;
	width:100%;
	background-image:url(../../images/banner_bg_inner_pg.jpg);
	background-repeat:repeat-x;
}


.inner_banner_img{
	width:410px;
	height:260px;
	float:left;
}


.inner_banner_content{
	width:480px;
	height:120px;
	float:left;
	margin:70px 0;
	color:#fff;
}

.inner_banner_content p{
	text-align:justify;
	font-size:14px;
}

.inner_banner_content h1{
	font-size:30px;
	color:#fff;
	margin:10px 0;
}


/************  Testimonial  ***********/

.testimonial_wrapper{
	width:545px;
	height:auto;
	background-image:url(../../images/double_quote.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:15px;
	padding-top:4px;
}


.t_devider{
	border-bottom:#ccdce9 2px dotted;
	margin:10px 0;
}

.testimonial_wrapper p{
	text-align:justify;
	margin-bottom:0;
	color:#808080;
	font-size:13px;
	line-height:1.4em;
}
/***** For the modal window *****/
#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


/***** For mandatory fields******/

.mandatory {
	color: #FF0000;
	font-size:1.25em;
	}
	


/*****For error box and message box *****/

#errorBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
	text-align:left;
	margin: auto;
	padding:5px;
	padding-left:30px;
	border: 1px solid #FF0000;
	background-color: #FFEAEA;
	background-image: url(../../images/ico_warning.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom:10px;
}


#messageBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#006600;
	text-align:left;
	width:500px;
	padding:5px;
	background-color:#E1F9D0;
	background-image: url(../../images/ico_message.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #006600;
	margin:auto;
	margin-bottom:10px;
}