body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #513e2f;
}

#page-container {
	width: 100%;
	color: #000000;
	height: 100%;
	min-height: 650px;
	margin: 0;
	padding: 0;
	background-color: #54382c;
}

#content {
	width: 800px;
	margin: 0px auto 0px auto;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	min-height: 500px; 
	height: 100%;
/*	line-height: 18px; */
}

#bucket1 {
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0px 5px 0px 5px;
	width: 230px;
	background-image: url(/newimages/panel.jpg);
	background-repeat: no-repeat;
}

#bucket2 {
	float: left;
	width: 230px;
	padding: 0px 5px 0px 5px;
	margin: 5px 2px 5px 2px;
	background-image: url(/newimages/panel.jpg);
	background-repeat: no-repeat;

}

#bucket3 {
	float: left;
	width: 230px;
	padding: 0px 5px 0px 5px;
	margin: 5px 2px 5px 2px;
	background-image: url(/newimages/panel.jpg);
	background-repeat: no-repeat;

}

#bucket4 {
	float: left;
	margin: 5px 2px 5px 2px;
	padding: 0px 5px 0px 5px;
	width: 230px;
	background-image: url(/newimages/panel2.jpg);
	background-repeat: no-repeat;
}

#maintext {
float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 490px;
	background-color:#F7FBFE;
}

#maintext2 {
float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 510px;
	background-color:#F7FBFE;
}

/* NAV ------------------------------------------ */
#navlist {
	width: 750px;
	margin: 0;
	padding: 0;
	background-color: #513E2F;
}

#navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px; 
	float: left;
	text-align: center;
	background-color: #513E2F; 
}

#navlist li {
	list-style-type: none;
	position: relative;
	display: inline;
	text-align: center;
	width: 100px; 
	line-height: 18px;
	float: left;
	z-index: 400;
}

#navlist ul ul {
	display: none;
	position: absolute;
/*	z-index: 500; */
}

#navlist ul li:hover ul {
	position: absolute;
	display: block;
	z-index: 600;
}

#navlist ul ul,
#navlist ul li:hover ul ul,
#navlist ul ul li:hover ul ul
{display: none;}

#navlist ul li:hover ul,
#navlist ul ul li:hover ul,
#navlist ul ul ul li:hover ul
{display: block;}

#navlist ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#navlist a, #navlist h2 {
font: bold 10px/12px verdana, arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
}

#navlist h2 {
	color: #D2DDE1;
	text-transform: uppercase;
	text-align: center;
	background-color: #513E2F;
}

#navlist a {
	color: #D2DDE1;
	text-decoration: none;
	background-color: #513E2F;
}

#navlist a:hover {
color: #513E2F;
background-color: #D2DDE1;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	/*	background-color: #FF6600;*/
	color: #000;
	background-color: #ECDDA2;
}

#menu a {
text-decoration: none;
}

#menu a:hover {
text-decoration: underline;
}
/* end Nav */

#bottom {
	clear: both;
}

#bluetransp {
	position: absolute;
	top: 510px;
	left: 100px;
	right: 50px;
	width: 700px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background-color: #D2DDE1;
	z-index: 500;
}

#transparent {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#footer {
	text-align: center;
	clear: both;
	color: #D2DDE1;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #513E2F;
	background-color:#D2DDE1;
}

#biglink {
	clear: both;
}

#biglink a {
text-decoration: none;
}

#biglink a:hover {
text-decoration: underline;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #513E2F;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #513E2F;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

.style1 {
	font-size: 3em;
	color: #d2dde1;
	font-family: Georgia, "Times New Roman", Times, serif;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.style2 {color: #985E1E}

.style3 {color: #D2DDE1;
		 list-style: url(../newimages/arcade_bullet.gif);
		 font-size: 14px;
		 font-weight: bold;
}

.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

