body  {
	font: 11px Tahoma;
	background: #D3D3D3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:3px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.para {
	margin:0px;
	padding:0px;
	font:11px Tahoma;
	text-align:justify;
	line-height:15px;
}
p {
	padding : 10px 0px 0px 0px;
	margin:0px;	font:11px Tahoma;
	text-align : justify;
	line-height:18px;
}

.punchline {
	color:#000;
	font-size:14px;
}

.button {
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	margin: 2px;
	padding: 1px;
	border: 1px solid #d85e00;
	background:  url(../images/buttonbg.gif) 22px;
	height: 22px;
	cursor:pointer;
}

.subheading {
	color:#2f6b9a;
	border-bottom:1px solid #CDE3F0;
	font-weight:700;
	padding-top:10px;
	padding-bottom:3px;
}

ul li{
	margin:0px;font:11px Tahoma;
	font-weight:normal;
	line-height:18px;
	padding:0px;
}

ul {
	list-style:url(../images/bullet.png);
	padding:0px 0px 0px 33px;
	margin:0px;
	line-height:20px;
}

ol li{
	margin:0px;
	font:11px Tahoma;
	font-weight:bold;
	line-height:18px;
	padding:0px;
	padding-bottom:10px;
}
ol li ul li{
	font-weight:lighter;
	padding:0px;
	list-style-type:square;
	
}
a, a:visited {
	color:#2f6b9a;
	text-decoration:underline;
}

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

input{
	font-family: Tahoma;
	font-size: 11px;
	color: #2f6b9a;
	background:url(../images/textboxbg.gif) repeat-x;
	height:20px;
	padding-top:3px;
	padding-left:2px;
	font-weight:normal;
	BORDER:1px solid #e3e3e3;
	line-height:16px;
}
textarea{
	font-family: Tahoma;
	font-size: 11px;
	color: #2f6b9a;
	background:url(../images/textboxbg.gif) repeat-x;
	width:200px;
	line-height:16px;
	padding-top:3px;
	padding-left:2px;
	font-weight:normal;
	BORDER:1px solid #e3e3e3;
}

#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* STYLES RELATED TO HEADER */
#header { 
	height:255px;
}

#btwheadmiddle {
	background-image:url(../images/mainbody_top_bg.jpg);
	background-repeat:repeat-x;
	height:12px;
	width:894px;
	margin:auto;	
} 

#HeaderTop {
	height:113px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:894px;
	margin:auto;
}

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

#toparea {
	float:right;
	padding-right:12px;
	text-align:right;
	width:708px;
}

#toplinks {
	padding-top:18px;
	padding-right:16px;
	color:#2f6b9a;
}

#toplinks a, #toplinks a:visited {
	text-decoration:none;
}

#toplinks a:hover {
	text-decoration:none;
}

#topmenu {
	padding-top:53px;
}

#topmenu ul {
	list-style:none;
	margin:0px;	
}

#topmenu ul li{
	list-style:none;
	float:right;
	padding-left:3px;
	width:98px;
	text-align:center;
	margin:0px;
}

#topmenu ul li a, #topmenu ul li a:visited{
	font-weight:700;
	color:#000000;
	background-image:url(../images/menu_bg.jpg);
	width:98px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:29px;
	color:#2f6b9a;
}

#topmenu ul li a:hover {
	font-weight:700;
	color:#000000;
	background-image:url(../images/menu_bg.jpg);
	width:98px;
	display:block;
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:29px;
	color:#d96e05;
}


#HeaderBanner {
	padding-left:3px;
}
/* HEADER STYLE STARTED */

/* SIDEBAR STYLES */
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 206px; 
}

.sidebar_top {
	width:182px;
	height:31px;
	margin:auto;
	background-image:url(../images/sidebar_top.jpg);
	background-repeat:no-repeat;
}
.sidebar_top img {
	padding-top:7px;
	padding-left:8px;
}

.sidebar_middle {
	width:182px;
	margin:auto;
	background-image:url(../images/sidebar_middle.jpg);
	background-repeat:repeat-y;

}
.sidebarcontent {
	padding-left:9px;	
	padding-right:7px;
}

.sidebarcontent p {
	padding-top:5px;
	padding-bottom:5px;
}

.sidebar_bottom {
	width:182px;
	margin:auto;
	background-image:url(../images/sidebar_bottom.jpg);
	background-repeat:no-repeat;
}
.sidebar_image {
	text-align:center;
}
.spacer {
	line-height:8px;
}
.sidebar_icon_left {

}

