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

*{margin:0;padding:0;}

html {
	height:101%;
}

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #0e0e0e url(../images/bg.gif) repeat 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #666666; 
}

a{
color:#c0272d;
text-decoration:none;
}

/* basic style Start*/

.twoColFixRtHdr #container { 
	width:800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f4f4f4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:11px;
} 
.twoColFixRtHdr #header { 	
	background:url(../images/header2.jpg) no-repeat top left;	
	height:241px;	
} 

#logo {
width:800px;
height:92px;
background-color:#707070;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;	
} 

.twoColFixRtHdr #pageTitle { 	
	height:47px;
	width:800px;
}


/* nav Start */

#mainNavHolder{
	width: 800px;
	height: 40px;
	/*display: block;*/
	background-color:#222121;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
}

/* Nav */

#topnav ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#topnav ul li 
{
float: left;
margin: 10px 0px 0px 0px;
text-align:center;
list-style: none;
}

#topnav li a {
display: block;
padding: 0px 0px 0px 0px;
margin: 0px 30px 0px 25px;
text-decoration: none;
color: #f5f5f5;
font-size:11px;
font-weight:bold;
}

#topnav li .selected{
color: #f9d15d;
}

#topnav ul a:hover {
text-decoration: none;
color: #c2272d;
font-size:11px;
font-weight:bold;
}


/*#topnav
{
  	width: 800px;
	height: 29px;
	display: block;
	float: left;
}

#topnav ul
{
  margin : 0px;
  padding: 0px;
}

#topnav li
{
  margin: 10px 0px 0px 25px;
  padding: 0px;
  float: left;
  list-style: none;
}

#topnav li a
{
  display: block;  
  text-decoration: none;
  font-size: 11px;
  color:#FFFFFF;
  font-weight:bold;
}

#topnav li a:hover
{  
  color:#c2272d;  
}



#topnav li a.link1
{  
  width: 80px;
}

#topnav li a.link2
{  
  width: 80px;
}

#topnav li a.link3
{  
  width: 80px;
}

#topnav li a.link4
{  
  width: 80px;
}

#topnav li a.link5
{  
  width: 80px;
}*/


/* nav End */

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 207px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sidebarBG.jpg) repeat-x top left;
	background-color:#fefefe; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin-right:9px;
position:relative;	
}

.twoColFixRtHdr #sidebar1 p{	
	margin: 0px 8px 0px 8px;	
}

.twoColFixRtHdr #sidebar1 .titlePadding{	
	margin: 10px 0px 0px 0px;	
}

/*.topCurv{
	background:url(../images/topCurv.gif) no-repeat top left;
	width:563px;
	height:6px;
	margin-left:10px;
}
.bottomCurv{
	background:url(../images/bottomCurv.gif) no-repeat top left;
	width:563px;	
	height:6px;
	margin-left:10px;
}*/




/*---------------------------------------------------------Home Start-------------------------------------------------------------------*/

.twoColFixRtHdr #mainContentHome {
	/*border:solid 1px #00CC66;*/
	background-color:#f4f4f4;
	margin: 0 0 0 0;  /*the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 /*padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	 text-align:center;
	
} 

.twoColFixRtHdr #mainInternalContentHome {
	width:780px;
	/*border:solid 1px #FF0000;*/
	background-color:#f4f4f4;
	margin: 10px 10px 0 10px;  /*the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 padding: 0px 0px 0px 0px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainInternalContentHome h1 {
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 40px;
	text-align:left;
} 

.twoColFixRtHdr #mainInternalContentHome h2{
	color: #c22c32;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin: 10px 0px 5px 0px;	
	text-align:left;
} 


.twoColFixRtHdr #mainInternalContentHome p {
text-align:left;
line-height: 18px;
color:#FFFFFF;
padding:40px 300px 0px 40px;
} 

.twoColFixRtHdr #mainInternalContentHome .homeBanner {
width:780px;
height:296px;
background-image:url(../images/home_banner.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
} 

.twoColFixRtHdr #mainInternalContentHome img {
float:Left;
margin:15px 0px 0px 40px;

}

#boxHolder
{
background-color:#f4f4f4;
width:780px;
height:250px;
}



.box1
{
float:left;
width:242px;
height:248px;
background-image:url(../images/box_design.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
margin: 0px 10px 10px 0px;

}


.box2
{
float:left;
width:242px;
height:248px;
background-image:url(../images/box_dev.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
margin: 0px 10px 10px 17px;
}

.box3
{
float:left;
width:242px;
height:248px;
background-image:url(../images/box_strategy.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:center;
margin: 0px 0px 10px 17px;
}

.box1 ul
{
color:#ffffff;
margin:50px 0px 0px 0px;
text-align:left;
}

.box2 ul
{
color:#ffffff;
text-align:left;
margin:50px 0px 0px 5px;
}

.box3 ul
{
color:#ffffff;
text-align:left;
margin:50px 0px 0px 5px;
padding:0;
}

.box1 li
{
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 35px;
}

.box2 li
{
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 35px;
}

.box3 li
{
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-left: 35px;
}

.more
{
display:block;
float:right;
/*border:1px solid red;*/
position:relative;
top:60px;

}

