/*Live Site CSS*/


/*fix for page shift in firefox adds scroll bar to smaller pages*/

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	}

/*main container holds everything central*/
#wrapper{
	width: 745px;
	margin:0px auto;
	background-color: #FFFFFF;
	
	
	
}

/*link styles*/





/*end link styles*/

/*define paragraph styles*/




#left h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 110%; 
font-weight : normal; 
margin-left:10px;
color: #4c6fa1;
margin-top:10px;
margin-bottom:10px;
padding:0px;
text-decoration:none;
}



#left h3{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size: medium;	
margin-left:10px;
margin-right:40px;
color: #ff0000;
margin-top:10px;
margin-bottom:10px;
padding:0px;
font-weight:normal;
}





#left h2{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
	font-size: medium;	
margin-left:12px;
color: #ff0000;
margin-top:10px;
margin-bottom:10px;
padding:0px;
font-weight:normal;
}

#left h3{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
	font-size: small;	
margin-left:12px;
color: #ff0000;
margin-top:10px;
margin-bottom:10px;
padding:0px;
font-weight:normal;





}

#left h3 a{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 110%; 
font-weight : normal; 
margin-left:0px;
color: #4c6fa1;
margin-top:10px;
margin-bottom:10px;
padding:0px;
border-bottom : 1px dotted #bbb; 
text-decoration:none;
}

#left h3 a:hover{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 110%; 
font-weight : normal; 
margin-left:0px;
color: #ff0000;
margin-top:10px;
margin-bottom:10px;
padding:0px;
border-bottom : 1px dotted #bbb; 
text-decoration:none;
}


#left ul li{
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size :small; 
margin-right:40px;
padding:0px;
LINE-HEIGHT: 1.5em;
color:#515151;
list-style-image: url(/images/bullet-1.gif);

}

#left ul li a{
font-family : "Lucida Grande", Verdana, sans-serif; 
text-align:justify;
font-size :small; 
margin-right:40px;
padding:0px;
LINE-HEIGHT: 1.5em;
list-style-image: url(/images/bullet-1.gif);
color : #40659b; 
text-decoration : none; 
border-bottom : 1px dotted #bbb; 


}

#left ul li a:hover{
font-family : "Lucida Grande", Verdana, sans-serif; 
text-align:justify;
font-size :small; 
margin-right:40px;
padding:0px;
LINE-HEIGHT: 1.5em;
list-style-image: url(/images/bullet-1.gif);
color : #ff0000; 
text-decoration : none; 
border-bottom : 1px dotted #bbb; 


}

/*left image styling*/

.left_ img {
background-color : transparent; 
padding : 2px; 
margin : 0; 
border : 2px solid #c0c1c1; 
}


/*text wrap for images*/

.img_float_right{
float: right;


}

.img_float_left{
float: left;


}




/*end left image styling*/


/*define main body rules*/
body {
	background-color: #080808;
	BACKGROUND-IMAGE: url(/images/website-bk.gif); 
	BACKGROUND-REPEAT: repeat-x;
	
}

/*define header */
#header {
	height:87px;
	width:745px;
	BACKGROUND-IMAGE: url(/images/header.gif); 
	BACKGROUND-REPEAT:no-repeat
}

/*define menu */
#menu{
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #515151;
}

/*define ul li for menu, fonts fully resizable without page distortion */
/********************************************************************* */


.category_list {
float:left;
width : 745px; 
margin : 0; 
padding : 0; 
list-style : none; 
font-size : 82%; 
border-top : 1px solid #ababab; 
border-bottom : 1px solid #ababab; 
background : #c3c4c4 url(/images/menu-bk.gif) repeat-x top left; 
} 
.category_list li {
float : left; 
margin : 0; 
padding : 0 1px 0 0; 
list-style : none; 
background : url(/images/menu-divider.gif) repeat-y top right; 
} 
.category_list a {
float : left; 
padding : 7px 13px; 
text-decoration : none; 
border-bottom : none; 
color : #515151; 
} 
.category_list a:hover, .section_list a.active {
color : #fff; 
background : #bfbfbf; 
} 
.category_list a.active {
font-weight : bold; 
}
/********************************************************************* */
/*end menu */


/*page banners changes with each page*/
#banner {
width:745px;
height:100%;
margin:0px;
padding-bottom:0px;


}

#banner  img{
margin:0px;
padding:0px;

}
/*end banner*/