.sidebar_icon_left p {
	font-size:10px;
}

.sidebar_img {
	padding-right:8px;
	float:left;
}


/* SIDEBAR STYLES ENDS */

/* MAIN CONTENT STYLES */
#mainContent { 
	margin: 0 206px 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
}

.middlecontent {
	padding-left:7px;
} 

.middleareatop {
	width:215px;
	height:45px;
	background-image:url(../images/middle_area_header.jpg);
	background-repeat:no-repeat;
}

.middleareatop img {
	padding-top:5px;
	padding-left:1px;
}

.middleareamiddle {
	width:213px;
	height:190px;
	background-image:url(../images/middle_area_middle.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-left:1px solid #cde3f0;
	border-right:1px solid #cde3f0;	
}

.middleareamiddle ul {
	list-style:url(../images/bullet.jpg);
	padding:0px 0px 0px 23px;
	margin:0px;
	line-height:20px;
}

.middleareamiddle ul li {
	padding-left:0px;
}

.middleareamiddle ul li a, .middleareamiddle ul li a:link,  .middleareamiddle ul li a:visited{
	color:#2f6b9a;
	text-decoration:none;
}

.middleareamiddle ul li a:hover {
	color:#d96e05;
	text-decoration:none;
}

.middleareabottom {
	width:215px;
	background-image:url(../images/middle_area_bottom.jpg);
	background-repeat:no-repeat;
}

.serviceblock {
	float:left;
	width:222px;
	padding-left:6px;
}

#tech_logos {
	margin:auto;
	text-align:center;
}

/* ENDS */

/* FOOTER STYLES */
#footer { 
	height:57px;
	width:874px;
	margin:auto;
	background-image:url(../images/footer_line.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:23px;
} 
#footerMenu {
	padding-left:11px;
	width:672px;
	color:#2f6b9a;	
	float:left;
}
#w3clogo {
	float:right;
	width:190px;
}
#footerMenu a, #footerMenu a:visited {
	color:#2f6b9a;
	text-decoration:none;
}

#footerMenu a:hover {
	color:#d96e05;
	text-decoration:none;
}

#copyright {
	color:#6e6e6e;
	line-height:25px;
	width:672px;
	float:left;
}
/* FOOTER STYLES ENDS */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    font-size: 1px;
}

/* CSS FOR GENERATING CORNERS TO THE WEB PAGE */
.t {
	background-color:#FFF;
}
.b {
	background: url(../images/border_footer_bg.jpg) 0 100% repeat-x
}
.l {
	background: url(../images/border_left_bg.jpg) 0 0 repeat-y
}
.r {
	background: url(../images/border_right_bg.jpg) 100% 0 repeat-y
}
.bl {
	background: url(../images/bottom_left_corner.jpg) 0 100% no-repeat
}
.br {
	background: url(../images/bottom_right_corner.jpg) 100% 100% no-repeat
}
.tl {
	background: url(../images/top_left_corner.jpg) 0 0 no-repeat

}
.tr {
	background: url(../images/top_right_corner.jpg) 100% 0 no-repeat;
}
/* ENDS */
/* CSS FOR PAGE HEADER TEXT */
.boxheaderwelcome{
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	color: #d96e05;
	font-weight: bold;
	font-size: 16px;
	border-bottom:1px solid #CDE3F0;
}

/* DROP DOWN MENU CSS */
#dropmenudiv {
	position:absolute;
	z-index:100;
	border:0px;
	line-height:22px;
	background-color:#FFFFFF;

}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	color:#2f6b9a;
	border-bottom: 1px solid #cde3f0;
	background-image:url(../images/dropdown_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:15px;
	background-color:#FFFFFF;	
	border-left:1px solid #cde3f0;
	border-right:1px solid #cde3f0;
	text-align:left;
}
#dropmenudiv a:hover {
	color:#d96e05;
	background-color:#FFFFFF;	
	border-left:1px solid #cde3f0;
	border-right:1px solid #cde3f0;	
	background-image:url(../images/dropdown_hover.jpg);
	background-repeat:repeat-y;
	background-position:left;	
	text-align:left;	
} 
/* DROP DOWN ENDS */
/*--------contant box--------*/


