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

body {
	background: url("image/water-background.jpg") top center repeat;
	margin: 0;
	padding: 0;
	font: normal normal 16px/140% 'Roboto', sans-serif;
	color: #333;
}

h1 {
	font: bold normal 28px/100% 'Roboto Slab', serif;
	color: #333;
}

h2 {
	font: normal normal 20px/100% 'Roboto Slab', serif;
	color: #FFFFFF;
}

h3 {
	font: bold normal 16px/50% 'Roboto Slab', serif;
	color: #617D85;
}

td.half { 
	width: 50%: 
}

hr {
	width: 100%;
	height: 2px;
	background-color: #fbf590;
	border: none;
	margin-left: 0;
}

a {
	color: #617D85;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

#container {
	width: 1210px;
	padding: 20px;
	margin: 0px auto;
}

	#header {
		margin-bottom: 30px; 
		height: 160px;
	}

		#header img {
			float: left;
		}
	
		#header ul {
			float: right;
			background-color: rgba(255,255,255,0.8);
			border-radius: 10px;
			padding: 15px;
			font: bold normal 18px/100% 'Roboto Slab', serif;
			margin-top: 70px;
			color: #617D85;
		}
		
		#header ul li {
			display: inline-block;
		}
		
			#header ul li a {
				color: #617D85;
				text-decoration: none;
			}
			
			#header ul li a:hover {
				text-decoration: underline;	
			}
	
	#content {
		clear: both;
	}
	
		img.sue {
			float: left;
			margin: 0px 25px 20px 0px;
			width: 328px;
		}
		
		img.services {
			float: left;
			margin: 15px 32px 10px 0px;
			height: 270px;
		}
	
	.feedback {
		float: left;
		width: 46%;
		margin: 0px 40px 5px 0px;
		display: inline-block;
	}
	
		p.feed {
			font-style: italic;
			color: #FFFFFF;
		}
	
	#clearfix {
		clear: both;
	}
	
	#contact {
		float: right;
		width: 400px;
		background-color: rgba(255,255,255,0.7);
		padding: 10px 30px;
		margin: 15px 0px 30px;
	}
	
	
#footer {
	background-color: #617D85;
	width: 97%;
	padding: 10px 20px 50px 20px;
	clear: both;
	margin-top: 30px;
}

	#footer ul {
			float: left;
			font: bold normal 14px/100% 'Roboto Slab', serif;
			color: white;
			margin-left: -30px;
		}
		
		#footer ul li {
			display: inline-block;
		}
		
			#footer ul li a,
			#footer a {
				color: white;
				text-decoration: none;
			}
			
			#footer ul li a:hover,
			#footer a:hover {
				text-decoration: underline;	
			}
			
	#footer p {
		float: right;
		font: normal normal 14px/100% 'Roboto Slab', serif;
		color: white;
	}