﻿/* CSS Document */
/****************************** Global **********************************************************/
body
{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px; 
    padding: 0px; 
    background: #9B9B9B url(images/index_17.gif) repeat-x;
}
           
a 
{
    color:#36505b; 
    text-decoration:underline
}

a:hover
{
    text-decoration:none
}

.clear
{ 
    clear:both
} 

hr
{
    color:#818181;
    height:1px;
}

/*
h3
{
    font:25px "Times New Roman", Times, serif ;
    margin:0px; color:#fff;  
    padding:8px 0px 10px 10px;
}

h3 span
{
    color:#16eb00
}
*/

h5
{
    font:15px Tahoma, Arial, Helvetica, sans-serif; 
    color:#484848; 
    font-weight:bold; 
    padding:0px 0px 5px 0px; 
    border-bottom:1px dotted #666; 
    margin:0px 0px 10px 0px;
}

h6
{
    font:18px Tahoma, Arial, Helvetica, sans-serif; 
    color:#484848; 
    font-weight:bold; 
    padding:0px 0px 5px 0px; 
    margin:0px 0px 10px 0px;
}

h4
{
    font:13px Tahoma, Arial, Helvetica, sans-serif; 
    color:#373737; 
    font-weight:bold; 
    padding:0px 0px 5px 0px; 
    border-bottom:0px dotted #666; 
    margin:0px 0px 10px 0px;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height:100%;
}

/******* 02 ********/
.left_top_02
{
    background: url(images/left_top_02.png) no-repeat; 
    width: 12px;
    height: 12px;
}

.top_02
{
    background: url(images/top_02.png) repeat-x; 
    height: 12px;
}

.right_top_02
{
    background: url(images/right_top_02.png) no-repeat; 
    width: 12px;
    height: 12px;
}

.left_02
{
    background: url(images/left_02.png) repeat-y; 
    width: 12px;
}

.top_02
{
    background: url(images/top_02.png) repeat-x; 
}

.center_02
{
    background:#fff;
}

.right_02
{
    background: url(images/right_02.png) repeat-y; 
    width: 12px;
}

.left_bottom_02
{
    background: url(images/left_bottom_02.png) no-repeat; 
    width: 12px;
    height: 12px;
}

.bottom_02
{
    background: url(images/bottom_02.png) repeat-x; 
    height: 12px;
}

.right_bottom_02
{
    background: url(images/right_bottom_02.png) no-repeat; 
    width: 12px;
    height: 12px;
}


/********************************* End *******************************************************/ 


/****************************** Top Navigation **********************************************************/
#topnav a
{
    font: normal 12px/19px Arial, Helvetica, sans-serif;
    color: #667;
    text-decoration: none;
}


#topnav a:hover
{
    color: #000;
}
/********************************** End *****************************************************/ 
  
  
/****************************** Sub Navigation **********************************************************/
#subnavigation_panel
{
    /*clear: both;*/
    height: 15px;
    border: 0px solid red;
}

.subnav
{
    margin: 0px;
    padding: 0px;
    font: normal 12px/19px Arial, Helvetica, sans-serif;
}

.subnav ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    vertical-align: middle;
}

.subnav ul li
{
    margin: 0px;
    padding: 0 1px 0 2px;
    list-style: none;
    text-transform:none;
    float: left;
    color: #fff;
    text-align: center;
    display: block;
}

.subnav ul li a
{
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px 1px 0px 1px;
    text-decoration: none;
    color: #fff;
    display: block;
}

.subnav ul li a:hover
{
    float: left;
    text-decoration: normal;
    color: #fff;
    display: block;
    text-decoration:underline;
}

.subnav ul li a.current
{
    font-weight: bold;
    float: left;
    text-decoration: underline;
    color: #fff;
    background: url(../images/menu_bg.gif ) no-repeat 0 bottom;
    display: block;
    text-decoration: none;
}


.heading1
{
    font-weight: bold; 
    color: #000; /*#505050 #003D86*/
} 

/**************************** End ***********************************/
   


/******************************* Buttons ********************************/ 
/*
input[type="button"]::-moz-focus-inner 
{  
    height:20px !important;
    color:#000 !important;
    padding:0px 0 2px 0 !important;
}
*/