#contantbox {
	margin: 0 auto 0 auto;
	width:520px;
}
#contantbox .header{
	background:url(../images/contantboxhdr.jpg);
	width:242px;
	height:17px;
	padding-left:5px;
	color:#fff;
	font-weight:bold;
}
.heading {
	background:url(../images/contantboxhdr.jpg);
	width:242px;
	height:17px;
	padding-left:5px;
	color:#fff;
	font-weight:bold;
	margin-left:40px;
	margin-bottom:10px;
}
.heading a{
	color:#fff;
}
#contantbox .box1 {
	float:left;
}
#contantbox .box2 {
	float:right;
}
/*--------END contant box--------*/
.apply_br {
	clear:left;
}
.apply_br_both {
	clear:both;
}
.apply_text {
	margin:0;
	padding:0;
	width:100px;
}
.apply_label {
	float:left;
	width:110px;
	padding-left:10px;
}
.apply_input {
	float:left;
}
.apply_tr {
	margin:10px 0px 10px 30px;
}
/*   BOF    CONTACT US FORM  CSS    */                           
#contantusbox {
	margin: 0 auto 0 auto;
	/*width:520px;*/
	line-height:16px;
}

#contantusbox .box1 {
	float:left;
	width:290px;
}

#contantusbox .box2 {
	float:right;
	width:370px;
}
/*   EOF    CONTACT US FORM  CSS    */                            
/*   BOF    CAREER PAGE FORM  CSS    */                            

#crtable {
	width:550px;
	margin: auto auto auto auto;
}

#crtable .crth {

	background:#5a5a5a;
	border-bottom: #FFFFFF 1px solid;
	height:22px;
	color:#FFFFFF;
	font-weight:bold;
}

#crtable .crtd1 {
	background:#d1e8ff;
	border-bottom: #FFFFFF 1px solid;
	height:22px;
}

#crtable .crtd2 {
	background:#e0f0ff;
	border-bottom: #FFFFFF 1px solid;
	height:22px;
}


#crtable .crJobTitle {
	width:200px;
	height:17px;
	float:left;
	margin:5px 0 0 5px;
}

#crtable .crLocation {
	width:147px;
	height:17px;
	float:left;
	margin:5px 0 0 0;
}

#crtable .crCompany {
	width:87px;
	height:17px;
	float:left;
	margin:5px 0 0 0;
}
#crtable .crExp {
	width:66px;
	height:17px;
	float:left;
	margin-top:5px;
}
#crtable .crApply {
	height:17px;
	float:right;
	margin-top:5px;
	padding-right:5px;
}

#crdttable {
	width:520px;
	margin: auto auto auto auto;
}

#crdttable .crth {
	width:515px;
	background:#cecfd1;
	border-bottom: #FFFFFF 1px solid;
	color:#000;
	height:17px;
	padding-top:5px;
	padding-left:5px;
}

#crdttable .crtd {
	width:515px;
	background:#e5e5e6;
	border-bottom: #FFFFFF 1px solid;
	color:#000;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
}

#crdttable .crtdlast {
	width:520px;
	text-align:right;
}
/*   EOF    CAREER PAGE FORM  CSS    */                           
.errortxt {
	color:#FF0000;
	background-color:#FFCCCC;
	border:1px solid #C40000;
	color:#333;
	font-weight:700;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding:5px;
	padding-left:40px;
	width:92%;
	margin:auto;
}
.successtxt {
	background-color:#DDFFDD;
	color:#333;
	font-weight:700;
	border: 1px solid #006600;
	background-image:url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding:5px;
	padding-left:40px;
	width:92%;
	margin:auto;
}
.middlebox{
	margin-left:0px; width:99%;
}
.middlebox .box1{
	float:left; width:200px;
}
.middlebox .box2{
	float:left; width:200px; margin-left:30px;
}
.middlebox .box3{
	float:left; width:200px; margin-left:30px;
}
.h1tag{
	line-height:25px;
	color: #d96e05;
	font-weight: bold;
	font-size: 16px;
	border-bottom:1px solid #CDE3F0;
	}
link1{
line-height:inherit;
color:#000000;
font-size:12;
border-bottom:thin;}

.project_container {

	width:100%;

	float:left;

}



.portfolio_spacer {

	width:96%;

	border-bottom:1px solid #FFF;

	margin:auto;

	margin-bottom:10px;

}



.portfolio {

	border:1px solid #CDE3F0;

	background-color:#E6F3FC;

	float:left;

	height:100%;

	width:100%;

}

.project_name {

	width:96%;

	margin:auto;

	color:#C9423A;

	font-weight:700;

	padding-bottom:5px;

	padding-top:5px;

}

.portfolio_image {

	padding-left:15px;

	padding-top:5px;

	width:230px;

	float:left;

}

.portfolio_content {

	padding-left:15px;

	padding-right:15px;

}