$(document).ready(function(){
		$('#seeMore').hover(
			function(){
				$(this).attr({ src : 'images/seeMoreOver.png'});
			},
			function(){
				$(this).attr({ src : 'images/seeMore.gif'});
		});
		
		$('#nav1').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav2').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav3').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav4').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav5').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav6').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav7').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#nav8').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#leftFilm').hover(
			function(){
				$(this).attr({ style : 'border-left: 10px solid #00314b; border-top: 10px solid #00314b; border-bottom: 10px solid #00314b'});
			},
			function(){
				$(this).attr({ style : ' '});
				
			
		});
		
		$('#leftFilm').hover(
			function(){
				$('#leftFilmText').attr({ style : 'background: #00314b; color: #ffffff;'});
			},
			function(){
				$('#leftFilmText').attr({ style : ' '});
		});
		
		$('#leftFilm').hover(
			function(){
				$('#link03').attr({ style : 'color: #ffffff;'});
			},
			function(){
				$('#link03').attr({ style : ' '});
		});
		
		$('#rightFilm').hover(
			function(){
				$(this).attr({ style : 'border-right: 10px solid #00314b; border-top: 10px solid #00314b; border-bottom: 10px solid #00314b'});
			},
			function(){
				$(this).attr({ style : ' '});
				
			
		});
		
		$('#rightFilm').hover(
			function(){
				$('#rightFilmText').attr({ style : 'background: #00314b; color: #ffffff;'});
			},
			function(){
				$('#rightFilmText').attr({ style : ' '});
		});
		
		$('#rightFilm').hover(
			function(){
				$('#link04').attr({ style : 'color: #ffffff;'});
			},
			function(){
				$('#link04').attr({ style : ' '});
		});
		
		$('#leftFilmText').hover(
			function(){
				$(this).attr({ style : 'background: #00314b; color: #ffffff;'});
			},
			function(){
				$(this).attr({ style : ' '});
				
			
		});
		
		$('#leftFilmText').hover(
			function(){
				$('#leftFilm').attr({ style : 'border-left: 10px solid #00314b; border-top: 10px solid #00314b; border-bottom: 10px solid #00314b'});
			},
			function(){
				$('#leftFilm').attr({ style : ' '});
		});
		
		$('#leftFilmText').hover(
			function(){
				$('#link03').attr({ style : 'color: #ffffff;'});
			},
			function(){
				$('#link03').attr({ style : ' '});
		});
		
		$('#rightFilmText').hover(
			function(){
				$(this).attr({ style : 'background: #00314b; color: #ffffff;'});
			},
			function(){
				$(this).attr({ style : ' '});
				
			
		});
		
		$('#rightFilmText').hover(
			function(){
				$('#rightFilm').attr({ style : 'border-right: 10px solid #00314b; border-top: 10px solid #00314b; border-bottom: 10px solid #00314b'});
			},
			function(){
				$('#rightFilm').attr({ style : ' '});
		});
		
		$('#rightFilmText').hover(
			function(){
				$('#link04').attr({ style : 'color: #ffffff;'});
			},
			function(){
				$('#link04').attr({ style : ' '});
		});
		
		$('#submit').hover(
			function(){
				$(this).attr({ src : 'images/sendOver.gif'});
			},
			function(){
				$(this).attr({ src : 'images/send.gif'});
		});
		
		$('#name').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#email').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#textarea').hover(
			function(){
				$(this).attr({ style : 'background: #99bbcd'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#richardOver').hover(
			function(){
				$(this).attr({ style : 'color: #ffffff'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#link1').hover(
			function(){
				$(this).attr({ style : 'color: #00314b; border-bottom: 1px dashed #00314b;'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#link2').hover(
			function(){
				$(this).attr({ style : 'color: #00314b; border-bottom: 1px dashed #00314b;'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
		$('#link3').hover(
			function(){
				$(this).attr({ style : 'color: #00314b; border-bottom: 1px dashed #00314b;'});
			},
			function(){
				$(this).attr({ style : ' '});
		});
		
	});