/*left content*/

#left {
float:left;
width:520px;
height:100%;
background-color: #ffffff;
padding:0px;
border:0px;
margin-bottom:50px;
margin-top:0px;
margin-right:0px;
margin-left:0px;


	
	
}



#left p a{
color : #40659b; 
text-decoration : none; 
border-bottom : 1px dotted #bbb; 
}





#left p a:hover {
color : #ff0000; 
border-bottom : 1px dotted #bbb;
text-decoration : none; 
} 

#left p img{
margin:0px;
border:0px;
padding:0px;
} 



#left p{
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 0.8em; 		
margin-top:0px;
margin-left:10px;
margin-right:40px;
margin-bottom:10px;
text-align: justify;
LINE-HEIGHT: 1.5em;
color:#515151

}




#left img{
padding:0px;
margin:0px;
BORDER-BOTTOM:0px; 
BORDER-top:0px; 
BORDER-left:0px;
BORDER-right:0px;


}

#left img a:link{
padding:0px;
margin:0px;
BORDER-BOTTOM:0px; 
BORDER-top:0px; 
BORDER-left:0px;
BORDER-right:0px;


}

/*dotted diver line*/
.divider{
margin-left:10px;
margin-top:10px;
padding:0px;
height:1px;
width:470px;
BACKGROUND-IMAGE: url(/images/dotted_line.gif); 
background-repeat: no-repeat;
}

.search_divider{
margin-left:10px;
margin-top:0px;
padding:5px;
height:1px;
width:470px;
BACKGROUND-IMAGE: url(/images/dotted_line.gif); 
background-repeat: no-repeat;
}

/*search form styling*/
.search_results_p{

font-size : 0.8em; 


}

.search_results_h3{

font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size: 0.8em;	
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
padding:0px;
font-weight:normal;



}

.summary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#515151;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:0.5em 0.5em;
	background-color:#ffffbe;
	margin: 1em 0.5em 1em 0.5em;
	font-weight:bold;
	margin-right:40px;
	list-style:none;
	background-repeat: no-repeat;
	background-position: right bottom;
}


.contact_summary { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#515151;
border-top:1px solid #999; 
border-bottom:1px solid #999; 
padding:0.5em 0.5em; 
background-color:#ffffbe; 
margin: 1em 0.5em 1em 0.5em; 
margin-right:40px;

}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/*end search form styling*/



/*end left content*/


/*right content*/
#right{
	float:left;
	width:225px;
	height:100%;
	background-color: #ffffff;
	
	
	
}

/*search box styling right column*/
#search_box img{
float:left;
margin-right:10px;
}

#search_box {
margin-top:10px;
}

.width{
width:170px;

}

INPUT {
BORDER-RIGHT: #cccccc 1px solid; 
BORDER-TOP: #cccccc 1px solid; 
PADDING-BOTTOM: 1px; 
BORDER-LEFT: #cccccc 1px solid; 
COLOR: #000000; 
PADDING-TOP: 1px; 
BORDER-BOTTOM: #cccccc 1px solid; 
BACKGROUND-COLOR: #f5f3f1; 

}

/*end search box styling right column*/




#box_top{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/images/recent-projects-top.gif); 
background-repeat: no-repeat;
margin:0px;
padding-bottom:4px;
BACKGROUND-COLOR: #1771c6; 

}

#box_top h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#box_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin:0px;
padding:0px;
}





#box_middle p{
margin:0px;
padding:0px;
}


#box_middle ul{
margin:0px;
padding:0px;
list-style-type: none;
display: inline;
margin-right:-2px;


}


#box_middle li {
background-color:transparent; 
margin:0px;
padding:0px;
display : inline; 
margin-right:-2px;


}


#box_middle  img {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #c0c1c1; 

margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 


#box_middle a  img  {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #dadada; 

margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 

#box_middle a:hover img {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #ff0000; 
background-color : transparent;
margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 






#box_bottom{
margin:0px;
padding:0px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}






#core_services_top{
width:213px;
height:100%;
BACKGROUND-IMAGE: url(/images/core_services_bk.gif); 
background-repeat: no-repeat;
margin:0px;
background-color : #bfbfbf; 
margin-top:10px;




}

#core_services_top h1{
margin:0px;
padding-top:7px;
padding-left:8px;
padding-bottom:9px;
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #515151;

}


