@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}

html, body {
	height: 100%;
	overflow: visible;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #cccccc;
}

#wrapper {
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px; /* the bottom margin is the negative value of the footer's height */
	background-color: #f2f2f2;
}

#logo {
	width: 71px;
	margin-left: 25px;
	border-style: none;
}

#mainNav {
	width: 775px;
	margin-top: 50px;
	float: right;	
}

ul {
	list-style: none;
	padding-bottom: 25px;
}

li {
	font-size: 22px;
	color: #000;
	padding: 30px;
	display: inline;
}

#mainNav a:link {
	color: #000000;
	text-decoration: none;
}

#mainNav a:visited {
	color: #333;
	text-decoration: none;
}

#mainNav a:hover {
	color: #666;
	text-decoration: none;
	padding-bottom: 20px;
	background-image: url(../images/small_feather.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainNav a:active {
	color: #900;
	text-decoration: none;
	padding-bottom: 20px;
	background-image: url(../images/small_feather.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#home {
	width: 1008px;
	height: 638px;
	margin: 0 auto;
	background-image: url(../images/home_bg.png)
}

#homeCopy {
	width: 450px;
	padding: 80px 0 0 60px;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
}

#meet {
	width: 1008px;
	height: 638px;
	margin: 0 auto;
	background-image: url(../images/meetmain_bg.png)
}

#meetTitle {
	width: 400px;
	padding: 80px 0 0 60px;
	letter-spacing: 1px;
}

#meetFrames {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;	
}

#meetFrames img {
	margin: 8px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	text-decoration:none;
	background-image: none;
}

#meetFrames img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	text-decoration:none;
	background-image: none;
}

#meetCopy {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
}

#videos {
	width: 1008px;
	height: 638px;
	margin: 0 auto;
	background-image: url(../images/video_bg.png)
}

#videosTitle {
	width: 150px;
	padding: 80px 0 0 60px;
	letter-spacing: 1px;
}

#videosThumbs {
	width: 720px;
	margin-left: 270px;
	margin-top: -50px;	
}

#videosThumbs img {
	margin: 8px;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#videosThumbs img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#inspiration {
	width: 1008px;
	height: 638px;
	margin: 0 auto;
	background-image: url(../images/inspiration_bg.png)
}

#inspirationTitle {
	width: 250px;
	padding: 80px 0 0 60px;
	letter-spacing: 1px;
}

#inspirationCopy {
	width: 700px;
	margin-left: 270px;
	padding: 20px 0 0 0;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
}

#contact {
	width: 1008px;
	height: 638px;
	margin: 0 auto;
	background-image: url(../images/contact_bg.png)
}

#contactTitle {
	width: 250px;
	padding: 80px 0 0 60px;
	letter-spacing: 1px;
}

#contactEmail {
	width: 400px;
	margin-left: 60px;
	padding: 20px 0 0 0;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
}

#contactCopy {
	width: 500px;
	margin-top: 200px;
	padding-left: 60px;
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
}

#contact a:link {
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #eeeeee;
	letter-spacing: 1px;
	text-decoration: none;
}

#contact a:visited {
	color: #999;
	text-decoration: none;
}

#contact a:hover {
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none;
}

h1 {
	font-family: "EscoffierCapitaux", Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #eeeeee;
	margin-bottom:10px ;
}

.intro:first-letter {
	font-size: 28pt;
}

#footer {
	width: 1024px;
	height: 24px;
	margin: 0 auto;
	clear: both;
}

#push{
	height: 24px; /* .push must be the same height as .footer */
	clear: both;
}

#copyright {
	width: 400px;
	margin: 0 auto;
	padding: 3px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	bottom: 0px;
}

a img {
	border-style: none;
}

