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

#frame {
	width:1000px;
	height: auto;
	margin: 0 auto 0 auto;
	}
	
	#header {
		width: 1000px;
		height: 130px;
		position: relative;
		}
		
		#logo {
			width: 400px;
			height: 130px;
			background-image: url(../images_landscape_design/global/turner_landscape_logo_new.jpg);
			float: left;
			}
		
		#lic {
			width: 598px;
			height: 25px;
			float: left;
			padding-top: 10px;
			text-align: right;
			}
			
		#top_spacer {
			width: 598px;
			height: 65px;
			float: left;
			}
		
		#nav {
			width: 598px;
			height: auto;
			float: left;
			}
			
	#main_body {
		width: 1000px;
		height: 500px;
		background-color: #f2d28a;
		position: relative;
		}
		
	#main_body_portfolio {
		width: 1000px;
		height: 540px;
		background-color: #f2d28a;
		position: relative;
		}
		
	#main_body_references {
		width: 1000px;
		height: 740px;
		background-color: #f2d28a;
		position: relative;
		}
		
		#main_content {
			width: 320px;
			height: auto;
			padding: 20px;
			position: relative;
			float: left;
			}
			
			#page_info {
				width: 320px;
				height: auto;
				text-align: justify;
				}	
		
		#main_pic {
			width: 600px;
			height: 460px;
			padding: 20px;
			position: relative;
			float: left;
			}
			
		.fadein { 
			position:relative; 
			height: 460px; 
			width: 600px; 
			}
			
		.fadein img { 
			position:absolute; 
			left:0; 
			top:0;
			padding: 20px; 
			}


			
		#main_portfolio {
			width: 620px;
			height: 520px;
			padding: 10px;
			position: relative;
			float: left;
			}
			
		#main_references {
			width: 620px;
			height: 580px;
			padding: 10px;
			position: relative;
			float: left;
			}
		
		#main_faq {
			width: 600px;
			height: 500px;
			padding: 20px;
			position: relative;
			float: left;
			}
			
	#footer_bar {
		width: 990px;
		height: 15px;
		background-color: #ba9153;
		float: left;
		position: relative;
		padding: 5px;
		}
		
		#footer_links {
			width: 750px;
			height: 20px;
			text-align: left;
			float: left;
			}
		
		#footer_copyright {
			width: 230px;
			height: 20px;
			text-align: right;
			float: left;
			}
			
	#service_areas {
		width: 940px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		float: left;
		text-align: justify;
		}
			
		
			
			
			
			
			
			