#core_services_bottom{
margin:0px;
padding:0px;
width:213px;
height:100%;
BACKGROUND-IMAGE: url(/images/core_services_bottom_bk.gif); 
background-repeat: no-repeat;
}


#core_services_bottom p{
margin:0px;
padding:0px;
}


.recent_articles{
padding-top:10px;
padding-left:26px;
margin:0px;
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#8f8f8f;
list-style-type: none;
font-size : 0.7em;
font-weight:bold;
text-decoration: none;




}


.recent_articles li {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#8f8f8f;
line-height : 1.4em; 
list-style : none; 
list-style-image: url(/images/bullet-1.gif);

text-decoration: none;
margin-bottom:10px;
} 


.recent_articles li a {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#8f8f8f;

list-style : none; 
list-style-image: url(/images/bullet-1.gif);
text-decoration: none;
border-bottom : 1px dotted #bbb; 


} 

.recent_articles li a:hover {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#ff0000;

list-style : none; 
list-style-image: url(/images/bullet-1.gif);
text-decoration: none;



} 


.meta{

font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.7em; 
font-weight : normal; 
color: #4c6fa1;
margin-left:10px;
margin-bottom:10px;
margin-right:0px;
margin-top:0px;
padding:0px;
width:468px;

}



.feedback{
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#8f8f8f;
font-size : 0.7em;
text-indent:35px;
height : 35px; 
width:300px;
margin-left:6px;
padding:0px;
BACKGROUND-IMAGE: url(/images/comments_icon.gif); 
background-repeat: no-repeat;
padding-top:0px;
}




.comments_invite {
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#4c6fa1;
font-size : 1.0em;
margin-left:5px;
margin-bottom:0px;
background-image: url(/images/dotted_line.gif); 
background-position: bottom;
background-repeat: no-repeat;
width:468px;
padding:0px;

}


.no_comments{

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#ff0000;


}





/*end right content*/


#footer_top{
	margin:0px auto;
	width:745px;
	height:68px;
	background-image: url(/images/top_footer.gif);
	background-repeat: no-repeat;	
	margin-bottom:1px;
	margin-top:1px;
	
	
}


#footer_bottom{
	margin:0px auto;
	width:745px;
	
	background-color: #2c2c2c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #808080;
	text-align:center;
	
	
	
	
}

/*define ul li for footer_nav */
/********************************************************************* */

#footer_nav {
	float:left;
	width : 745px;
	margin : 0;
	padding : 0;
	list-style : none;
	font-size : 75%;
	display:inline;
	text-align:center;
	background : #2c2c2c; 
	padding-top:10px;
	padding-bottom:10px;
} 

#footer_nav li {

margin-top:10px;
list-style : none; 
display:inline;
text-align:center;

} 

#footer_nav a {
 
text-decoration : none; 
border-bottom : none; 
color : #515151; 
} 
#footer_nav a:hover, #nav a.active {
color : #fff; 
} 
#footer_nav a.active {
font-weight : bold; 
}
/********************************************************************* */
/*end footer ul li */



/*comments styling*/

.comments_top{
padding:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
height:24px;
width:361px;
BACKGROUND-IMAGE: url(/images/comments_top.gif); 
background-repeat: no-repeat;



}



.comments_text {
height:100%;
width:361px;
BACKGROUND-IMAGE: url(/images/comments_bk.gif); 
background-repeat: repeat-y;
margin:0px;
padding:0px;

}



.comments_position{

font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 0.7em; 
padding:0px;		
margin-top:0px;
margin-right:10px;
margin-left:10px;
margin-bottom:0px;
text-align: justify;
LINE-HEIGHT: 1.5em;
color:#525252;


}


#speech p {
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 1.1em; 
padding:0px;		
margin-top:0px;
margin-left:10px;
margin-right:40px;
margin-bottom:0px;
text-align: justify;
LINE-HEIGHT: 1.5em;
color:#525252;


}


#speech ol li{
margin:0px;
padding:0px;
text-decoration:none;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 0.7em; 
padding:0px;		
text-align: justify;
LINE-HEIGHT: 1.5em;
color:#525252;

}





.comments_bottom{

height:39px;
width:361px;
BACKGROUND-IMAGE: url(/images/comments_bottom.gif); 
background-repeat: no-repeat;
padding:0px;		
margin:0px;
}

