/* CSS Document */

* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	background: #ECE9D8 url(../images/background.png) top repeat-x; 
}

#mainwrap {
	width: 850px;
	overflow: hidden;
}

#topcorner {
	background: url(../images/topcorner.png) no-repeat;
	min-height: 12px;
	height: 12px;
	margin-top: 22px;
	line-height: 12px;
}

#wrap {
	background: #6D878C;
	overflow: hidden;
}

#menu {
	width: 846px;
	height: 45px;
	min-height: 45px;
	background: #FF9900;
}

#rightheader {
	float: right;
	text-align: right;
	padding-right: 15px;
	
}

#banner {
	margin-top: 2px;
	width: 846px;
	height: 217px;
	min-height: 217px;
	overflow: hidden;
	background: #FFFFFF;
}

#logo {
	z-index: 3;
	position: relative;
	bottom: 170px;
	left: -300px;
	width: 220px;
	height: 100px;
	min-height: 100px;
	margin-top: 20px;
}

#wave {
	background:url(../images/wave.png);
	height: 50px;
	min-height: 50px;
	z-index: 2;
	bottom: 178px;
	position: relative;
	padding: 40px 0 0 30px;
}

#videos {
	background: #B6C3C6;
	width: 846px;
	height: 390px;
	min-height: 390px;
}

#textindex {
	width: 786px;
	margin: 10px 30px;
	background: url(../images/line.jpg) repeat-y center;
	overflow: hidden;
}

#textlf {
	float: left;
	width: 363px;
	padding-right: 30px;
}

#textrg {
	float: right;
	width: 363px;
	padding-left: 30px;
}

#text {
	width: 786px;
	margin: 10px 30px;
	overflow: hidden;
}

#bottombkg {
	width: 850px;
	height: 10px;
	min-height: 10px;
	background: url(../images/bottombkg.png) no-repeat top;
	margin-bottom: 10px;
	line-height: 10px;
}

#footertopcorner{
	width: 850px;
	height: 10px;
	min-height: 10px;
	line-height: 10px;
	background: url(../images/botton.png) no-repeat;
}

#footer {
	width: 790px;
	background: #FF9900;
	border-bottom: 5px solid #663300;
	padding: 0 30px 8px 30px;
}

#copyright {
	float:right;
}

.menu {
	font: bold 13px/35px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
}	

.menu a:hover, .menu a:visited:hover, .menu a:active:hover {
	color: #663300;
	padding: 0 20px;
}

.contact, .contact a {
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
}

.title {
	padding: 20px 0 10px 30px;
}

.text {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #fff;
}

.address, .address a  {
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

.images {
	border: 1px solid #CCCCCC;
	padding: 50xp;
	margin: 0 10px;
}

/*Admin Section*/

#admincontainer {
	width: 780px;
	background: #FFFFFF;
	padding: 10px;
}
#admincontainer table {
	background: #6D878C;
}
#admincontainer table td {
	line-height: 26px;
	padding: 3px;
}
#admincontainer table th {
	line-height: 26px;
	background: #003366;
	padding: 3px;
}

