/* SFP style */

    body{ 
		background: url(../images/bg_gradient.jpg) repeat-x #4e4e4e;
        font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
		color:#333;
		margin:0;
		padding:0;
		text-align:center;
        }

        h1{
			font-weight:normal;
			color:#FDF21E;
			font-size: 26px;
			margin:0px 0px 10px 0px;
			padding:0;
		    }	
        
		h2{
			font-weight:normal;
			color:#FDF21E;
			font-size: 18px;
			margin:10px 0px 10px 0px;
			padding:0;
		    }		
			
        
		h3{
			font-weight:normal;
			color:#FDF21E;
			font-size: 14px;
			margin:0px 0px 0px 0px;
			padding:0;
		    }		
			
		
		p {
		font-size: 12px;
		}	
		


    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	
	#content {
		background-color: #000000;
		padding: 20px 0px 0px 0px;
	}

    /* clearfix */

		#content:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, ul{
			display:block;
			}
		/*  \*/
		#content, ul{
			min-height:1%;
			}
		* html #content, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#00758e;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}	
		li{
			display:list-item;
			}
		cite{
			font-size:17px;
			font-weight:bold;
			}
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:780px;
		margin-bottom:2em;
		}	
		
	.col{
		float:left;
		display:inline;	
		width:299px;	
		margin-left:36px;
		padding:0 0 1em 0;
		}
	.full{
		clear:both;	
		padding:1em 36px;
		}	
	

/* //page setup */

/*-----------------------------------------Header---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

	#header {
margin: 0 auto;
width: 780px;
height: 50px;
margin: 25px 0px 0px 0px;
padding: 0px;
	}
	
	#logo {
	float: left;
	width: 315px;
	}




/*-----------------------------navigation-----------------------------------------------------------------*/

	
	#navigation {
	margin: 30px 0px 0px 0px;
	float: right;
	height: 20px;
	}

#navigation ul{
margin: 0;
padding: 0;
font-size: 12px;
font-family: "Trebuchet MS", arial, sans-serif;
text-align:center;
background: blackcenter center repeat-x;
}

#navigation li {
display: inline;
text-align:center;
}

#navigation a{
float: left;
height:18px;
padding: 1px 7px 1px 7px;
text-decoration: none;
}

#navigation a:visited{
}

#navigation a:active{
color: #ffffff;
}


#navigation a:hover {
color: #000000;
background: #FDF21E;
}

.page_on {
color: #000000;
background: #FDF21E;
}

.page_off {
color: #000000;
background-color: #b1a915;
}



/*-------------------------------------project navigation-------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/


#project_navigation {
margin: 16px 0px 0px 0px;
float: left;
width: 700px;
height: 40px;
}


#project_navigation ul{
margin: 0;
padding: 0;
font-size: 14px;
font-family: "Trebuchet MS", arial, sans-serif;
text-align:center;
background: blackcenter center repeat-x;
}

#project_navigation li {
display: inline;
text-align:center;
}

#project_navigation a{
float: left;
height:18px;
width: 120px;
padding: 6px 10px 7px 10px;
text-decoration: none;
}

#project_navigation a:visited{
}

#project_navigation a:active{
color: #ffffff;
}


#project_navigation a:hover {
color: #000000;
background: #FDF21E;
}


#onsite_nav_button a{
float: left;
height:17px;
width: 680px;
padding: 6px 10px 7px 10px;
text-decoration: none;
margin: 10px 0 0;
}




/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
			
#project_frame {
float: left;
background-color: #333333;
width: 320px;
height: 210px;
margin: 0px 20px 20px 0px;
padding: 10px;
line-height: 13px;
}

#project_frame_right {
float: left;
background-color: #333333;
margin: 0px 0px 20px 0px;
width: 320px;
height: 210px;
padding: 10px;
line-height: 13px;
}
			
#project_frame_extended {
float: left;
background-color: #333333;
width: 320px;
height: 260px;
margin: 0px 20px 20px 0px;
padding: 10px;
line-height: 13px;
}

#project_frame_right_extended {
float: left;
background-color: #333333;
margin: 0px 0px 20px 0px;
width: 320px;
height: 260px;
padding: 10px;
line-height: 13px;
}



#img_left {
float:left;
margin: 0px 10px 0px 0px;
}

#clear_div {
width: 740px;
clear:both;
}
			
			
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/



/* content */
				
	.left{
		float:left;
		margin-top:.5em;
		margin-right:15px;
		}			
	.left img{
		border:1px solid #e1e1e1;
		border-top:1px solid #e8e8e8e8;
		border-left:1px solid #e8e8e8e8;
		background:#f1f1f1;
		padding:5px;
		}				
			
