
*{
	margin:0;
	border:0;
	padding:0;
	color:#fff;
	font:1.0em/1.5em tahoma, 'Helvetica Neue', Arial, Verdana, serif;
	}  
  
body{
	font-size:80%;
	position:relative;
	background: #8cb4ed;
	}

	
#bg1,#bg2{
	position:absolute;
	left:0;
	width:100%;
	height:1000px;
	z-index:10;
	}
	
	#bg3{
	position:absolute;
	left:0;
	width:100%;
	height:1000px;
	z-index:10;
	}
	
	
#bg1{
	top:0;
	background:url(../images/bg-1a.jpg) 50% 0;
	}
	
#bg2{
	top:1000px;
	background:url(../images/bg-2a.jpg) 50% 0;
	}

#bg3{
	top:2000px;
	background:url(../images/bg-3a.jpg) 50% 0;
	}
	
		
#clouds{
	height:3000px;
	background-image:url(../images/bg-cloudsaa.png);
	background-repeat:repeat;
	background-attachment:fixed;
	position:absolute;
	left:0;
	width:100%;
	z-index:15;
	}
	
.alignright{
	float:right;
	border:3px solid #fff;
	margin:0 0 10px 10px;
	}
.alignleft{
	float:right;
	margin:0 0 10px 10px;
	}
	
	
	
strong{
	font-weight:bold;
	}

h1,
legend{
	font-size:1.3em;
	margin:0 0 10px;
	}
	h1.address{
		margin-bottom:0 !important;
		}
h2{
	font-size:1.5em;
	text-shadow:#333 0 0 3px;
	opacity:0.9;
	margin:0 0 10px;
	}
h3{
	font-size:1.3em;
	text-shadow:#333 0 0 3px;
	}
p{
	text-shadow:#333 0 0 3px;
	opacity:.9;
	margin:0 0 20px;
	}
	
p a{
	background:url(../images/bg-black.png);
	padding:2px 5px 4px;
	}
	p a:hover{
		background:url(../images/bg-blacker.png);
		text-decoration:none;
		}
	
.outer{
	z-index:20;
	position:absolute;
	width:977px;
	}
					
.important{
	z-index:90 !important;
	}

#footer{
	position:fixed;
	bottom:0; 
	left:0;
	width:100%; 
	height:46%; 
	background:url(../images/bg-footer3.png) repeat-x 50% 0;
	z-index:30;
	}
	#footerwrap{
		width:977px; 
		height:100%;
		margin:0 auto;
		position:relative;
		}
		
		#social p{
			margin:0;
			color:#fff;
			}
		#social ul{
			float:left;
			}
			#social li{
				float:left;
				display:block;
				}
				#social li a{
					float:left;
					display:block;
					height:0;
					padding-top:18px;
					width:18px;
					margin: 4px 5px 0px 2px;
					background-repeat:no-repeat;
					background-position:0 0;
					overflow:hidden;
					}
					#social li a:hover{
						background-position:0 -50px;
						}					
					#social li.twitter a{
						background-image:url(../images/icon-twitter.png);
						}										
	
				

	#baselinks{
		position:absolute;
		top:215px;
		right:10px;
		height:50px;
		margin: -40px 0px 0px 0px;
		}
		#baselinks p{
			margin:0;
			font-size:.8em;
			float:right;
			opacity:1;
			clear:both;
			color:#999;
			}
	
	
#container{
	width:977px;
	height:3000px;
	margin:0 auto;
	position:relative;
	}	
	body.blog #container{
		height:auto;
		}

.nav{
	float:left;
	margin:20px 0 0 0;
	}
	.nav li{
		display:block;
		float:left;
		}
		.nav li a{
			display:block;
			float:left;
			height:0;
			padding-top:51px;
			background-position:0 -51px;
			background-repeat:no-repeat;
			overflow:hidden;
			margin:5px 0 0;
			}
			.nav li a:hover,
			#about .nav li.about a,
			#work .nav li.work a,
			#contact .nav li.contact a{
				background-position:0 0;
				}
			.nav li.intro a{
				background-image:url(../images/travel-logo.png);
				padding-top:70px;
				margin:0 380px 0 0;
				overflow:hidden;
				width:324px;
				background-position:0 0;
				}
			.nav li.about a{
				width:122px;
				background-image:url(../images/nav-newyork.png);
				}
			.nav li.work a{
				width:122px;
				background-image:url(../images/nav-orlando.png);
				}

				
