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

body{
background:url(../images/bg.jpg) #B0B0B0 repeat-x;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
}

body.inner-bg{
background:url(../images/inner-bg.gif) #B0B0B0 repeat-x;}

h1{
font-size:22px;
color:#000066;
font-weight:normal;
padding:5px 5px 5px 0px;
margin:0px;

}
h1 a{
font-size:22px;
color:#000066;
font-weight:normal;
padding:5px 5px 5px 0px;
margin:0px;
text-decoration:none;

}
h1 a:hover{
color:#000066;
text-decoration:underline;
}


h2{
font-size:15px;
color:#404040;
padding:3px 3px 3px 0px;
margin:2px;
font-weight:bold;
}

h2 a{
font-size:15px;
color:#404040;
padding:3px 3px 3px 0px;
margin:2px;
font-weight:bold;
text-decoration:none;
}

h2 a:hover{
color:#999;
text-decoration:underline;
}


h3{
font-size:14px;
font-weight:bold;
color:#000;
}

h3 span{
font-size:18px;
font-weight:bold;
}



h4{
font-weight:20px;
}

h5{
font-weight:14px;
}

h6{
font-weight:14px;
}



.nav{
background:#000;
color:#fff;
font-size:11px;
font-weight:bold;

}

.nav a{
color:#fff;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:10px 10px;
float:left;
display:block;

}

.nav a:hover{
background:#6B84C6;

}

.nav-sel{
color:#fff;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:10px 10px;
float:left;
display:block;
background:#6B84C6;
}

.nav img{
vertical-align:middle;
float:left;
padding-top:12px;
}

.left-shadow{
background:url(../images/left-shadow.jpg) repeat-y;
width:14px;
}

.right-shadow{
background:url(../images/right-shadow.jpg) repeat-y;
width:14px;
}

.content-bg{
background:url(../images/watermark-logo.gif) right bottom #fff no-repeat;
color:#474747;
font-size:12px;
}

/*.doted{
background:url(../images/under-line.jpg) bottom left repeat-x;
}
*/
/*.doted img{
vertical-align:middle;
}*/

.contact-hdr{
background:url(../images/contact-us.jpg) no-repeat;
width:248px;
height:46px;
padding:0px 0px 0px 60px;
vertical-align:bottom;
}

.contact-detail{
background:#EBEBEB;
border:1px solid #C4C4C4;
border-top:none;
padding:10px;
}


.services img{
border:2px solid #494949;
}


.pro-services ul{
padding:0px;
margin:0px;
font-weight:bold;
}

.pro-services ul li{
list-style:none;
background:url(../images/arrow.jpg) no-repeat 0px 5px;
padding:0px 0px 0px 10px
}

.pro-services a{
color:#474747;
font-weight:bold;
text-decoration:none;
}

.pro-services a:hover{
color:#000066;
text-decoration:underline;
}


.footer-bg{
background:url(../images/footer-bg.jpg) repeat-x;
font-size:14px;
/*font-weight:bold;*/
color:#fff;
width:920px;
}

.footer-bg p{
padding:0px;
margin:0px;
}

.footer-bg a{
font-size:14px;
/*font-weight:bold;*/
color:#fff;
text-decoration:none;
padding:0px 5px;

}

.footer-bg a:hover{
color:#ccc;
}
.contact {
font-size:12px;
color:#474747;
text-align:justify;
text-decoration:none;

}
.contact a{
color:#000066;
text-decoration:none;

}

.contact a:hover{

text-decoration:underline;

}

.input-box, textarea{
border:1px solid #E2E3EA;
border-top:1px solid #ABADB3;
}
.img-brd{
border:2px solid #ccc;
}

/* START - Added on July 8 for Company Highlights*/

.heading {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#02006C; margin-bottom:10px;}

.td-padding td{ padding:0 5px;}

.read-more{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#A41E00;}

.line{ display:block; height:1px; background:#e7e7e7; margin:10px 0;} /* F5F2E5 */

.horizontal-line{ border-left:#e7e7e7 1px solid; border-right:#e7e7e7 1px solid; }

.line-padding{ padding:0 5px;}

p{ margin:0; padding:0; text-align:left;}

.hr-line { background: #e7e7e7; margin:5px 0; }

.padding{padding:0 0 0 8px; }
/* END -  Company Highlights*/

/* START - Case Studies*/
ul.case-studies {
	padding-top: 2em;
}

	ul.case-studies li .description {
		padding-bottom: 0;
	}
	
	ul.case-studies li dl.details {
		margin-top: .5em;
		padding: 0;
		font-size: 0.83em; /* 10px */
	}
	
		ul.case-studies li dl.details dt,
		ul.case-studies li dl.details dd {
			float: none;
		}
		
		ul.case-studies li dl.details dt {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		ul.case-studies li dl.details dd {
			display: inline;
			padding-right: 7px;
			padding-left: 9px;
		}
		
		ul.case-studies li dl.details dd.first {
			padding-left: 0;
			background-image: none;
		}
/* END - Case Studies*/