/*-------------------------------------------------------Slider-------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:200px;
			width:700px;
			overflow:hidden;
			}	
		#slider{ 
			margin:0px 0px 20px 40px;
			}	
			
		#prevBtn, #nextBtn{ 
			display:block;
			width:20px;
			height:200px;
			position:absolute;
			left:20px;
			top:70px;
			}	
		#nextBtn{ 
			left:740px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:20px;
			height:200px;
			background:url(../images/prev.jpg) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/next.jpg) no-repeat 0 0;	
			}								
	
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
	
	
		#body_column {
		color:#FFFFFF;
		background-color: #666666;
		width: 700px;
		margin: 0px 20px 0px 20px;
		padding: 20px;
		min-height: 350px;
		}
	
	
		#column {
		width: 540px;
		}
		
		#column_clients {
		width: 780px;
		}



/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

#top_body_section {
background: #333333;
width: 700px;
margin: 0px 20px 20px 20px;
padding: 20px;
height:160px;
}






/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

	#footer{
		clear:both;
		height:50px;		
		padding: 5px 40px 15px 40px;
		color:#FDF21E;
		}	

	#footer p{
	font-size: 10px;
		}	
		

		
		
	.designertag {
	float: right;
	margin-left: 40px;
	color: #666666;
	} 
	
	
	.designertag a{
color: #666666; 
}

.designertag a:active{
color: #666666; 
}

.designertag a:visited{
color: #666666; 
}

.designertag a:hover{
color: #FDF21E; 
}			

/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/

.padding_adjust {
padding-right: 0px;}

#left_col {
float: left;
width: 335px;
margin-right:10px;
}

#right_col {
float: left;
margin-left: 10px;
width: 335px;
}

.map a:link{
color: #FDF21E; 
}

.map a:active{
color: #ffffff; 
}

.map a:visited{
color: #FDF21E; 
}

.map a:hover{
color: #ffffff; 
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/


.contact_ul ul
  {
list-style: none;
  margin: 0px 0px 20px 0px;
  padding-left: 10px;
  }
.contact_ul li
  {
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  padding: 0;
color: #FFFFFF;
  }



.date {
margin: 0px 10px 0px 0px
}

.kearning {
letter-spacing: ;
}

#project_frame a:link {
}

#project_frame a:active {
}

#project_frame a:visited {
}

#project_frame a:hover {
opacity:0.5;
filter:alpha(opacity=50);
}


#project_frame a:link {
}

#project_frame a:active {
}

#project_frame a:visited {
}

#project_frame a:hover {
opacity:0.5;
filter:alpha(opacity=50);
}

#project_frame_right a:link {
}

#project_frame_right a:active {
}

#project_frame_right a:visited {
}

#project_frame_right a:hover {
opacity:0.5;
filter:alpha(opacity=50);
}

#project_frame_extended a:link {
}

#project_frame_extended a:active {
}

#project_frame_extended a:visited {
}

#project_frame_extended a:hover {
opacity:0.5;
filter:alpha(opacity=50);
}

#project_frame_right_extended a:link {
}

#project_frame_right_extended a:active {
}

#project_frame_right_extended a:visited {
}

#project_frame_right_extended a:hover {
opacity:0.5;
filter:alpha(opacity=50);
}

#left_column_clients {
float:left;
margin-right:15px;
text-transform:capitalize;
width:228px;
}

br {
margin: 0 0 10px 0;
}