.comments_details{
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 0.9em; 
padding:0px;		
font-weight:bold;
margin-top:-14px;
margin-right:0px;
margin-left:85px;
margin-bottom:30px;
text-align: justify;
LINE-HEIGHT: 1.5em;
color:#525252;

}


#comments_form{

padding:20px;		
color:#525252;
margin-left:40px;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 0.7em; 
width:361px;
BACKGROUND-IMAGE: url(/images/comments_form_bk.gif); 
background-repeat: no-repeat;

}


#comments_form p{
		
padding:20px;
color:#525252;
margin-left:-40px;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : 1.0em; 
width:361px;
text-align:justify;


}

#comments_form p img{
		
margin-bottom:0px;
margin-right:2px;


}



#comments_form_heading{
		
color:#525252;
margin-left:40px;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size : small; 
width:361px;


}

#comments_form_heading h2{
		
color:#ff0000;
margin-left:0px;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size :0.8em; 
width:361px;


}

p.txpCommentInputForm{

color:#525252;


}



.comments_closed{

font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.7em; 
font-weight : normal; 
color: #ff0000;
margin-top:10px;
padding:0px;
text-decoration:none;



}

/*comments form input boxes*/


.comment_name_input{

width:180px;

}


.comment_email_input{

width:180px;

}

.comment_web_input{

width:180px;
}

.txpCommentInputMessage{

width:180px;

}


/*end comments styling*/



/*website pages*/

/**************************************************************/

#about{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/imagesrecent-projects-top.gif); 

background-repeat: no-repeat;
margin:0px;
padding-bottom:4px;
BACKGROUND-COLOR: #1771c6; 

}

#about h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#about_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin:0px;
padding:0px;
}





#about_middle p{
margin:0px;
padding:0px;
}


#about_bottom{
margin:0px;
padding:0px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}




/*features box*/

#features{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/images/recent-projects-top.gif); 
background-repeat: no-repeat;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:10px;
padding-bottom:4px;
BACKGROUND-COLOR: #1771c6; 

}

#features h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#features_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin:0px;
padding:0px;
}





#features_middle p{
margin:0px;
padding:0px;
}


#features_bottom{
margin:0px;
padding:0px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}

/*features box end*/


/*rss feeds*/

#rss{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/images/rss-top.gif); 
background-repeat: no-repeat;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:10px;
padding-bottom:4px;
BACKGROUND-COLOR: #ed1103; 
}

#rss h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#rss_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin:0px;
padding:0px;
}





#rss_middle p{
margin:0px;
padding:0px;
}


#rss_bottom{
margin-bottom:10px;
padding:0px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}

.rss_box{
padding-top:10px;
padding-left:0px;
margin:0px;
font-family : "Lucida Grande", Tahoma, Helvetica; 
list-style-type: none;
font-size : 0.7em;
text-decoration: none;
font-weight:bold;
color:#515151;



}


.rss_box li {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#515151;
line-height : 1.8em; 
list-style : none; 
text-decoration: none;
margin-left:10px;
margin-right:10px;
margin-bottom:0px;
margin-top:0px;

} 

.rss_box li a {
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#515151;
background-image:url(/images/rss-bullet.gif);
background-repeat:no-repeat;
background-position:0px 0px;
list-style : none; 
text-decoration: none;
border-bottom : 1px dotted #bbb; 
padding-left:17px;
} 

.rss_box li a:hover {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#ff0000;
list-style : none; 
text-decoration: none;


} 


/*rss box end*/




















/*about box*/

.about_box{
padding-top:10px;
padding-left:26px;
margin:0px;
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;
list-style-type: none;
font-size : 0.7em;
text-decoration: none;



}


.about_box li {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;
line-height : 1.8em; 
list-style : none; 
list-style-image: url(/images/bullet-1.gif);
padding:0px;
text-decoration: none;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px;

} 


.about_box li a {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;

list-style : none; 
list-style-image: url(/images/bullet-1.gif);
text-decoration: none;
border-bottom : 1px dotted #bbb; 


} 

.about_box li a:hover {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#ff0000;

list-style : none; 
list-style-image: url(/images/bullet-1.gif);
text-decoration: none;


} 


/*about Box end*/




/*features box*/

.features_box{
padding-top:10px;
padding-left:26px;
margin:0px;
font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;
list-style-type: none;
font-size : 0.7em;
text-decoration: none;



}