.green_btn
{
    background: url('images/green_btn_bkg.png') no-repeat;
    width:80px;
	color:#fff;
	height:22px;
	text-align:center;
	cursor:pointer;
	margin: 0;
    padding:0px 0 2px 0;
	border-style: none;
    font-family: arial;
    font-weight: bold;
    font-size: 9pt;
    vertical-align:middle;
       
}  

.green_btn:hover
{
    background: url('images/green_btn_hover2.png') no-repeat;
	color:#000;
}  

.green_btn2
{
    background: url('Images/green_btn_bkg2.png') no-repeat;
    width:106px;
	color:#fff;
	height:22px;
	text-align:center;
	cursor:pointer;
	margin: 0;
    padding:0px 0 2px 0;
	border-style: none;
    font-family: arial;
    font-weight: bold;
    font-size: 9pt;
    vertical-align:middle;
       
} 

.green_btn2:hover
{
    background: url('Images/green_btn_hover3.png') no-repeat;
	color:#000;
} 

.yellow_btn
{
    background:url('Images/yellow_btn.png') no-repeat;
    width:106px;
	color:#000;
	height:22px;
	text-align:center;
	cursor:pointer;
	margin: 0;
    padding:2px 0 2px 0;
	border-style: none;
    font-family: arial;
    font-weight: bold;
    font-size: 9pt;
    vertical-align:middle;
} 

.yellow_btn:hover
{
    background: url('Images/green_btn_hover3.png') no-repeat;
	color:#000;
} 

/**************************** End ***********************************/



/********************************************* Home Panel*************************************************/
.mid_main_left 
{
    width:690px; 
    display:block;
    font-size:12px;
    border:solid red 0px;
    height:100%;
}

.mid_details 
{
    margin:0px; 
    padding:30px 5px 55px 35px;  
    background:url(images/mid_bg3.gif) bottom right no-repeat;
    border:solid red 0px;
    border-bottom:0px solid #fff;
    height:100%;
}

.mid_details h2 
{
    margin:0px 40px 0px 0px; 
    padding:0px; 
    font-size:30px; 
    font-weight:normal; 
    color:#818181; 
    border-bottom:1px solid #999999;
}

.mid_details h2 span 
{
    color:#373737;
}

.mid_details h4 
{
    margin:33px 0px 0px 0px; 
    padding:0px; 
    font-size:14px; 
    font-weight:bold; 
}

.mid_details p 
{
    margin:5px 0px 0 0; 
    padding:0px 40px 0 0; 
    line-height:19px;
    font-size:13px;
    /*line-height:24px;*/
}

.mid_details p a 
{ 
    color:#546d77;
}

.mid_details p a:hover 
{ 
    text-decoration:none;
}

.mid_sec_panel 
{
    margin:0px; 
    padding:0px; 
    background-color:#ccd2d5;
}

.mid_box_one 
{
    margin:0px; 
    padding:0px; 
    background: url(images/mid_box_gradient2.gif) repeat-y; 
    width:357px; 
    float:left; 
    display:block;
}

.mid_box_details 
{
    margin:0px; 
    padding:30px 30px 75px 55px;
    height:234px;
    border-top:2px solid #fff;
}

.mid_box_details h2 
{
    margin:0px; 
    padding:0px; 
    font-size:24px; 
    font-weight:bold; 
    color:#373737;
}

.mid_box_details h4 
{
    margin:0px; 
    padding:20px 0px 0px 0px; 
    font-size:14px; 
    font-weight:bold; 
    color:#4d4d4d;
}

.mid_box_details p 
{ 
    margin:0px 0 0 0; 
    padding:0px 10px 0 0; 
    /*line-height:24px;*/
    line-height:19px;
    
}

.mid_box_sec 
{
    margin:0px; 
    padding:0px; 
    background: url(images/mid_right_gradient3.gif) repeat-y; 
    width:333px; 
    float:left; 
    display:block;
    border:solid red 0px;
    border-top:2px solid #fff;
}

.mid_box_sec_details 
{
    margin:0px; 
    padding:30px 30px 75px 55px;  
    background:url(images/img6.png) bottom  right no-repeat;
    border:red solid 0px;
    height:234px;
}

.mid_box_sec_details h2 
{
    margin:0px; 
    padding:0px; 
    font-size:24px; 
    font-weight:bold; 
    color:#373737;
}

.mid_box_sec_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 0px;
}

.mid_box_sec_details ul li
{
    margin:0px 0 0 13px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
}

.mid_box_sec_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}

.mid_box_sec_details ul li a:hover 
{
    color:#000;
}
/************************************ End **********************************************************/



