/*In one older browser, the first element rule is ignored. Keep this for that browser. */
.hackFixFirstElement
{
    color: #25201A;  
}

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/*MAIN*/

body {
	background:url(../images/bg_blue.jpg) top;
	background-repeat:repeat-x;
	text-transform:	none;
	font-family: Verdana, "Myriad Web", Syntax, sans-serif;
	line-height: 1.58em;
	font-size: 9pt;
	color:#603311;
}

#maintext {
	margin: 0px auto;
	width:500px;
	margin-top:50px;
}

#maintext2 {
	margin: 0px auto;
	width:500px;
}

#maintext2rev {
	margin: 0px auto;
	width: 500px;
	height: 410px;
	background: url(../images/main_notext.png) no-repeat 0 0;
}

#maintext2rev h2,
#maintext2rev p {
	text-align: center;
	line-height: 13px;
}

#maintext2rev h2.changa {
	height: 40px;
	width: 420px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 25px;
	font-family: 'Changa One', sans-serif;
	font-weight: normal;
	color: inherit;
}

#maintext2rev h2.changa span {
	display: block;
	float: right;
}

#maintext2rev h2.changa strong {
	font-weight: normal;
	font-size: 35px;
}

#maintext2rev ul {
	position: relative;
	height: 55px;
	margin: 70px 0 30px 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	color: #a47036;
}

#maintext2rev ul li {
	position: absolute;
	margin: 0;
	padding: 0;
}

#maintext2rev ul li#main-left {
	top: 0;
	left: 0;
}

#maintext2rev ul li#main-right-1 {
	top: 0;
	right: 0;
}

#maintext2rev ul li#main-right-2 {
	bottom: 0;
	right: 0;
}

#maintext2rev address {
	font-style: normal;
	font-weight: bold;
}

#maintext2rev .drop {
	font-size: 190%;
	font-family: Arial;
	color: #7ac043;
}

#logo {
	position:absolute;
	top: 30px;
	left: 30px;
	text-align: center;
}		

#content {
	margin: 0px auto;
	width: 500px;
	margin-top: 55px;
}		

#video {
	margin: 0px auto;
	width: 500px;
	margin-top: 55px;
	text-align:center;
}	

#contenting {
	margin: 0px auto;
	width: 510px;
	margin-top: 25px;
}

#facts {
	width: 250px;
	font-size: 8pt;
	float:right;
	line-height: 11pt;
}

#nav {
	width: 100%;
	bottom: 0px;
	position: fixed;
}

#foot {
	margin: 0px auto;
	width: 647px;
	height: 95px;
	padding-top: 20px;
	background:url(../images/leaves.png);
	background-repeat: no-repeat;
	text-align:center;
}

#footer {
	bottom: 0px;
	position: fixed;
	right:50px;
	font-size:6pt;
}

#address {
	width: 500px;
	text-align: center;
}

/*HEADERS*/

h1 {
	color: #009F3C;
	font-size: 12pt;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	color: #009F3C;
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	color: #009F3C;
	font-size: 9pt;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Text replacement headings - added NF */
.replace {
	overflow: hidden;
	height: 50px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.home-title {
	height: 100px;
	background-image: url(../images/main_01.png);
}


/*LINKS*/

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

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

a:hover {
	color:#462514;
	text-decoration:none;
	font-weight: bold;
}

/*
#footer {
	background:url(../images/bg_green.jpg);
	background-repeat:repeat-x;
	height:200px;
	position: absolute;
	bottom: 0px;
	left:-25px;
	width:1600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index: -1;	
}

*/