.content{
	overflow:hidden;
	width:700px;
	position:relative;
	height:310px;
	margin:30px 0 0 0;
	float:left;
	}

.subnav{
	float:left;
	clear:both;
	width:250px;
	margin:30px 0 0 10px;
	list-style:none;
	}
	.subnav li,
	.subnav a{
		display:block;
		float:left;
		clear:both;
		}
	.subnav a{
		width:230px;
		font-size:1.3em;
		padding:10px;
		text-decoration:none;
		line-height:1.3em;
		}
		.subnav a:hover{
			opacity:1;
			}
		.subnav img{
			display:block;
			float:left;
			margin-right:10px;
			border:1px solid #fff;
			}
		.subnav small{
			display:block;
			font-size:.5em;
			text-transform:uppercase;
			}
		.subnav .aboutscrolling,
		.subnav .workscrolling{
			background:url(../images/bg-black.png);
			opacity:1;
			}
		.subnav ul{
			float:left;
			clear:both;
			width:250px;
			margin:0;
			list-style:none;
			}
			.subnav ul a{
				font-size:1em;
				padding:5px 0 5px 20px;
				line-height:1em;
				margin:0;
				}

.section{
	width:6000px;
	position:relative;
	float:left;
	clear:both;
	}
	.section ul{
		list-style:none;
		}		
	.section .sub{
		position:relative;
		float:left;
		width:660px;
		height:290px;
		padding:10px 20px;
		background:url(../images/bg-black.png);
		}
		.sub span{
			float:right;
			margin:10px 0 10px 20px;
			border:1px solid #fff;
			opacity:.8;
			}
		#work .sub span{
			float:left;
			margin:0 20px 10px 0;
			opacity:1;
			}
		.section .sub.photography{
			padding-right:0;
			width:680px;
			}
			#work .sub.photography img{
				margin:0 10px 10px 0;
				}
		.next,
		.previous,
		.sitelink{
			position:absolute;
			display:block;
			padding:5px 10px;
			text-decoration:none;
			background:url(../images/bg-black.png);
			}
		.next{
			right:0;
			bottom:0;
			}
		.previous{
			left:0;
			bottom:0;
			}
		.sitelink{
			top:0;
			right:0;
			}
		.next:hover,
		.previous:hover,
		.sitelink:hover{
			opacity:1;
			background:url(../images/bg-blacker.png);
			}
			
#intro{
	top:0;
	}		
	#intro .welcome{
		float:left;
		clear:left;
		width:550px;
		margin:40px 0 20px 20px;
		}
	#intro .folio{
		float:right;
		width:391px;
		position:relative;
		}				
		#foliothumbs{
			display:block;
			width:391px;
			height:289px;
			overflow:hidden;
			background:none;
			}
			#foliothumbs img{
				float:none;
				margin:60px 0 0 47px;
				}
		#intro .folio p{
			position:absolute;
			top:265px;
			left:83px;
			z-index:25;
			}
	
	
#about{
	top:1000px;
	}	
	#spencerexperience p{
		margin:0 0 10px;
		}	
	#companyfuture img{
		float:none;
		margin:0 0 0 85px;
		border:none;
		opacity:1;
		}			

		
#work{
	top:1960px;
	}
	
ul.services{
	float:left;
	margin:0 0 0 20px;
	}	
	ul.services li{
		line-height:1.7em;
		opacity:.7;
		text-shadow:#333 0 0 3px;
		padding-left:20px;
		background:url(../images/icon-bullet.png) no-repeat 0 6px;
		}
		ul.services li:hover{
			background:url(../images/icon-bullet.png) no-repeat 0 -594px;
			}
			
dl.projectinfo{
	float:left;
	width:280px;
	}
	dl.projectinfo dt{
		font-size:.9em;
		line-height:1em;
		color: #ccc;
		}
	dl.projectinfo dd{
		margin-bottom:20px;
		line-height:1em;
		}

ul.workpreview{
	float:left;
	width:660px;
	clear:both;
	}
	ul.workpreview li{
		width:150px;
		float:left;
		}
		ul.workpreview li strong{			
			font-size:1.0em;
			float:left;
			clear:both;
			display:block;
			width:100px;
			font-weight:normal;
			text-align: center;
			margin: 0px 0px 4px 0px;
			}
		ul.workpreview li img{
			margin:0 8px 0 0 !important;
			float:left;
			}
		
#ie6{
	display:none;
	}
	
	#player
	{
		float: right;
		background: #ccddee;
	}