/********************************************* Master Right Panel *************************************************/
#main_mid_right_panel 
{ 
    width:287px;
    font-size:12px;
    display:block;
    /*border-left:2px solid #fff; */
    border-right:0px solid #cccccc; 
}

#main_client_panel 
{
    margin:0px; 
    padding:0px; 
    background-color:#bbbbbb; 
    height:133px;
    border-bottom:0px solid #fff;
} 

#main_payment_panel 
{
    margin:0px; 
    padding:0px; 
    height:132px;
    /*background-color:#d0d0d0; */
    background-color:#d9d9d9;
    border-bottom:0px solid #fff;
    /*
    background-color:#FFFF9E;
    border:1px solid #FFBF44;
    */
} 

.login
{
    margin:0px; 
    padding:10px 10px 10px 35px; 
}

.login h3 
{
    margin:0px 20px 0px 0px; 
    padding:10px 0px 5px 0px; 
    font-size:24px; 
    font-weight:bold; 
    color:#373737; 
    border-bottom:1px solid #b8b8b8; 
}

.login p
{
    margin:0px 0 10px 0; 
    padding:0px; 
}

.login h4
{
    margin:0px; 
    padding:0px 0px 0px 0px; 
    font-size:14px; 
    font-weight:bold; 
    color:#4d4d4d;
}

#main_news_panel 
{
    margin:0px; 
    padding:0px;  
    /*background:url(images/news_bg.gif) bottom right no-repeat;*/ 
    background-color:#d9d9d9;
    height:100%;
    border:red solid 0px;
}

.news
{
    margin:0px; 
    padding:0px 10px 0px 35px;
    border:0px solid red; 
}

.news h3 
{
    margin:0px 20px 0px 0px; 
    padding:25px 0px 5px 0px; 
    font-size:24px; 
    font-weight:bold; 
    color:#373737; 
    border-bottom:1px solid #b8b8b8; 
}

.news h6 
{
    margin:0px; 
    padding:18px 0px 0px 0px; 
    font-size:12px; 
    color:#666666;
}

.news p 
{
    margin:0px; 
    padding:5px 0px 10px 0px; 
    line-height:18px; 
    border-bottom:1px dotted #999999;
    font-size:11px;
}
/********************************* End *******************************************************/ 



/***************************************** Careers Panel *****************************************************/
.positions
{
    border:red solid 0px;
}

.positions ul 
{
    margin:0px; 
    padding:5px 0px 15px 0px;
}

.positions ul li
{
    margin:0px 0 0 20px; 
    padding:0px 0 0px 0; 
    list-style:none; 
    line-height:24px;
    font-size:15px;
    list-style-image:url(images/top_arrow.png);
}

.positions ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}

.positions ul li a:hover 
{
    color:#000;
}

.positions h6
{
    font:18px Tahoma, Arial, Helvetica, sans-serif; 
    color:#484848; 
    font-weight:bold; 
    padding:0px 0px 5px 0px; 
    margin:0px 0px 5px 0px;
}

.positionsrow
{
    margin-bottom:10px; 
    border-bottom:1px dotted #666; 
    padding-bottom:10px; 
    padding-right:20px;
}

.positionsrow p
{
    padding:0 0 10px 0;
}


#training_details p
{
    padding:5px 20px 5px 5px;
}

#training_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 0px;
}

#training_details ul li
{
    margin:0px 0 0px 20px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
    color:#000; 
    border-bottom:0px dotted #999999;
}

#training_details ul li span
{
    color:#373737;
    font-weight:bold;
}

/*
#training_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}
*/

#training_details ul li a:hover 
{
    color:#000;
} 
/********************************* End *******************************************************/ 


/***************************************** About Us Panel *****************************************************/
#corporate_details p
{
    padding:5px 25px 5px 5px;
}

#corporate_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 20px;
}

#corporate_details ul li
{
    margin:0px 0 0px 0px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
    color:#373737; 
    font-weight:bold;
    border-bottom:0px dotted #999999;
}

#corporate_details ul li span
{
    color:#373737;
    font-weight:bold;
}

/*
#corporate_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}


#corporate_details ul li a:hover 
{
    color:#000;
} 
*/

#about_details
{
}

#about_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 20px;
}

#about_details ul li
{
    margin:0px 0 0px 0px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
    color:#373737; 
    font-weight:bold;
    border-bottom:0px dotted #999999;
}

