<style type="text/css" media="all">
<!--
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #3B3B3B;
  background-repeat: repeat-x;
  color: #333333;
  font-family: "trebuchet MS";
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: justify; /* Centers the page content container in IE 5 browsers. */
}
hr {
  color: #627850;
  height: 1px;
}
/* Commonly used to style page titles. */
h1 {
  color: #668975;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
	font-family:"trebuchet MS";
  	color: #0787fe;
  	font-size: 22px;
  	font-weight: bold;
	text-align:center;
}

/* Sets the style for the h4 header. */
h4 {
  color: #fff;
}
/* Sets the style for the h5 header. */
h5 {
  color: #fff;
}
/* Sets the style for the h6 header. */
h6 {
  color: #fff;
}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}

#outerWrapper #contentWrapper {
  background-color: #ffffff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  min-height: 0;
  width: 903px;
}
#header {
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}
#headerprtfolio {
	background-image:url(../images/prtfoliobg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}


#headertnku {
	background-image:url(../images/thanku.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}

#headersrvc {
	background-image:url(../images/srvc.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}
#headerprcng {
	background-image:url(../images/prcng.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}

#headerquote {
	background-image:url(../images/quote.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}

#headercntct {
	background-image:url(../images/cntct.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}
 
#headercrr {
	background-image:url(../images/carr.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}

#headerabt {
	background-image:url(../images/abt.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;
	margin-bottom:10px;
}
#headertstimonials {
	background-image:url(../images/tstimonial.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height:238px;	
	margin-bottom:10px;
}
#outerWrapper #contentWrapper #header #home {
	width:112px;
	height:37px;
	float:left;
}
#outerWrapper #contentWrapper img {
  border: none; /* Sets the border properties for an element using shorthand notation */
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #353c48;
  border: solid 1px #627850; /* Sets the border properties for an element using shorthand notation */
  float: right;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 227px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 310px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #contentSub {
  background: #ffffff;
  overflow:auto;
}
#outerWrapper #contentWrapper #contentSub #clearDiv {
  clear: right;
  display: block;
}
#outerWrapper #contentWrapper #contentSub #contentColumn3 {
  background-color: #ffffff;
  float: right;
  margin-bottom: 10px;
  padding: 0px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #contentWrapper #contentSub #contentColumn3 #flashadd {	
	height:222px;
	width:171px;
}
.right_text {
	padding:10px;
	font-family:"trebuchet MS";
	font-size:12px;
	color:#222222;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
}
#outerWrapper #contentWrapper #contentSub #contentColumn3 #call_us {
	background:url(../images/callus.jpg) no-repeat;
	width:172px;
	height:58px;
	text-align:center;

}


#outerWrapper #contentWrapper #contentSub #contentColumn3 #testimonials {
	margin-top:15px;
	background:#ededed;
	width:172px;
}

#outerWrapper #contentWrapper #contentSub #contentColumn3 #testimonials_bg {
	background:url(../images/testimonials.jpg) no-repeat;
	width:172px;
	height:38px;
	float:left;
}


.text_red {
	font-family:"trebuchet MS";
	font-size:12px;
	color:#b70101;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding:5px 10px 5px 10px;
}

#outerWrapper #contentWrapper #contentSub #contentColumn2 {
  background-color: #ffffff;
  float: right;
  margin-bottom: 10px;
  padding: 0px 0px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 475px;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #heading {
	background:url(../images/welcome.jpg) no-repeat;
	width:465px;
	height:38px;
	padding-top:45px;
	
}
 
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery {
	background:url(../images/portfolio.jpg) no-repeat;
	width:450px;
	background-color:#f3f4f5;
	height:380px;
	padding-left:10px;
	padding-top:10px;
	
}	
#outerWrapper #contentWrapper #contentSub #contentColumn2 #heading2 {
	background:url(../images/contact.jpg) no-repeat;
	width:465px;
	height:38px;
	padding-top:45px;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #heading3 {
	background:url(../images/service.jpg) no-repeat;
	width:465px;
	height:38px;
	padding-top:45px;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #heading4 {
	background:url(../images/request.jpg) no-repeat;
	width:465px;
	height:38px;
	padding-top:45px;
}


#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #template1 {
	margin-left:10px;
	margin-top:5px;
	margin-bottom:15px;
	width:185px;
	height:123px;
	float:left;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #template2 {
	margin-left:40px;
	margin-top:5px;
	margin-bottom:15px;
	width:185px;
	height:123px;
	float:left;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #template3 {
	margin-left:10px;
	margin-top:20px;
	width:185px;
	height:123px;
	float:left;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #template4 {
	margin-top:20px;
	margin-left:40px;
	width:185px;
	height:123px;
	float:left;
}

#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #linktext {
	width:350px;
	font-family:Tahoma;
	font-size:12px;
	color:#0082fb;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #linktext:hover {
	font-family:Tahoma;
	font-size:12px;
	color:#003deb;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
}
#outerWrapper #contentWrapper #contentSub #contentColumn2 #gallery #more {
	margin:45px 10px 10px 360px;
}


	

#outerWrapper #contentWrapper #contentSub #contentColumn1 {
  background-color: #ffffff;
  float: left;
  width: 204px;
  padding-left:10px;
}