.more2
{
display:block;
float:right;
/*border:1px solid red;*/
position:relative;
top:74px;
}

.hometxt
{
text-align:left;
line-height:18px;
padding:10px 0px 10px 0px;
background: #f4f4f4;
}

/*---------------------------------------------------------Home End-------------------------------------------------------------------*/

.twoColFixRtHdr #mainInternalContent {
	width:542px;
	/*border:solid 1px #FF0000;*/
	background-color:#ffffff;
	margin: 0 10px 0 10px;  /*the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 padding: 0px 10px 0px 0px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainInternalContent h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d7d0;
	color: #c0272d;
	font-family: "Trebuchet MS",Arial,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
} 

.twoColFixRtHdr #mainInternalContent p {
line-height: 18px;
} 



.twoColFixRtHdr #footer { 	
	text-align:center;
	background:#222121;
	height:100px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#FFFFFF;
}

.twoColFixRtHdr #footer a{
color:#FFFFFF;
text-decoration:none;
}

.twoColFixRtHdr #footer a:hover{ 
  color:#c2272d;  
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

span{
display:none;
}

.titleFeatureProj
{
background:url(../images/title_feaureProj.png) no-repeat top left;
width:207px;
height:30px;
}

.titleReqQuote
{
background:url(../images/title_reqQuote.png) no-repeat top left;
width:207px;
height:30px;
}

.titleWhatWeDo
{
background:url(../images/title_whatWeDo.png) no-repeat top left;
width:250px;
height:22px;
}

.titleSkillset{
background:url(../images/title_skillset.png) no-repeat top left;
width:250px;
height:22px;
}

ul
{
	list-style: none;
	margin-left: 0;
	margin-bottom:10px;
	margin-top:10px;
	padding-left: 2em;
	text-indent: -1em;
}


#quickLink ul {
	list-style: none;
	margin-left: 0;
	margin-bottom:10px;
	margin-top:10px;
	padding-left: 2em;
	text-indent: -1em;
	}
	
#quickLink li
{
padding:0px 0px 4px 0px;
}

#quickLink li a:hover
{
display:block;
text-decoration:underline;
}


/* basic style End */

h1
{
color:#00CC99;
font-size:18px;
}


#wrapper {
	position:relative;
	width:800px;
	margin:20px auto;
	padding:0px;
	min-height:1000px;
}

#header {
	background:url(images/headerbg.png) repeat-x top left;
	height:300px;
	margin:0 0 0px 0;
}

#header2 {
	width:800px;
	height:231px;
	margin:0px 0px 0px 0px;
}

#header2 .logo {
width:308px;
float:left;
height:231px;
}

#header2 .banner {
width:492px;
float:right;
height:231px;
}



/* New top Nav 

#topNavStyle{position:relative;display:block;height:25px;font-size:11px;font-weight:bold;background:transparent url(../images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;}
#topNavStyle ul{margin:0;padding:0;list-style-type:none;width:auto;}
#topNavStyle ul li{display:block;float:left;margin:0 1px 0 0;}
#topNavStyle ul li a{display:block;float:left;color:#000;text-decoration:none;padding:6px 20px 0 20px;height:24px;}
#topNavStyle ul li a:hover,#topNavStyle ul li a.current{color:#fff;background:transparent url(../images/bgON.gif) repeat-x top left;}
*/

/*Form Style*/

.input 
{
width:264px;
background-color:#dcdcdc;
border: 1px solid #222121;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
height:16px;
color:#222121;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

textarea
{
width:264px;
background-color:#dcdcdc;
border: 1px solid #222121;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
color:#222121;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

select
{
width:269px;
background-color:#dcdcdc;
border: 1px solid #222121;
padding:0px 0px 0px 3px;
margin:0px 0px 0px 0px;
color:#222121;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

img
{
border:0px;
}




