﻿html {
/*overflow-y: scroll  !important;*/
}

.adminmenu
{
 padding: 10px;
 width: 100%;
 float: none;
 text-align: center;
}

.adminbutton
{
 font-size: 10px;
 width: 100px;
}

body {
	padding: 0;
	margin: 0;
	background: #ffffff url(GFX/bg.gif); /*262626*/
	text-decoration: none;
	
}

#head {
	height: 110px;
	background: url(GFX/head.jpg) no-repeat center top;
	text-align: center;
}

#content {
/*background: url(GFX/middle.gif) repeat-y center top;
	*/
	background-color: #ffffff;
	width:900px;
	padding: 0px;
	text-align: center;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	position:static;
}

#content_inner {
	width: 820px;
	text-align: left;
	background: #ffffff;
	color: #666666;
	font-family: arial, verdana;
	font-size: 12px;
	}	

#content_inner p {
	line-height: 18px;
	}

#foot {
	height: 60px;
	background: url(GFX/foot.jpg) no-repeat center bottom;
}

#foot_inner {
	width: 900px;
	text-align: center;
	padding-top: 20px;
	color: #ab1c11;
	font-family: verdana;
	font-size: 13px; 
	font-weight:bolder;
	}

h1 {
	color: #cccccc;
	font-family: calibri, helvetica, arial;
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

.button 
{
	background-color: #ddd;
	color: #666;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************************************/

#menu {
	position: relative;
	top: 90px;
	left:10px;
	width: 900px;
	font-family: verdana;
	font-size: 12px;
	line-height: 22px;
}

#menu li {
}

#menu li a 
{
	color: #4580E9;
	text-decoration: none;
}

#menu li a:hover
{
	color: #444444;
}

.nav, .nav ul { 
	text-align: left;
	list-style: none;
	position: absolute;
	left: 0;
	text-decoration: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	height: 10px;
}
 
.nav {
	z-index: 10;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 0 px;
	position: relative;
}

.nav li a, 
.nav li a:link, 
.nav li a:active, 
.nav li a:visited {
	/*text-transform: lowercase;*/
	display: block;
	padding: 2 9 5 5px;
	text-decoration: none;
}
 
.nav li a:hover {
	color: #81806E;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #efefef;
	color: #666;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #efefef;
	color: #4580E9;
}

.nav ul {
	top: -555em;
	background: #efefef;
	list-style: none;
	margin: 0;
	position: absolute;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 27px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	padding-right: 10px;
	white-space: nowrap;
}

.nav ul a:hover {
}			



/******************/



