html { overflow: moz-scrollbars-vertical; }
html { overflow-x: auto; }

div#wrapperOutside
{
	text-align: left;
}
div#header
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 270px;
	background-image: url(../images/new/header.jpg);
	background-repeat: no-repeat;
		border: 0px solid blue;	
}
div#wrapper
{
	margin-left: auto;
	margin-right: auto;	
	width: 980px;
	min-height: 366px;
	background: url(../images/new/extender.gif) repeat-y;
}
#cleardiv
{
	clear: both;
	min-height: 0px;
	overflow: hidden;
}

#content
{	
	float: left;
	width: 953px;
	min-height: 366px;
	background-color: none;
	margin-left: 13px;
}


div#footer
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	min-height: 64px;
	background: url(../images/new/footer.gif) no-repeat;
}

div#menubar
{
	padding-left: 12px;
	width: 953px;
	background: none;	
	text-align: left;
	border: px solid red;	
}
#spacer
{
	padding-top: 235px;
}
#menu a.main_menu
{
	display: inline;
}


#menu ul li div ul li a
{
	font-size: 14px;
}
#menu {
width: 100%;
float: left;
background: #456545;
color: blue;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: auto;
background: #456545;
}

#menu ul li ul {
width: 150px;
}

/* padding creates too much spacing between links */
#menu a {
font: 11px Verdana;
display: block;
margin: 0;
/* padding: 2px 3px; */
color: #FFFFFF;
text-decoration: none;
background: #456545;
text-align: left;
}

#menu a.main_menu {
font: 11px Verdana;
display: inline;
color: #FFFFFF;
text-align: center;
background: #456545;
}

#menu a:hover {
color: #FFFFFF;
background: #99cc99;
}

#menu a.main_menu:hover {
color: #456545;
background: #FFFFFF;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

.body, td {
font: 12px Arial;
}

.body {
background:  #456545;
margin: auto;
text-align: left;
width: 800px;
}

#container {text-align: left; width: 800px;}

a {
color: blue;
font: 14px Arial;
}

a:hover {
color: #6699ff;
}
.form_element {
font: 
Arial;
color: #456545;
}

.form_data {
font: 
Arial;
color: #456545;
}
div#menu ul ul,
div#menu ul li:hover ul ul
{ display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}
.panel{
	display:block;
	float:left;
	margin:2px 0;
	width:45%;
	text-align:left;
	background:transparent;
	padding:0;
}
.panel img {
	float:left;
}
.clear{
	clear:both;
	font-size:1px;
	height:1px;
}
form ul {list-style: none; margin: 0; padding: 0}
form li {margin: 0.5em 0;}

label {
	text-align:right; 
	width: 150px; 
	padding-right: 10px;
}

li.check label {text-align:left; width:auto;
float:none; display:inline;}
li.check span {display:inline; padding-left:0em; }
li.check span.name {padding-left:0em; width:12em;margin-right:0.5em;text-align:right; }
li.submit input {margin-left:12.5em; 
text-transform:uppercase; font-weight:bold;
border:1px solid;
border-color:#ddf #003 #003 #ddf;
cursor:help;
}


/* make button looks like a link */
.linkbutton
{
	cursor:hand;
	background:transparent;
	border:0;
	color:blue;
}

.button
{
	margin-left:20em;
}

/* used to show/hide links that depends on javascript */
.posthidden {display:none} 
.postshown {display:inline}

#menu ul div a { font-weight: bold; font-size: 13px }
 #contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 95px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:right;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}

body {
	padding: 0px;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}


/*
#header {width: 100%; }
#logo {width:275; height: 80; display: inline}
#container {min-width: 760px; width: expression(document.body.clientWidth < 760? "760px" : "auto")}
#footer {clear: both; margin-left: 160px;}
#left_nav {width: 160px; height: 420px; background: url(images/4a.jpg) no-repeat;}
#left_nav {width: 160px; background: url(images/3a.jpg) no-repeat;}

#content {margin-left:160px; margin-top: -420px; height: 420px; min-height: 420px; }
#wrapper{background: url(images/extender2.jpg) repeat-y; height:300px;}


html>body #content {height: auto;}
html>body #wrapper {height: auto;}


*/