#outerWrapper #contentWrapper #contentSub #contentColumn1 #services {
	background:url(../images/services.jpg) no-repeat;
	width:204px;
	height:34px;
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	color: #0787fe;
}	
#outerWrapper #contentWrapper #clearFloat {
  clear: right;
  height: 0;
  width: 0;
}
#footer {
	background-color:#9aa6b1;
	  margin: 0 auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, rightbottom,left)*/
	  height:50px;
	  font-family:"trebuchet MS";
	  font-size:12px;
	  color:#FFFFFF;
	  text-decoration:none;
	  font-weight:normal;
	  text-align:center;
}

#footer .footerlink {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;

}

#footer .footerlink:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;


}

/***************************NEW**************************/



/*  li {
 	background:none;
	border: 0px;
}

a {
	font-family:Helvetica, Arial,  sans-serif;
	font-size:14px;
	text-decoration:none;
	color: #1d3681;
	padding-left:35px;
	line-height:15px;
	text-align:left;
}

a:hover {
	height:19px;
	background-repeat:no-repeat;
	color: #0064eb;
}

*/
#add {
	width:204px;
	float:left;
	margin-top:10px;
} 
/********************************
.add1 {
	background:url(../images/add1.jpg) no-repeat;
	height:67px;
	margin-left:15px;
}
.add2 {
	background:url(../images/add2.jpg) no-repeat;
	height:67px;
	margin-top:10px;
	margin-left:15px;
}
.add3 {
	background:url(../images/add3.jpg) no-repeat;
	height:67px;
	margin-top:10px;
	margin-left:15px;
}
.add4 {
	background:url(../images/add4.jpg) no-repeat;
	height:67px;
	margin-top:10px;
	margin-left:15px;
}

******************************************/
/***#menu {
	font-family:Helvetica, Arial,  sans-serif;
	margin:0;
	padding:0;
	font-size:11px;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:204px;
}
#menu li {
	position:relative;
	width:204px;
	float:left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	height:30px;
}

#menu li:hover {
	position:relative;
	width:204px;
	float:left;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat:no-repeat;
	height:30px;
}
********/
#address {
	font-family:"trebuchet MS";
	font-size:14px;
	color:#222222;
	font-weight:normal;
	text-decoration:none;
	line-height:25px;
}
#bold {
	font-family:"trebuchet MS";
	font-size:14px;
	color:#b70002;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
}
#link_text {
	font-family:"trebuchet MS";
	font-size:12px;
	color:#222222;
	font-weight:normal;
	text-decoration:none;
	line-height:25px;
}
#link_text {
	font-family:"trebuchet MS";
	font-size:12px;
	color:#222222;
	font-weight:normal;
	text-decoration:underline;
	line-height:25px;
}	
#colomright {
	width:640px;
	float:right;
	padding:5px 25px 5px 10px;
}
.bullet{
	background:url(../images/bullet.jpg) no-repeat;
	padding-left:15px;
}
#career_text {
	padding:5px; 
	font-family:"trebuchet MS";
	font-size:14px;
	color:#222222;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}

#career_text:hover {
	padding:5px; 
	font-family:"trebuchet MS";
	font-size:14px;
	color:#006fd7;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}
.portfolio_container {
	background-color:#f3f4f5;
	padding-top:10px;
	padding-bottom:20px;
	margin-top:10px;
	border:#bababa solid 1px;
}
.portfolio_border1 {
	border-top:#666666 dashed 1px;
}
.portfolio_border2 {
	border-right:#666666 dashed 1px;
	border-bottom:#666666 dashed 1px;
}
.portfolio_border3 {
	border-right:#666666 dashed 1px;
}
.portfolio_border4 {
	border-bottom:#666666 dashed 1px;
}
.heading_text{
	background-color:#e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color: #0066FF; 
	font-style:normal;
}

.bodytextred{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color: #b70002; 
	font-weight:bold;
}
.txt_link {
	font-family:"trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#b70002;
	text-decoration:none;
}
.txt_link:hover {
	font-family:"trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#0084fe;
	text-decoration:none;
}
.table {
	border:#CCCCCC solid 1px;
	padding:5px 0px 5px 10px;
}

.serch_bttn {
	background-color:#0787fe;
	background-repeat:no-repeat;
	border: 1px solid #000000;
	width:100px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	height:20px;
	padding-bottom:3px;
}

.serch_bttn:hover {
	background-color: #ff771c;
	padding-bottom:3px;
	
}
.contactus{	
	font-family:"trebuchet MS";
	font-size:16px;
	color:#ffffff;
	text-decoration:blink;
	text-align:center;
	font-weight:bold;
}

.contactus:hover{	
	font-family:"trebuchet MS";
	font-size:16px;
	color:#ffffff;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
}
.thanku {
	border:#999999 solid 1px;
	font-family:"trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#006600;
	text-align:center;
	text-decoration:none;
	height:575px;
	margin-top:10px;
}	

/******************************************************lightbox*******************************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}

#lightbox img{ 
	border: none; 
} 
#overlay img{ 
	border: none; 
}
#overlay{ 
	background-image: url(../images/overlay.png);
}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}


.haeding {
	font-family:"trebuchet MS";
	font-size:16px;
	font-weight:bold;
	color:#0787fe;
	text-decoration:none;
}

#name {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
	text-decoration:none;
}





-->
</style>