.features_box li {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;
line-height : 1.8em; 
list-style : none; 
list-style-image: url(/images/tick-bullet.gif);
padding:0px;
text-decoration: none;
margin-left:0px;
margin-right:10px;
margin-bottom:0px;
margin-top:0px;

} 


.features_box li a {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#000000;

list-style : none; 
list-style-image: url(/images/tick-bullet.gif);
text-decoration: none;
border-bottom : 1px dotted #bbb; 


} 

.features_box li a:hover {

font-family : "Lucida Grande", Tahoma, Helvetica; 
color:#ff0000;

list-style : none; 
list-style-image: url(/images/tick-bullet.gif);
text-decoration: none;


} 

/*features Box end*/


/*ul for portfolio navigation images*/

.work ul{
margin-left:-30px;
padding:0px;
list-style-type: none;
display: inline;
margin-right:-2px;


}


.work li {
background-color : transparent; 
margin:0px;
padding:0px;
display : inline; 
margin-right:-2px;


}


.work  img {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #c0c1c1; 

margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 


.work a  img  {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #dadada; 

margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 

.work a:hover img {
background-color : transparent; 
padding : 2px; 
margin : 0; 
display : inline; 
border : 2px solid #ff0000; 
background-color : transparent;
margin-right:-2px;
margin-top:17px;
margin-left:4px;

} 


/*end portfolio li*/

/*website pages end*/

/**************************************************************/

#more_top{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/images/recent-projects-top.gif); 
background-repeat: no-repeat;
margin:0px;
padding-bottom:4px;
BACKGROUND-COLOR: #1771c6; 

}

#more_top h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#more_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin-bottom:0px;
padding-top:10px;
}





#more_middle p{
margin:0px;
padding:0px;
}


#more_middle ul{
margin:0px;
padding:0px;
list-style-type: none;
display: inline;
margin-right:-2px;


}


#more_middle li {
background-color : transparent; 
margin:0px;
padding:0px;
display : inline; 
margin-right:-2px;


}




#more_middle  img {
background-color : transparent; 
padding : 2px; 
display : inline; 
border : 2px solid #c0c1c1; 

margin-right:-2px;
margin-top:0px;
margin-left:4px;
margin-bottom:0px;

} 


#more_middle a  img  {
background-color : transparent; 
padding : 2px; 
display : inline; 
border : 2px solid #dadada; 

margin-right:-2px;
margin-top:0px;
margin-left:4px;
margin-bottom:0px;

} 

#more_middle a:hover img {
background-color : transparent; 
padding : 2px; 
display : inline; 
border : 2px solid #ff0000; 
background-color : transparent;
margin-right:-2px;
margin-top:0px;
margin-left:4px;
margin-bottom:0px;

} 






#more_bottom{
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
padding:0px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}

/*client testamonial styling*/

#testamonials{
width:213px;
height:100%;
BACKGROUND-IMAGE: url(/images/core_services_bk.gif); 
background-repeat: no-repeat;
margin:0px;
background-color : #bfbfbf; 
margin-top:10px;




}

#testamonials h1{
margin:0px;
padding-top:7px;
padding-left:8px;
padding-bottom:9px;
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #515151;

}


#testamonials_bottom{
margin:0px;
padding:0px;
width:213px;
height:100%;
BACKGROUND-IMAGE: url(/images/core_services_bottom_bk.gif); 
background-repeat: no-repeat;
}


.testamonials_quote{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
font-style:italic;
color: #515151;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}

.testamonials_name{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.7em; 
font-weight : bold; 
color: #515151;
margin-left:10px;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
}





/*end client testamonial styling*/

#contact{
margin-left:10px;
font-family : "Lucida Grande", Verdana, sans-serif; 
font-size:0.7em;
color:#515151;
text-align: justify;
LINE-HEIGHT: 1.5em;
padding:10px;
list-style : none; 
BACKGROUND-IMAGE: url(/images/comments_form_bk.gif); 
background-repeat: repeat-x;
margin-right:40px;
height:100%;
}

#contact ul li{
margin-left:-38px;
font-family : "Lucida Grande", Verdana, sans-serif; 
color: #ff0000;
font-size : 0.9em; 
LINE-HEIGHT: 1.5em;
padding:0px;
text-decoration:none;
list-style-image:none;
list-style : none; 

}



.name{
width:10px;

}

/*hide access keys*/

.hide { 
display: none 

}

/*end hide access keys*/

