body
{
	background-color: #0c2611;
	font-family: Arial;
}

img.ndvine
{
	border: none;
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: -1;
}

img.vine
{
	border: none;
	position: absolute;
	top: 0px;
	left: 445px;
	z-index: -1;
}

img.text_logo
{
	border: none;
	position: absolute;
	top: 1px;
	left: 10px;
}

#footer
{
	/* background-color: #426e30; */
	background-color: #ffffff;
	position: fixed;
	bottom: 0px;
	left: 50px;
	right: 50px;
	height: 25px;
	z-index: 1;
	border-top: solid thin #ffffff;
	border-left: solid thin #ffffff;
	border-right: solid thin #ffffff;
}
#footer a:link,
#footer a:visited
{
	font-size: 10pt;
	font-family: Arial;
	color: #111111;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
	color: #551115;	
}
#copyright
{
	position: absolute;
	right: 5px;
	width: auto;
	bottom: 0px;
	top: 5px;
	font-size: 9pt;
	color: #000000;
	/* color: #aaaaaa; */
	font-family: Arial;
	vertical-align: middle;
}
#footer #address
{
	position: absolute;
	left: 5px;
	width: auto;
	bottom: 0px;
	top: 5px;
	font-size: 9pt;
	color: #000000;
	/* color: #aaaaaa; */
	font-family: Arial;
	vertical-align: middle;
}


#header
{
	background-color: #ffffff;
	position: fixed;
	top: 10px;
	left: 50px;
	right: 50px;
	height: 75px;
	border-bottom: solid thin #666666;
	border-left: solid thin #666666;
	border-right: solid thin #666666;
	z-index: 1;
}

#header_links ul
{
	position: absolute;
	bottom: 5px;
	left: 225px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header_links ul li
{
	display: inline;
	list-style: none;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
#header_links ul ul
{
	display: none;
	margin: 0;
	display: none;
	position: absolute;
	top: 17px;
	width: 160px;
	left: 0px;
	padding: 0;
	list-style: none;
}
#header_links ul ul:after
{
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
}
#header_links ul ul li
{
	width: 160px;
	float: left;
	display: block !important;
	display: inline;
}

/* Root Menu */
#header_links ul a
{
	padding: 0px 10px 0px 10px;
	border-bottom: solid 2px #999999;
	border-right: solid 2px #999999;
	border-left: solid 2px #dddddd;
	border-top: solid 2px #dddddd;
	background-color: #cccccc;
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
#header_links ul a:hover,
#header_links ul li:hover a
{
	background-color: #666666;
	border-bottom-color: #dddddd;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #dddddd;
	color: #cccccc;
}

/*2nd Menu*/
#header_links ul li:hover li a
{
	float: none;
	background-color: #cccccc;
	color: #333333;
	border-bottom: solid 2px #999999;
	border-right: solid 2px #999999;
	border-left: solid 2px #dddddd;
	border-top: solid 2px #dddddd;
}
#header_links ul li:hover li a:hover
{
	background-color: #666666;
	border-bottom-color: #dddddd;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #dddddd;
	color: #cccccc;
}
#header_links ul li:hover ul ul,
#header_links ul li:hover ul ul ul
{
  display: none;
}

#header_links ul li:hover ul,
#header_links ul ul li:hover ul,
#header_links ul ul ul li:hover ul
{
  display: block;
}

#header_company
{
	/*bottom: 30px;
	height: auto;
	left: 300px;
	position: absolute;
	font-size: 20pt;
	color: #000000;
	font-family: Arial;*/
	height: 75px;
	width: auto;
	overflow: hidden;
}

#theRest
{
	position: absolute;
	top: 95px;
	left: 50px;
	right: 50px;
	bottom: 35px;
	z-index: 0;
	padding: 20px;
	overflow: auto;
	background-color: #000000;
}

#overlay
{
	/* standard */
	opacity: .5;
	/* because ie is stupid */
	filter: alpha(opacity=50);
	background-color: Gray;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	visibility: hidden;
}


#window
{
	visibility: hidden;
	background-color: #0c2611;
	position: fixed;
	left: 30px;
	top: 30px;
	width: 500px;
	height: auto;
	z-index: 10;
	border: solid thick #111111;
}
#window #title_bar
{
	top: 0px;
	left: 0px;
	right: 0px;
	height: 25px;
	border-bottom: solid thin #111111;
	background-color: #287d36;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	cursor: move;
}
#window #status
{
	background-color: Gray;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	color: #333333;
	text-align: right;
	font-family: Arial;
	font-size: 6pt;
	vertical-align: middle;
}
#window #status input
{
	height: 10px;
	width: 25px;
	font-size: 7pt;
}


a:link,
a:visited
{
	text-decoration: none;
	color: Maroon;
}
a:hover
{
	text-decoration: underline;
}
a
{
	cursor: pointer;
}


img
{
	border: none;
}


#emailForm input
{
	width: 375px;
}
#emailForm td
{
	font-weight: bold;
	font-family: Arial;
	color: #aaaaaa;
}
#emailForm table
{
}
textarea.contact
{
	width: 100%;
	height: 150px;
}

.note
{
	font-size: 9pt;
	color: #999999;
}

table#contact tr td
{
	padding: 3px 9px 3px 9px;
}

