@charset "UTF-8";
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 100%;
	top: 0px;
	position: absolute;
	background-color: #FFFFFF;
}
#container {
	background-image: url(images/background_texture.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 288px;
	width: 100%;
	top: 80px;
	position: absolute;
}
#container2 {
	background-image: url(images/photocontainer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	width: 100%;
	top: 85px;
	position: absolute;
}
#containervideo {
	height: 270px;
	width: 100%;
	top: 95px;
	position: absolute;
}
#iframe {
	height: 900px;
	width: 100%;
	top: 425px;
	position: absolute;
	float: left;
	background-image: url(images/home-content-bg.png);
	background-repeat: repeat-x;
	background-color: #667275;
	overflow: hidden;
	padding-top: 10px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFCC;
	letter-spacing: 1px;
}
#iframeleft {
	height: 100%;
	width: 400px;
	top: 425px;
	float: left;
	background-color: #FFFDEB;
	overflow: hidden;
	padding-top: 10px;
	display: block;
}
#footer {
	background-image: url(images/home-content-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 80px;
	width: 100%;
	position: absolute;
	background-color: #FFFFFF;
	bottom: 0px;
	padding-top: 2px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}
.footer-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.blogheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #993300;
	line-height: 28px;
}
.blogbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
.blogbodyitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
	font-style: italic;
}
.bloglink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	line-height: 18px;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #993300;
	line-height: 18px;
	list-style-type: square;
	list-style-position: outside;
	text-decoration: underline;
}
.videoheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #993300;
	line-height: 28px;
}