.blockquote {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color:#515151;
	text-align: justify;
	LINE-HEIGHT: 1.5em;
	margin:0px;
	padding:0px;
                font-size:small;
                border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:0.5em 0.5em;
	background-color:#f3f3f3;
	margin: 1em 0.5em 1em 0.5em;
	margin-right:40px;
	list-style:none;
		

}




/*style newsletter*/

#newsletter{
width:214px;
height:100%;
BACKGROUND-IMAGE: url(/images/rss-top.gif); 
background-repeat: no-repeat;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:10px;
padding-bottom:4px;
BACKGROUND-COLOR: #ed1103; 
}

#newsletter h1{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.8em; 
font-weight : normal; 
color: #ffffff;
padding-top:3px;
padding-left:8px;
margin:0px;

}


#newsletter_middle{
width:212px;
height:100%;
BORDER-left: #b1b5b9 1px solid; 
BORDER-right: #b1b5b9 1px solid; 
BACKGROUND-COLOR: #f6f6f5; 
margin:0px;
padding-left:0px;
padding-right:0px;
}

#newsletter_middle_pos{
height:100%;
margin:0px;
padding-left:10px;
padding-right:0px;
}

#newsletter_middle_pos p {
PADDING-RIGHT: 10px; 
PADDING-LEFT:0px; 
padding-top:10px;
FONT-SIZE: 0.7em; 
PADDING-BOTTOM: 0px; 
MARGIN: 0px; COLOR: #515151; 
PADDING-TOP: 10px; FONT-FAMILY: "Lucida Grande", Verdana, sans-serif;
}




#newsletter_bottom{
margin:0px;
padding-bottom:10px;
width:214px;
height:19px;
BACKGROUND-IMAGE: url(/images/recent-projects-bottom.gif); 
background-repeat: no-repeat;

}

.newsletter_box{
padding-top:10px;
padding-left:26px;
margin:0px;
font-family : "Lucida Grande", Tahoma, Helvetica; 
list-style-type: none;
font-size : 0.7em;
text-decoration: none;
font-weight:bold;
color:#515151;



}

INPUT#zoosbmt {
BORDER-RIGHT: #cccccc 3px double; 
PADDING-RIGHT: 0px; BORDER-TOP: #cccccc 3px double; 
PADDING-LEFT: 0px; 
FONT-SIZE: 1em; 
BACKGROUND: url(/images/button_bg.png) repeat-x; 
PADDING-BOTTOM: 0px; 
margin-top:10px; 
margin-left:0px;
margin-bottom:10px;
BORDER-LEFT: #cccccc 3px double; 
WIDTH: auto; COLOR: #515151; 
LINE-HEIGHT: 16px; 
PADDING-TOP: 0px; 
BORDER-BOTTOM: #cccccc 3px double; 
FONT-FAMILY: Arial, Hevlvetica, sans-serif; HEIGHT: 24px; 
TEXT-ALIGN: center;
}
INPUT#zooinpt {
BORDER-RIGHT: #cccccc 1px solid; 
PADDING-RIGHT: 3px; 
BORDER-TOP: #cccccc 1px solid; 
PADDING-LEFT:0px; 
FONT-SIZE: 0.8em; 
MARGIN-BOTTOM: 10px; 
margin-top:10px;
margin-left:0px;
margin-right:10px;
PADDING-BOTTOM: 0px; 
BORDER-LEFT: #cccccc 1px solid; 
COLOR: #515151; PADDING-TOP: 3px; 
BORDER-BOTTOM: #cccccc 1px solid; 
FONT-FAMILY: "Lucida Grande", Verdana, sans-serif; 
BACKGROUND-COLOR: #f5f3f1;
}


/*end style newsletter*/

/*style add to google*/

.add_google{

text-decoration:none;


}

#digg{

margin-left:10px;
margin-bottom:30px;

}

#links{

}

#links p{
font-family : "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; 
font-size : 0.9em; 
color: #515151;
text-align:left;
line-height:1.6em;
}

#links p a{
background-color:#d8d8d9;
border-bottom:none;
padding:2px;
font-size:0.75em;
color:#515151;
text-transform:uppercase;
}

#links p a:hover{
background-color:#d8d8d9;
padding:2px;
font-size:0.75em;
color:#ff0000;
border-bottom:none;
}

#core_services_bottom h3{
visibility:hidden;
display:none;
}



