/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
}

a { text-decoration: underline; color: #22716e;}
a:hover { text-decoration: none; color: #22716e;}

p {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 18px; margin: 1px; padding: 0px;}
h2 { font-size: 16px; margin: 1px; padding: 0px;}
h3 { font-size: 12px; margin: 0px; padding: 0px;}

#main-container {
background: #ffffff url(images/newhome/bgreel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#outer-1024 {
	text-align: center;
	margin-top: 0px;
	width: 1024px;
}

#main-header {
	width: 1024px;
	height: 297px;
	clear: both;
}

#main-content {
	clear: both;
	width: 1024px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#main-footer {
	text-align: left;
	clear: both;
	width: 1024px;
	padding: 0px;
	margin: 0px;
	height: 100px;
}	

.footer-left {
	background: url(images/newhome/footer_left.jpg);
	width: 532px;
	height: 92px;
	
}

.footer-right {
	background: url(images/newhome/footer_right.jpg);
	width: 469px;
	height: 92px;
}

.contact-box {
	margin: 20px 10px 15px 25px;
	width: 485px;
	color: #22716e;
	font-weight: bold;
}

.footer-right-note {
	margin: 20px 10px 15px 40px;
	width: 200px;
	color: #22716e;
	font-weight: bold;
}

#content-left {
	background: #780a07 url(images/newhome/contentleftbg.jpg);
	background-repeat: no-repeat;
	width: 532px;
	height: 354px;
	text-align: left;
}

#content-right {
	background: #780a07 url(images/newhome/contentrightbg.jpg);
	background-repeat: no-repeat;
	width: 469px;
	height: 354px;
	text-align: left;
}


#welcome-title {
	clear: both;
}

#left-text {
	padding: 0px 20px 0px 60px;
}

#spring-box {
	background: url(images/newhome/spring_boxbot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 225px;
	height: 123px;
	vertical-align: top;
	
	color: #1a706f;
	
}

#spring-box-note {
	padding: 0px 10px 0px 25px;
	font-weight: bold;
}

#autumn-box {
	background: url(images/newhome/autumn_boxbot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 225px;
	height: 123px;
	vertical-align: top;
	
	color: #fea800;
}

#autumn-box-note {
	padding: 0px 10px 0px 25px;
	font-weight: bold;
}

#video-box {
	width: 469px;
	text-align: center;
}

#videoheader {
	padding: 14px 0px 10px 40px;
}

#copyright { font-size: 10px; color: #ffb400; font-weight: bold; padding-left: 30px; margin-top: 10px;}







