@charset "UTF-8";
* {
		margin: 0;
		padding: 0;
}
html {
    overflow-y:scroll;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../assets/bodyImage.jpg);
	background-repeat: no-repeat;
	background-color: #9FB9A4;
	background-position: center top;
	width: 100%;
}
#container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0px;
}
#masthead {
	padding: 0;
	margin: 0;
	height: 193px;
	background-image: url(../assets/masthead.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1024px;
}
#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px;
	letter-spacing: 3px;
	vertical-align: top;
}
#wrapper {
	background-image: url(../assets/wrapperBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 1024px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 auto;
	background-image: url(../assets/mainContent.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
#movie {
	margin: 0 auto;
	/*width:640px;
	height: 380px;*/
	text-align: center;
	background-image: url("Voiceposter.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*line-height: 130%;*/
	padding-top: 15px;
}
.TextContent {
	width: 650px;
	margin: 0px auto;
}
#footer {
	background-image: url(../assets/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 93px;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

/*Link Styles*************/
a img { 	
	border: none;
 }
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
}

/*TEXT STYLES ****************************/
/*h1 {
	font-family: Garamond, "Times Roman", serif;
	font-size: 24px;
	font-style: italic;
	color: #4D4C40;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 5px;
}
*/
h1 {
	font-family: Garamond, "Times Roman", serif;
	font-size: 24px;
	line-height: 110%;
	color: #444;
	margin: 0;
	padding: 0 0 10px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	letter-spacing: .05em;
}

.smallerH1 {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: normal;
	color: #444;
	padding: 0px;
}
h3 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #444;
	padding-bottom: 10px;
}
p {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 12px;
	text-align: center;
}
#footer p {
	color: #7DA4A9;
}
.fclef {
	
}

.curve {/* this class is to remove space between images*/
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
br.clear {
	clear: both;
}