#about_details ul li span
{
    color:#373737;
    font-weight:bold;
}
/*************************************************************************************************************/

/***************************************** Locations *****************************************************/

.locations_details ul 
{
    margin:0px; 
    padding:25px 0px 5px 25px;
}

.locations_details ul li
{
    margin:0px 0 0px 0px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
    color:#373737; 
    font-weight:bold;
    border-bottom:0px dotted #999999;
}

.locations_details ul li span
{
    color:#373737;
    font-weight:bold;
}

/*
#locations_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}


#locations_details ul li a:hover 
{
    color:#000;
} 
*/

/*************************************************************************************************************/

/***************************************** Locations *****************************************************/
.mission_details ul 
{
    margin:0px 20px 0 0; 
    padding:5px 0px 5px 20px;
}

.mission_details ul li
{
    margin:0px 0 0px 0px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
    color:#000; 
    font-weight:normal;
    border-bottom:0px dotted #999999;
}

.mission_details ul li span
{
    color:#373737;
    font-weight:bold;
}

/*
#mission_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}


#mission_details ul li a:hover 
{
    color:#000;
} 
*/
/*************************************************************************************************************/


/***************************************** Security *****************************************************/
.security_details ol li
{
    margin:0px 0 0px 0px; 
    padding-top:8px;  
    line-height:18px;
    /*list-style-image:url(images/top_arrow_black.png);*/
    font-size:13px;
    color:#000; 
    font-weight:normal;
    border-bottom:0px dotted #999999;
}

.security_details p
{
    padding:5px;
}
/*************************************************************************************************************/


/***************************************** Partnerships and Memberships *****************************************************/
.partnerships_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 15px;
}

.partnerships_details ul li
{
    margin:0px 0 0 13px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
}

.partnerships_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}

.partnerships_details ul li a:hover 
{
    color:#000;
}


.memberships_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 15px;
}

.memberships_details ul li
{
    margin:0px 0 0 13px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
}

.memberships_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}

.memberships_details ul li a:hover 
{
    color:#000;
}
/*************************************************************************************************************/


/***************************************** Solutions *****************************************************/

.firstparty_details p
{
    padding:3px 20px 3px 0px;
}


.thirdparty_details p
{
    padding:3px 20px 3px 0px;
}

.solutions_details ul 
{
    margin:0px; 
    padding:15px 0px 5px 15px;
}

.solutions_details ul li
{
    margin:0px 0 0 13px; 
    padding:0px; 
    list-style:none; 
    line-height:24px;
    list-style-image:url(images/top_arrow_black.png);
    font-size:13px;
}

.solutions_details ul li a 
{
    margin:0px; 
    padding:0px; 
    color:#525252; 
    text-decoration:none; 
    border-bottom:1px dotted #999999;
}

.solutions_details ul li a:hover 
{
    color:#000;
}
/*************************************************************************************************************/


/***************************************** News *****************************************************/
.news_details p
{
    padding:0;
    margin:10px 0 10px 0;
    letter-spacing:normal;
}

.newsrow
{
    margin-bottom:20px; 
    border-bottom:1px dotted #666; 
    padding-bottom:10px; 
    padding-right:20px
}

.news_date
{
}


/*************************************************************************************************************/



/***************************************** Technology *****************************************************/
.technology_details p
{
    padding:0;
    margin:10px 0 10px 0;
    letter-spacing:normal;
}




/*************************************************************************************************************/

/***************************************** Leadership *****************************************************/
.leadership_details p
{
    padding:0;
    margin:10px 0 10px 0;
    letter-spacing:normal;
}




/*************************************************************************************************************/


/**********************************************************************************************/
.aboutus-img{float:right; border:4px solid #666; margin:0 0px 10px 20px;}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
.abouticon{float:left; margin:0px 20px 0px 0px;}
.insidereadmore{padding:10px 0px 10px 0px;}
input.button{color:#fff; background:#333; font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #666;}
input.button:hover{cursor:pointer; color:#fff; background:#999}
.project-img{float:right; margin-left:20px;	border: 6px solid #666}
.whiteheading{font:30px Myriad Pro, Arial; color:#CBD76B; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
.ourprojectrow{margin-bottom:20px; border-bottom:1px dotted #666; padding-bottom:10px; padding-right:20px}
.servicecolumnzone{padding:20px 20px 16px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
.blog-posted-row{padding:3px 0 3px 0;}




