@charset "utf-8";
/* CSS Document */
@charset "utf-8";
body  {
	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:#000;
	background-color: #fff;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18 */
	background-image:url(images/body_bg.gif);
	height: auto;
}

 #container {
	width: 929px;  
	height: auto;
	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. */
	padding: 1px;
	background-color:#eaeada;
	}
	
div, h1, h2, p, label, input, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}	
	
#header {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/Z.gif);
	background-position: 4%;
	background-repeat: no-repeat;
	height: 150px;
	line-height: 70px;
	color:000;
	overflow: hidden;
	background-color:#ddddca;
	border: #eaeada solid 8px;
		}	
#headcont {
	background-color:#FFF;
	}
		
h1 {
	padding:  10px 0px 5px 0px;
	margin:0;
}		

#title {
	position: relative;
	height: 120px;
	left: 210px;
	top: 10px;
	width: 680px;
	text-align:left;
		}

#header p {
	line-height: 20px;
	font-size: 22px;
	font-weight: bold;
	padding:  0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 680px;
	height: 22px;
}
*+html #header p{ /* Hack targets ie7 only*/
	top: 10px;
}
*html #header p{ /* Hack tartets ie6 only*/
	top: 10px;
}

.zuff {		font-size: 75px;
		color: #6a8534;}
.web { font-size: 55px;	
       color: #d66e08;}
hr { 
     margin: 0px 40px  10px 40px ;		}	   

	/* --- Navigation -----*/	
#nav{
	width:929px;
	height:35px;
	position:relative;
	margin:0 auto;
	background-color:#eaeada;
	}
#nav ul{
	background:url(images/nav2/nav_bar.gif) 0 0 no-repeat;
	width:883px;
	height:27px;
	position:absolute;
	left:7px;
	top:6px;
	padding:0 0 0 40px;
}
#nav ul li{
	background:url(images/nav2/nav_div.gif) left top no-repeat;
	height:25px;
	float:left;
	padding:0  0 0 1px;
}
#nav ul li a{
	display:block;
	background:url(images/nav2/nav_bg.gif) 0 0 repeat-x;
	padding:0 40px;
	font:bold 14px/27px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	
}
#nav ul li a:hover{
	background:url(images/nav2/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#nav ul li a.hover{
	display:block;
	background:url(images/nav2/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	padding:0 40px;
	font:bold 14px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
#nav ul li.last{
	background:url(images/nav2/nav_div.gif) left top no-repeat;
	padding: 0 0 0 1px;
	height:27px;
	float:left;
}



/* ----- End Navigation ---*/



/*----- Left and right ---*/
/* --- right ----*/
#right{
	width:388px;
	margin: 10px 0px 0px 8px;
	padding:0px 10px 6px 0px;
	color:#878767;
	float:right;
	display:inline;
	}
	

#right p.pic{
	display:block;
	width:74px;
	height:74px;
	margin:12px 0 0 8px;;
	float:left;
	background-color:#fff;
}

#right1 p.pic {background:url(images/search3.png) 0 0 no-repeat;}
#right2 p.pic {background:url(images/piggybank.gif) 0 0 no-repeat;}
#right3 p.pic {background:url(images/webstandards.png) 0 0 no-repeat;
				background-color: #fff;}
#right4 p.pic {background:url(images/user.png) 0 0 no-repeat;}				
				
#right1 { margin: 0px 0 10px 0; 
		  padding: 5px;
		  border:#DDDDCA solid 7px;
		  height: 100px;
		  background-color: #ffffff;
		  background-image:url(images/box.jpg);
		  background-repeat:repeat-x;
		  
		 		  }
#right2 { margin: 5px 0 10px 0;
		  border:#DDDDCA solid 7px;
		  padding: 5px;
		  height: 100px;
		  background-color: #ffffff;
		  background-image:url(images/box.jpg);
		  background-repeat:repeat-x;
		  }
		  
		  
#right3 { padding: 5px;
		  margin-bottom: 20px;
		  border:#DDDDCA solid 7px;
		  height: 100px;
		  background-color: #ffffff;
		  background-image:url(images/box.jpg);
		  background-repeat:repeat-x;
		  		 }			
#right4 { padding: 5px;
		  margin-bottom: 20px;
		  border:#DDDDCA solid 7px;
		  height: 100px;
		  background-color: #ffffff;
		  background-image:url(images/box.jpg);
		  background-repeat:repeat-x;
		  		 }			

#right p.boxTxt{
	float:right;
	padding:0 0 0 15px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	width:250px;
	 border-left:#DDDDCA solid 2px;
	 
}
#right p.boxTxt span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	height:17px;
	display:block;
}


/*------------------------------------------------right end--------------------*/
.portfolio #left {
width:900px;
	float:left;
	background-color: #fff;
	margin: 10px 0px 20px 8px;
	border:#DDDDCA solid 7px;
	border-style: solid;
	background-image:url(images/fading_background_1.png);
	background-repeat:repeat-x;
	text-align:left;
	display:inline;
}

/*--------left--------------------*/
#left{
	width:500px;
	float:left;
	background-color: #fff;
	margin: 10px 0px 20px 8px;
	border:#DDDDCA solid 7px;
	border-style: solid;
	background-image:url(images/fading_background_1.png);
	background-repeat:repeat-x;
	text-align:left;
	display:inline;
	}
#left p.leftTop{
	display:block;
	width:480px;
	height:26px;
}
#left h2{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#D76E08;
	margin:0 0 16px 0;
	padding:0 0 0 38px;
	display:block;
}
#left h3{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	color:#D76E08;
	margin:10px 0 16px 0;
	padding:10px 0 0 38px;
	display:block;
	width: 400px;
	
	}

#left p.leftTxt1{
font: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color:#62625C;
	padding:0 38px 10px 38px;
	width:400px;
	height:auto;
}
#left p.leftTxt1 span{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .95em;
	line-height: 1.2em;
	color:#6a8534;
	width:380px;
	height:auto;
	
}


#left p.leftTxt2{
	font: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color:#62625C;
	padding:0 0 20px 38px;
	width:420px;
	height:auto;
	margin:0 27px 0 0;
}

#news p.leftTxt2{
	font-style:italic; }
	

#left p.leftTxt2 span{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	color:#D76E08;
	border-bottom:#BCBCB5 dashed 1px;
	width:400px;
	height:auto;
	display:block;
	margin:0 0 15px 0;
}
#left p.leftPic{
	display:block;
	background:url(images/ 0 0 no-repeat;
	float:left;
	margin:0 0 22px 0;
}
#left p.leftBottom{
	display:block;
	background:url(images/right_bottom.gif) 0 0 no-repeat;
	width:480px;
	height:20px;
	
}
/*---------end left--------------------*/
		
 a:link { color:#6a8534; }
 a:visited {color: #000000; }
 a:hover { color: #9aca32; }

#clear { clear: both;}
	
 #footer {
	background: #d66e08;
	width: 929px;
	height: 36px;
	clear: both;
	text-align:left;
	font-size: .8em;
 }

#footer a:link { color:#000; }
#footer a:visited {color: #fff; }
#footer a:hover { color: #6a8534; }

/*-------- eliminate link or image outlines -----*/
:link img {
  border: none;
}
img {
	border: none;
	}
a {
outline: none;
}
/*----------- typography ----------------*/

.portfolio ol {
	padding: 0px 20px 0px 60px;	
	
}

.portfolio p { padding: 0px 30px  0px 30px; }
.portfolio ol, .portfolio p {font-size: .9em;
	line-height: 1.3em; }
