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

*	{
	margin: 0;
	padding: 0;
}

@font-face	{
	font-family: Pacifico;
	src: url(Pacifico.ttf);
}

body	{
	background-color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #9a9a9a;
}

#main	{
	width: 1200px;
	margin: 0 auto;
}

#header, #footer	{
	background-color: #252525;
	height: 45px;
	padding-left: 100px;
	padding-top: 15px;
}

h1.logo	{
	font-family: Pacifico, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: white;
}

h1 span	{
	color: #00bac6;
}

#nav	{
	padding-left: 100px;
	height: 80px;
}

#nav a	{
	display: inline-block;
	padding: 30px 20px;
	text-decoration: none;
	color: #8b8b8b;
	text-transform: uppercase;
}

#nav a:hover	{
	color: #00bac6;
	border-bottom: 2px solid #00bac6;
}

#banner	{
	background-image: url(images/background.jpg);
	height: 280px;
	color: white;
	text-align: center;
	padding-top: 170px;
}

#banner h1	{
	text-transform: uppercase;
	font-size: 40px;
}

#section2	{
	padding: 0 100px;
	padding-top: 25px;
	background-color: #99ded9;
	min-height: 610px;
}

#section2 .article	{
	width: 308px;
	height: 280px;
	background-color:white;
	border: 1px solid #c5c5c5;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#section2 .article:nth-child(3), #section .article:nth-child(6)	{
	margin-right: 0;
}

#section2 .article h3	{
	margin: 10px 20px;
}

#section2 .article p	{
	margin: 0px 20px;
}

#footer h1	{
	float:right;
	padding-right: 100px;
}

#footer p	{
	float:left;
}

#section1 h2	{
	text-transform: uppercase;
	color: #8b8b8b;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 20px;
}

#section1 p	{
	padding-bottom: 25px;
}

#section1 h3	{
	font-weight: normal;
}

h2 span	{
	font-weight: bold;
}

h3 span	{
	font-weight: bold;
}

p span	{
	color: #00bac6;
	font-weight: bold;
}

#section1	{
	text-align: center;
	min-height: 500px;
	padding: 0 100px;
}

#section1 .article	{
	width: 250px;
	height: 280px;
	background-color: white;
	float: left;
	padding-top: 25px;
	padding-left: 50px;
}